博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
suse下xen记录
阅读量:6161 次
发布时间:2019-06-21

本文共 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 '')

本文转自 jxwpx 51CTO博客,原文链接:http://blog.51cto.com/jxwpx/754741,如需转载请自行联系原作者
你可能感兴趣的文章
linux/CentOS6忘记root密码解决办法
查看>>
25个常用的Linux iptables规则
查看>>
集中管理系统--puppet
查看>>
Exchange 2013 PowerShell配置文件
查看>>
JavaAPI详解系列(1):String类(1)
查看>>
HTML条件注释判断IE<!--[if IE]><!--[if lt IE 9]>
查看>>
发布和逸出-构造过程中使this引用逸出
查看>>
使用SanLock建立简单的HA服务
查看>>
Subversion使用Redmine帐户验证简单应用、高级应用以及优化
查看>>
Javascript Ajax 异步请求
查看>>
DBCP连接池
查看>>
cannot run programing "db2"
查看>>
mysql做主从relay-log问题
查看>>
Docker镜像与容器命令
查看>>
批量删除oracle中以相同类型字母开头的表
查看>>
Java基础学习总结(4)——对象转型
查看>>
BZOJ3239Discrete Logging——BSGS
查看>>
SpringMVC权限管理
查看>>
spring 整合 redis 配置
查看>>
cacti分组发飞信模块开发
查看>>