DataStage 服务启动

说明:
①如果发现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
原文地址:https://www.cnblogs.com/BlueBreeze/p/3962280.html