Welcome to docker.ru hosting provider linux mirror located at Moscow, Russian Federation.
Server configuration: Linux with OpenZFS, 2 x E5-2670v2, 128 GB ECC memory, 12 x 4 TB raidz2 + 1 TB SSD for L2ARC.
Network: 20 gbps uplink, IPv4 (185.253.23.31), IPv6 (2a04:8580:ffff:fffe::2).
My hostname is mirror.docker.ru
To update the cluster software while minimizing service downtime, follow these steps:
Stop the cluster software on the first member to be upgraded by clicking Cluster => Stop Local Cluster Daemons from the Cluster Status Tool. Alternatively, run the following command at a shell prompt:
/sbin/service clumanager stop |
Make a copy of the cluster configuration file. For example, to save the file to the /root directory, run the following command:
cp /etc/cluster.xml /root/ |
Upgrade the cluster packages using the steps outlined in Section 3.1 Installing the Red Hat Cluster Suite Packages.
Copy the configuration file you saved back to the /etc/ directory.
cp /root/cluster.xml /etc/ |
Start the cluster software on the updated cluster system by clicking Cluster => Start Local Cluster Daemons from the Cluster Status Tool. Alternatively, run the following command at a shell prompt:
/sbin/service clumanager start |
Repeat steps 1 - 5 for each cluster member to be updated.