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

How to Start a Domain

This procedure describes how to start an existing bound domain. If a domain with the specified domain name does not exist or is not already bound, this operation fails.

  1. Verify that the domain-name domain exists and is bound.
    # ldm list domain-name
  2. Identify domain-name in ldomTable.
    # snmpwalk -v1 -c public localhost SUN-LDOM-MIB::ldomTable
    SUN-LDOM-MIB::ldomName.1 = STRING: primary
    SUN-LDOM-MIB::ldomName.2 = STRING: LdomMibTest_1
    SUN-LDOM-MIB::ldomAdminState.1 = INTEGER: 0
    SUN-LDOM-MIB::ldomAdminState.2 = INTEGER: 0
    SUN-LDOM-MIB::ldomOperState.1 = INTEGER: active(1)
    SUN-LDOM-MIB::ldomOperState.2 = INTEGER: bound(6)
    SUN-LDOM-MIB::ldomNumVCpu.1 = INTEGER: 8
    SUN-LDOM-MIB::ldomNumVCpu.2 = INTEGER: 4
    SUN-LDOM-MIB::ldomMemSize.1 = INTEGER: 3360
    SUN-LDOM-MIB::ldomMemSize.2 = INTEGER: 256
    SUN-LDOM-MIB::ldomMemUnit.1 = INTEGER: megabytes(2)
    SUN-LDOM-MIB::ldomMemUnit.2 = INTEGER: megabytes(2)
    SUN-LDOM-MIB::ldomNumCrypto.1 = INTEGER: 1
    SUN-LDOM-MIB::ldomNumCrypto.2 = INTEGER: 0
    SUN-LDOM-MIB::ldomNumIOBus.1 = INTEGER: 2
    SUN-LDOM-MIB::ldomNumIOBus.2 = INTEGER: 0
    SUN-LDOM-MIB::ldomUUID.1 = STRING: 5f8817d4-5d2e-6f7d-c4af-91b5b34b5723
    SUN-LDOM-MIB::ldomUUID.2 = STRING: 11284146-87ca-4877-8d80-cd0f60d5ec26
    SUN-LDOM-MIB::ldomMacAddress.1 = STRING: 00:14:4f:46:47:d6
    SUN-LDOM-MIB::ldomMacAddress.2 = STRING: 00:14:4f:f8:d5:6c
    SUN-LDOM-MIB::ldomHostID.1 = STRING: 0x844647d6
    SUN-LDOM-MIB::ldomHostID.2 = STRING: 0x84f8d56c
    SUN-LDOM-MIB::ldomFailurePolicy.1 = STRING: ignore
    SUN-LDOM-MIB::ldomFailurePolicy.2 = STRING: ignore
    SUN-LDOM-MIB::ldomMaster.1 = STRING:
    SUN-LDOM-MIB::ldomMaster.2 = STRING:
    SUN-LDOM-MIB::ldomExtMapinSpace.1 = STRING: off
    SUN-LDOM-MIB::ldomExtMapinSpace.2 = STRING: off
    SUN-LDOM-MIB::ldomThreading.1 = STRING: max-throughput
    SUN-LDOM-MIB::ldomThreading.2 = STRING: max-throughput
    SUN-LDOM-MIB::ldomWholeCore.1 = INTEGER: 0
    SUN-LDOM-MIB::ldomWholeCore.2 = INTEGER: 0
    SUN-LDOM-MIB::ldomCpuArch.1 = STRING: native
    SUN-LDOM-MIB::ldomCpuArch.2 = STRING: native
    SUN-LDOM-MIB::ldomShutdownGroup.1 = INTEGER: 0
    SUN-LDOM-MIB::ldomShutdownGroup.2 = INTEGER: 15
  3. Start the domain-name domain.

    Use the snmpset command to start the domain by setting a value of 1 to the ldomAdminState property. n specifies the domain to start.

    # snmpset -v version -c community-string hostname \
    SUN-LDOM-MIB::ldomTable.1.ldomAdminState.n = 1
  4. Verify that the domain-name domain is active by using one of the following commands:
    • # ldm list domain-name
    • # snmpget -v version -c community-string hostname SUN-LDOM-MIB::ldomOperState.n
Example 17-5  Starting a Guest Domain

This example verifies that the LdomMibTest_1 domain exists and is bound before setting the ldomAdminState property to 1. Finally, the ldm list LdomMibTest_1 command verifies that the LdomMibTest_1 domain is active.

# ldm list LdomMibTest_1
# snmpset -v1 -c private localhost SUN-LDOM-MIB::ldomTable.1.ldomAdminState.2 = 1
# ldm list LdomMibTest_1

You can also use the snmpget command to retrieve the LdomMibTest_1 domain's state instead of using the ldm list command.

# snmpget -v1 -c public localhost SUN-LDOM-MIB::ldomOperState.2

Note that if the domain is inactive when you use snmpset to start the domain, the domain is first bound and then started.