|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] domU autostart with deps
Costas Drogos schrieb:
If by "dependencies" you mean a service in a domU that must be started
before the other domU boots, e.g. a NFS server or a database, you
could check from dom0 when this service is up so to boot the other
machine.
As previous folks told, there is no Xen way to do that, because Xen
has nothing to do with userspace applications, so you have to use a
script of your own, which would be highly dependable on the
"dependencies" you have.
Maybe if you could clarify the "dependencies" you need to resolve,
someone could help :)
With dependencies mean the whole host completely started.
start host a
wait till all services started on host a
start host b
and so on...
Greetz
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|