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
Before You Begin
Ensure that all upgrade procedures are completed for all cluster nodes that you are upgrading.
phys-schost# scversions
|
phys-schost# scversions -c
Committing the upgrade enables the cluster to utilize all features in the newer software. New features are available only after you perform the upgrade commitment.
phys-schost# scversions Upgrade commit is NOT needed. All versions match.
Next Steps
Go to How to Verify the Upgrade.
Perform this procedure to verify that the cluster is successfully upgraded to Oracle Solaris Cluster 4.1 software. Perform all steps from the global zone only.
Before You Begin
Ensure that all upgrade procedures are completed for all cluster nodes that you are upgrading.
Ensure that all steps in How to Commit the Upgraded Cluster are completed successfully.
phys-schost# clnode show-rev -v
The first line of output states which version of Oracle Solaris Cluster software the node is running. This version should match the version that you just upgraded to.
phys-schost# clnode status
See the clnode(1CL) man page for more information about displaying cluster status.
# beadm list
Record the name of the upgraded BE and any other BEs that you might want to boot back into if needed.
Example 5-1 Verifying Upgrade to Oracle Solaris Cluster 4.1 Software
The following example shows the commands used to verify upgrade of a two-node cluster to Oracle Solaris Cluster 4.1 software. The cluster node names are phys-schost-1 and phys-schost-2.
phys-schost# clnode show-rev -v 4.1 … phys-schost# clnode status === Cluster Nodes === --- Node Status --- Node Name Status --------- ------ phys-schost-1 Online phys-schost-2 Online
Next Steps
Go to How to Finish the Upgrade.
Perform this procedure to finish Oracle Solaris Cluster upgrade. Perform all steps from the global zone only.
Before You Begin
Ensure that all steps in How to Verify the Upgrade are completed.
Follow the documentation that accompanies the data services.
After upgrade, the resource_security property for the cluster is reset to COMPATIBLE. To use a different security policy for RGM resources, run the following command from one node of the cluster:
phys-schost# cluster set -p resource_security=policy clustername
You can alternatively use the clsetup utility from the Other Cluster Tasks menu option. For more information about the resource_security property, see the cluster(1CL) man page.
You must migrate all resources to the Oracle Solaris Cluster 4.1 resource-type version to use the new features and bug fixes that are provided in this release.
See Upgrading a Resource Type in Oracle Solaris Cluster Data Services Planning and Administration Guide, which contains procedures which use the command line. Alternatively, you can perform the same tasks by using the Resource Group menu of the clsetup utility. The process involves performing the following tasks:
Registering the new resource type.
Migrating the eligible resource to the new version of its resource type.
Modifying the extension properties of the resource type.
Note - The Oracle Solaris Cluster 4.1 release might introduce new default values for some extension properties. These changes affect the behavior of any existing resource that uses the default values of such properties. If you require the previous default value for a resource, modify the migrated resource to set the property to the previous default value.
phys-schost# clsetup
The clsetup Main Menu is displayed.
The Resource Group Menu is displayed.
Type q to back out of each submenu, or press Ctrl-C.
# clresource enable resource
# clresource status
# clresourcegroup online -emM resourcegroup
# clresourcegroup status
# clresourcegroup online -Z zonecluster resource-group # clresource enable -Z zonecluster resource # clresourcegroup online -eM -Z zonecluster resource-group
Also perform this task if you want to configure automatic reboot for the first time.
phys-schost# clnode show
phys-schost# clnode set -p reboot_on_path_failure=enabled node
Specifies the property to set
Specifies that the node will reboot if all monitored disk paths fail, provided that at least one of the disks is accessible from a different node in the cluster.
phys-schost# clnode show === Cluster Nodes === Node Name: node … reboot_on_path_failure: enabled …
See How to Validate the Cluster in Oracle Solaris Cluster Software Installation Guide.
phys-schost# zpool get all rootpool > filename
Store the file in a location outside the cluster. If you make any root pool configuration changes, run this command again to capture the changed configuration. If necessary, you can use this information to restore the root pool partition configuration. For more information, see the zpool(1M) man page.
An archived backup of your cluster configuration facilitates easier recovery of your cluster configuration.
For more information, see How to Back Up the Cluster Configuration in Oracle Solaris Cluster System Administration Guide.
Troubleshooting
Resource-type migration failure - Normally, you migrate resources to a new resource type while the resource is offline. However, some resources need to be online for a resource-type migration to succeed. If resource-type migration fails for this reason, error messages similar to the following are displayed:
phys-schost - Resource depends on a SUNW.HAStoragePlus type resource that is not online anywhere. (C189917) VALIDATE on resource nfsrs, resource group rg, exited with non-zero exit status. (C720144) Validation of resource nfsrs in resource group rg on node phys-schost failed.
If resource-type migration fails because the resource is offline, use the clsetup utility to re-enable the resource and then bring its related resource group online. Then repeat migration procedures for the resource.
Java binaries location change - If the location of the Java binaries changed during the upgrade of Oracle Solaris software, you might see error messages similar to the following when you attempt to run the cacaoadm start command:
phys-schost# /usr/sbin/cacaoadm startNo suitable Java runtime found. Java 1.7 or higher is required.Jan 3 17:10:26 ppups3 cacao: No suitable Java runtime found. Java 1.7 or higher is required.Cannot locate all the dependencies
This error is generated because the start command cannot locate the current location of the Java binaries. The JAVA_HOME property still points to the directory where the previous version of Java was located, but that previous version was removed during upgrade.
To correct this problem, change the setting of JAVA_HOME in the following configuration file to use the current Java directory:
/etc/opt/SUNWcacao/cacao.properties
Next Steps
The cluster upgrade is complete.