Create a new boot environment called "xvm":
beadm create -a -d xvm xvm
Reboot into new "xvm" environment:
reboot
Download & install xVM packages:
pkg install xvm-gui SUNWvirt-manager SUNWxvm SUNWvdisk SUNWvncviewer
Modify xvm entry in /rpool/boot/grub/menu.lst to the following:
#============ End of LIBBE entry =============title xvmbootfs rpool/ROOT/xvmkernel$ /boot/$ISADIR/xen.gzmodule$ /platform/i86xpv/kernel/$ISADIR/unix /platform/i86xpv/kernel/$ISADIR/unix -B $ZFS-BOOTFS,console=textmodule$ /platform/i86pc/$ISADIR/boot_archive#============ End of LIBBE entry =============
Reboot into new "xvm" with xvm kernel:
reboot
Check xvm is enabled in kernel:
uname -a
Look for "i86xpv"
Enable xVM services:
svcadm enable -r xvm/virtd ; svcadm enable -r xvm/domains
No comments:
Post a Comment