<?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>Utility Computing dot China &#187; Linux</title>
	<atom:link href="http://www.utilitycomputing.com.cn/tag/linux/feed" rel="self" type="application/rss+xml" />
	<link>http://www.utilitycomputing.com.cn</link>
	<description>数 据 嘉 年 华</description>
	<lastBuildDate>Tue, 13 Sep 2011 12:51:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
		<item>
		<title>What is wrong with IT practitioners in Australia?</title>
		<link>http://www.utilitycomputing.com.cn/business-development/what-is-wrong-with-it-practitioners-in-australia</link>
		<comments>http://www.utilitycomputing.com.cn/business-development/what-is-wrong-with-it-practitioners-in-australia#comments</comments>
		<pubDate>Thu, 07 Apr 2011 06:55:38 +0000</pubDate>
		<dc:creator>richard</dc:creator>
				<category><![CDATA[Business Development]]></category>
		<category><![CDATA[FOSS/GNU/Linux]]></category>
		<category><![CDATA[The Cloud]]></category>
		<category><![CDATA[australia]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[clue]]></category>
		<category><![CDATA[competitive advantage]]></category>
		<category><![CDATA[FOSS]]></category>
		<category><![CDATA[innovation]]></category>
		<category><![CDATA[it]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[nbn]]></category>
		<category><![CDATA[organic creativity]]></category>
		<category><![CDATA[utility computing]]></category>
		<category><![CDATA[vendors]]></category>

		<guid isPermaLink="false">http://www.utilitycomputing.com.cn/?p=662</guid>
		<description><![CDATA[Australia - you need to embrace INNOVATION and self driven productivity and not being glorified LEGO builders.  Otherwise I can't see how Australia will have any IT industry left over?]]></description>
			<content:encoded><![CDATA[<p>I have been going through my thoughts of my past 6 months of working in Australia as well as looking at discussion topics on various Australia LinkedIn groups.  And I have come to an unsettling realisation&#8230;</p>
<p>Most &#8220;IT Pro&#8217;s&#8221; in Australia actually have little to none creative or developmental capacity.</p>
<p>Looking over assets listings for a client I see countless line items for software, where tens of thousands of dollars have been spent on software that have better Open Source or SaaS alternatives available.</p>
<p><span id="more-662"></span>Discussions on LinkedIn boards talk about &#8220;What is best software for this?  Which vendor?&#8221;  Hardly a conversation about how &#8220;This is great&#8221; or &#8220;Or I used this library with this project and solved this problem while not spending $$ and adding to our own IP collection&#8221;.</p>
<p>It seems IT workers in this country are glorified order (procurement) takers and givers?  And those that actually can to the work and be creative are stuck at the bottom of the food chain and never listened too.</p>
<p>Is this how Silicon Alley or Valley works?  Or how Eastern Europe has surged forward? Or China, India and the Philippines?</p>
<p>Australia &#8211; you need to embrace INNOVATION and self driven productivity and not being glorified LEGO builders (NBN!!).  Otherwise I can&#8217;t see how Australia will have any IT industry left over?</p>
<p>And the next person that states that Australia or the way we do it has something to do with better &#8220;Quality&#8221; I am going to brain them for being so naive and self delusional.</p>
<p>And where is all the Open Source fun?  The JAVA and Python and Perl and what not?  Everything seems to be .Net and Microsoft.   I&#8217;m not silly enough to enquire about Ruby or Rails though.  :-s</p>
]]></content:encoded>
			<wfw:commentRss>http://www.utilitycomputing.com.cn/business-development/what-is-wrong-with-it-practitioners-in-australia/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quick Storage Tip</title>
		<link>http://www.utilitycomputing.com.cn/uncategorized/quick-storage-tip</link>
		<comments>http://www.utilitycomputing.com.cn/uncategorized/quick-storage-tip#comments</comments>
		<pubDate>Tue, 27 May 2008 14:40:05 +0000</pubDate>
		<dc:creator>richard</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[ext3]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[mkfs.ext3]]></category>
		<category><![CDATA[storage]]></category>

		<guid isPermaLink="false">http://www.utilitycomputing.com.cn/?p=176</guid>
		<description><![CDATA[Ever wondered where all that disk space has gone? Why the 100GB drive is not 100GB? Well apart from some systems using GiB and others GB and then some manufacturers using base10 and not base3 and saying that 1GB is 1000MB and not 1024 &#8211; I have found another one. When making a file system [...]]]></description>
			<content:encoded><![CDATA[<p>Ever wondered where all that disk space has gone?  Why the 100GB drive is not 100GB?</p>
<p>Well apart from some systems using GiB and others GB and then some manufacturers using base10 and not base3 and saying that 1GB is 1000MB and not 1024 &#8211; I have found another one.</p>
<p>When making a file system that is not your root file system (/) or var (/var) or root (/root), etc &#8211; say a second drive or partition used for something else, try to format with the &#8220;-m 0&#8243; command so that 5% is not reserved for the root user.</p>
<p>On a 1024GB array &#8211; say 1TB &#8211; that is a whopping ~52GB!!</p>
<p>Also if you will have many files in said system, also throw in the &#8220;-O dir_index&#8221; flag too, to enable hash tree&#8217;s for directory look ups &#8211; =big= speed increase.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.utilitycomputing.com.cn/uncategorized/quick-storage-tip/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Open Office Conference Confirmed for Beijing</title>
		<link>http://www.utilitycomputing.com.cn/china/open-office-conference-confirmed-for-beijing</link>
		<comments>http://www.utilitycomputing.com.cn/china/open-office-conference-confirmed-for-beijing#comments</comments>
		<pubDate>Sat, 08 Mar 2008 05:07:38 +0000</pubDate>
		<dc:creator>richard</dc:creator>
				<category><![CDATA[Business Development]]></category>
		<category><![CDATA[China]]></category>
		<category><![CDATA[FOSS/GNU/Linux]]></category>
		<category><![CDATA[Tech Horizon]]></category>
		<category><![CDATA[Beijing]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[openoffice]]></category>

		<guid isPermaLink="false">http://www.utilitycomputing.com.cn/?p=162</guid>
		<description><![CDATA[Yay! Go read www.beijinglug.org for more. Now if only IDG could put on a half decent Linux World instead of the token crap they excrete out like a constipated hippo.]]></description>
			<content:encoded><![CDATA[<p>Yay!</p>
<p>Go read www.beijinglug.org for more.</p>
<p>Now if only IDG could put on a half decent Linux World instead of the token crap they excrete out like a constipated hippo.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.utilitycomputing.com.cn/china/open-office-conference-confirmed-for-beijing/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>China an inefficient truth</title>
		<link>http://www.utilitycomputing.com.cn/china/china-an-inefficient-truth</link>
		<comments>http://www.utilitycomputing.com.cn/china/china-an-inefficient-truth#comments</comments>
		<pubDate>Wed, 09 Jan 2008 08:55:53 +0000</pubDate>
		<dc:creator>richard</dc:creator>
				<category><![CDATA[Business Development]]></category>
		<category><![CDATA[China]]></category>
		<category><![CDATA[Tech Horizon]]></category>
		<category><![CDATA[The Cloud]]></category>
		<category><![CDATA[data centre]]></category>
		<category><![CDATA[green computing]]></category>
		<category><![CDATA[idc]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[power]]></category>
		<category><![CDATA[servers]]></category>
		<category><![CDATA[talent gap]]></category>

		<guid isPermaLink="false">http://www.utilitycomputing.com.cn/?p=134</guid>
		<description><![CDATA[I read this entry over on David Wolf&#8217;s blog before my recent trip back down under about power usage and IT infrastructure. Silicon Hutong And the topic did strike a &#8220;Hey this is real man!!!&#8221; kind of chord with me. A cathartic resonance that shall never come from me with respect to the greater greenhouse [...]]]></description>
			<content:encoded><![CDATA[<p>I read this entry over on David Wolf&#8217;s blog before my recent trip back down under about power usage and IT infrastructure.</p>
<p><a href="http://siliconhutong.typepad.com/silicon_hutong/2007/12/china-and-an-in.html">Silicon Hutong </a></p>
<p>And the topic did strike a &#8220;Hey this is real man!!!&#8221; kind of chord with me. A cathartic resonance that shall never come from me with respect to the greater greenhouse effect crap while the infallible science is still not in.  Nor came to me for any other &#8220;agenda&#8221; or &#8220;crusade of the world&#8221; that seemed to so very trouble all those students over in the Arts and Law faculties.  That seemed to have so much time on their hands, relative to us poor saps in Engineering and Business school.</p>
<p>Politics aside, wastage for the sake of wastage though is not very good.  And I have a rather poignant insider&#8217;s look at <a href="http://siliconhutong.typepad.com/silicon_hutong/2007/12/china-and-an-in.html">this issue </a>that also manages (in my mind at least) to cross paths with <a href="http://siliconhutong.typepad.com/silicon_hutong/2007/12/the-talent-gap.html">this issue</a> about China&#8217;s <a href="http://siliconhutong.typepad.com/silicon_hutong/2007/12/the-talent-gap.html">talent gap</a>, or indeed <a href="http://www.utilitycomputing.com.cn/?p=137">this also about the talent gap</a>.</p>
<p>What does resource wastage and power requirements have to do with a talent gap, or as they lament now in overly taxed and anti-entrepreneurial Australia &#8211; the &#8220;Brain Drain&#8221;?</p>
<p>Allow me to explain.</p>
<p><span id="more-134"></span> Servers cost a lot of money!  Not only do you spend the 5-10K USD for the server and warranty, you then have colocation fees, cooling costs and power costs &#8211; this all adds up.  And if you skimp on something like  cooling, your equipment can age prematurely &#8211; especially bad in China given the tax depts allowed <a href="http://www.utilitycomputing.com.cn/?p=107">deprecation rates</a>!</p>
<p>A good contact of mine who runs an IDC in New York city, mentioned how it is all about the power.  Real estate?  No worries, how much power will we need.  So it seems pretty clear where things are going.  Moore&#8217;s law, computing density increasing and an ever growing appetite for all things information.</p>
<p>With respect to the issues that David Wolf brought up, a major new trend that has been underway for the past 6 years or so and is trying to put a clamp on rising costs of infrastructure is Virtualisation.  This technology allows for less resource wastage and consumables wastage by consolidating many lower end servers into fewer bigger more reliable and cost effective servers.  Picking the low hanging fruit so to speak.</p>
<p>A further evolution of this that I mentioned about <a href="http://www.utilitycomputing.com.cn/?p=114">here</a> is where the actual servers in a  farm can be powered down too when not needed.</p>
<p>Now when it comes to electricity there are always two rates, the so called &#8220;Consumer Rate&#8221; and the &#8220;Industrial Rate&#8221;.  And yes, data centre&#8217;s use the industrial rates, which while are relatively cheaper than consumer rates &#8211; are still not cheap in absolute terms.  And if you go and use a <a href="http://www.dell.com/html/us/products/rack_advisor/index.html">nifty tool like this</a> Dell capacity planner and then do some arithmatic, you can see what your costs will be.  It is through this tool, that CANDIS deduced that paying the premium for higher efficiency power supplies and low voltage processors, actually did pay for themselves in outright power savings over a 2 year period.  Even more if you factor in that less heat is better for stability and system longevity.</p>
<p>So where does the talent gap come into play?  Well, in how many servers you need to do a job and knowing about virtualisation.</p>
<p>We had a client that was struggling to keep up and online with their 8 server cluster.  They kept just purchasing new servers when things went bad and slowed down.  Which seemed to happen all the time.  Now I know this and they didn&#8217;t, is that an out of the box Linux system is not too tuned and the concurrent IP connection tracking vlaue in the kernel is a little conservative.  So instead of them having 8 servers running at 20% capacity and still not managing the load on them as a cluster.  Yours truly made a few changes and now 3 servers are doing the job, with better outward performance to the clusters users.</p>
<p>What made this situation all the more funny, is that in China, capital asset valuations are fair game for being compared to the salary of a team of workers to perform the same job (quality and reaction times not withstanding).</p>
<p>So, in summary, I will go out on a limb here and make a bold assertion.</p>
<p>&#8220;There are probably more servers than needed running in IDC&#8217;s across China, due to engineers not knowing how to admin them properly, not know how to architect systems properly and not knowing how to leverage new technology better.&#8221;</p>
<p>Anyway, I could go on.  I just wanted to illustrate the nexus of those points and how they relate and intersect.  Poorly deployed tech, poorly planned and architected tech and balooning operational costs and resource demands.</p>
<p>Seems that in the past you could be a lazy programmer and no one would notice due to the liberation of faster processors and free cycles.  Or in China, buy a server is better than paying the for the expensive vendor support and optimisation.</p>
<p>However as one famous economist once mused&#8230;. &#8220;there is no such thing as a free lunch&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.utilitycomputing.com.cn/china/china-an-inefficient-truth/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Drive Roaming.  DELL PERC4 Controllers</title>
		<link>http://www.utilitycomputing.com.cn/uncategorized/drive-roaming-dell-perc4-controllers</link>
		<comments>http://www.utilitycomputing.com.cn/uncategorized/drive-roaming-dell-perc4-controllers#comments</comments>
		<pubDate>Sun, 18 Nov 2007 15:31:28 +0000</pubDate>
		<dc:creator>richard</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[array]]></category>
		<category><![CDATA[big iron]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[PostgreSQL]]></category>
		<category><![CDATA[raid]]></category>
		<category><![CDATA[servers]]></category>

		<guid isPermaLink="false">http://www.utilitycomputing.com.cn/?p=124</guid>
		<description><![CDATA[During a recent test run to see if a new PostgreSQL back end server would hasten things up in a main cluster &#8211; that has now become CPU bound and NOT IO&#8230;&#8230; the wizardry of that I will blog about later. In any case, the short of it is, that we were juggling PERC4 cards [...]]]></description>
			<content:encoded><![CDATA[<p>During a recent test run to see if a new PostgreSQL back end server would hasten things up in a main cluster &#8211; that has now become CPU bound and NOT IO&#8230;&#8230; the wizardry of that I will blog about later.</p>
<p>In any case, the short of it is, that we were juggling PERC4 cards around servers (PCI-X here, PCIe there..) and also complete raid 1 and raid 10 arrays too.  The cards are supposed to &#8220;detect&#8221; the correct array type from the drives if the firmware was missing.  Anyway, through a comedy of errors, it worked exactly 1/3 times.  The other times we had to remember the exact settings of our arrays (stripe, etc) and how it was structured.  So we could clear PERC cards and then recreate the arrays &#8211; taking special care to not initalise the new arrays.</p>
<p>So in the end, you can move arrays and channels about.  And with LVM, even designations like /sda /sdb reording is also not an issue.  However you should rely on good old fashioned hand held way of doing things.  Before you start write down all the salient details of your arrays first.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.utilitycomputing.com.cn/uncategorized/drive-roaming-dell-perc4-controllers/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>gam_server ruining your IO throughput?  Context switches hitting 8,000 a second?</title>
		<link>http://www.utilitycomputing.com.cn/fossgnulinux/gam_server-ruining-your-io-throughput-context-switches-hitting-8000-a-second</link>
		<comments>http://www.utilitycomputing.com.cn/fossgnulinux/gam_server-ruining-your-io-throughput-context-switches-hitting-8000-a-second#comments</comments>
		<pubDate>Mon, 05 Nov 2007 09:11:25 +0000</pubDate>
		<dc:creator>richard</dc:creator>
				<category><![CDATA[FOSS/GNU/Linux]]></category>
		<category><![CDATA[ext3]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[servers]]></category>

		<guid isPermaLink="false">http://www.utilitycomputing.com.cn/?p=115</guid>
		<description><![CDATA[This hit me today. The &#8220;gam_server&#8221; process. Set to identify when any file in the system is changed. A useful action that has benefits. But not when it does it 3-5 times per second and the sever is serving NFS and PostgreSQL! To fix it, just ensure that somewhere in /etc/ (RedHat Base) or /etc/gamin/ [...]]]></description>
			<content:encoded><![CDATA[<p>This hit me today.</p>
<p>The &#8220;gam_server&#8221; process.  Set to identify when any file in the system is changed.  A useful action that has benefits.  But not when it does it 3-5 times per second and the sever is serving NFS and PostgreSQL!</p>
<p>To fix it, just ensure that somewhere in /etc/ (RedHat Base) or /etc/gamin/ (Debian Base) has a file called:</p>
<p><span id="more-115"></span> &#8220;gaminrc&#8221;</p>
<p>Add in one line for each file system type that you have.  For example mine is now:</p>
<p>#</p>
<p>fsset ext3 poll 10</p>
<p>fsset nfs poll 10</p>
<p>fsset xfs poll 10</p>
<p>#</p>
<p>The daemon will now scan every 10 seconds.  Of course for it to do that, make sure to invoke a &#8220;kill -s 9&#8243; first!  <img src='http://www.utilitycomputing.com.cn/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.utilitycomputing.com.cn/fossgnulinux/gam_server-ruining-your-io-throughput-context-switches-hitting-8000-a-second/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ICP Certificates, Beijing Linux User Group Compliance</title>
		<link>http://www.utilitycomputing.com.cn/china/icp-certificates-linux-user-group-compliance-and-a-move-to-new-york</link>
		<comments>http://www.utilitycomputing.com.cn/china/icp-certificates-linux-user-group-compliance-and-a-move-to-new-york#comments</comments>
		<pubDate>Sat, 03 Nov 2007 11:04:14 +0000</pubDate>
		<dc:creator>richard</dc:creator>
				<category><![CDATA[Business Development]]></category>
		<category><![CDATA[China]]></category>
		<category><![CDATA[Beijing]]></category>
		<category><![CDATA[filtering]]></category>
		<category><![CDATA[Hosting]]></category>
		<category><![CDATA[icp]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[servers]]></category>

		<guid isPermaLink="false">http://www.utilitycomputing.com.cn/?p=112</guid>
		<description><![CDATA[Well, the thing is, in China, you have to have a licence to have a website, called an ICP. It costs money if you are commercial, even more money if an e-commerce site, as well as a bank deposit with a certain amount of registered capital. For non commercial entities it is free and no [...]]]></description>
			<content:encoded><![CDATA[<p>Well, the thing is, in China, you have to have a licence to have a website, called an ICP.  It costs money if you are commercial, even more money if an e-commerce site, as well as a bank deposit with a certain amount of registered capital.  For non commercial entities it is free and no capital is required.   The whole idea is that it is there to keep things (sites and content) legal.  The original intent of this system was that only sites with a ICP would work.  Now any site will work and if audited and no ICP is found, you are taken down by order of the government if you don&#8217;t acquire one somewhat expediently.</p>
<p><span id="more-112"></span>This week, via the trickle down effect in the echelons of the China network, we got informed that a couple of our clients are not compliant and they need to become so, or remove their website.</p>
<p>We have had to remove some clients sites before because they did not have the correct ICP.  They could not get one because they did not have the correct business licences for the type of work they did.</p>
<p>Anyway, while having an ICP is a delicate balance between business licences, residential permits, correct content, correctly licenced IDC and what not, it is a good thing to get done and host in China.  To be official, legit and free to get on with doing business.</p>
<p>For the most part getting an ICP, or the existence of an ICP is not a barrier to hosting or a problem to comply with.  It sounds a whole lot more draconian than it really is.  However it is a hassle.  For you China hands, &#8220;mafan si le&#8221;!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.utilitycomputing.com.cn/china/icp-certificates-linux-user-group-compliance-and-a-move-to-new-york/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>When 73GB is not 73GB!  Enter LVM</title>
		<link>http://www.utilitycomputing.com.cn/fossgnulinux/when-73gb-is-not-73g</link>
		<comments>http://www.utilitycomputing.com.cn/fossgnulinux/when-73gb-is-not-73g#comments</comments>
		<pubDate>Sat, 06 Oct 2007 20:38:25 +0000</pubDate>
		<dc:creator>richard</dc:creator>
				<category><![CDATA[FOSS/GNU/Linux]]></category>
		<category><![CDATA[array]]></category>
		<category><![CDATA[dell]]></category>
		<category><![CDATA[esx]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[LVM]]></category>
		<category><![CDATA[raid]]></category>
		<category><![CDATA[servers]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://www.utilitycomputing.com.cn/?p=99</guid>
		<description><![CDATA[Thought I should write something tech for a change! It is golden week here and all are away on break. So instead of forcing a staff member to come back, I thought I would take care of some stuff myself. My problems started when a client who has a large advertising cluster, was running their [...]]]></description>
			<content:encoded><![CDATA[<p>Thought I should write something tech for a change!  <img src='http://www.utilitycomputing.com.cn/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>It is golden week here and all are away on break.  So instead of forcing a staff member to come back, I thought I would take care of some stuff myself.</p>
<p>My problems started when a client who has a large advertising cluster, was running their main statistics database (for click fraud detection) on a Dell 1950 with only 1 SAS 15K drive.</p>
<p>I had suggested that this node, not being redundant like the tomcat servers be individually redundant, so DRAC card, redundant power and RAID.</p>
<p>Anyway, some new blades, Dell 1955&#8242;s arrived for the cluster and I thought, well, lets save the client some money, image the old 1950 DB server and load it onto a new 1955 server?</p>
<p>I thought this would be simple with Acronis.</p>
<p>No it wasn&#8217;t.</p>
<p>It turns out that a 3.5 Inch 73GB SAS drive is not the same size as a 2.5 Inch 73GB SAS drive.  So I could not write my system image to the blades raid 1 array of 2 x 15K 73GB SAS drives.</p>
<p><span id="more-99"></span> Shite!  If I reinstall the DB server it is not worth my time.  Cheaper to buy the upgrade parts for the 1950.</p>
<p>Then I thought, well, I have LVM, I should be able to do this, after all I have used LVM before many times on large storage arrays.</p>
<p>So my goal was this, I needed a system image that was a couple hundred megs smaller than it was now, so it will go into the 1955&#8242;s ok.</p>
<p>This is where I added in VMWARE to the mix and made this an easy task.  The steps are below:</p>
<ol>
<li>Image the 1950 server to some ACRONIS TIB files somewhere.  I used FTP</li>
<li>Image the TIB file to a new VPS made with a 73GB virtual disk</li>
<li>Create and attach a new 65GB virtual disk to the virtual machine</li>
<li>Image the MBR and /boot partitions using acronis onto the new 65GB virtual disk</li>
<li>Boot virtual machine with a rescue/live CD</li>
<li>Load FDISK for /dev/sdb and create a new LVM (Type 8e) partition in the remaining space on the 65GB virtual drive</li>
<li>Enter LVM with the <em>&#8220;lvm&#8221;</em> command</li>
<li>Activate all Volume Groups with the command <em>&#8220;vgchange -a y&#8221;</em></li>
<li>EXIT out of LVM and then run this command to resize the EXT3 file system, <em>&#8220;resize2fs /dev/VolGroup/LogVol00 40G&#8221;</em>, you may have to run <em>&#8220;e2fschk -f /dev/VolGroup00/LogVol00&#8243; </em>first too</li>
<li>Enter LVM again with the <em>&#8220;lvm&#8221;</em> command</li>
<li>Now we can reduce the Logical Volume that had the recently shrunk EXT3 file system on it with this command, <em>&#8220;lvreduce LogVol00 -L 45G&#8221;</em></li>
<li>Because we are making a new custom boot image and we have already imaged over the /boot partition and MBR, we now want our old 73GB virtual drive to not have any of the same markings as our embryonic new 65GB virtual drive.  To do this we need to change the Volume Group and Logical Volume names to something new:</li>
<li><em>lvrename VolGroup00 LogVol00 LogVol10</em></li>
<li><em>lvrename VolGroup00 LogVol01 LogVol11</em></li>
<li><em>lvchange LogVol10 -a n</em></li>
<li><em>lvchange LogVol11 -a n</em></li>
<li><em>vgchange VolGroup00 VolGroup10</em></li>
<li>Now we can create the new Logical Volumes and Volume Groups on the 65GB virtual disk in preparation for cloning our now 40GB EXT3 file system</li>
<li>Make a new Physical Volume first wit, <em>&#8220;pvcreate /dev/sdb2&#8243;</em></li>
<li><em>pvscan</em></li>
<li><em>vgcreate VolGroup00 /dev/sdb2</em></li>
<li><em>vgscan</em></li>
<li><em>lvcreate VolGroup00 /dev/sdb2 -n LogVol01 -L 2G</em></li>
<li><em>lvcreate VolGroup00 /dev/sdb2 -n LogVol00 -L 50G</em></li>
<li><em>lvscan</em></li>
<li>Now we need to make our new LVM&#8217;s online and visible to the system so we run the command vgchange again,  <em>&#8220;vgchange -a y&#8221;</em></li>
<li>EXIT</li>
<li>Back at the command prompt we need to now setup our new SWAP partition, so we issue the command, <em>&#8220;mkswap /dev/VolGroup00/LogVol01&#8243;</em></li>
<li>Now we can clone our old 40GB EXT3 partion that we shrunk to our new LVM which is larger than 40GB, but smaller than 65GB, so it will image onto the PE1955 2.5 SAS drive array</li>
<li>We use an old favourite for this, <em>&#8220;dd if=/dev/VolGroup10/LogVol10 of=/dev/VolGroup00/LogVol00&#8243;</em></li>
<li>Once done, shutdown the VPS, boot up in Acronis and image the new 65GB virtual drive and then load it onto the PE1955 server.  DONE!</li>
</ol>
<p>I did all of this in single user mode so as to minimise the need for KUDZU to rescan and change all hardware.  I can do this because of the hardware commonality in the 9th generation Dell servers.</p>
<p>Also once done, the new LVM will be smaller than the full capacity of the 73GB SAS 2.5 SAS drive.  This is easily fixed while online. by making a new partition /dev/sda3 of LVM type (8e), making it into a Physical Volume, adding it to VolGroup00 and then extending the LogVol00 logical volume with the newly added extents.   Once that is done, go back to the command prompt and use the ext2online command to finally expand your EXT3 partition to use all the space on the LVM.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.utilitycomputing.com.cn/fossgnulinux/when-73gb-is-not-73g/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Beijing Software Freedom Day:  A fire breathing Dragon of a success!</title>
		<link>http://www.utilitycomputing.com.cn/china/beijing-software-freedom-day-a-fire-breathing-dragon-of-a-success</link>
		<comments>http://www.utilitycomputing.com.cn/china/beijing-software-freedom-day-a-fire-breathing-dragon-of-a-success#comments</comments>
		<pubDate>Sun, 16 Sep 2007 12:38:32 +0000</pubDate>
		<dc:creator>richard</dc:creator>
				<category><![CDATA[China]]></category>
		<category><![CDATA[FOSS/GNU/Linux]]></category>
		<category><![CDATA[Beijing]]></category>
		<category><![CDATA[FOSS]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[redhat]]></category>
		<category><![CDATA[sfd]]></category>
		<category><![CDATA[software freedom]]></category>
		<category><![CDATA[software freedom day]]></category>

		<guid isPermaLink="false">http://www.utilitycomputing.com.cn/?p=79</guid>
		<description><![CDATA[Well, we came, we championed, we explained, we lobbied and we taught. We laughed, we gathered, we swapped tales and we helped clear up some misconceptions. The sun was out, the sky was blue(ish &#8211; not bad by Beijing&#8217;s standards) and the students were happy and eager to learn what was going on and to [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://202.177.13.171/blog/wp-content/uploads/2007/09/dsc_2753.jpg" alt="SFD" width="441" height="294" /></p>
<p>Well, we came, we championed, we explained, we lobbied and we taught.  We laughed, we gathered, we swapped tales and we helped clear up some misconceptions.</p>
<p>The sun was out, the sky was blue(ish &#8211; not bad by Beijing&#8217;s standards) and the students were happy and eager to learn what was going on and to quench their tech/FOSS thirsts.  Tsing Hua got rained on by a heap of tech loving goodness!</p>
<p>Photo gallery after the jump&#8230;.</p>
<p><span id="more-79"></span> Anyway, thanks to Google, RedHat, Red Flag, Mozilla and OpenMoko.  They paid up cold hard cash to make it all happen.  The rest of us did it FOSS style and donated servers, bandwidth, time and eagerness.   But at the end of the day, cold hard currency talks!  <img src='http://www.utilitycomputing.com.cn/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>

]]></content:encoded>
			<wfw:commentRss>http://www.utilitycomputing.com.cn/china/beijing-software-freedom-day-a-fire-breathing-dragon-of-a-success/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Software Freedom Day Reminder…</title>
		<link>http://www.utilitycomputing.com.cn/china/software-freedom-day-reminder</link>
		<comments>http://www.utilitycomputing.com.cn/china/software-freedom-day-reminder#comments</comments>
		<pubDate>Thu, 13 Sep 2007 19:26:27 +0000</pubDate>
		<dc:creator>richard</dc:creator>
				<category><![CDATA[China]]></category>
		<category><![CDATA[FOSS/GNU/Linux]]></category>
		<category><![CDATA[Beijing]]></category>
		<category><![CDATA[FOSS]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[tsinghua]]></category>

		<guid isPermaLink="false">http://www.utilitycomputing.com.cn/?p=76</guid>
		<description><![CDATA[It is coming up this weekend!! Click HERE for more info from my previous post.]]></description>
			<content:encoded><![CDATA[<p>It is coming up this weekend!!</p>
<p>Click <a href="http://www.utilitycomputing.com.cn/?p=45">HERE</a> for more info from my previous post.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.utilitycomputing.com.cn/china/software-freedom-day-reminder/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>First Official Fedora Mirror in China Online!</title>
		<link>http://www.utilitycomputing.com.cn/china/first-official-fedora-mirror-in-china-online</link>
		<comments>http://www.utilitycomputing.com.cn/china/first-official-fedora-mirror-in-china-online#comments</comments>
		<pubDate>Sun, 09 Sep 2007 17:57:28 +0000</pubDate>
		<dc:creator>richard</dc:creator>
				<category><![CDATA[China]]></category>
		<category><![CDATA[FOSS/GNU/Linux]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[mirror]]></category>

		<guid isPermaLink="false">http://www.utilitycomputing.com.cn/?p=70</guid>
		<description><![CDATA[Well, it has been a struggle, yet it is all over, almost. For a few days now the FIRST FEDORA MIRROR IN CHINA has been online. Proudly sponsored by CANDIS and urged on by the Beijing Linux Users Group. There are still some tweaks to happen and more data sets to be added over time, [...]]]></description>
			<content:encoded><![CDATA[<p>Well, it has been a struggle, yet it is all over, almost.</p>
<p>For a few days now the <a href="http://fedora.candishosting.com.cn/"><strong>FIRST FEDORA MIRROR IN CHINA</strong></a> has been online.  Proudly sponsored by <a href="http://www.candis.com.cn">CANDIS</a> and urged on by the <a href="http://www.beijinglug.org">Beijing Linux Users Group</a>.</p>
<p>There are still some tweaks to happen and more data sets to be added over time, but the &#8220;Releases&#8221; is a good start.  And it would not be possible without the great help from Matt Domsch and the Fedora Mirrors List.</p>
<p><a href="http://fedora.candishosting.com.cn">http://fedora.candishosting.com.cn</a></p>
<p><img title="Fedora-Booting" src="http://202.177.13.171/blog/wp-content/uploads/2007/09/booting-screen-150x150.jpg" alt="Fedora-Booting" /><img title="Fedora-Login" src="http://202.177.13.171/blog/wp-content/uploads/2007/09/login-screen-150x150.jpg" alt="Fedora-Login" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.utilitycomputing.com.cn/china/first-official-fedora-mirror-in-china-online/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

