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


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM