Starting/Stopping All Managed Servers in order for One host in an HA environment
What is the best way to start/stop all managed servers on a given machine host. In an HA environment we would like to take down one node at a time to perform patching. For starting and stopping in WLST what is the best way to do this using scripts?
Currently we connect to WLST and stop all servers on a cluster or just one server at a time.
We would also need to take into account server start order. For instance SOA, we need to start wsm and then the soa managed servers. How do we start them in the correct order, currently we do this through shell scripts (to hard code the order) and wlst commands, is there a better way to do this?