If we have a EBS instance in R12.2.x and it is configured with multiple nodes, then we can use the below commands to stop and start all services at one time.
This command will internally connect all the nodes via ssh as you would have enabled ssh as part of R12.2.x pre-requisites setup. If you have not enabled ssh, you will not be able to apply patches in remote nodes and it will get failed.
If we want to skip stopping of weblogic admin services then we can use below commands
To stop all services on all nodes
adstpall.sh apps/apps_password -mode=allnodes
To Start all services on all nodes
adstrtal.sh apps/apps_password -mode=allnodes
(The above commands will ask for WebLogic password)
This command will internally connect all the nodes via ssh as you would have enabled ssh as part of R12.2.x pre-requisites setup. If you have not enabled ssh, you will not be able to apply patches in remote nodes and it will get failed.
If we want to skip stopping of weblogic admin services then we can use below commands
2 Comments
I suppose that this description is written on a professional level. In order not get failed, we need to successfully fllow your instruction.
ReplyDeleteThanks for the help please. I unfortunately shutdown the database. this helped me a lot
ReplyDeletePost a Comment