Upgrader SUN Cluster
Contents
1 Introduction
Upgrading a cluster is not an easy task. I'll explain here the steps to follow.
2 Preparing environment
First of all, you need to be sure you don't have any running services (You should do those step for all your servers).
Then you need to boot in a non cluster mode :
reboot |
reboot -- -x |
You also need to download the latest version of Sun Cluster and unzip it in /export/home/patchs/ for example.
3 Upgrade
3.1 Normal way
Now start installer (here : /export/home/patchs/Solaris_x86) :
/export/home/patchs/Solaris_x86/installer |
During the wizard, choose "All Shared Components" to upgrade your SUN Cluster version.
Now you need to upgrade all your component, choose to upgrade the whole cluter structure :
So you normally need to select option 1.
After that, you need to update all agents (using option 2).
Then reboot this node and apply this to all the nodes of your cluster.
3.2 Fast way
If you need a faster way, you can do like this (you need to exactly know what you have installed) :
4 Verification
You can now verify by looking at /etc/cluster/release file :
cat |
> cat /etc/cluster/release Sun Cluster 3.2u3 for Solaris 10 i386 Copyright 2008 Sun Microsystems, Inc. All Rights Reserved. |