<?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; XenServer</title>
	<atom:link href="http://www.osyunwei.com/archives/tag/xenserver/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>XenServer虚拟机扩容LVM磁盘分区</title>
		<link>https://www.osyunwei.com/archives/7956.html</link>
		<comments>https://www.osyunwei.com/archives/7956.html#comments</comments>
		<pubDate>Thu, 18 Sep 2014 07:03:37 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[Xen]]></category>
		<category><![CDATA[LVM]]></category>
		<category><![CDATA[XenServer]]></category>
		<category><![CDATA[磁盘分区]]></category>

		<guid isPermaLink="false">http://www.osyunwei.com/?p=7956</guid>
		<description><![CDATA[说明：XenServer里面安装的虚拟机，分区的时候采用的是LVM磁盘分区 需求：现在需要扩容虚拟机根分区/ 具体操作： 一、使用XenCenter增大虚拟机磁盘容量,如下图所示 增大当前磁盘到50GB 注意：必须在虚拟机关机状态下进行 二、查看硬盘容量 df -h #可以看到此时根分区还是12G，没有变化 fdisk -l #已经可以看到整个磁盘容量变为53.6GB了 三、创建新的磁盘分区 fdisk /dev/xvda #对磁盘/dev/xvda进行操作 p #查看当前分区 系统运维  www.osyunwei.com  温馨提醒：qihang01原创内容©版权所有,转载请注明出处及原文链 n #创建新分区 4 #创建第四个主分区 t #修改分区类型 8e #输入8e，代表分区使用LVM类型 p #查看当前分区状态 w #保存以上操作，否则不能新建分区 重新启动系统之后，再进行以下操作 四、把新创建的分区/dev/xvda4加入到与根分区/相同的LVM中 mkfs.ext3 /dev/xvda4 #格式化分区，需要等一会 pvcreate /dev/xvda4 #创建一个新的LVM分区 pvdisplay #查看已经存在的pv（物理卷） 系统运维  www.osyunwei.com  温馨提醒：qihang01原创内容©版权所有,转载请注明出处及原文链 vgdisplay #查看当前已经存在的vg（逻辑卷组） lvdisplay #查看已经存在的lv（逻辑卷） vgextend VolGroup00 /dev/xvda4 #把/dev/xvda4加入与/目录相同的vg（逻辑卷组） [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/7956.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/7956.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XenServer 6.2安装图解教程</title>
		<link>https://www.osyunwei.com/archives/6616.html</link>
		<comments>https://www.osyunwei.com/archives/6616.html#comments</comments>
		<pubDate>Thu, 22 Aug 2013 14:07:10 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[Xen]]></category>
		<category><![CDATA[XenServer]]></category>

		<guid isPermaLink="false">http://www.osyunwei.com/?p=6616</guid>
		<description><![CDATA[安装说明： 安装XenServer 6.2的服务器CPU必须支持虚拟化，Intel (VT-X) 或者AMD (AMD-V) 安装图解： 1、下载XenServer 6.2系统镜像文件:XenServer-6.2.0-install-cd.iso 2、刻录XenServer 6.2镜像光盘，服务器从光驱启动，出现如下界面： 回车，直接安装，出现下面界面： 键盘模式：默认US OK OK 版权声明界面，Accept EULA 回车 系统运维  www.osyunwei.com  温馨提醒：qihang01原创内容 版权所有,转载请注明出处及原文链接 上图表示服务器CPU没有开启虚拟化，请检查BIOS设置，开启虚拟化后继续操作。 注意：不开启虚拟化，不能安装64位操作系统 选择第一项，安装在本地磁盘 Ok 选择安装介质，选择第一项，本地光盘 Ok 选择No，不安装补丁包 选择第一项，跳过安装介质检测 Ok 设置root密码 OK 网络设置界面 选择第二项，设置静态IP、子网掩码、网关 Ok Hostname:设置主机名，自定义 设置DNS地址：根据自己的需要设置 OK 系统运维  www.osyunwei.com  温馨提醒：qihang01原创内容 版权所有,转载请注明出处及原文链接 选择区域：Asia Ok 选择时区：Shanghai Ok 服务器时间设置 第一项:使用NTP服务器来同步时间 第二项：使用本地时间 这里选择本地时间 Ok 开始安装 正在安装中 设置时间 Ok [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/6616.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/6616.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
