Go to main content

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

Exit Print View

Updated: June 2017
 
 

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 authorization on one of the nodes in the cluster that will host the Oracle VM Server for SPARC logical 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 logical 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 logical domain disk storage resources.
    # clresourcegroup online -M -n current-node LDom-failover-rg