Oracle® Solaris Cluster Data Service for Oracle VM Server for SPARC Guide

Exit Print View

Updated: July 2014, E39658-01
 
 

SPARC: How to Enable the Oracle VM Server for SPARC Instances to Run in a Cluster

  1. Become superuser or assume a role that provides solaris.cluster.admin RBAC authorization on one of the nodes in the cluster that will host the Oracle VM Server for SPARC guest domain.
  2. Register the SUNW.HAStoragePlus resource type.
    # clresourcetype register SUNW.HAStoragePlus
  3. Create a failover resource group.
    # clresourcegroup create LDom-failover-rg
  4. (If using a cluster file system or a highly available local file system) Create an HAStoragePlus resource for the guest domain Virtual Disk Storage.
    # clresource create -g LDom-failover-rg \
    -t SUNW.HAStoragePlus \
    -p FilesystemMountPoints=LDom-mount-points \
    LDom-has-resource
  5. Enable the failover resource group that now includes the guest domain disk storage resources.
    # clresourcegroup online -M -n current-node LDom-failover-rg