JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Oracle Solaris Cluster Data Service for Oracle VM Server for SPARC Guide
search filter icon
search icon

Document Information

Preface

Installing and Configuring HA for Logical Domains

Installing and Configuring HA for Logical Domains

HA for Logical Domains Overview

Planning the HA for Logical Domains Installation and Configuration

Configuration Restrictions

How to Configure Logical Domains to Reset for Control Domain Failures

Installing and Configuring Logical Domains

How to Install the Logical Domains Software

How to Enable the Logical Domains Instances to Run in a Cluster

Verifying the Installation and Configuration of Logical Domains

How to Verify the HA for Logical DomainsInstallation and Configuration

Installing the HA for Logical Domains Packages

How to Install the HA for Logical Domains Packages

Registering and Configuring HA for Logical Domains

How to Configure HA for Logical Domains

How to Remove a HA for Logical Domains Resource From a Failover Resource Group

Verifying the Installation and Configuration of Logical Domains

How to Verify the HA for Logical DomainsInstallation and Configuration

Tuning the HA for Logical Domains Fault Monitor

Resource Properties

Probing Algorithm and Functionality

Operations of the Logical Domains Probe

Debugging HA for Logical Domains

How to Activate Debugging for HA for Logical Domains

Index

Installing and Configuring Logical Domains

This section contains the procedures you need to install and configure a Logical Domains guest domain.

How to Install the Logical Domains Software

  1. On a cluster member, become superuser or assume a role that provides solaris.cluster.modify RBAC authorization.
  2. Go to http://www.oracle.com/us/technologies/virtualization/oraclevm/oracle-vm-server-for-sparc-068923.html

How to Enable the Logical Domains Instances to Run in a Cluster

  1. Become superuser or assume a role that provides solaris.cluster.verb RBAC authorization on one of the nodes in the cluster that will host the Logical Domains 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. Create a resource for the Logical Domains 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 Logical Domains guest domain disk storage resources.
    # clresourcegroup online -M -n current-node LDom-failover-rg