<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>系统运维 &#187; VMware</title>
	<atom:link href="http://www.osyunwei.com/archives/category/framework/virtualization/vmware/feed" rel="self" type="application/rss+xml" />
	<link>https://www.osyunwei.com</link>
	<description>国产化OS/AnolisOS/openEuler/RHEL/CentOS/Rocky Linux/Debian/Ubuntu Linux FreeBSD 服务器教程 &#124; Windows Server 2003/2008/2012/2016/2019/2022/2025服务器教程</description>
	<lastBuildDate>Wed, 01 Apr 2026 08:27:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>VMware ESXi 6.7和vCenter Server 6.7安装部署</title>
		<link>https://www.osyunwei.com/archives/16316.html</link>
		<comments>https://www.osyunwei.com/archives/16316.html#comments</comments>
		<pubDate>Wed, 02 Jul 2025 08:04:52 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[VMware]]></category>
		<category><![CDATA[ESXI]]></category>

		<guid isPermaLink="false">https://www.osyunwei.com/?p=16316</guid>
		<description><![CDATA[组件介绍： 1、VMware ESXi 6.7 VMware ESXi 是 VMware 推出的一种裸金属虚拟化管理程序，可以直接安装在物理服务器上，不需要依赖操作系统。 2、vCenter Server 6.7 vCenter Server 是 VMware 提供的一个集中管理平台，用于统一管理和监控多个 ESXi 主机及其上的虚拟机。 3、分享一个资源下载站： https://sysin.org/blog/vmware/ 4、VMware-ESXi-6.7U3v-24514018-x86_64.iso 百度网盘链接：https://pan.baidu.com/s/1xkSe0hXip7OVospdrayc9Q?pwd=at2a 5、VMware-VCSA-all-6.7.0-24337536.iso 百度网盘链接：https://pan.baidu.com/s/1c1KcZy8futU3S5YsVzQ2eg?pwd=yevn 组件安装： 1、安装VMware ESXi 6.7 VMware-ESXi-6.7U3v-24514018-x86_64.iso 选择第一项安装ESXi-6.7 默认回车 F11 默认回车 默认回车 设置密码，回车 F11进行安装 等待安装完成后 回车 重启系统 正在重启系统 F2进行系统设置 输入登录密码，回车 选择网络设置Configure Management Network选项，回车 选择IPv4 Configuration 回车 用空格选择第三项，设置为静态IP，输入IP、子网掩码、网关 继续选择DNS Configuration 用空格选中第二项，使用自定义的DNS Hostname修改为你需要的主机名字 我们这里使用默认设置就行 [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/16316.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/16316.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>vCenter Server 9.0安装部署</title>
		<link>https://www.osyunwei.com/archives/16267.html</link>
		<comments>https://www.osyunwei.com/archives/16267.html#comments</comments>
		<pubDate>Mon, 30 Jun 2025 07:44:01 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[VMware]]></category>
		<category><![CDATA[虚拟化]]></category>

		<guid isPermaLink="false">https://www.osyunwei.com/?p=16267</guid>
		<description><![CDATA[安装前准备 1、已经安装部署好的ESXi主机 可以参考：VMware ESXi 9.0安装部署 2、vCenter的安装镜像文件 VMware-VCSA-all-9.0.0.0.24755230.iso 百度网盘链接： https://pan.baidu.com/s/13_ZCiH6SJbWNJcq5ZZBiGA?pwd=f3bw 3、客户端设备 具有管理员权限的Windows系统，与ESXi主机网络互通 4、分享一个资源下载站： https://sysin.org/blog/vmware/ 安装流程 1、第一阶段：vCenter基础部署 2、添加域名解析 vCenter 9.0 必须通过FQDN访问，使用IP安装后需手动添加域名解析，否则第二阶段会报错。 3、第二阶段：完成安装与登录验证 具体安装 1、第一阶段：vCenter基础部署 挂载安装镜像，打开vcsa-ui-installer文件夹，再打开win32文件夹，选中installer鼠标右键“以管理员方式运行”打开安装程序 vCenter 9.0已经没有中文界面了，我们使用默认的英文界面来安装 install 安装 下一步 部署vCenter Server 接受许可协议 next 下一步 输入要部署vCenter Server的VMware ESXi主机信息 192.168.21.128 443 root 输入密码 next ACCEPT 同意 设置名称和root密码 名称：VMware vCenter Server 密码：设置密码 next 选择部署大小 根据实际情况选择，我们这里使用默认大小 微型 要节省磁盘空间可以启用精简磁盘模式 NEXT 设置vCenter [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/16267.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/16267.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VMware ESXi 7.0和vCenter Server 7.0安装部署</title>
		<link>https://www.osyunwei.com/archives/16146.html</link>
		<comments>https://www.osyunwei.com/archives/16146.html#comments</comments>
		<pubDate>Mon, 30 Jun 2025 02:27:06 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[VMware]]></category>
		<category><![CDATA[虚拟化]]></category>

		<guid isPermaLink="false">https://www.osyunwei.com/?p=16146</guid>
		<description><![CDATA[组件介绍： 1、VMware ESXi 7.0 VMware ESXi 是 VMware 推出的一种裸金属虚拟化管理程序，可以直接安装在物理服务器上，不需要依赖操作系统。 2、vCenter Server 7.0 vCenter Server 是 VMware 提供的一个集中管理平台，用于统一管理和监控多个 ESXi 主机及其上的虚拟机。 3、分享一个资源下载站： https://sysin.org/blog/vmware/ 4、VMware ESXi 7.0U3v 百度网盘链接：https://pan.baidu.com/s/1AYA7xYoCGGzQbYoeK6INlA?pwd=hfmp 5、VMware vCenter Server 7.0 百度网盘链接：https://pan.baidu.com/s/1VW1byBgarZ9QyLfhPeJKhA?pwd=t8it 组件安装： 1、安装VMware ESXi 7.0 VMware-ESXi-7.0U3v-24723872-x86_64.iso 默认回车 F11 默认回车 默认回车 设置密码，回车 F11进行安装 等待安装完成后 回车 重启系统 F2进行系统设置 输入登录密码，回车 选择网络设置Configure Management Network选项，回车 选择IPv4 Configuration 回车 用空格选择第三项，设置为静态IP，输入IP、子网掩码、网关 继续选择DNS Configuration [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/16146.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/16146.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VMware ESXi 9.0安装部署</title>
		<link>https://www.osyunwei.com/archives/15934.html</link>
		<comments>https://www.osyunwei.com/archives/15934.html#comments</comments>
		<pubDate>Mon, 23 Jun 2025 10:07:31 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[VMware]]></category>
		<category><![CDATA[ESXI]]></category>

		<guid isPermaLink="false">https://www.osyunwei.com/?p=15934</guid>
		<description><![CDATA[组件介绍： 1、VMware ESXi 9.0 VMware ESXi 是 VMware 推出的裸金属虚拟化管理程序，可以直接安装在物理服务器上，不需要依赖操作系统。 2、分享一个资源下载站： https://sysin.org/blog/vmware/ 组件安装： 1、安装VMware ESXi 9.0 VMware-VMvisor-Installer-9.0.0.0.24678710.x86_64.iso 默认回车 F11 默认回车 默认回车 设置密码，回车 F11进行安装 正在安装中 回车重启系统 系统重启中 F2进行系统设置 输入登录密码，回车 选择网络设置Configure Management Network选项，回车 选择IPv4 Configuration 回车 用空格选择第三项，设置为静态IP，输入IP、子网掩码、网关 输入Y保存上面的配置信息 F12 重新系统 输入密码 F11重启系统 系统重启后，ip地址已经是我们设置的固定ip了 打开浏览器，输入账号密码登录，登录成功后，可以看到相关信息，VMware ESXi 9.0安装成功。 VMware ESXi 9.0不再支持中文界面，我们使用默认的英文界面进行操作 2、在VMware ESXi 9.0中创建虚拟机 2.1上传虚拟机镜像文件到存储目录 存储-datastore1 数据存储浏览器 创建目录 目录名称：iso 选择iso [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/15934.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/15934.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VMware ESXi 8.0和vCenter Server 8.0安装部署</title>
		<link>https://www.osyunwei.com/archives/15703.html</link>
		<comments>https://www.osyunwei.com/archives/15703.html#comments</comments>
		<pubDate>Wed, 04 Jun 2025 03:37:16 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[VMware]]></category>
		<category><![CDATA[ESXI]]></category>
		<category><![CDATA[vCenter Server]]></category>

		<guid isPermaLink="false">https://www.osyunwei.com/?p=15703</guid>
		<description><![CDATA[组件介绍： 1、VMware ESXi 8.0 VMware ESXi 是 VMware 推出的一种裸金属虚拟化管理程序，可以直接安装在物理服务器上，不需要依赖操作系统。 2、vCenter Server 8.0 vCenter Server 是 VMware 提供的一个集中管理平台，用于统一管理和监控多个 ESXi 主机及其上的虚拟机。 3、分享一个资源下载站： https://sysin.org/blog/vmware/ 组件安装： 1、安装VMware ESXi 8.0 VMware-VMvisor-Installer-8.0U3e-24674464.x86_64.iso 默认回车 F11 默认回车 默认回车 设置密码，回车 F11进行安装 正在安装中 回车重启系统 系统重启中 F2进行系统设置 输入登录密码，回车 选择网络设置Configure Management Network选项，回车 选择IPv4 Configuration 回车 用空格选择第三项，设置为静态IP，输入IP、子网掩码、网关 继续选择DNS Configuration 回车 用空格选中第二项，使用自定义的DNS，填写DNS Hostname修改为你需要的主机名字 回车 输入Y保存上面的配置信息 F12 重新系统 输入密码 F11重启系统 [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/15703.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/15703.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VMware vSphere Client客户端安装图解教程</title>
		<link>https://www.osyunwei.com/archives/6600.html</link>
		<comments>https://www.osyunwei.com/archives/6600.html#comments</comments>
		<pubDate>Tue, 20 Aug 2013 14:24:33 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[VMware]]></category>
		<category><![CDATA[VMware vSphere Client]]></category>

		<guid isPermaLink="false">http://www.osyunwei.com/?p=6600</guid>
		<description><![CDATA[安装说明： VMware vSphere Client客户端是用来直接连接管理ESXI主机或者连接VMware vCenter Server的，虚拟中的创建和 管理都是要通过它来完成的！安装VMware vSphere Client需要.Net3.5 SP1以上框架支持，这里操作系统是 Windows Server 2008 R2 已经自带了.Net框架。 目前最新版本： VMware-viclient-all-5.1.0-1064113 安装图解： 一、安装VMware vSphere Client客户端 打开安装文件，出现下面界面： 语言选择中文（简体） 确定 下一步 下一步 下一步 下一步 安装 正在安装中 安装完成 二、使用VMware vSphere Client客户端登录VMware vCenter Server 系统运维  www.osyunwei.com  温馨提醒：qihang01原创内容 版权所有,转载请注明出处及原文链接 打开VMware vSphere Client登录界面 填写VMware vCenter Server服务器信息 注意：用户名、密码为VMware vCenter Server服务器操作系统的管理员账户和密码 点登录 忽略即可 登录成功！ 三、在VMware vCenter Server中添加管理ESXI主机 [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/6600.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/6600.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>VMware vCenter Server安装图解教程</title>
		<link>https://www.osyunwei.com/archives/6594.html</link>
		<comments>https://www.osyunwei.com/archives/6594.html#comments</comments>
		<pubDate>Tue, 20 Aug 2013 13:42:58 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[VMware]]></category>
		<category><![CDATA[VMware vCenter Server]]></category>

		<guid isPermaLink="false">http://www.osyunwei.com/?p=6594</guid>
		<description><![CDATA[安装说明： 1、安装VMware vCenter Server的主机操作系统为：Windows Server 2008 R2 2、在Windows Server 2008 R2中需要预先安装好SQL Server 2008 R2数据库 安装图解： 一、安装SQL Server 2008 R2数据库 数据库安装镜像文件：cn_sql_server_2008_r2_enterprise_x86_x64_ia64_dvd_522233.iso 最新补丁：SQLServer2008R2SP2-KB2630458-x64-CHS 安装过程请参考相关文档，这里不再详述。 SQL Server 2008 R2安装图解教程：http://www.osyunwei.com/archives/6345.html 数据库安装好之后，如下图所示： 二、创建安装VMware vCenter Server需要的SQL Server 2008 R2数据库 1、加载VMware vCenter Serve安装镜像文件（虚拟光驱，光盘或者解压镜像文件都可以） 目前最新版本： VMware-VIMSetup-all-5.1.0-880471.iso 打开安装文件，如下图所示： 2、创建数据库 打开SQL Server 2008 R2数据库管理工具 开始- Microsoft SQL Server 2008 R2- SQL Server Management Studio 打开之后点连接，登录到数据库管理界面 [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/6594.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/6594.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>VMware ESXI 5.1安装图解教程</title>
		<link>https://www.osyunwei.com/archives/6586.html</link>
		<comments>https://www.osyunwei.com/archives/6586.html#comments</comments>
		<pubDate>Tue, 20 Aug 2013 12:51:29 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[VMware]]></category>
		<category><![CDATA[VMware ESXI 5.1]]></category>

		<guid isPermaLink="false">http://www.osyunwei.com/?p=6586</guid>
		<description><![CDATA[安装说明： 1、安装VMware ESXI 5.1的服务器CPU必须支持虚拟化，Intel (VT-X) 或者AMD (AMD-V) 2、服务器内存必须在2G以上，硬盘容量大于40G 安装图解： 1、下载VMware ESXI 5.1系统镜像文件 截止目前ESXI最新版本为： VMware-VMvisor-Installer-5.1.0.update01-1065491.x86_64.iso 2、刻录ESXI镜像光盘，服务器从光驱启动，出现如下界面： 默认选中第一项，回车安装 安装程序正在检测服务器硬件信息，如果不满足系统安装条件会跳出错误提示。 检测完成之后会出现下面界面 回车 按F11 系统运维  www.osyunwei.com  温馨提醒：qihang01原创内容 版权所有,转载请注明出处及原文链接 这里列出了服务器硬盘信息，默认回车，出现下面界面 键盘模式，默认即可，回车 服务器root账户密码设置（注意：密码长度7位以上） 按F11开始安装 正在安装中 安装完成之后会出现如下界面 安装完成，回车重新启动系统。 系统正在重启中 系统启动完成，下面对ESXI进行设置 按F2出现下面界面 输入root密码，回车 继续按F2，出现下面界面 切换到Configure Management Network选项，回车 出现下面界面 选择IP Configuration 回车 用空格选择第二项，设置为静态IP 输入自己的IP、子网掩码、网关信息 回车 继续选择DNS Configuration 回车 用空格选中第二项，使用自定义的DNS，填写你的DNS 、Hostname修改为你需要的名字 回车 输入Y保存上面的配置信息 按ESC返回到主界面 按F12重启系统 输入root密码 [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/6586.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/6586.html/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>在Linux系统下的虚拟机VMware-Workstation中安装Windows Server 2012</title>
		<link>https://www.osyunwei.com/archives/5602.html</link>
		<comments>https://www.osyunwei.com/archives/5602.html#comments</comments>
		<pubDate>Tue, 13 Nov 2012 08:38:33 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[VMware]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Liunx]]></category>
		<category><![CDATA[Windows Server 2012]]></category>

		<guid isPermaLink="false">http://www.osyunwei.com/?p=5602</guid>
		<description><![CDATA[说明： Linux系统：CentOS 5.8 64位 IP地址：192.168.0.98 VMware-Workstation版本：9.0（目前最新版） 具体操作： 一、在Linux系统中安装VMware-Workstation虚拟机软件 1、安装Linux桌面环境 yum groupinstall "X Window System" #安装X Window yum install xdm yum groupinstall "GNOME Desktop Environment" #安装GNOME桌面 vi /etc/inittab #编辑 id:5:initdefault: #修改3为5 :wq! #保存退出 2、配置vnc服务，开启linux远程桌面连接 说明： vncserver在调用的时候，会根据你的配置来启用server端的监听端口， 端口默认是从5900开始，再加上你的桌面号。 比如你的桌面号为1，则vnc的连接端口号为5900+1=5901 比如你的桌面号为10000，则vnc的连接端口号为5900+10000=15900 使用root账号登录 rpm -q vnc-server #检查系统是否安装vnc yum install vnc-server #安装 vncserver #启动，会提示输入密码，这个密码是远程登录时所需要输入的密码，输入密码，回车 vi /etc/sysconfig/vncservers #vnc配置文件 VNCSERVERS="10000:root" #把前面的#取消了10000:root （桌面号:用户） [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/5602.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/5602.html/feed</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>CentOS 虚拟机中安装 VMwareTools</title>
		<link>https://www.osyunwei.com/archives/1850.html</link>
		<comments>https://www.osyunwei.com/archives/1850.html#comments</comments>
		<pubDate>Tue, 10 Jan 2012 08:39:16 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[VMware]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[VMwareTools]]></category>
		<category><![CDATA[安装VMwareTools]]></category>

		<guid isPermaLink="false">http://www.osyunwei.com/?p=1850</guid>
		<description><![CDATA[引言：VMwareTools是VMware虚拟机中很重要的一个工具包，有些时候在虚拟机中安装完操作系统会缺少网卡驱动，不能上网，这时只要安装VMwareTools就可以解决问题，下面以CentOS为例，来说明VMwareTools的安装方法 1、打开VMware Workstation虚拟机，开启CentOS系统      虚拟机-安装VMware Tools      登录CentOS终端命令行      系统运维  www.osyunwei.com  温馨提醒：qihang01原创内容©版权所有,转载请注明出处及原文链接 2、mkdir /media/mnt    #新建挂载目录      mount /dev/cdrom    /media/mnt/      #挂载VMware Tools安装盘到/media/mnt/目录      cd /media/mnt/    #进入安装目录      ll   #查看      cp    VMwareTools-8.8.1-528969.tar.gz    /home    #复制文件到/home目录      系统运维  www.osyunwei.com  温馨提醒：qihang01原创内容©版权所有,转载请注明出处及原文链接 3、tar zxvf VMwareTools-8.8.1-528969.tar.gz   #解压      cd vmware-tools-distrib   #进入文件目录      ./vmware-install.pl  #安装      一直按enter即可      最后，重启服务器，VMwareTools安装成功。 &#160;&#160;&#160;&#160;&#160;» 本文链接：https://www.osyunwei.com/archives/1850.html» 订阅本站：https://www.osyunwei.com/feed» 转载请注明来源：系统运维 » CentOS 虚拟机中安装 VMwareTools<p><a rel="bookmark" href="https://www.osyunwei.com/archives/1850.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/1850.html/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>VMware Workstation虚拟机上网设置</title>
		<link>https://www.osyunwei.com/archives/1773.html</link>
		<comments>https://www.osyunwei.com/archives/1773.html#comments</comments>
		<pubDate>Sun, 08 Jan 2012 10:04:29 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[VMware]]></category>
		<category><![CDATA[虚拟机]]></category>
		<category><![CDATA[虚拟机上网设置]]></category>

		<guid isPermaLink="false">http://www.osyunwei.com/?p=1773</guid>
		<description><![CDATA[很多使用VMware Workstation虚拟机的网友在安装完系统之后，不知道怎么设置虚拟机系统上网 下面以具体的例子来为大家说明： 1、实体主机环境：      操作系统：Windows 7      IP地址：192.168.1.254      子网掩码：255.255.255.0      网关：192.168.1.1      dns：8.8.8.8               8.8.4.4      虚拟机软件：VMware Workstation 8.0.1 2、虚拟机系统环境           操作系统：CentOS 6.0 3、要实现的目的：                  让CentOS 6.0能够上网         4、具体操作：              有两种方法可以使CentOS 6.0上网，下面分别介绍   (一)、配置NAT，使虚拟机通过共享主机IP地址上网         系统运维  www.osyunwei.com  温馨提醒：qihang01原创内容©版权所有,转载请注明出处及原文链接 大家打开虚拟机软件，照着图片找到对应的选项，可以改成跟上面一样的设置，也可以使用自己当前默认的设置        备注：VMware Workstation虚拟机默认安装之后，VMware8虚拟网段是随机分配的，每台电脑可能不相同，比如我的现在是192.168.21.0/24网段，你的有可能是其它的网段，这个没关系，配置都是一样的原理。       CentOS 6.0网络配置可以参考: CentOS 6.0 设置IP地址、网关、DNS 进行配置 IP：192.168.21.129       子网掩码：255.255.255.0       网关：192.168.21.2       DNS1：8.8.8.8 [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/1773.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/1773.html/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>解决VMware Workstation虚拟机自动安装CentOS问题</title>
		<link>https://www.osyunwei.com/archives/1297.html</link>
		<comments>https://www.osyunwei.com/archives/1297.html#comments</comments>
		<pubDate>Fri, 09 Dec 2011 12:37:39 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[VMware]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[自动安装]]></category>
		<category><![CDATA[虚拟机]]></category>

		<guid isPermaLink="false">http://www.osyunwei.com/?p=1297</guid>
		<description><![CDATA[引言：很多网友在初次使用VMware Workstation虚拟机安装CentOS的时候，照着提示一步一步操作：选择系统、选择安装镜像文件、输入管理员密码，结果设置好之后，没过一会儿，系统已经自动安装好了，都不知道是怎么分区的？安装的是英文版本还是中文版本？安装的是桌面版还是最小化安装？这些自己都不知道，很纳闷，让人摸不着头脑！下面就给大家解开谜团！ 问题：VMware Workstation虚拟机安装CentOS，会自动安装，不能自己分区，选择安装模式等设置 原因：VMware Workstation默认设置会根据用户选择的系统进行自动安装 解决办法：取消VMware Workstation的自动安装设置 操作如下： 系统运维  www.osyunwei.com  温馨提醒：qihang01原创内容©版权所有,转载请注明出处及原文链接 系统运维  www.osyunwei.com  温馨提醒：qihang01原创内容©版权所有,转载请注明出处及原文链接 注意：选择”我以后再安装操作系统“ 注意：选择”定制硬件“ &#160;&#160;&#160;&#160;&#160;» 本文链接：https://www.osyunwei.com/archives/1297.html» 订阅本站：https://www.osyunwei.com/feed» 转载请注明来源：系统运维 » 解决VMware Workstation虚拟机自动安装CentOS问题<p><a rel="bookmark" href="https://www.osyunwei.com/archives/1297.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/1297.html/feed</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>让VMware Workstation虚拟机支持U盘启动</title>
		<link>https://www.osyunwei.com/archives/90.html</link>
		<comments>https://www.osyunwei.com/archives/90.html#comments</comments>
		<pubDate>Fri, 21 Oct 2011 01:03:08 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[VMware]]></category>
		<category><![CDATA[U盘启动]]></category>

		<guid isPermaLink="false">http://w66416.s75.chinaccnet.cn/?p=90</guid>
		<description><![CDATA[工具软件： 1、可以正常启动的U盘一只（具体如何制作可启动的U盘，这里不再详述，大家可以查阅相关资料） 2、虚拟机软件VMware7.1.3（其他版本原理是一样的） 系统运维  www.osyunwei.com  温馨提醒：qihang01原创内容©版权所有,转载请注明出处及原文链接 实现步骤： 1、首先安装好虚拟机，我这里以CentOS系统为例来做演示，然后打开点击“编辑虚拟机设置”如下图： 点击“添加” 硬件类型选择“硬盘”，点下一步，选择第三个选项，“使用物理磁盘”如图所示 点下一步，在设备栏选择最后一个，我电脑只有一块硬盘，PhysicalDrive0代表本机硬盘，PhysicalDrive1就代表我的U盘了，这里选择PhysicalDrive1。（这里一定要选择好，一般最后一个代表U盘，如果选错了，后面根据容量大小可以看出来的，再返回来重新选择即可！）然后点使用整个磁盘。 下一步，点完成。如下图所示： 大家注意：右侧可以看出来容量大小，根据容量即可判断是否选择正确了！我这里显示的是14.5G 就是我的U盘。 2、鼠标选中你虚拟机硬盘，我这里是： 我之前划分了10G空间给虚拟机。 单击右侧的“高级”按钮。模式选择“独立”、“持久”，如下图： 最后点击确定。 3、打开虚拟机电源，按F2，进入虚拟机的BIOS设置，使用键盘方向键 选择“Boot”----&#62;“Hard Drive”回车，通过键盘的“＋”设置第一启动为 “VMware Virtuanl SCSI Hard Drive (0:0)”按F10保存刚刚的设置，退出 就行了。 系统运维  www.osyunwei.com  温馨提醒：qihang01原创内容©版权所有,转载请注明出处及原文链接 &#160; 如下图： 4、重启虚拟机，现在已经可以用U盘引导了！我这个U盘是Centos安装盘，大家可以把U盘做成PE启动盘或者MaxDos启动盘等等。如图所示，已经出现了Centos的安装界面，接下来就跟使用系统光盘安装是一样的。 如图所示CentOS安装引导界面： 注：虚拟里面可以直接加载镜像文件安装的，用U盘来启动虚拟机，这个实际意义不大， 喜欢研究技术的朋友们可以试试。 &#160;&#160;&#160;&#160;&#160;» 本文链接：https://www.osyunwei.com/archives/90.html» 订阅本站：https://www.osyunwei.com/feed» 转载请注明来源：系统运维 » 让VMware Workstation虚拟机支持U盘启动<p><a rel="bookmark" href="https://www.osyunwei.com/archives/90.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/90.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
