# 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.
Complete first installation phase. 
For first boot up configure runtime profile with "unix -kd"
to patch xnf_attach at boot time as advised at:-
http://www.opensolaris.org/jive/thread.jspa?threadID=46996&tstart=0
Add "set xnf:xnf_cksum_offload = 0"  to /etc/system (build < 81)
#  bootadm update-archive
# /usr/bin/scp -S /usr/bin/ssh  \
/platform/i86pc/amd64/boot_archive \
Dom0-IP:/usr/lib/xen-solaris 
# shutdown -y -i0 -g0
Make final changes to profile:-
ramdisk = "/usr/lib/xen-solaris/boot_archive
Remove (-kd) from extra line.

My former supervisor at Verizon (GTE) often told me:-
"Community is strength"
Finally I understood.
Thanks.
 
 
This message posted from opensolaris.org
_______________________________________________
xen-discuss mailing list
[email protected]

Reply via email to