﻿<?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; xen</title>
	<atom:link href="http://help.vps12.com/tag/xen/feed" rel="self" type="application/rss+xml" />
	<link>https://help.vps12.com</link>
	<description>分享服务器运维及实践解决方案</description>
	<lastBuildDate>Sat, 25 Jan 2025 07:14:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>修改默认安装XenServer系统盘(4G)大小</title>
		<link>https://help.vps12.com/1654.html</link>
		<comments>https://help.vps12.com/1654.html#comments</comments>
		<pubDate>Sun, 04 Dec 2016 18:20:17 +0000</pubDate>
		<dc:creator>vps12.com</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[解决方案]]></category>
		<category><![CDATA[vps12.com]]></category>
		<category><![CDATA[xen]]></category>

		<guid isPermaLink="false">http://help.vps12.com/?p=1654</guid>
		<description><![CDATA[安装XenServer系统盘默认大小为4G，安装前我们可以调整大小。 注：此教程只适用于在全新安装XenServer的时候使用，已经安装过XenServer的无法修改系统盘(4G)大小。 注：如果带数据重装，安装的时候一定要保证XenServer系统盘的大小一定要和以前一样大，否则数据就会丢失。 1、进入XenServer系统安装界面。 2、进入高级安装菜单界面，按F2键。 3、进入命令模式 进入命令行，输入“shell”，按回车键。 4、编辑系统安装管理配置文件 编辑“constants.py”文件，在bash-3.2#后面输入如下命令： vi /opt/xensource/installer/constants.py 5、修改安装系统盘大小 修改默认的系统盘大小，在92行，找到root_size=4096，修改为需要安装的系统盘大小 （备注：单位为MB） 6、保存并退出 “ESC”退出编辑—>输入“:wq”冒号+wq保存退出。 7、退出命令模式 退出命令模式，输入“exit” 。 8、开始安装XenServer系统 9、查看结果 安装完毕后，通过以下命令查看系统分区大小： df -hal]]></description>
		<wfw:commentRss>https://help.vps12.com/1654.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Xen Linux VPS硬盘挂载教程(重装系统不丢数据)也适用于其他多硬盘系统</title>
		<link>https://help.vps12.com/1272.html</link>
		<comments>https://help.vps12.com/1272.html#comments</comments>
		<pubDate>Tue, 21 Apr 2015 09:45:31 +0000</pubDate>
		<dc:creator>vps12.com</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[解决方案]]></category>
		<category><![CDATA[vps12.com]]></category>
		<category><![CDATA[xen]]></category>

		<guid isPermaLink="false">http://help.vps12.com/?p=1272</guid>
		<description><![CDATA[之前发的那篇《Xen Linux VPS硬盘挂载教程》，利用LVM（卷组）直接填充整个Linux根分区的磁盘容量，这种做法可以最大限度的利用VPS所分配的容量，但重装后会丢失所有数据。适合一些比较小硬盘或对硬盘需求量比较大的客户。 由于现在的VPS磁盘容量越来越大，很多VPSer们也未必能用得到默认的容量，XenSystem初始化的根分区（第一磁盘“Xvda”）默认为10G，另外一个磁盘（第二磁盘“Xvdb”）为VPS总容量的剩余容量。如果单独挂载给/home，使用LNMP一键包等程序，在重装时在/home内的数据就不会丢失了。非常适合热爱折腾的客户。 注意：如果MYSQL数据并没保存在/home，重装前请注意备份。 一、查看当前硬盘情况 ?View Code BASH1 fdisk -l 二、新建立分区 ?View Code BASH1 fdisk /dev/xvdb SSH执行以上命令，会提示下方填写区域 ?View Code BASH1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 Command &#40;m for help&#41;: n 新建分区 Command action e extended p primary partition &#40;1-4&#41; p 分区类型 Partition number [...]]]></description>
		<wfw:commentRss>https://help.vps12.com/1272.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XenServer上的Linux虚拟机进单用户模式修改密码</title>
		<link>https://help.vps12.com/1055.html</link>
		<comments>https://help.vps12.com/1055.html#comments</comments>
		<pubDate>Sun, 06 Oct 2013 08:31:51 +0000</pubDate>
		<dc:creator>vps12.com</dc:creator>
				<category><![CDATA[解决方案]]></category>
		<category><![CDATA[vps12.com]]></category>
		<category><![CDATA[xen]]></category>
		<category><![CDATA[台湾vps]]></category>
		<category><![CDATA[日本vps]]></category>
		<category><![CDATA[美国vps]]></category>
		<category><![CDATA[香港vps]]></category>

		<guid isPermaLink="false">http://blog.vps12.com/?p=1055</guid>
		<description><![CDATA[打开XenCenter管理控制台，找到要修改密码的那台虚拟机，先关闭虚拟机，然后： 右键Properties–&#62;Startup Options–&#62;OS Boot Parameters–&#62;将OS Boot Parameters的默认项目graphical utf8修改为 graphical utf8 single 或 single，然后启动这台虚拟机就会进入到Linux的单用户模式，然后passwd root修改密码。 &#160;]]></description>
		<wfw:commentRss>https://help.vps12.com/1055.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux VPS Centos挂载未使用硬盘教程</title>
		<link>https://help.vps12.com/416.html</link>
		<comments>https://help.vps12.com/416.html#comments</comments>
		<pubDate>Sun, 23 Sep 2012 05:56:40 +0000</pubDate>
		<dc:creator>vps12.com</dc:creator>
				<category><![CDATA[VPS新手指南/教程]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[vps12.com]]></category>
		<category><![CDATA[xen]]></category>
		<category><![CDATA[台湾vps]]></category>
		<category><![CDATA[美国vps]]></category>
		<category><![CDATA[香港vps]]></category>

		<guid isPermaLink="false">http://blog.vps12.com/?p=416</guid>
		<description><![CDATA[用户挂载未使用硬盘，默认装完系统只装载了10G，如果你购买了更多需要自行挂载才可以。 需要使用ROOT登陆SSH进行操作，使用PUTTY或XSHELL之类软件，或面板的VNC控制也可以。 注： 挂载硬盘过程请按照下面代码复制执行既可，不同Linux系统，只需途径名称修改对应名称。 一、 首先查看一下，当前空间情况： ?View Code SHELL1 fdisk -l LinuxVPS   14G硬盘，系统盘8589M，空余6442M是我们今天要挂载的目标： 二、 查看一下当前已划分空间使用情况，总5.7G，使用1.8G，余3.7G： ?View Code SHELL1 df -hal 三、 增加分区，并进行相关操作，并重启VPS： ?View Code SHELL1 fdisk /dev/xvdb 接下来按顺序输入以下内容，#后为说明： n #新建分区 p #主分区 3 #第3个分区 回车 #默认即可 回车 #默认即可 t #指定分区格式 8e #分区格式为LVM w #保存 ?View Code SHELL1 reboot #重启VPS 四、 再查看，就会发现新增加了一个刚才分区的内容： 五、 创建物理卷及加入组： ?View Code SHELL1 2 pvcreate /dev/xvdb3 vgextend VolGroup00 [...]]]></description>
		<wfw:commentRss>https://help.vps12.com/416.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
