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