# ldm create-domain ldom1
# ldm add-vcpu 4 ldom1
# ldm add-memory 1G ldom1
# ldm add-vnet vnet1 pvg-vsw0 ldom1
pvg-vsw0 is the virtual switch that will be used to connect LDOM1 to the network. This virtual switch is created in the primary domain.
# ldm add-vdisk vdisk1 vol1@pvg-vds0 ldom1
pvg-vds0 is the virtual disk server that is offered to the LDOM by the primary domain. The pvg-vds0 server is created in the primary domain.
# ldm add-vconsole port=5100 service=pvg-vcc0 ldom2
# ldm set-variable auto-boot\?=false ldom1
# ldm set-variable boot-device=/virtual-devices@100/channel-devices@200/disk@0 ldom1
# ldm bind ldom1
# ldm start-domain ldom1
# telnet -e ! localhost 5000
I'm in no way responsible for what you do. Not even when you do it after reading my documents.