<sicurezza@virtualsolution.net>
2006-May-15 08:26 UTC
[Fedora-xen] Problem with xendomains
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
move or symlink your VM config file from /etc/xen to /etc/xen/auto e.g. mv /etc/xen/vm1 /etc/xen/auto/ or ln -s /etc/xen/vm1 /etc/xen/auto/vm1 sicurezza@virtualsolution.net wrote:> 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 > > > > > > > ------------------------------------------------------------------------ > > -- > Fedora-xen mailing list > Fedora-xen@redhat.com > https://www.redhat.com/mailman/listinfo/fedora-xen