suse下xen记录

简介:

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 '')










本文转自 jxwpx 51CTO博客,原文链接:http://blog.51cto.com/jxwpx/754741,如需转载请自行联系原作者
目录
相关文章
|
1天前
|
存储 Linux
Redhat Enterprise Linux磁带机简单操作
Redhat Enterprise Linux磁带机简单操作
|
9月前
|
存储 Web App开发 安全
如何在 Fedora、RHEL、AlmaLinux、Rocky Linux 中启用 RPM Fusion 存储库?
如何在 Fedora、RHEL、AlmaLinux、Rocky Linux 中启用 RPM Fusion 存储库?
185 0
如何在 Fedora、RHEL、AlmaLinux、Rocky Linux 中启用 RPM Fusion 存储库?
|
安全
RHEL 7.6 操作系统安装(上)
RHEL 7.6 操作系统安装(上)
759 0
RHEL 7.6 操作系统安装(上)
RHEL 6.4 操作系统安装
RHEL 6.4 操作系统安装
120 0
RHEL 6.4 操作系统安装
|
Linux 开发工具 数据安全/隐私保护
RHEL 7.6 操作系统安装(下)
RHEL 7.6 操作系统安装(下)
156 0
RHEL 7.6 操作系统安装(下)
|
Linux 数据安全/隐私保护 定位技术
SUSE 12安装详解
1.部署步骤 1.1.启动安装程序 在启动页面上选择Installation,然后按Enter键,这将载入SUSE Linux服务器安装程序并以普通模式安装。   1.2.选择安装语言 Language和KeyboardLayout都选择为English(US),并勾选I Agree to the License Terms前面的方框,然后点击Next。
1530 0