说明:
①如果发现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

相关文章:

  • 2021-07-05
  • 2021-07-12
  • 2021-10-08
  • 2022-02-08
  • 2021-12-31
猜你喜欢
  • 2021-12-16
  • 2021-04-18
  • 2021-12-19
  • 2021-12-21
  • 2021-12-18
  • 2021-12-18
  • 2021-08-08
相关资源
相似解决方案