在云端服务器+终端的方式安装配置网防G01管理监测系统

前端之家收集整理的这篇文章主要介绍了在云端服务器+终端的方式安装配置网防G01管理监测系统前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
@H_403_0@生产环境:

@H_403_0@操作系统:CentOS release 6.9 (Final)

任务:网防G01管理监测系统

官网提供Linux安装步骤:http://help.gov110.cn/part2/chaper3/linux.html

@H_403_0@操作步骤:

@H_403_0@网防监测系统网址:http://www.gov110.cn/

@H_403_0@1.在网防监测系统注册账号

@H_403_0@2.登录系统下载Linux服务版和客户PC端版

@H_403_0@3.Linux服务器安装步骤:即服务端

[root@sky9890 tools]#

wget http://update.gov110.cn/v3/gov_defence_agent_64bit.tar.gz

@H_403_0@检查并关闭selinux,否则无法安装网防G01:

[root@sky9890 tools]# getenforce

Disabled

@H_403_0@将下载的网防G01 Linux安装包,进行解压:

[root@sky9890 tools]# tar zxvf gov_defence_agent_64bit.tar.gz

gov_install/

gov_install/src_lib.tar.gz

gov_install/install

@H_403_0@赋予网防G01安装文件可执行权限:

[root@sky9890 tools]# chmod +x gov_install/install

@H_403_0@执行安装,直到提示“Install G01 Success.”安装完成。安装过程中需要输入注册网防G01云中心的账户名和密码进行验证,否则无法安装。

[root@sky9890 tools]# gov_install/install

Welcome to install G01.

If you encounter any problems during installation,you can use 'ctrl-c' to cancel.

checking installation environment:

Unable to connect to the download server,driver or a Failed download,may affect the part function

[ OK ]

decompression package: [ OK ]

Welcome to the general protection system of government website

Cloud Center Username: sky9890

Cloud Center Password:

Initialize Configuration Information: [ OK ]

Install Auto-start Script: [ OK ]

Configure Firewall Rules: [ OK ]

Install Protection Driver: [ OK ]

Check And Install WebServer Plugin:

[1]: Apache 9090 [ Found ]

[2]: Tomcat 8005 [ Found ]

[3]: PHP-fpm 9000 [ Found ]

[4]: Tomcat 8009 [ Found ]

[5]: Nginx 80 [ Found ]

[6]: Tomcat 8080 [ Found ]

Starting SoftWare: [ OK ]

Install G01 Success.

@H_403_0@安装完成后检查网防G01是否正常运行,显示下图内容则表示运行正常。

[root@sky9890 tools]# ps -ef|grep gov_defence_service

root 8373 1 0 16:01 ? 00:00:00 ./gov_defence_service -c config.xml -l runlog/run_log.log -e ALL -t ALL -s safe -m daemon

root 8666 7675 0 16:03 pts/0 00:00:00 grep gov_defence_service

@H_403_0@安装完成后通过PC端进行管理。

@H_403_0@网防G01启动/停止/重启/状态

[root@sky9890 tools]# service gdagent status

gov_defence_service (pid 8373) 正在运行...

[root@sky9890 tools]# service gdagent restart

Stopping gdagent: [确定]

Starting gdagent: [确定]

@H_403_0@网防G01 PC控制端:

@H_403_0@下载地址:http://update.gov110.cn/v3/govdefence_gui_setup.exe

@H_403_0@官网提供PC端安装步骤:http://help.gov110.cn/part2/chaper3/pc.html

@H_403_0@终端安装视频:https://h5.qzone.qq.com/page/photo?init=photo.v7/common/viewer2/index&picKey=NDR00ZUBIfr03lo.*5A5MgEAAAAAAAA!&ownerUin=553752017&appid=4&topicId=V13sj82x1stAdc_NDR00ZUBIfr03lo.*5A5MgEAAAAAAAA!_0_0&pre=http%3A%2F%2Fb306.photo.store.qq.com%2Fpsb%3F%2FV13sj82x1stAdc%2FK20SAeBHGnj9et66AWJgkyVfmyKIHu9imxKG52dT8q0!%2Fc%2FdDIBAAAAAAAA%26bo%3DIANYAgAAAAARF1k!&useqzfl=1&useinterface=1&noCloseBtn=0&inqq=1

原文链接:https://www.f2er.com/centos/374428.html

猜你在找的CentOS相关文章