Install Solaris 78 DomU on RHEL5.1 / CentOS 5.1

# cd /usr/lib64/python2.4/site-packages/xen/xend/server
# vi blkif.py     and made this change:

devid = blkif.blkdev_name_to_number(dev)
-if not devid:
+if devid is None:
    raise VmError('Unable to find number for device (%s)' % (dev))finally:

# /etc/init.d/xend restart

Create SNV78 DomU with usual profile 
Select DHCP during install.
For first booting up configure runtime profile with "unix -kd"
to patch xnf_attach at boot time.
Modify /etc/system as usual for build < 81
Copy boot_archive to Dom0
Make final changes to profile:-
ramdisk = "/usr/lib/xen-solaris/boot_archive
 
 
This message posted from opensolaris.org
_______________________________________________
xen-discuss mailing list
[email protected]

Reply via email to