JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Oracle® VM Server for SPARC 3.1 Administration Guide
Oracle Technology Network
Library
PDF
Print View
Feedback
search filter icon
search icon

Document Information

Using This Documentation

Part I Oracle VM Server for SPARC 3.1 Software

Part II Optional Oracle VM Server for SPARC Software

Chapter 14 Oracle VM Server for SPARC Physical-to-Virtual Conversion Tool

Oracle VM Server for SPARC P2V Tool Overview

Collection Phase

Preparation Phase

Conversion Phase

Back-End Devices

Installing the Oracle VM Server for SPARC P2V Tool

Prerequisites for using the SPARC P2V Tool

Limitations of Using the SPARC P2V Tool

How to Install the Oracle VM Server for SPARC P2V Tool

Using the ldmp2v Command

Chapter 15 Oracle VM Server for SPARC Configuration Assistant (Oracle Solaris 10)

Using the Configuration Assistant (ldmconfig)

Installing the Configuration Assistant

Prerequisites for Running the Configuration Assistant

Limitations and Known Issues of the Configuration Assistant

ldmconfig Features

Chapter 16 Using Power Management

Using Power Management

Power Management Features

Viewing Power-Consumption Data

Chapter 17 Using the Oracle VM Server for SPARC Management Information Base Software

Oracle VM Server for SPARC Management Information Base Overview

Related Products and Features

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

How to Install the Oracle VM Server for SPARC MIB Software Package

How to Load the Oracle VM Server for SPARC MIB Module Into the Oracle Solaris SNMP Agent

How to Remove the Oracle VM Server for SPARC MIB Software Package

Managing Security

How to Create the Initial snmpv3 User

Monitoring Domains

Setting Environment Variables

Querying the Oracle VM Server for SPARC MIB

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 Memory Table (ldomVmemTable)

Virtual Memory Physical Binding Table (ldomVmemPhysBindTable)

Virtual Disk Tables

Virtual Disk Service Table (ldomVdsTable)

Virtual Disk Service Device Table (ldomVdsdevTable)

Virtual Disk Table (ldomVdiskTable)

Virtual Network Tables

Virtual Switch Service Table (ldomVswTable)

Virtual Network Device Table (ldomVnetTable)

Virtual Console Tables

Virtual Console Concentrator Table (ldomVccTable)

Virtual Console Group Table (ldomVconsTable)

Virtual Console Relationship Table (ldomVconsVccRelTable)

Cryptographic Units Table (ldomCryptoTable)

I/O Bus Table (ldomIOBusTable)

Core Table (ldomCoreTable)

Scalar Variables for Domain Version Information

Using SNMP Traps

Using Oracle VM Server for SPARC MIB Module Traps

How to Send Traps

How to Receive 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

How to Start a Domain

How to Stop a Domain

Chapter 18 Logical Domains Manager Discovery

Discovering Systems Running the Logical Domains Manager

Multicast Communication

Message Format

How to Discover Logical Domains Managers Running on Your Subnet

Chapter 19 Using the XML Interface With the Logical Domains Manager

XML Transport

XMPP Server

Local Connections

XML Protocol

Request and Response Messages

Request Messages

<LDM_interface> Tag

The <cmd> Tag

The <data> Tag

Response Messages

Overall Response

Command Response

Object Response

Event Messages

Registration and Unregistration

<LDM_event> Messages

Event Types

Domain Events

Hardware Events

Progress Events

Resource Events

All Events

Logical Domains Manager Actions

Logical Domains Manager Resources and Properties

Domain Information (ldom_info) Resource

CPU (cpu) Resource

MAU (mau) Resource

Memory (memory) Resource

Virtual Disk Server (vds) Resource

Virtual Disk Server Volume (vds_volume) Resource

Disk (disk) Resource

Virtual Switch (vsw) Resource

Network (network) Resource

Virtual Console Concentrator (vcc) Resource

Variable (var) Resource

Physical I/O Device (physio_device) Resource

SP Configuration (spconfig) Resource

DRM Policy Configuration (policy) Resource

Virtual Data Plane Channel Service (vdpcs) Resource

Virtual Data Plane Channel Client (vdpcc) Resource

Console (console) Resource

Domain Migration

XML Schemas

Glossary

Index

Oracle VM Server for SPARC MIB Trap Descriptions

This section describes the Oracle VM Server for SPARC MIB traps that you can use.

Domain Creation (ldomCreate)

This trap notifies you when any domains are created.

Table 17-24  Domain Creation Trap (ldomCreate)
Name
Data Type
Description
ldomIndexNotif
Integer
Index into ldomTable
ldomName
Display string
Name of the domain
ldomTrapDesc
Display string
Description of the trap

Domain Destroy (ldomDestroy)

This trap notifies you when any domains are destroyed.

Table 17-25  Domain Destroy Trap (ldomDestroy)
Name
Data Type
Description
ldomIndexNotif
Integer
Index into ldomTable
ldomName
Display string
Name of the domain
ldomTrapDesc
Display string
Description of the trap

Domain State Change (ldomStateChange)

This trap notifies you of any domain operating state changes.

Table 17-26  Domain State Change Trap (ldomStateChange)
Name
Data Type
Description
ldomIndexNotif
Integer
Index into ldomTable
ldomName
Display string
Name of the domain
ldomOperState
Integer
New state of the domain
ldomStatePrev
Integer
Previous state of the domain
ldomTrapDesc
Display string
Description of the trap

