ZStack Cloud Platform
Single Server, Free Trial for One Year
This section mainly describes how to maintain management nodes (MNs) in ZStack Cloud.
ZStack Cloud provides high availability (HA) for dual-management node by using separate HA suites. When any one of the MNs is disconnected, the HA will be triggered in seconds to ensure the business continuity.
HA Mechanism: Each MN runs a zsha2 HA process. This process monitors the critical services, including the MN service, UI service, and database service, on each MN in real time. When any critical service is down, the Cloud immediately triggers virtual IP (VIP) migration through Keepalived, and then attempts to restore the downtime service.
Taking the dual-MN HA scenario as an example, this section introduces how to install, deploy, and upgrade a dual-MN HA environment and other related considerations. For detailed information, see Dual-MN HA Tutorial.
After you obtain the new HA suite, you can use the suite to upgrade the existing zsha2 service.
[root@localhost ~]# ./zsha2 upgrade-ha
In the dual-MA HA scenario, you must upgrade the HA suite before upgrading the MNs.
[root@localhost ~]# zsha2 upgrade-mn -peerpass password ./ZStack-Cloud-installer-5.3.28.bin
[root@localhost ~]# zsha2 upgrade-mn -peerpass password ./ZStack-Cloud-x86_64-DVD-5.3.28-h84r.iso
-peerpass
parameter is optional. You can use this parameter to set the SSH login password for the peer MN.