Oracle® VM Server for SPARC 3.2 Administration Guide

Exit Print View

Updated: May 2015
 
 

How to Remove the physical-bindings Constraint

To remove the physical-bindings constraint for a guest domain, you must first remove all physically bound resources.

  1. Unbind the domain.
    primary# ldm unbind domain-name
  2. Remove the named resources.
    • To remove named cores:

      primary# ldm set-core cid=core-ID domain-name
    • To remove named memory:

      primary# ldm set-mem mblock=PA-start:size domain-name
  3. Add CPU or memory resources.
    • To add a CPU resource:

      primary# ldm add-vcpu number domain-name
    • To add a memory resource:

      primary# ldm add-mem size[unit] domain-name
  4. Rebind the domain.
    primary# ldm bind domain-name