<?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>Malaysia VMware Communities &#187; snapshot</title>
	<atom:link href="http://malaysiavm.com/blog/tag/snapshot/feed/" rel="self" type="application/rss+xml" />
	<link>http://malaysiavm.com/blog</link>
	<description></description>
	<lastBuildDate>Thu, 26 Apr 2012 15:54:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Tips to recover Snapshot problem on VM</title>
		<link>http://malaysiavm.com/blog/tips-to-recover-snapshot-problem-on-vm/</link>
		<comments>http://malaysiavm.com/blog/tips-to-recover-snapshot-problem-on-vm/#comments</comments>
		<pubDate>Sun, 28 Jun 2009 16:32:15 +0000</pubDate>
		<dc:creator>craig</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[clone]]></category>
		<category><![CDATA[delta]]></category>
		<category><![CDATA[snapshot]]></category>
		<category><![CDATA[VM]]></category>
		<category><![CDATA[VMDK]]></category>

		<guid isPermaLink="false">http://malaysiavm.com/blog/?p=1407</guid>
		<description><![CDATA[You may had experienced the snapshot problem when the snapshot delta virtual disk had become huge which is more than 20GB and is not able to be truncated by removing all the snapshot. Usually the problem occur when the snapshot is no longer available from snapshot manager, but you can see the delta files available [...]]]></description>
			<content:encoded><![CDATA[<p><script type="text/javascript"><!--
google_ad_client = "pub-7430566020196385";
/* MVM Index Link Code 468x15, created 1/3/10 */
google_ad_slot = "5937837755";
google_ad_width = 468;
google_ad_height = 15;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p><p>You may had experienced the snapshot problem when the snapshot <a href="http://www.malaysiavm.com/blog/tag/delta">delta</a> virtual disk had become huge which is more than 20GB and is not able to be truncated by removing all the <a href="http://www.malaysiavm.com/blog/tag/snapshot">snapshot</a>. Usually the problem occur when the snapshot is no longer available from snapshot manager, but you can see the delta files available from the command prompt or physical folder that contain the Virtual machine images. I experienced the 2nd time now which I am not able to remove the snapshot on a particular virtual machine from snapshot manager and command prompt. The production virtual machine was powered off due to disk full on the specify datastore. This virtual machine contain a previous snapshot which taken 2 weeks before and yet to be truncated. The delta disk had grown up to >20 GB and fully fill up the available space within the data store. </p>
<p><span id="more-1407"></span></p>
<p>In order to recover the <a href="http://www.malaysiavm.com/blog/tag/virtual">virtual</a> machine, I had to remove all the snapshots on the virtual machine, but the process hang up after 3 to 4 times I tried. You may able to perform this with command and if you are lucky enough, you should able to remove the snapshot by using command. Alternatively, you can also clone a new virtual disk image contain the delta file changes to a whole new virtual disk by using vmkfstools command. This will require quite some times for you to recover the situation mostly the business will not able to wait and it is no guarantee that the recovery will fully work as we expected. </p>
<p>For my case, the quickest way to recover this is to clone the entire virtual machine to a new datastore that have the disk space you require and power it up immediate after the <a href="http://www.malaysiavm.com/blog/tag/clone">clone</a>. We double checked the entire virtual machines mount point and services, everything require and last file transaction is available without any issue and back to production. Now I will have my sweet time to slowly investigate the failure to remove snapshots on the virtual machines. Well, is not necessary the method I am using here is the best, but I would like to share my personal experience in the critical production time, you may wanna consider the best option to recover the production virtual machine as soon as possible.</p>
]]></content:encoded>
			<wfw:commentRss>http://malaysiavm.com/blog/tips-to-recover-snapshot-problem-on-vm/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Manual commit snapshots delta file to vmdk flat file</title>
		<link>http://malaysiavm.com/blog/manual-commit-snapshots-delta-file-to-vmdk-flat-file/</link>
		<comments>http://malaysiavm.com/blog/manual-commit-snapshots-delta-file-to-vmdk-flat-file/#comments</comments>
		<pubDate>Wed, 04 Mar 2009 03:24:59 +0000</pubDate>
		<dc:creator>craig</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[delta file]]></category>
		<category><![CDATA[ESX]]></category>
		<category><![CDATA[snapshot]]></category>
		<category><![CDATA[vCenter]]></category>
		<category><![CDATA[VMDK]]></category>
		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://malaysiavm.com/blog/?p=942</guid>
		<description><![CDATA[I had a tough time this week to deal with the snapshot issue with one of the VM. The VM is containing an important snapshot that previously taken for system restoration. When I browsed through the snapshot manager from vCenter, the system show my VM was running without any snapshots. Here was the kicked start [...]]]></description>
			<content:encoded><![CDATA[<p><script type="text/javascript"><!--
google_ad_client = "pub-7430566020196385";
/* MVM Index Link Code 468x15, created 1/3/10 */
google_ad_slot = "5937837755";
google_ad_width = 468;
google_ad_height = 15;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p><p>I had a tough time this week to deal with the <a href="http://malaysiavm.com/blog/tag/snapshot">snapshot</a> issue with one of the VM. The VM is containing an important snapshot that previously taken for system restoration. When I browsed through the snapshot manager from vCenter, the system show my VM was running without any snapshots. Here was the kicked start of my problem and excited journey until I managed to recover it this morning.</p>
<p>I tried to <a href="http://malaysiavm.com/blog/tag/ssh">SSH</a> to the ESX host and browse to the specified datastore, and I found the snapshot file which end with file extension<strong> .vmsn</strong> were available in the correct location. No matter how many times I tried and rebooted my Virtual center, the snapshot were not visible to the snapshot manager still.</p>
<p>I read through some articles and forums which suggested to clone the snapshot by using vmkfstools -i option, but it didn&#8217;t success in my case here, and I continue my research and here I found a useful blog post from 1 of the blogger  <a rel="nofollow" href="http://redshift10.blogspot.com/2008/04/vmdk-snapshots-and-importance-of-cid.html">Oliver O&#8217;Boyle</a> who experienced similar issue previously.<br />
<span id="more-942"></span><br />
After I read through his article, which explained the chain within the <a href="http://malaysiavm.com/blog/tag/cid">CID</a> and parent CID, it does help me to resolve my issues. I found that the root cause of my <a href="http://malaysiavm.com/blog/tag/vm">VM</a> was due to the snapshot problem &amp; vmdk config file corruption. For snapshot issues, we can recreate a new snapshots and we select to delete all snapshot afterward, it should force the vmdk flat files and delta files to be committed. In 1 of the virtual hard disk, we experience difficulty as the ESX servers will force the virtual <a href="http://malaysiavm.com/blog/tag/hdd">HDD</a> to be detached from the VM. The root cause of that was caused by the file missing on the parent file which should be VMxxxx.vmdk.</p>
<p>During this troubleshooting, you should ensure that the delta files and flat files are always retained and not overwritten. There are 2 delta files which end with VMxxxxx-000001.vmdk and VMxxxxx-000001-delta.vmdk. Your flat file should end with VMxxxxx-flat.vmdk. The 1st thing I did, was to ensure the virtual disk was able to re-attached the vm. I had manually created a new vmdk config file follow the guide from the <a rel="nofollow" href="http://www.blogger.com/profile/09194331434744192642">Oliver O&#8217;Boyle</a>, and I copy the parent CID and virtual disk value number require.  I had manually configured the link within .vmdk and the flat file. After that, I was able to attach the virtual disk back to the <a href="http://malaysiavm.com/blog/tag/vm">VM</a> from virtual center. Please take note that the virtual center will not see the flat files as the attachable virtual disk, as vCenter recognize the virtual disk base on the location of .vmdk. Recommended to keep the .vmdk and flat file within same <a href="http://malaysiavm.com/blog/tag/datastore">datastore</a>. You can also relocate the vmdk files to different datastore if you wish to do so.</p>
<p>Once the <a href="http://malaysiavm.com/blog/tag/virtual">virtual</a> disk had been attached to the VM, boot up the VM immediately. Please log in to the system and ensure everything is in normal and functioning correctly. The data I contained now, wasn&#8217;t the latest data I needed as the result of the missing <a href="http://malaysiavm.com/blog/tag/snapshot">snapshot</a> which was not committed by the system. Now, I take a new snapshot for my entire VM. Once I had done that,  datastore in SSH showed up with plenty of delta files and newly created <a href="http://malaysiavm.com/blog/tag/vmdk">VMDK</a> files which end with VMxxxxxxx-000003.vmdk and so on.</p>
<p><strong>Here are the steps been taken to commit the snapshots manually<br />
</strong></p>
<ol>
<li>Power off the <a href="http://malaysiavm.com/blog/tag/vm">VM</a></li>
<li>Right click the VM and select edit settings from <a href="http://malaysiavm.com/blog/tag/vcenter">vCenter</a> and select the virtual disk that you are trying to recover. The system will show which vmdk files this virtual disk is pointing to</li>
<li>Copy down the file names and go back to your SSH screen</li>
<li>Replace the <a href="http://malaysiavm.com/blog/tag/vmdk">VMDK</a> and delta files that you previous retain from your original snapshots which you are recovering with the FILE NAMES that you copy on step 2</li>
<li>Open up the <a href="http://malaysiavm.com/blog/tag/snapshot">snapshot</a> manager for the VM, and select delete all snapshots option. This process will take time as it depend the size of your delta files require to be committed.</li>
<li>It should stuck at 95 % or time out, but the system will still continue to commit the delta files back to the flat files. In my case, it took more than 2 hours to delete the snapshot</li>
<li>I noticed the <a href="http://malaysiavm.com/blog/tag/esx">ESX</a> server load and disks activity increased from the performance chart</li>
<li>Once it completed, all the delta files will be deleted and everything should be back to normal</li>
<li>Power on the VM and double check all the data and mount point and I found the system was back to normal</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://malaysiavm.com/blog/manual-commit-snapshots-delta-file-to-vmdk-flat-file/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>VMFS LUNs Report</title>
		<link>http://malaysiavm.com/blog/vmfs-luns-report/</link>
		<comments>http://malaysiavm.com/blog/vmfs-luns-report/#comments</comments>
		<pubDate>Thu, 04 Dec 2008 04:11:48 +0000</pubDate>
		<dc:creator>jlchannel</dc:creator>
				<category><![CDATA[Storage]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[ESX]]></category>
		<category><![CDATA[lun]]></category>
		<category><![CDATA[report]]></category>
		<category><![CDATA[snapshot]]></category>
		<category><![CDATA[VMFS]]></category>
		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://malaysiavm.com/blog/?p=689</guid>
		<description><![CDATA[Gabesvirtualworld posted Prevent your LUNs running out of space remind me about my VMFS LUNs space. Personally I don&#8217;t agreed about create a dummy vmdk on each LUN. Why? Arnim, you still have to wake up at 3am if received any calls. Just a joke! Have a look here: VMware ESX VMFS LUNs Report. I [...]]]></description>
			<content:encoded><![CDATA[<p>Gabesvirtualworld posted <a href="http://www.gabesvirtualworld.com/?p=108">Prevent your LUNs running out of space</a> remind me about my <a href="http://malaysiavm.com/blog/tag/vmfs">VMFS</a> LUNs space. Personally I don&#8217;t agreed about create a dummy vmdk on each <a href="http://malaysiavm.com/blog/tag/lun">LUN</a>. Why? Arnim, you still have to wake up at 3am if received any calls. Just a joke!</p>
<p>Have a look here:<br />
VMware <a href="http://malaysiavm.com/blog/tag/esx">ESX</a> VMFS LUNs Report.<br />
<img src="http://www.malaysiavm.com/images/sanspace.png" alt="San Space" width="507" height="514" /></p>
<p><span id="more-689"></span></p>
<p>I would suggest you try <a href="http://www.yellow-bricks.com/2008/02/06/checking-for-snapshots-html-email-report/">snackcheck</a> and <a href="http://www.yellow-bricks.com/2008/01/23/howto-sending-html-email-from-the-service-console/">smtp_send.pl</a> scripts provided by <a href="http://www.yellow-bricks.com">YellowBricks</a>.</p>
<p>Sending snapcheck html email from the service console<br />
# /usr/local/bin/smtp_send.pl -t toyouremail@malaysiavm.com -s &#8221; `hostname` Diskspace report of the VMFS volumes&#8221; -f fromemailadd@malaysiavm.com -m &#8220;`cat /var/log/vdf.html`&#8221; -r SMTPserver</p>
]]></content:encoded>
			<wfw:commentRss>http://malaysiavm.com/blog/vmfs-luns-report/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to add new volume in VM online (Windows)</title>
		<link>http://malaysiavm.com/blog/how-to-add-new-volume-in-vm-online-windows/</link>
		<comments>http://malaysiavm.com/blog/how-to-add-new-volume-in-vm-online-windows/#comments</comments>
		<pubDate>Mon, 03 Nov 2008 11:32:14 +0000</pubDate>
		<dc:creator>dr.watson</dc:creator>
				<category><![CDATA[Data Center]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Storage]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[ESX]]></category>
		<category><![CDATA[format]]></category>
		<category><![CDATA[initialize]]></category>
		<category><![CDATA[rescan]]></category>
		<category><![CDATA[snapshot]]></category>
		<category><![CDATA[VM]]></category>
		<category><![CDATA[volume]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://malaysiavm.com/blog/?p=519</guid>
		<description><![CDATA[Your customer want you to add a new volume in one of the VM Windows server but can not affort down time? No worry, you can do that easily with ESX. Below is step by step guide with screen captured from the VM (my test machine is running on Windows 2003 Enterprise): Tip: It is [...]]]></description>
			<content:encoded><![CDATA[<p>Your customer want you to add a new <a href="http://malaysiavm.com/blog/tag/volume">volume </a>in one of the <a href="http://malaysiavm.com/blog/tag/vm">VM</a> <a href="http://malaysiavm.com/blog/tag/windows">Windows</a> server but can not affort down time? No worry, you can do that easily with <a href="http://malaysiavm.com/blog/tag/esx">ESX</a>.</p>
<p>Below is step by step guide with screen captured from the <a href="http://malaysiavm.com/blog/tag/vm">VM</a> (my test machine is running on <a href="http://malaysiavm.com/blog/tag/windows">Windows</a> 2003 Enterprise):</p>
<p><strong><em>Tip: It is best to do a <a href="http://malaysiavm.com/blog/tag/snapshot">snapshot</a> before you start this task, incase anything goes wrong.</em></strong></p>
<div id="attachment_494" class="wp-caption alignnone" style="width: 509px"><a href="http://malaysiavm.com/images/w1.JPG" rel="shadowbox[sbpost-519];player=img;"><img class="size-full wp-image-494" title="a11" src="http://malaysiavm.com/images/w1.JPG" alt="This is my test VM machine. It is having one disk at beginning. " width="499" height="396" /></a><p class="wp-caption-text">1) This is my test VM machine. It is having one disk at beginning. </p></div>
<p><span id="more-519"></span></p>
<div id="attachment_494" class="wp-caption alignnone" style="width: 509px"><a href="http://malaysiavm.com/images/w2.JPG" rel="shadowbox[sbpost-519];player=img;"><img class="size-full wp-image-494" title="a11" src="http://malaysiavm.com/images/w2.JPG" alt="This is my test VM machine. It is having one disk at beginning. " width="499" height="396" /></a><p class="wp-caption-text">2) I am going to add the second disk with 2GB space.</p></div>
<div id="attachment_494" class="wp-caption alignnone" style="width: 509px"><a href="http://malaysiavm.com/images/w3.JPG" rel="shadowbox[sbpost-519];player=img;"><img class="size-full wp-image-494" title="a11" src="http://malaysiavm.com/images/w3.JPG" alt="This is my test VM machine. It is having one disk at beginning. " width="499" height="396" /></a><p class="wp-caption-text">3) Click on Action, then choose &quot;Rescan Disks&quot;.</p></div>
<div id="attachment_494" class="wp-caption alignnone" style="width: 509px"><a href="http://malaysiavm.com/images/w4.JPG" rel="shadowbox[sbpost-519];player=img;"><img class="size-full wp-image-494" title="a11" src="http://malaysiavm.com/images/w4.JPG" alt="This is my test VM machine. It is having one disk at beginning. " width="499" height="396" /></a><p class="wp-caption-text">4) Windows detected a new disk.</p></div>
<div id="attachment_494" class="wp-caption alignnone" style="width: 509px"><a href="http://malaysiavm.com/images/w5.JPG" rel="shadowbox[sbpost-519];player=img;"><img class="size-full wp-image-494" title="a11" src="http://malaysiavm.com/images/w5.JPG" alt="This is my test VM machine. It is having one disk at beginning. " width="499" height="396" /></a><p class="wp-caption-text">5) You need to initialize the disk before you can use it.</p></div>
<div id="attachment_494" class="wp-caption alignnone" style="width: 509px"><a href="http://malaysiavm.com/images/w6.JPG" rel="shadowbox[sbpost-519];player=img;"><img class="size-full wp-image-494" title="a11" src="http://malaysiavm.com/images/w6.JPG" alt="This is my test VM machine. It is having one disk at beginning. " width="499" height="396" /></a><p class="wp-caption-text">6) Format it and map it as E:&quot;</p></div>
<p>Ok, our job done. Now you have a new <a href="http://malaysiavm.com/blog/tag/volume">volume</a> on the <a href="http://malaysiavm.com/blog/tag/windows">Windows</a> box.</p>
]]></content:encoded>
			<wfw:commentRss>http://malaysiavm.com/blog/how-to-add-new-volume-in-vm-online-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to add new volume in VM online (SLES)</title>
		<link>http://malaysiavm.com/blog/how-to-add-new-volume-in-sles-online/</link>
		<comments>http://malaysiavm.com/blog/how-to-add-new-volume-in-sles-online/#comments</comments>
		<pubDate>Mon, 03 Nov 2008 09:51:22 +0000</pubDate>
		<dc:creator>dr.watson</dc:creator>
				<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Storage]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[ESX]]></category>
		<category><![CDATA[ext3]]></category>
		<category><![CDATA[reiserfs]]></category>
		<category><![CDATA[rescan]]></category>
		<category><![CDATA[SLES]]></category>
		<category><![CDATA[snapshot]]></category>
		<category><![CDATA[VM]]></category>
		<category><![CDATA[VMDK]]></category>
		<category><![CDATA[volume]]></category>

		<guid isPermaLink="false">http://malaysiavm.com/blog/?p=492</guid>
		<description><![CDATA[Your customer want you to add a new volume in one of the VM SLES server but can not affort down time? No worry, you can do that easily with ESX. Below is step by step guide with screen captured from the VM (my test machine is running on SLES10 SP2): Tip: It is best [...]]]></description>
			<content:encoded><![CDATA[<p>Your customer want you to add a new <a href="http://malaysiavm.com/blog/tag/volume">volume </a>in one of the <a href="http://malaysiavm.com/blog/tag/vm">VM</a> <a href="http://malaysiavm.com/blog/tag/sles">SLES</a> server but can not affort down time? No worry, you can do that easily with <a href="http://malaysiavm.com/blog/tag/esx">ESX</a>.</p>
<p>Below is step by step guide with screen captured from the <a href="http://malaysiavm.com/blog/tag/vm">VM</a> (my test machine is running on <a href="http://malaysiavm.com/blog/tag/sles">SLES10</a> SP2):</p>
<p><strong><em>Tip: It is best to do a <a href="http://malaysiavm.com/blog/tag/snapshot">snapshot</a> before you start this task, incase anything goes wrong.</em></strong></p>
<div id="attachment_494" class="wp-caption alignnone" style="width: 509px"><a href="http://malaysiavm.com/images/a1.jpg" rel="shadowbox[sbpost-492];player=img;"><img class="size-full wp-image-494" title="a11" src="http://malaysiavm.com/images/a1.jpg" alt="This is my test VM machine. It is having one disk at beginning. " width="499" height="396" /></a><p class="wp-caption-text">1) This is my test VM machine. It is having one disk at beginning. </p></div>
<p><span id="more-492"></span></p>
<div id="attachment_495" class="wp-caption alignnone" style="width: 509px"><a href="http://malaysiavm.com/images/a2.jpg" rel="shadowbox[sbpost-492];player=img;"><img class="size-full wp-image-495" title="a2" src="http://malaysiavm.com/images/a2.jpg" alt="I am adding a 2GB volume into the VM" width="499" height="396" /></a><p class="wp-caption-text">2) I am adding a 2GB volume into the VM. Click OK to continue.</p></div>
<div id="attachment_496" class="wp-caption alignnone" style="width: 510px"><a href="http://malaysiavm.com/images/a3.jpg" rel="shadowbox[sbpost-492];player=img;"><img class="size-full wp-image-496" title="a3" src="http://malaysiavm.com/images/a3.jpg" alt="3) Rescan to detect the new volume just added in VM Properties Screen." width="500" height="433" /></a><p class="wp-caption-text">3) Rescan to detect the new volume just added in VM Properties Screen.</p></div>
<p><strong><em>Tip: Run following as root.</em></strong></p>
<p>In this screen I actually run following commands:</p>
<p>a)# cat /proc/partitions</p>
<p>This will show the current <a href="http://malaysiavm.com/blog/tag/volume">volume</a> in the server, which is the first portion in the screen capture. What we have on the server is only /dev/sda.</p>
<p>b)# <a href="http://malaysiavm.com/blog/tag/rescan">rescan</a>-scsi-bus.sh</p>
<p>This command will do a scan for all the /dev/sdx you have on the server. The new <a href="http://malaysiavm.com/blog/tag/volume">volume</a> that we just add will get detected and show as /dev/sdb in my case.</p>
<p>c)# cat /proc/partitions</p>
<p>This is just to show the <a href="http://malaysiavm.com/blog/tag/volume">volume</a> on the server again to confirm I got the new <a href="http://malaysiavm.com/blog/tag/volume">volume</a> detected.</p>
<div id="attachment_497" class="wp-caption alignnone" style="width: 510px"><a href="http://malaysiavm.com/images/a4.jpg" rel="shadowbox[sbpost-492];player=img;"><img class="size-full wp-image-497" title="a4" src="http://malaysiavm.com/images/a4.jpg" alt="4) run fdisk to create the new Linux volume." width="500" height="394" /></a><p class="wp-caption-text">4) run fdisk to create the new Linux volume.</p></div>
<div id="attachment_498" class="wp-caption alignnone" style="width: 510px"><a href="http://malaysiavm.com/images/a5.jpg" rel="shadowbox[sbpost-492];player=img;"><img class="size-full wp-image-498" title="a5" src="http://malaysiavm.com/images/a5.jpg" alt="5.1) Format the volume into EXT3 File System." width="500" height="394" /></a><p class="wp-caption-text">5.1) Format the volume into EXT3 File System.</p></div>
<p>Or you are using <a href="http://malaysiavm.com/blog/tag/reiserfs">reiserfs</a>? Please refer to following screen capture:</p>
<div id="attachment_499" class="wp-caption alignnone" style="width: 510px"><a href="http://malaysiavm.com/images/a6.jpg" rel="shadowbox[sbpost-492];player=img;"><img class="size-full wp-image-499" title="a6" src="http://malaysiavm.com/images/a6.jpg" alt="5.2) Format the volume into ReiserFS." width="500" height="491" /></a><p class="wp-caption-text">5.2) Format the volume into ReiserFS.</p></div>
<div id="attachment_501" class="wp-caption alignnone" style="width: 510px"><a href="http://malaysiavm.com/images/a7.jpg" rel="shadowbox[sbpost-492];player=img;"><img class="size-full wp-image-501" title="a7" src="http://malaysiavm.com/images/a7.jpg" alt="6) modify /etc/fstab to make sure the server will boot up with the new volume." width="500" height="388" /></a><p class="wp-caption-text">6) modify /etc/fstab to make sure the server will boot up with the new volume.</p></div>
<p>Modify /etc/<a href="http://malaysiavm.com/blog/tag/fstab">fstab</a> by adding a line which point /dev/sdb1 (the new <a href="http://malaysiavm.com/blog/tag/volume">volume</a>) to moint into /sles (your mount point). The screen capture is for <a href="http://malaysiavm.com/blog/tag/reiserfs">ReiserFS</a>. If you are using <a href="http://malaysiavm.com/blog/tag/ext3">EXT3</a>, you may replace the &#8220;<a href="http://malaysiavm.com/blog/tag/reiserfs">reiserfs</a>&#8221; to &#8220;<a href="http://malaysiavm.com/blog/tag/ext3">ext3</a>&#8221; in the same line.</p>
<p>And, your job is done. No reboot required. Have fun.</p>
]]></content:encoded>
			<wfw:commentRss>http://malaysiavm.com/blog/how-to-add-new-volume-in-sles-online/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Make a Clone from a Snapshot</title>
		<link>http://malaysiavm.com/blog/make-a-clone-from-a-snapshot/</link>
		<comments>http://malaysiavm.com/blog/make-a-clone-from-a-snapshot/#comments</comments>
		<pubDate>Wed, 29 Oct 2008 02:49:59 +0000</pubDate>
		<dc:creator>jlchannel</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[Workstations]]></category>
		<category><![CDATA[6.5]]></category>
		<category><![CDATA[clone]]></category>
		<category><![CDATA[snapshot]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[workstation]]></category>

		<guid isPermaLink="false">http://malaysiavm.com/blog/?p=459</guid>
		<description><![CDATA[Virtual machine snapshots can be a valuable tool to IT administrators or developer. A snapshot is a backup/image of your entire system at the time the snapshot is taken. Snapshot provide system restoration and minimize damage of the virtual machine. Due to certain requirement, you may need to clone a snapshot taken sometimes ago and [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://malaysiavm.com/blog/tag/virtual">Virtual</a> machine snapshots can be a valuable tool to <a href="http://malaysiavm.com/blog/tag/it">IT</a> administrators or developer. A snapshot is a backup/image of your entire <a href="http://malaysiavm.com/blog/tag/system">system</a> at the time the snapshot is taken. Snapshot provide system restoration and minimize damage of the virtual machine.</p>
<p>Due to certain requirement, you may need to <a href="http://malaysiavm.com/blog/tag/clone">clone</a> a <a href="http://malaysiavm.com/blog/tag/snapshot">snapshot</a> taken sometimes ago and you can make as many copies as you need.</p>
<p><img src="http://www.malaysiavm.com/images/snapshot.jpg" alt="VMware Snapshot" /></p>
<p>This guide show how to making a clone from a snaphot on <a href="http://malaysiavm.com/blog/tag/vmware">VMware</a> <a href="http://malaysiavm.com/blog/tag/workstation">Workstation</a> 6.5.</p>
<p><strong>Note:</strong> The <a href="http://malaysiavm.com/blog/tag/snapshot">snapshot</a> MUST BE from a virtual machine that is powered off.<br />
<span id="more-459"></span><br />
Open VMware <a href="http://malaysiavm.com/blog/tag/workstation">Workstation</a> 6.5, click on <em>VM</em> tab, click <em>Snapshot</em>, click <em>Snapshot Manager</em> or <em>CTRL+m</em>.</p>
<p><img src="http://www.malaysiavm.com/images/snapshot_clone.png" alt="Clone Snapshot" /></p>
<p>Click <em>clone</em>.</p>
<p><img src="http://www.malaysiavm.com/images/snapshot_clone_1.png" alt="VMware Clone Snapshot" /></p>
<p>Click <em>Next</em> on Clone Virtual Machine Wizard.</p>
<p><img src="http://www.malaysiavm.com/images/snapshot_clone_2.png" alt="VMware Clone" /></p>
<p>Click <em>Next</em> Clone from The current state in the <a href="http://www.malaysiavm.com/blog/tag/virtual">virtual</a> machine.</p>
<p><img src="http://www.malaysiavm.com/images/snapshot_clone_3.png" alt="VMware Clone Snapshot" /></p>
<p>Click <em>Create a full clone</em> and <em>Next</em>.</p>
<p>There are 2 types of clone:<br />
# A full clone is an independent copy of a virtual machine that shares nothing with the parent virtual machine after the cloning operation. Ongoing operation of a full clone is entirely separate from the parent virtual machine.<br />
# A linked clone is a copy of a virtual machine that shares virtual disks with the parent virtual machine in an ongoing manner. This conserves disk space, and allows multiple virtual machines to use the same software installation.</p>
<p><img src="http://www.malaysiavm.com/images/snapshot_clone_4.png" alt="New Virtual Machine" /></p>
<p>Enter Virtual machine name, Location and click <em>Finish</em>. You&#8217;re done!</p>
<p>I&#8217;m sure you will ask making a <a href="http://malaysiavm.com/blog/tag/clone">clone</a> from a snapshot for VMware <a href="http://malaysiavm.com/blog/tag/esx">ESX</a> Server. Just do a live clone and revert to snapshot taken or you may refer to <a href="http://communities.vmware.com/thread/95195">VMware Communities Forum</a>. </p>
<p>Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://malaysiavm.com/blog/make-a-clone-from-a-snapshot/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.434 seconds -->

