I have the following:
name = "ares"
vcpus = 1
memory = 256
kernel = "/tank/xen/gentoo/boot/vmlinux-syms-2.6.20-xen-r6-domU"
extra = ""
disk = [ ''phy:/dev/zvol/dsk/tank/ares-disk,xvda1,w''
]
root="/dev/xvda1 ro"
vif = ['''']
on_shutdown = "destroy"
on_reboot = "restart"
on_crash = "destroy"
on_xend_start = "start"
on_xend_stop = "shutdown"
I have added it to xend management:
xm new ares.py
xm start ares
It works fine but when I restart the dom0, it will not start my domU
automatically, it is list when I execute ''xm list'' though. I
have to issue a ''xm start ares'' manually.
Note that ares is using a xvol disk.
This message posted from opensolaris.org
On Sun, Oct 21, 2007 at 12:22:57AM -0700, Kugutsumen wrote:> It works fine but when I restart the dom0, it will not start my domU > automatically, it is list when I execute ''xm list'' though. I have to issue a > ''xm start ares'' manually.What bits are you using? This isn''t operational in the build 66 bits, but is in build 75. regards john