Skip Navigation Links | |
Exit Print View | |
![]() |
Oracle Solaris Cluster Data Service for Oracle VM Server for SPARC Guide Oracle Solaris Cluster 4.0 |
SPARC: Installing and Configuring HA for Oracle VM Server
SPARC: Installing and Configuring HA for Oracle VM Server
SPARC: HA for Oracle VM Server Overview
SPARC: Planning the HA for Oracle VM Server Installation and Configuration
SPARC: How to Configure Oracle VM Server for SPARC to Reset for Control Domain Failures
SPARC: Installing and Configuring Oracle VM Server for SPARC
SPARC: How to Install the Oracle VM Server for SPARC Software
SPARC: How to Enable the Oracle VM Server for SPARC Instances to Run in a Cluster
Installing the HA for Oracle VM Server Package
How to Install the HA for Oracle VM Server Package
SPARC: Registering and Configuring HA for Oracle VM Server
SPARC: How to Configure HA for Oracle VM Server
SPARC: How to Remove an HA for Oracle VM Server Resource From a Failover Resource Group
SPARC: Verifying the Installation and Configuration of Oracle VM Server for SPARC
SPARC: How to Verify the HA for Oracle VM Server Installation and Configuration
SPARC: Tuning the HA for Oracle VM Server Fault Monitor
Probing Algorithm and Functionality
Operations of the Oracle VM Server for SPARC Probe
SPARC: Debugging HA for Oracle VM Server
SPARC: How to Activate Debugging for HA for Oracle VM Server
Before You Begin
Install the data service packages during your initial Oracle Solaris Cluster installation.
If you did not install the HA for Oracle VM Server packages as part of your initial Oracle Solaris Cluster installation, go to Installing the HA for Oracle VM Server Package.
# clresourcetype register SUNW.ldom
If you plan to use warm migration (see Step 4), a password_file property is required. For warm migration, specify the complete path to the file that contains the target host password that is required for guest domain migration.
# clresource create -g LDom-failover-rg -t SUNW.ldom \ -p password_file=path-to-file-with-target-host-password \ -p Domain_name=LDom-guest-domain-instance LDom-guest-domain-resource
Warm migration requires that the migration_type property be set to MIGRATE, which is the default value. For a value of MIGRATE, the password_file is required (see Step 3).
If the migration_type property is instead set to NORMAL, change the property value to MIGRATE:
# clresource set -p Migration_type=MIGRATE LDom-guest-domain-resource
Repeat this step for each guest domain instance, if multiple instances were created.
# clresource status # clresource enable LDom-guest-domain-resource
# clresource disable resource # clresource delete resource