JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Oracle VM Server for SPARC 2.1 Administration Guide     Oracle VM Server for SPARC
search filter icon
search icon

Document Information

Preface

Part I Oracle VM Server for SPARC 2.1 Software

1.  Overview of the Oracle VM Server for SPARC Software

2.  Installing and Enabling Software

3.  Security

4.  Setting Up Services and the Control Domain

5.  Setting Up Guest Domains

6.  Setting Up I/O Domains

7.  Using Virtual Disks

8.  Using Virtual Networks

9.  Migrating Domains

10.  Managing Resources

11.  Managing Configurations

12.  Performing Other Administration Tasks

Part II Optional Oracle VM Server for SPARC Software

13.  Oracle VM Server for SPARC Physical-to-Virtual Conversion Tool

14.  Oracle VM Server for SPARC Configuration Assistant

15.  Using the Oracle VM Server for SPARC Management Information Base Software

Oracle VM Server for SPARC Management Information Base Overview

Software Components

System Management Agent

Logical Domains Manager and the Oracle VM Server for SPARC MIB

Parsing the XML-Based Control Interface

Providing SNMP Traps

Providing Fault and Recovery Information

Oracle VM Server for SPARC MIB Object Tree

Installing and Configuring the Oracle VM Server for SPARC MIB Software

Installing and Configuring the Oracle VM Server for SPARC MIB Software (Task Map)

Install the Oracle VM Server for SPARC MIB Software Package

Load the Oracle VM Server for SPARC MIB Module Into the SMA

Remove the Oracle VM Server for SPARC MIB Software Package

Managing Security

Create the Initial snmpv3 User

Monitoring Domains

Setting Environment Variables

Set Environment Variables

Querying the Oracle VM Server for SPARC MIB

Retrieve Oracle VM Server for SPARC MIB Objects

Retrieving Oracle VM Server for SPARC MIB Information

Domain Table (ldomTable)

Environment Variables Table (ldomEnvVarsTable)

Domain Policy Table (ldomPolicyTable)

Service Processor Configuration Table (ldomSPConfigTable)

Domain Resource Pool and Scalar Variables

Virtual CPU Table (ldomVcpuTable)

Virtual Memory Tables

Virtual Disk Tables

Virtual Network Tables

Virtual Console Tables

Cryptographic Units Table (ldomCryptoTable)

I/O Bus Table (ldomIOBusTable)

Core Table (ldomCoreTable)

Scalar Variables for Logical Domains Version Information

Using SNMP Traps

Using Oracle VM Server for SPARC MIB Module Traps

Sending and Receiving Traps

Oracle VM Server for SPARC MIB Trap Descriptions

Domain Creation (ldomCreate)

Domain Destroy (ldomDestroy)

Domain State Change (ldomStateChange)

Virtual CPU Change (ldomVCpuChange)

Virtual Memory Change (ldomVMemChange)

Virtual Disk Service Change (ldomVdsChange)

Virtual Disk Change (ldomVdiskChange)

Virtual Switch Change (ldomVswChange)

Virtual Network Change (ldomVnetChange)

Virtual Console Concentrator Change (ldomVccChange)

Virtual Console Group Change (ldomVconsChange)

Starting and Stopping Domains

Starting and Stopping a Domain

Start a Domain

Stop a Domain

16.  Logical Domains Manager Discovery

17.  Using the XML Interface With the Logical Domains Manager

Glossary

Index

Installing and Configuring the Oracle VM Server for SPARC MIB Software

This section covers the installation and configuration of the Oracle VM Server for SPARC MIB software. For information about administering SNMP, see the snmpd.conf(4) man page.

Installing and Configuring the Oracle VM Server for SPARC MIB Software (Task Map)

The following table points to the tasks that you can use to install and configure the Oracle VM Server for SPARC MIB software.

Task
Description
For Instructions
Install the Oracle VM Server for SPARC MIB software package on the primary domain.
Use the pkgadd command to install the SUNWldmib.v package.
Load the Oracle VM Server for SPARC MIB module into the SMA.
Load the ldomMIB.so module into the Oracle Solaris OS SMA to query the Oracle VM Server for SPARC MIB.
Remove the Oracle VM Server for SPARC MIB software package from the primary domain.
Use the pkgrm command to remove the SUNWldmib.v package.

Install the Oracle VM Server for SPARC MIB Software Package

This procedure describes how to install the Oracle VM Server for SPARC MIB software package, SUNWldmib.v, which is included as part of the Oracle VM Server for SPARC 2.1 software.

After you install this package, you can configure your system to dynamically load the Oracle VM Server for SPARC MIB module. See Load the Oracle VM Server for SPARC MIB Module Into the SMA.

Before You Begin

Download and install the Oracle VM Server for SPARC 2.1 software. See Chapter 2, Installing and Enabling Software.

Load the Oracle VM Server for SPARC MIB Module Into the SMA

The Oracle VM Server for SPARC MIB module, ldomMIB.so, must be loaded into the Oracle Solaris OS SMA to query the Oracle VM Server for SPARC MIB. The Oracle VM Server for SPARC MIB module is dynamically loaded so that the module is included within the SNMP agent without requiring you to recompile and relink the agent binary.

This procedure describes how to configure your system to dynamically load the Oracle VM Server for SPARC MIB module. Instructions for dynamically loading the module without restarting the SMA are provided in Solaris System Management Agent Developer's Guide. For more information about the SMA, see Solaris System Management Administration Guide.

  1. Update the SMA SNMP configuration file.

    Append the following line to the /etc/sma/snmp/snmpd.conf configuration file:

    dlmod ldomMIB /opt/SUNWldmib/lib/ldomMIB.so
  2. Restart the SMA.
    # svcadm restart svc:/application/management/sma:default

Remove the Oracle VM Server for SPARC MIB Software Package

This procedure describes how to remove the Oracle VM Server for SPARC MIB software package, SUNWldmib.v, and unload the Oracle VM Server for SPARC MIB module from the SMA.

  1. Stop the SMA.
    # svcadm disable svc:/application/management/sma:default
  2. Remove the Oracle VM Server for SPARC MIB software package from the primary domain.
    # pkgrm SUNWldmib
  3. Update the SMA SNMP configuration file.

    Remove the line that you added to the /etc/sma/snmp/snmpd.conf file during installation.

    dlmod ldomMIB /opt/SUNWldmib/lib/ldomMIB.so
  4. Restart the SMA.
    # svcadm restart svc:/application/management/sma:default