Virtual CPU Change (ldomVCpuChange)

This trap notifies you when the number of virtual CPUs in a domain changes.

Table 17-27  Domain Virtual CPU Change Trap (ldomVCpuChange)
Name
Data Type
Description
ldomIndexNotif
Integer
Index into ldomTable
ldomName
Display string
Name of the domain that contains the virtual CPU
ldomNumVCPU
Integer
New number of virtual CPUs for the domain
ldomNumVCPUPrev
Integer
Previous number of virtual CPUs for the domain
ldomTrapDesc
Display string
Description of the trap

Virtual Memory Change (ldomVMemChange)

This trap notifies you when the amount of virtual memory in a domain changes.

Table 17-28  Domain Virtual Memory Change Trap (ldomVMemChange)
Name
Data Type
Description
ldomIndexNotif
Integer
Index into ldomTable
ldomName
Display string
Name of the domain that contains the virtual memory
ldomMemSize
Integer
Amount of virtual memory for the domain
ldomMemSizePrev
Integer
Previous amount of virtual memory for the domain
ldomMemUnit
Integer
Memory unit for virtual memory, which is one of the following:
  • 1 is KB

  • 2 is MB

  • 3 is GB

  • 4 is bytes

If not specified, the unit value is bytes.
ldomMemUnitPrev
Integer
Memory unit for previous virtual memory, which is one of the following:
  • 1 is KB

  • 2 is MB

  • 3 is GB

  • 4 is bytes

If not specified, the unit value is bytes.
ldomTrapDesc
Display string
Description of the trap

Virtual Disk Service Change (ldomVdsChange)

This trap notifies you when a domain's virtual disk service changes.

Table 17-29  Domain Virtual Disk Service Change Trap (ldomVdsChange)
Name
Data Type
Description
ldomIndexNotif
Integer
Index into ldomTable
ldomName
Display string
Name of the domain that contains the virtual disk service
ldomVdsServiceName
Display string
Name of the virtual disk service that has changed
ldomChangeFlag
Integer

    Indicates one of the following changes that occurred to the virtual disk service:

  • 1 is Added

  • 2 is Modified

  • 3 is Removed

ldomTrapDesc
Display string
Description of the trap

Virtual Disk Change (ldomVdiskChange)

This trap notifies you when a domain's virtual disk changes.

Table 17-30  Virtual Disk Change Trap (ldomVdiskChange)
Name
Data Type
Description
ldomIndexNotif
Integer
Index into ldomTable
ldomName
Display string
Name of the domain that contains the virtual disk device
ldomVdiskName
Display string
Name of the virtual disk device that has changed
ldomChangeFlag
Integer

    Indicates one of the following changes that occurred to the virtual disk service:

  • 1 is Added

  • 2 is Modified

  • 3 is Removed

ldomTrapDesc
Display string
Description of the trap

Virtual Switch Change (ldomVswChange)

This trap notifies you when a domain's virtual switch changes.

Table 17-31  Virtual Switch Change Trap (ldomVswChange)
Name
Data Type
Description
ldomIndexNotif
Integer
Index into ldomTable
ldomName
Display string
Name of the domain that contains the virtual switch service
ldomVswServiceName
Display string
Name of the virtual switch service that has changed
ldomChangeFlag
Integer

    Indicates one of the following changes that occurred to the virtual switch service:

  • 1 is Added

  • 2 is Modified

  • 3 is Removed

ldomTrapDesc
Display string
Description of the trap

Virtual Network Change (ldomVnetChange)

This trap notifies you when a domain's virtual network changes.

Table 17-32  Virtual Network Change Trap (ldomVnetChange)
Name
Data Type
Description
ldomIndexNotif
Integer
Index into ldomTable
ldomName
Display string
Name of the domain that contains the virtual network device
ldomVnetDevName
Display string
Name of the virtual network device for the domain
ldomChangeFlag
Integer

    Indicates one of the following changes that occurred to the virtual disk service:

  • 1 is Added

  • 2 is Modified

  • 3 is Removed

ldomTrapDesc
Display string
Description of the trap

Virtual Console Concentrator Change (ldomVccChange)

This trap notifies you when a domain's virtual console concentrator changes.

Table 17-33  Virtual Console Concentrator Change Trap (ldomVccChange)
Name
Data Type
Description
ldomIndexNotif
Integer
Index into ldomTable
ldomName
Display string
Name of the domain that contains the virtual console concentrator
ldomVccName
Display string
Name of the virtual console concentrator service that has changed
ldomChangeFlag
Integer

    Indicates one of the following changes that occurred to the virtual console concentrator:

  • 1 is Added

  • 2 is Modified

  • 3 is Removed

ldomTrapDesc
Display string
Description of the trap

Virtual Console Group Change (ldomVconsChange)

This trap notifies you when a domain's virtual console group changes.

Table 17-34  Virtual Console Group Change Trap (ldomVconsChange)
Name
Data Type
Description
ldomIndexNotif
Integer
Index into ldomTable
ldomName
Display string
Name of the domain that contains the virtual console group
ldomVconsGroupName
Display string
Name of the virtual console group that has changed
ldomChangeFlag
Integer

    Indicates one of the following changes that occurred to the virtual console group:

  • 1 is Added

  • 2 is Modified

  • 3 is Removed

ldomTrapDesc
Display string
Description of the trap