Wednesday, June 3, 2020

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

    Note that only UltraSPARC T2, UltraSPARC T2 Plus, and SPARC T3 platforms have cryptographic devices (MAUs). Because newer platforms, such as SPARC T4 systems and Fujitsu M10 systems, do not have separate cryptographic units, there is no need to assign a cryptographic accelerator on these platforms.

    primary# ldm list -o crypto primary
  2. Assign cryptographic resources to the control domain, if applicable.

    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 [current]

    This ldm list-config command shows that the initial configuration set will be used after you perform a power cycle.

No comments:

Post a Comment

How to Install the Oracle Solaris OS on a Guest Domain From an Oracle Solaris ISO File

Stop and unbind the guest domain ( ldg1 ). primary# ldm stop ldg1 primary# ldm unbind ldg1 Add the Oracle Solaris ISO file as a secondary vo...