Hi,
I set
/sbin/chkconfig --level 345 xendomains on
But doesn't work. No output from command:
/etc/init.d/xendomains start
If i do:
/etc/init.d/xendomains start
name_of_my_virtualserver
start with this warning:
/etc/init.d/xendomains: line 67: log_success_msg:
command not found
xendomains stop works good but return this
error.:
/etc/init.d/xendomains stop
Shutting down Xen domains: virtual7(save) .../etc/init.d/xendomains: line 67: log_success_msg: command not found How can i do to start all my virtual-servers (
clients ) on startup?
( i have think about a line on rc.local for every
clients.. like:
/etc/init.d/xendomains start virtual1
/etc/init.d/xendomains start virtual2
/etc/init.d/xendomains start virtual3
....
Someone start Xen clients with screen command ?
Thanks
|