Displaying 3 results from an estimated 3 matches for "solarishvm".
Did you mean:
solaris11hvm
2008 Jan 31
5
Solaris DomU HVM Network issues
...00g2
e1000g3 type: non-vlan mtu: 1500 device: e1000g3
#svccfg -s xvm/xend listprop | grep nic
config/default-nic astring e1000g0
#/usr/lib/xen/bin/xenstore-read device-misc/vif/default-nic
e1000g0
I configured the domU with the following command:
virt-install -n solarisHVM --hvm --vnc -r 10240 -f
/xvm/solarisHVM/root.img -s 16 -c /iso/sol-os-platform-dvd.iso
After the domain is configured I open a window on the domU, and try to
ping or telnet to the dom0 or other systems, but no reply, here is the
configuration after the domU is installed
#dladm show-link
e1000...
2008 Feb 27
1
Q. virsh shutdown for a Solaris HVM guest domain
Hi,
I''ve installed Solaris 10 u4 as a hardware virtual machine guest
domain on SXDE 1/08 (aka Nevada b79b) which was fine, i.e. after the
virt-install the domain was fine. However when I went to shutdown the
domain I issued "virsh shutdown solarisHVM" which appeared to
immediately terminate the guest domain. Note, I also have a
paravirtualized domain "solarisPV" where I could observe a graceful
shutdown using "virsh shutdown ...". This raises two questions for me.
1. How can I gracefully shutdown a Solaris HVM gu...
2007 Dec 03
31
How to enable 64bit solaris guest on top of solaris dom0
I can enabling 32bit solaris guest on top of solaris dom0, but I don''t
know how to enable 64bit solaris guest on top of solaris dom0. what
configuration I need to modify?