Depending on the update status at the time of the lab, the update may not be applied or the state of the currently configured HA cluster may affect unexpected test scenarios. If you need to troubleshoot an unexpected impact, it will be outside the scope of this workshop and will affect the progress of the Lab 06. Change to Cost Optimized Scenario that will be conducted later. We recommend that you do it for the last time after all labs are over.
In this lab we will show you how to update SUSE Linux on both cluster nodes.
Stop or Maintenance Cluster
sudo su -
crm cluster stop
crm node maintenance {NODE_NAME}
Install package updates :
sudo su -
zypper up
Show available patches :
sudo su -
zypper lp
Show available updates :
sudo su -
zypper lu
Start or Off Maintenance Cluster
sudo su -
crm cluster start
or
sudo su -
reboot
crm node maintenance {NODE_NAME} off
Lab 03. Execute Task 01. Validation of Cluster to check the cluster status through CLI.
Lab 02. Task 03. Execute HAWK (High Availability Web Konsole) to check the cluster status through the web.
If you are performing rolling upgrade of the entire cluster, you need to take one node offline to proceed with the upgrade, then take back and repeat the upgrade procedure on the other node.
crm cluster stop
crm cluster start
crm_mon -rfn1
© 2020, Amazon Web Services, Inc. or its affiliates. All rights reserved.