18.18. Starting Domains Automatically During System Boot
Starting Domains Automatically During System Boot
你可以配置客户机在在系统引导时自动启动域。要实现这种方式,你必须修改
/etc/xen/auto 里的符号链接。这些文件指向你需要自动启动的客户机配置文件。启动过程是按数字排列的,客户机的数字越大,引导过程所需的时间越长。下例告诉你怎样为客户机 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]#