端口与网络检查

此章节介绍大文件传输平台(Primeton BFT)控制管理中心,管理服务器,日志中心模块安装前端口与网络检查

提示:控制管理中心(BFT Console),管理服务器(BFT Server),日志中心( BFT Logcenter)服务
防火墙已经关闭,端口详细信息配置可查看各模块安装章节

1.保证以下端口未被占用

端口 协议 模块 用途
28082 HTTP 控制管理中心(BFT Console) 控制管理中心(BFT Console)管理端口
6300 HTTP 控制管理中心(BFT Console) 控制管理中心(BFT Console)eos管理端口
9091 HTTP 管理服务器(BFT Server) 管理服务器(BFT Server)netty端口
6311 HTTP 管理服务器(BFT Server) 管理服务器(BFT Server) 管理端口
29898 HTTP 日志中心(BFT Logcenter) 日志中心(BFT Logcenter)管理端口

2.windowns查看端口命令

netstat -aon|findstr "28082"
netstat -aon|findstr "6300"
netstat -aon|findstr "9091"
netstat -aon|findstr "6311"
netstat -aon|findstr "29898"

3.linux查看端口命令

netstat -tunlp   |   grep 28082
netstat -tunlp   |   grep 6300
netstat -tunlp   |   grep 9091
netstat -tunlp   |   grep 6311
netstat -tunlp   |   grep 29898

4.BFT Console网络畅通检查

ping  ip(数据库ip)

telnet ip port(数据库ip + 端口)   

ping ip(BFT Server ip)

5.BFT Server网络畅通检查

ping  ip(数据库ip)

telnet ip port(数据库ip + 端口) 

ping ip(BFT Console ip)

6.BFT LogCenter网络畅通检查

ping  ip(数据库ip)

telnet ip port(数据库ip + 端口)  

ping ip(BFT Server ip)

7.查看服务器防火墙状态

linux环境

systemctl status firewalld

出现 Active: active (running)则表示防火墙启动状态

出现 Active: inactive (dead)则表示防火墙停止状态

systemctl stop firewalld.service 关闭防火墙

windows环境(win7为例)

点击控制面板-windows防火墙-启用或关闭Windows防火墙,查看防火墙是否关闭

results matching ""

    No results matching ""