19.17. Starting Domains Automatically During System Boot

19.17. Starting Domains Automatically During System Boot

19.17. Starting Domains Automatically During System Boot

Starting Domains Automatically During System Boot

You can configure your guests to start automatically when you boot the system. To do this, you must modify the symbolic links that resides in /etc/xen/auto . This file points to the guest configuration files that you need to start automatically. The startup process is serialized, meaning that the higher the number of guests, the longer the boot process will take. This example shows you how to use symbolic links for the guest rhel5vm01 :

[root@python xen]# cd /etc/xen
[root@python xen]# cd auto
[root@python auto]# ls
[root@python auto]# ln -s ../rhel5vm01 .
[root@python auto]# ls -l

lrwxrwxrwx 1 root root 14 Dec 14 10:02 rhel5vm01 -> ../rhel5vm01

[root@python auto]#