Loading Solaris OS on Guest LDOM
I've been trying for 3 days to load an OS on a guest LDOM I created. The guest domain boots off the network but hangs up on the configuration.
The "Beginners Guide to LDoms" says on page 39:
The second aspect of the operating system is how to install it.
For the Logical Domains Manager, you can use an existing operating system created from another system or domain
and transfer it to a file or another disk, or you can use the network installation method. This example uses a network installation
Since the network option is not working, does anybody have documentation on another install option. Or if not, have have you been able to get the network install to work.
Thanks for any help
Joe
# 5
This is as far as it gets on the net boot.
{0} ok boot vnet0 - nowin
Boot device: /virtual-devices@100/channel-devices@200/network@0 File and args:n
Requesting Internet Address for 0:14:4f:fa:7c:c7
SunOS Release 5.10 Version Generic_118833-33 64-bit
Copyright 1983-2006 Sun Microsystems, Inc. All rights reserved.
Use is subject to license terms.
WARNING: machine_descrip_update: new MD has the same generation (3) as the old D
whoami: no domain name
Configuring devices.
/
/
NFS server blofeld2 not responding still trying
NFS server blofeld2 ok
# 8
Ok, I'm trying to use a Virtual Disk Image.
I get the LDom up, and I can jumpstart. But after the initial reboot ... Does anyone have any ideas?
Boot device: /virtual-devices@100/channel-devices@200/disk@0 File and args:
SunOS Release 5.10 Version Generic_118833-33 64-bit
Copyright 1983-2006 Sun Microsystems, Inc. All rights reserved.
Use is subject to license terms.
disk: no major number
channel-devices: no major number
Cannot load drivers for /virtual-devices@100/channel-devices@200/disk@0:a
Can't load the root filesystem
Debugging requested; hardware watchdog suspended.
My LDOm config / scripts / process looks like :
# mkdir /home/dom1
# ldm add-domain dom1
# ldm add-vcpu 4 dom1
# ldm add-mau 1 dom1
# ldm add-memory 512m dom1
# mkfile 10g /home/dom1/dom1-disk
# ldm add-vdiskserverdevice /home/dom1/dom1-disk vdisk1@primary-vds0
# ldm add-vdisk vdisk1 vdisk1@primary-vds0 dom1
# ldm add-vnet vnet0 primary-vsw0 dom1
# ldm set-variable auto-boot\?=false dom1
# ldm set-variable local-mac-address\?=true dom1
# ldm set-variable boot-device=/virtual-devices@100/channel-devices@200/disk@0 dom1
# ldm bind-domain dom1
# ldm start dom1
# telnet localhost 5000
{0} ok show-nets
a) /virtual-devices@100/channel-devices@200/network@0
q) NO SELECTION
Enter Selection, q to quit: a
/virtual-devices@100/channel-devices@200/network@0 has been selected.
Type ^Y ( Control-Y ) to insert it in the command line.
e.g. ok nvalias mydev ^Y
for creating devalias mydev for
/virtual-devices@100/channel-devices@200/network@0
{0} ok nvalias net /virtual-devices@100/channel-devices@200/network@0
{0} ok boot net - install