Go to main content
Oracle® VM Server for SPARC 3.4 Administration Guide

Exit Print View

Updated: August 2016
 
 

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= domain-name
    • To remove named memory:

      primary# ldm set-mem mblock= 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