CFESB服务器启动顺序

在运维OSB服务器的过程中,难免会出现停电,全部服务器停机,需要手工启动所有服务,而服务器启动需要注意启动顺序。

一、启动数据库服务

【服务自动启动】192.168.1.202:mysql数据库服务器,主要由CFESB管理平台和MULE应用服务所需。

【服务自动启动】192.168.1.203:Oracle数据库服务器,主要由OSB平台以及OSB应用中的JMS需要使用记录日志。

二、启动CFESB管理平台

使用root用户

【服务自动启动】192.168.1.230:Nginx 反相代理服务器,主要提供cfesb.zicp.net相关域名中转:/osb /es /esb等

【手动】192.168.1.232 :CFESB管理平台,主要是应用为tomcat,提供管理平台功能服务

[root@localhost /]# /opt/tomcat-esb/bin/startup.sh

三、启动Mule节点

使用root用户

【手动】192.168.1.233:mule应用服务器-节点一

[root@localhost /]$nohup /opt/mule-standalone-3.9.0/bin/mule > nohup.out 2>1& &

【手动】192.168.1.234 :mule应用服务器-节点二

[root@localhost /]$nohup /opt/mule-standalone-3.9.0/bin/mule > nohup.out 2>1& &

确保233/234服务器的7080端口能打开:telnet 192.168.1.233/234 7080

四、启动OSB平台

使用Oracle用户

【手动】192.168.1.100

[oracle@localhost /]$/data/soa/config/domains/run_base_domain_admin.sh 
[oracle@localhost /]$/data/soa/config/domains/run_base_domain_node.sh

【手动】192.168.1.101

[oracle@localhost /]$/data/soa/config/domains/run_base_domain_node.sh

【手动】192.168.1.102

[oracle@localhost /]$/data/soa/config/domains/run_base_domain_node.sh

平台中启动节点

image-20210701141409297

确保100/101/102服务器的8201端口能打开:telnet 192.168.1.100/101/102 8201

启动Elasticsearch服务器

使用es用户

【手动】192.168.1.106

[es@localhost /]$ /data/elasticsearch/bin/elasticsearch -d
[es@localhost ~]$ cd /data/elasticsearch-head-master/
[es@localhost elasticsearch-head-master]$ nohup npm run start >nohup.out 2>&1 &

【手动】192.168.1.107

[es@localhost /]$ /data/elasticsearch/bin/elasticsearch -d

【手动】192.168.1.108

[es@localhost /]$ /data/elasticsearch/bin/elasticsearch -d

© 2021 CFESB.CN all right reserved,powered by Gitbook 本文档更新于: 2021-07-06 16:26

results matching ""

    No results matching ""