說明:
①如果發現was、datastage已經自啟動,但db2沒有自啟動,應先將它們停止,在按順序啟動;
②如果都自啟動了,就不用再啟動,關閉防火牆即可。
--0、關閉防火牆
service iptables stop
--1、db2
su - db2inst1
db2start
ps -efa | grep db2sysc
--2、was
cd /mistel/IBM/WebSphere/AppServer/profiles/InfoSphere/bin
./startServer.sh server1 -username wasadmin -password ******
ps -ef | grep websphere
--3、datastage
/mistel/IBM/InformationServer/Server/DSEngine/bin/uv -admin -start
/mistel/IBM/InformationServer/ASBNode/bin/NodeAgents.sh restart
ps -ef | grep agent
①如果發現was、datastage已經自啟動,但db2沒有自啟動,應先將它們停止,在按順序啟動;
②如果都自啟動了,就不用再啟動,關閉防火牆即可。
--0、關閉防火牆
service iptables stop
--1、db2
su - db2inst1
db2start
ps -efa | grep db2sysc
--2、was
cd /mistel/IBM/WebSphere/AppServer/profiles/InfoSphere/bin
./startServer.sh server1 -username wasadmin -password ******
ps -ef | grep websphere
--3、datastage
/mistel/IBM/InformationServer/Server/DSEngine/bin/uv -admin -start
/mistel/IBM/InformationServer/ASBNode/bin/NodeAgents.sh restart
ps -ef | grep agent