Skip Navigation Links | |
Exit Print View | |
Oracle Solaris Cluster Upgrade Guide Oracle Solaris Cluster 4.1 |
1. Preparing to Upgrade Oracle Solaris Cluster Software
2. Upgrading Zones Managed by Oracle Solaris Cluster Software
3. Performing a Standard Upgrade
4. Performing a Rolling Upgrade
Performing a Rolling Upgrade of a Cluster
How to Upgrade Quorum Server Software
The following table lists the tasks to upgrade to Oracle Solaris Cluster 4.1 software or to a 4.1 SRU. By default, all Oracle Solaris packages are automatically upgraded.
Table 4-1 Task Map: Performing a Rolling Upgrade to Oracle Solaris Cluster 4.1 Software
|
If the cluster uses a quorum server, upgrade the Quorum Server software on the quorum server before you upgrade the cluster.
Note - If more than one cluster uses the quorum server, perform these steps for each of those clusters.
Perform all steps as the root role on the cluster and on the quorum server.
See Adding a Quorum Device in Oracle Solaris Cluster System Administration Guide.
If you add another quorum server as a temporary quorum device, the quorum server can run the same software version as the quorum server that you are upgrading, or it can run the 4.1 version of Quorum Server software.
phys-schost# clquorum remove quorumserver
quorumserver# clquorumserver show +
If the output shows any cluster is still served by the quorum server, unconfigure the quorum server from that cluster. Then repeat this step to confirm that the quorum server is no longer configured with any cluster.
Note - If you have unconfigured the quorum server from a cluster but the clquorumserver show command still reports that the quorum server is serving that cluster, the command might be reporting stale configuration information. See Cleaning Up Stale Quorum Server Cluster Information in Oracle Solaris Cluster System Administration Guide.
quorumserver# clquorumserver stop +
quorumserver# pkg uninstall ha-cluster/*
By default, this directory is /var/scqsd.
Follow the steps in How to Install and Configure Oracle Solaris Cluster Quorum Server Software in Oracle Solaris Cluster Software Installation Guide for installing the Quorum Server software.
Follow the steps in How to Configure Quorum Devices in Oracle Solaris Cluster Software Installation Guide.
phys-schost# clquorum remove tempquorum
Perform this procedure on one node at a time. You will take the upgraded node out of the cluster while the remaining nodes continue to function as active cluster members.
Before You Begin
Perform the following tasks:
Ensure that the configuration meets requirements for upgrade. See Upgrade Requirements and Software Support Guidelines.
Have available the installation media, documentation, and upgrades for all the software products that you are upgrading, including the following software:
Oracle Solaris OS
Oracle Solaris Cluster
Applications that are managed by Oracle Solaris Cluster 4.1 data service agents
Any other third-party applications to upgrade
For instructions on updating single or multiple packages, see Chapter 11, Updating Your Software, in Oracle Solaris Cluster System Administration Guide.
phys-schost% cluster status
See the cluster(1CL) man page for more information.
Service interruption will be approximately the amount of time that your cluster normally takes to switch services to another node.
phys-schost# clnode evacuate node-to-evacuate
See the clnode(1CL) man page for more information.
phys-schost# clresourcegroup evacuate -n zone-cluster-node \ -Z zone-cluster-name resource-group
phys-schost# cluster status -t devicegroup,resourcegroup
Next Steps
Go to How to Upgrade the Software (Rolling Upgrade).
Perform this procedure to upgrade to Oracle Solaris Cluster 4.1 software or to an Oracle Solaris Cluster 4.1 SRU while the remaining cluster nodes are in cluster mode.
Note - Oracle Solaris 11.2 software requires Oracle Solaris Cluster 4.1 SRU 8.
Note - Until all nodes of the cluster are upgraded and the upgrade is committed, new features that are introduced by the new release might not be available.
Before You Begin
If you have failover zones of brand type solaris configured on the cluster, you must perform additional steps. Follow the instructions in How to Upgrade a Failover Zone before you begin this procedure. If you have a solaris10 brand zone in a zone cluster, follow the instructions in Upgrading a solaris10 Brand Zone in a Zone Cluster.
# pkg set-publisher -G '*' -g URL_for_ha-cluster_publisher ha-cluster
# pkg publisher PUBLISHER TYPE STATUS URI solaris origin online solaris-repository
For information about setting the solaris publisher, see Adding and Updating Oracle Solaris 11.1 Software Packages.
If you are upgrading a failover zone, follow the instructions in How to Upgrade a Failover Zone.
# scinstall -u update [-b bename]
You can choose to specify a name for the new boot environment with the -b bename option.
Note - The cluster nodes must be installed with at least 4.0 SRU 2.
phys-schost# scinstall
The scinstall Main Menu is displayed.
The Upgrade Menu is displayed.
If you are upgrading a zone cluster node, follow the menu prompts to upgrade the cluster framework, data service agents, or Oracle RAC for this node.
Upgrade processing is finished when the system displays the message Completed Oracle Solaris Cluster framework upgrade and prompts you to press Enter to continue.
Add the -x option to the boot command to boot into noncluster mode.
Next Steps
When all nodes in the cluster are upgraded, go to Chapter 5, Completing the Upgrade.