欢迎来到CentOS问吧,从这里您能进入CentOS世界!

CentOS问吧

当前位置: 主页 > CentOS虚拟化 > Xen >
  • [Xen] xen虚拟windows使用vnc桌面鼠标位置偏移现象的解决 日期:2012-04-27 14:59:55 点击:184 好评:0

    xen虚拟windows xp,使用vnc图形桌面,鼠标位置偏移。在xen的bug报告页上有这个问题的解决方法:http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=585 解决方法有两个: 一,在windows xp中进入控制面...

  • [Xen] 利用 Xen 设计虚拟机 日期:2012-04-27 14:44:55 点击:56 好评:0

    切换分辨率为 800x600 我们常常讲,最好将不同的服务器架设在不同的主机硬件上面,也就是说,每部主机所负责的任务越简单越好, 如此一来不但可以减少主机 debug 的时程,也能够简化...

  • [Xen] libvirt获取实际内存的实现 日期:2012-04-27 14:41:35 点击:129 好评:0

    libvirt可以通过virDomainGetInfo()来得到虚机信息: struct virDomainInfo{ unsigned char state : the running state, one of virDomainState unsigned long maxMem : the maximum memory in KBytes allowed unsigned long memory : the memory...

  • [Xen] 使用virt-install 创建Xen虚拟机 日期:2012-04-27 14:39:57 点击:93 好评:0

    [root@gmnode14 vm01-CentOS-5.5]# virt-install -n vm01-CentOS-5.5 -r 1024 --vcpus=4 -f vm01-CentOS-5.5.img -s 20--nographic-l nfs:10.10.113.14:/opt/CentOS/mirrors/5.5 ------------------------- virt-install 参数解析: -n vm01-CentOS-5.5...

  • [Xen] Xen虚拟机的创建和启动 日期:2012-04-27 14:37:59 点击:150 好评:0

    半虚拟化 获取Sample Image 到Jailtime.org下载,并解压(注默认root密码为password) # tar jxvf centos.5-0.20070424.img.tar.bz2 centos.5-0.img centos.5-0.xen2.cfg centos.5-0.xen3.cfg centos.swap 当然,也可以到http://w...

  • [Xen] xm命令对应的Xen-API 日期:2012-04-27 14:18:46 点击:176 好评:0

    vcpu-list: server.xenapi.VM.get_all() server.xenapi.VM.get_record server.xenapi.VM_metrics.get_record server.xend.domains_with_state(False, all, False) server.xend.domain.getVCPUInfo 对power_state过滤,得到最终的b----状态 console...

  • [Xen] xen3.4.3源码编译 日期:2012-04-27 14:12:34 点击:147 好评:0

    1. Xen Hypervisior安装 安装必备软件包 # yum groupinstall Development Tools # yum install hmaccalc ncurses-devel zlib-devel openssl-devel python-devel \ bridge-utils libtool-ltdl iasl xorg-x11-drv-evdev xorg-x11-drv-fbdev \ xorg-x11...

  • [Xen] xen4.1.2网桥配置 日期:2012-04-27 14:11:21 点击:184 好评:0

    在xen4.1之前,通过设置 /etc/xen/xend-config.sxp 中的 (network-script network-bridge)可以让xend来自动设置网桥。但是xen4.1之后不建议这么做: When using the xl toolstack the host networking configuration is not...

  • [Xen] Xen4.2增加新的CPU调度参数 日期:2012-04-27 14:10:49 点击:183 好评:0

    Xen 4.2 will contain two new scheduling parameters for the credit1 scheduler which significantly increase its confurability and performance for cloud-based workloads: timeslice_ms and ratelimit_us . This blog post describes what they do, an...

  • [Xen] xm list和xl list显示内存不一致的问题 日期:2012-04-27 14:09:57 点击:157 好评:0

    xm list和xl list显示内存不一致的问题 在xen4.1.2上一台windows虚机碰到这个问题: # xm list test6 Name ID Mem VCPUs State Time(s) test6 16 512 2 -b---- 158.0 # xl list test6 Name ID Mem VCPUs State Time(s) test6 16 2048...

栏目列表
推荐内容