<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[linuxの飘扬]]></title> 
<link>https://www.linuxfly.org/index.php</link> 
<description><![CDATA[Power by www.linuxfly.org]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[linuxの飘扬]]></copyright>
<item>
<link>https://www.linuxfly.org/post/685/</link>
<title><![CDATA[[原]vSphere 5.0 重定位虚拟机时报“在主机的当前连接状况下不允许执行该操作”的问题]]></title> 
<author>linuxing &lt;emos#linuxfly.org&gt;</author>
<category><![CDATA[虚拟机]]></category>
<pubDate>Tue, 23 Apr 2013 09:50:57 +0000</pubDate> 
<guid>https://www.linuxfly.org/post/685/</guid> 
<description>
<![CDATA[ 
	&nbsp;&nbsp;&nbsp;&nbsp;最近为vSphere 5.0 增加了一块新硬盘，想用于存放系统模板文件的。但发现模板是不能直接迁移的，那就转换成虚拟机吧。可是，迁移时，报“<span style="color: #FF0000;">在主机的当前连接状况下不允许执行该操作</span>”，啥问题呢？<br/>............<br/><br/>Tags - <a href="https://www.linuxfly.org/tags/vmware/" rel="tag">vmware</a>
]]>
</description>
</item><item>
<link>https://www.linuxfly.org/post/680/</link>
<title><![CDATA[[原]配置Vmware vSphere 5.0 Auto Deploy服务：配置Auto Deploy 服务]]></title> 
<author>linuxing &lt;emos#linuxfly.org&gt;</author>
<category><![CDATA[虚拟机]]></category>
<pubDate>Tue, 19 Mar 2013 07:32:03 +0000</pubDate> 
<guid>https://www.linuxfly.org/post/680/</guid> 
<description>
<![CDATA[ 
	&nbsp;&nbsp;&nbsp;&nbsp;前文使用若干工具把第三方驱动集成到脱机文件库，并生成自定义主机镜像文件。接下来，就是把该文件部署到Auto Deploy 服务器上，以便物理ESXi 主机访问读取。Auto Deploy 依赖TFTP、DHCP 等服务，其本身提供身份鉴别、健康监测及基于HTTP的下载工作。当物理主机从电源启动到ESXi 加载，其过程可简略为：<br/><div class="quote"><div class="quote-title">引用</div><div class="quote-content">1.设置从网卡引导后，以PXE 方式激活，从DHCP服务器获得动态IP地址；<br/>2.从TFTP服务器获得PXE 引导启动文件；<br/>3.启动文件切换到gPXE 引导模型，访问Auto Deploy 服务器；<br/>4.下载主机镜像文件到内存，然后进行ESXi 服务的启动工作。</div></div><br/>所以，要完成整个配置过程，需要从TFTP等服务的配置开始。<br/>............<br/><br/>Tags - <a href="https://www.linuxfly.org/tags/vmware/" rel="tag">vmware</a>
]]>
</description>
</item><item>
<link>https://www.linuxfly.org/post/679/</link>
<title><![CDATA[[原]配置Vmware vSphere 5.0 Auto Deploy服务：准备自定义脱机库]]></title> 
<author>linuxing &lt;emos#linuxfly.org&gt;</author>
<category><![CDATA[虚拟机]]></category>
<pubDate>Mon, 18 Mar 2013 04:59:45 +0000</pubDate> 
<guid>https://www.linuxfly.org/post/679/</guid> 
<description>
<![CDATA[ 
	&nbsp;&nbsp;&nbsp;&nbsp;Auto Deploy 是vSphere 5.0提供的一个新功能，其<span style="color: #FF4500;">允许ESXi 以不用直接安装到服务器上的无状态运行</span>。一般情况下，我们需要在物理服务器上安装ESXi Hypervisor，而配置好Auto Deploy 服务以后，当物理服务器启动时，可直接从vCenter Server 上加载镜像文件到主机内存中。这样，物理主机上完全可去掉本地磁盘，而直接以CPU、内存等运行资源提供服务。<br/>&nbsp;&nbsp;&nbsp;&nbsp;Auto Deploy 在vCenter Server 上存储每个物理主机的镜像文件和配置文件，所有ESXi 主机的更新、补丁升级都直接通过vCenter Server 集中进行，这与以往每台主机上进行的安装和升级相比，Auto Deploy 大大简化了管理大量ESXi 主机的工作。<br/>&nbsp;&nbsp;&nbsp;&nbsp;本文分两部分：第一部分是讲述如何制作含自定义驱动的脱机库文件，并生成Auto Deploy 所需的主机镜像；第二部分是使用该主机镜像文件完成Auto Deploy 服务配置工作。<br/>............<br/><br/>Tags - <a href="https://www.linuxfly.org/tags/vmware/" rel="tag">vmware</a>
]]>
</description>
</item><item>
<link>https://www.linuxfly.org/post/676/</link>
<title><![CDATA[[原]给VMware vSphere Hypervisor（ESXi） 5.0 添加第三方驱动]]></title> 
<author>linuxing &lt;emos#linuxfly.org&gt;</author>
<category><![CDATA[虚拟机]]></category>
<pubDate>Thu, 07 Mar 2013 04:55:15 +0000</pubDate> 
<guid>https://www.linuxfly.org/post/676/</guid> 
<description>
<![CDATA[ 
	&nbsp;&nbsp;&nbsp;&nbsp; VMware vSphere Hypervisor（ESXi）5.0 是用于直接部署在物理服务器上，提供虚拟化服务的。为此，在选择服务器时不得不考虑硬件驱动的问题。在VMware 官网有<a href="http://www.vmware.com/resources/guides.html" target="_blank">ESXi 5.0 的兼容列表</a>可供查询。ESXi 安装光盘包含已支持的驱动文件，但与其他操作系统类似的，如果硬件太新或ESXi 版本太老，都可能会发生硬件无法驱动的问题。<br/>&nbsp;&nbsp;&nbsp;&nbsp;解决办法是：一、等待新版本ESXi 发布，在写这日志时，刚好发现2月发布了5.0.0 Update2 914586 的版本，可以试试；二、找第三方的兼容驱动，这个通常可以从服务器的网站或VMware 的网站找到，还有是第三方共享的版本。<br/>&nbsp;&nbsp;&nbsp;&nbsp;刚好手上有一台HP 6200Pro MT 的台式机，其自带的<span style="color: #FF0000;">Intel 82579LM </span>网卡就不在ESXi 5.1.0-799733 的支持列表里面。恰好网上可以找到合适的驱动，这里就以此为例说明如何加入第三方驱动到ESXi 光盘里面。<br/>............<br/><br/>Tags - <a href="https://www.linuxfly.org/tags/vmware/" rel="tag">vmware</a>
]]>
</description>
</item><item>
<link>https://www.linuxfly.org/post/673/</link>
<title><![CDATA[[原]创建VMware vSphere 5 使用的共享磁盘]]></title> 
<author>linuxing &lt;emos#linuxfly.org&gt;</author>
<category><![CDATA[虚拟机]]></category>
<pubDate>Fri, 11 Jan 2013 04:28:36 +0000</pubDate> 
<guid>https://www.linuxfly.org/post/673/</guid> 
<description>
<![CDATA[ 
	&nbsp;&nbsp;&nbsp;&nbsp;好久没写日志，实在事情太多。最近在测试一些集群的东西，用到VMware vSphere 5下的共享磁盘，特记录下来。VMware vSphere 5中创建虚拟机间使用的共享磁盘比ESX 3i 等旧版本简单很多了，完全在Client 端创建即可，不需像以往那样使用命令行操作，方便啊！（貌似5 都把以前需命令实现或修改配置的集成到客户端上了）<br/>............<br/><br/>Tags - <a href="https://www.linuxfly.org/tags/vmware/" rel="tag">vmware</a>
]]>
</description>
</item><item>
<link>https://www.linuxfly.org/post/667/</link>
<title><![CDATA[[转]如何在 VMware ESXi 虚拟机上运行 KVM]]></title> 
<author>linuxing &lt;emos#linuxfly.org&gt;</author>
<category><![CDATA[虚拟机]]></category>
<pubDate>Fri, 24 Aug 2012 02:30:54 +0000</pubDate> 
<guid>https://www.linuxfly.org/post/667/</guid> 
<description>
<![CDATA[ 
	&nbsp;&nbsp;&nbsp;&nbsp;记得以前就有人问过 “能不能在一个虚拟机上运行虚拟机”，答案当然是可以的，Xen HVM, KVM, VMware, Qemu 等 Hypervisor 都可以这样嵌套虚拟，不过由于性能低下实际用处不大。在 VMware ESXi 虚拟机上运行虚拟机，被称为多层虚拟或者嵌套虚拟机（Nested VMs）。如果只有一台电脑想测试多节点 OpenStack 环境的话，使用 VMware ESXi 虚拟几个运行 KVM Hypervisor 的 OpenStack 计算节点是个不错的办法。VMware ESXi 5.0 默认情况下不支持嵌套虚拟，所以在 VMware ESXi 虚拟机里安装完 KVM 以后会发现 KVM 虽然能装但不可用：<br/><div class="quote"><div class="quote-title">引用</div><div class="quote-content"><br/># kvm-ok <br/>INFO: Your CPU does not support KVM extensions<br/>KVM acceleration can NOT be used</div></div><br/>............<br/><br/>Tags - <a href="https://www.linuxfly.org/tags/vmware/" rel="tag">vmware</a> , <a href="https://www.linuxfly.org/tags/kvm/" rel="tag">kvm</a>
]]>
</description>
</item><item>
<link>https://www.linuxfly.org/post/664/</link>
<title><![CDATA[[原]打开VMware ESXi 5.0 上的SSH 支持]]></title> 
<author>linuxing &lt;emos#linuxfly.org&gt;</author>
<category><![CDATA[虚拟机]]></category>
<pubDate>Thu, 02 Aug 2012 03:33:44 +0000</pubDate> 
<guid>https://www.linuxfly.org/post/664/</guid> 
<description>
<![CDATA[ 
	&nbsp;&nbsp;&nbsp;&nbsp;使用VMware vSphere Client 5.0管理ESXi 5.0是很方便，但有些小的调整或操作，还是希望能在字符下进行（例如：拷贝或迁移虚拟机镜像等）。在ESX 3i 下打开SSH 支持比较麻烦（见<a href="http://www.linuxfly.org/post/386/" target="_blank">这里</a>），5.0则可直接在vSphere Client 中设置即可。<br/>............<br/><br/>Tags - <a href="https://www.linuxfly.org/tags/vmware/" rel="tag">vmware</a> , <a href="https://www.linuxfly.org/tags/ssh/" rel="tag">ssh</a>
]]>
</description>
</item><item>
<link>https://www.linuxfly.org/post/658/</link>
<title><![CDATA[[原]在Asinuax 3.0 上使用Xen 虚拟化]]></title> 
<author>linuxing &lt;emos#linuxfly.org&gt;</author>
<category><![CDATA[虚拟机]]></category>
<pubDate>Wed, 18 Jul 2012 09:25:02 +0000</pubDate> 
<guid>https://www.linuxfly.org/post/658/</guid> 
<description>
<![CDATA[ 
	&nbsp;&nbsp;&nbsp;&nbsp;Xen 是主流虚拟化技术之一，技术成熟，性能优越。某项目要求使用该技术，并在虚拟机中运行红旗DC Server 5.0 for x86，以充分利用新硬件的资源。红旗Asianux 3.0 提供Xen 虚拟化支持，使用和管理都很方便。<br/>............<br/><br/>Tags - <a href="https://www.linuxfly.org/tags/xen/" rel="tag">xen</a> , <a href="https://www.linuxfly.org/tags/vm/" rel="tag">vm</a>
]]>
</description>
</item><item>
<link>https://www.linuxfly.org/post/638/</link>
<title><![CDATA[[原]VMware vSphere 中的“磁盘置备”选项]]></title> 
<author>linuxing &lt;emos#linuxfly.org&gt;</author>
<category><![CDATA[虚拟机]]></category>
<pubDate>Thu, 24 May 2012 04:16:10 +0000</pubDate> 
<guid>https://www.linuxfly.org/post/638/</guid> 
<description>
<![CDATA[ 
	&nbsp;&nbsp;&nbsp;&nbsp;在VMware vSphere 中创建虚拟机，在创建磁盘部分，会出现“磁盘置备”的选项，有三个选择：厚置备延迟置零，厚置备置零，精简置备。其实就是原来的thick 等类型，为免弄错，还是记录一下吧。<br/>............<br/><br/>Tags - <a href="https://www.linuxfly.org/tags/vmware/" rel="tag">vmware</a>
]]>
</description>
</item><item>
<link>https://www.linuxfly.org/post/635/</link>
<title><![CDATA[[原]解决虚拟管理器提示“这个连接没有可用管理程序选项”的问题]]></title> 
<author>linuxing &lt;emos#linuxfly.org&gt;</author>
<category><![CDATA[虚拟机]]></category>
<pubDate>Fri, 18 May 2012 09:10:04 +0000</pubDate> 
<guid>https://www.linuxfly.org/post/635/</guid> 
<description>
<![CDATA[ 
	&nbsp;&nbsp;&nbsp;&nbsp;对Asianux 4.0的虚拟化进行测试，根据配置文档，所有软件包已安装完毕。但运行virt-manager，创建虚拟机时提示“这个连接没有可用管理程序选项”（No hypervisor options were found for this connection）。经排查，原来是由于Bios中“Virtualization Technology”的选项没有打开。设置后，故障解决。<br/>............<br/><br/>Tags - <a href="https://www.linuxfly.org/tags/kvm/" rel="tag">kvm</a> , <a href="https://www.linuxfly.org/tags/virtualization/" rel="tag">virtualization</a> , <a href="https://www.linuxfly.org/tags/asianux4/" rel="tag">asianux4</a>
]]>
</description>
</item>
</channel>
</rss>