What are the difference between Update and Rollout Update?

Questions by kirankumar samudrala   answers by kirankumar samudrala

Showing Answers 1 - 3 of 3 Answers

hari

  • Oct 28th, 2011
 

Update: It is used to update a full application or a single module or a single file or a part of application or replacing the old file with new file within a server

Rollout Update: It is used to sequentially update an application installed on multiple cluster members across a cluster. After updating the application, the rollout update will do the following tasks:

1. Saves the updated application configuration.
2. Stops all of the cluster members on one node.
3. Updates the application on the node by synchronizing the configuration.
4. Restarts the stopped cluster members.

Repeats steps 2 through 4 for all of the nodes that have cluster members.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions