I have come across those two server terminologies as I have started working with WebSphere Application Server Network Deployment. I'm not a WebSphere administrator. My role is developer, but time to time, I have to deploy application updates, bug fixes, and new releases in production crusted WebSphere environment. Currently I'm blindly following the steps for production update which involve after application update, I usually perform rollout update which in turn deploy the application update into the all the nodes in the server.
My question is - what is the purpose of ripple start?
This is what I have found after researching on WebSphere redbooks.
Rollout update :-
Rollout Update feature works at the node level. Thus, all cluster members on a node are stopped, updated and then restarted
before the process continues to the next node.
Ripple start :-
Use this option to stop and then start all servers in the cluster one at a time.
So based on this understanding, Rollout updates works at node level, Ripple start works at cluster level. I want to know in which practical scenarios i would have to use either of these two methods