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

Document Information

Preface

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

Configuration Guidelines

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

Resource Properties

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

Index

SPARC: Installing and Configuring Oracle VM Server for SPARC

This section contains the procedures you need to install and configure an Oracle VM Server for SPARC guest domain.

SPARC: How to Install the Oracle VM Server for SPARC 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/technetwork/server-storage/vm/downloads/index.html?ssSourceSiteId=ocomen.

    Follow instructions to download and install Oracle VM Server for SPARC software.

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