1. Define domain
Create the domain entry (name) and assign CPU + memory.
Solaris · LDOMs – Creating Guest Domains
Solaris SPARC · LDOMs · Guest
Guest domains are where your applications actually run. In this lesson you will create a simple guest LDOM: assign CPU, memory, virtual disks, virtual network and start the OS installation.
Create the domain entry (name) and assign CPU + memory.
Provide virtual disks and virtual NICs from the service/I/O domain.
Bind the domain, power it on, then install Solaris inside like a normal SPARC machine.
ldm add-domain defines a new domain name.
ldm set-vcpu and ldm set-memory assign resources to the guest.
Export a backend device from service domain and assign it as vdisk.
Create vsw on physical NIC, then add vnet to the guest.
Bind finalizes the configuration; then start install (e.g. from virtual DVD).