本文共 1214 字,大约阅读时间需要 4 分钟。
11
# -*- sh -*-
(logfile /var/log/xen/xend.log) (loglevel WARNING) (xen-api-server ((unix none))) (xend-http-server yes) (xend-unix-server yes) (xend-relocation-server yes) (xend-port 8000) (xend-relocation-port 8002) (xend-relocation-address '') (xend-address '') (xend-relocation-hosts-allow '') (dom0-min-mem 512) (network-script '') (vif-script vif-bridge) (enable-dom0-ballooning yes) (dom0-cpus 0) (total_available_memory 0) (vnc-listen '0.0.0.0') (vncpasswd '') (resource-label-change-script '') (qemu-dm-logrotate-count 10) (xend-domains-path /var/lib/xend/domains) (device-create-timeout 100) (device-destroy-timeout 100) (xend-domain-lock yes) (xend-domain-lock-path /xenvm/lock)
10
# -*- sh -*-
(xen-api-server ((unix none))) (xend-http-server yes) (xend-unix-server yes) (xend-tcp-xmlrpc-server yes) (xen-tcp-xmlrpc-server-address '') (xen-tcp-xmlrpc-server-port 8006) (xend-relocation-server yes) (xend-port 8000) (xend-relocation-port 8002) (xend-relocation-address '') (xend-address '') (xend-relocation-hosts-allow '') (dom0-min-mem 512) (network-script network-multi-vlan) (vif-script vif-bridge) (dom0-cpus 0) (vncpasswd '')