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

Document Information

Preface

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

Output Messages

Creating Default Services

Create Default Services

Initial Configuration of the Control Domain

Set Up the Control Domain

Rebooting to Use Logical Domains

Reboot

Enabling Networking Between the Control/Service Domain and Other Domains

Configure the Virtual Switch as the Primary Interface

Enabling the Virtual Network Terminal Server Daemon

Enable the Virtual Network Terminal Server Daemon

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

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

B.  Oracle VM Server for SPARC Configuration Assistant

C.  Logical Domains Manager Discovery

D.  Using the XML Interface With the Logical Domains Manager

E.  Logical Domains Manager XML Schemas

Glossary

Index

Initial Configuration of the Control Domain

Initially, all system resources are allocated to the control domain. To allow the creation of other logical domains, you must release some of these resources.

Do not attempt to use memory dynamic reconfiguration (DR) to perform the initial configuration of the control domain. Although you can use memory DR to perform this configuration without needing a reboot, it is not recommended. The memory DR approach might take a very long time (longer than a reboot) and could even potentially fail. Instead, use the ldm start-reconf command to place the control domain in delayed reconfiguration mode before you change the memory configuration. Then, you can reboot the control domain after you complete all the configuration steps.

Set Up the Control Domain


Note - This procedure contains examples of resources to set for your control domain. These numbers are examples only, and the values used might not be appropriate for your control domain.


  1. Determine whether you have cryptographic devices in the control domain.
    primary# ldm list -o crypto primary
  2. Assign cryptographic resources to the control domain.

    The following example would assign one cryptographic resource to the control domain, primary. This leaves the remainder of the cryptographic resources available to a guest domain.

    primary# ldm set-mau 1 primary
  3. Assign virtual CPUs to the control domain.

    For example, the following command would assign 8 virtual CPUs to the control domain, primary. This leaves the remainder of the virtual CPUs available to a guest domain.

    primary# ldm set-vcpu 8 primary
  4. Initiate a delayed reconfiguration on the control domain.
    primary# ldm start-reconf primary
  5. Assign memory to the control domain.

    For example, the following command would assign 4 gigabytes of memory to the control domain, primary. This leaves the remainder of the memory available to a guest domain.

    primary# ldm set-memory 4G primary
  6. Add a logical domain machine configuration to the service processor (SP).

    For example, the following command would add a configuration called initial.

    primary# ldm add-config initial
  7. Verify that the configuration is ready to be used at the next reboot.
    primary# ldm list-config
    factory-default
    initial [next poweron]

    This list subcommand shows the initial configuration set will be used once you powercycle.