<?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; template</title>
	<atom:link href="http://malaysiavm.com/blog/tag/template/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>Missing VM Template</title>
		<link>http://malaysiavm.com/blog/missing-vm-template/</link>
		<comments>http://malaysiavm.com/blog/missing-vm-template/#comments</comments>
		<pubDate>Mon, 20 Oct 2008 09:16:21 +0000</pubDate>
		<dc:creator>jlchannel</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[ESX]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[template]]></category>
		<category><![CDATA[virtual]]></category>
		<category><![CDATA[virtual center]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://malaysiavm.com/blog/?p=432</guid>
		<description><![CDATA[Few days ago, one of my virtual center machine was crashed and my Microsoft SQL database was corrupted without backup(damm!). Basically setting up a brand new Windows 2003 machine is pretty simple but setup a new Virtual Machine took me 2 days. The most important is my VM template is go missing. The quick solution [...]]]></description>
			<content:encoded><![CDATA[<p>Few days ago, one of my virtual center machine was crashed and my Microsoft <a href="http://malaysiavm.com/blog/tag/sql">SQL</a> database was corrupted without backup(damm!).</p>
<p>Basically setting up a brand new <a href="http://malaysiavm.com/blog/tag/windows">Windows</a> 2003 machine is pretty simple but setup a new <a href="http://malaysiavm.com/blog/tag/virtual">Virtual</a> Machine took me 2 days. The most important is my <a href="http://malaysiavm.com/blog/tag/vm">VM</a> template is go missing. The quick solution is search for VM <a href="http://malaysiavm.com/blog/tag/template">template</a> and register (add to inventory) again.</p>
<p><a href="http://malaysiavm.com/blog/tag/ssh">SSH</a> into my <a href="http://malaysiavm.com/blog/tag/esx">ESX</a> server using putty and search for VM template file with extension &#8220;.vmtx&#8221;.</p>
<p>[root@malaysiavmesx01 vmfs]# find /vmfs -name *.vmtx<br />
/vmfs/volumes/465eeddb-89b75750-a52d-011aa0289d15/W2K3STD/W2K3STD.vmtx<br />
/vmfs/volumes/465eeda7-2a63d436-724b-011aa0289d15/RHEL5/RHEL5.vmtx</p>
<p>How to register a VM template using <a href="http://malaysiavm.com/blog/tag/cli">CLI</a>:<br />
[root@malaysiavmesx01 vmfs]# /usr/bin/vmware-cmd -s register <config_file_path></p>
<p><span id="more-432"></span><br />
In my case, I will register my <a href="http://malaysiavm.com/blog/tag/vm">VM</a> template as example below:<br />
[root@malaysiavmesx01 vmfs]# /usr/bin/vmware-cmd -s register /vmfs/volumes/465eeddb-89b75750-a52d-011aa0289d15/W2K3STD/W2K3STD.vmtx<br />
[root@malaysiavmesx01 vmfs]# /usr/bin/vmware-cmd -s register /vmfs/volumes/465eeda7-2a63d436-724b-011aa0289d15/RHEL5/RHEL5.vmtx</p>
<p>Probably you can check previous article &#8220;<a href="http://malaysiavm.com/blog/add-inventory-vm/">How to re-register a VM once it had been removed from ESX</a>&#8221; posted by Craig for register a VM template using Virtual Center and browse through the data store. </p>
<p>The lesson tell me I MUST backup SQL <a href="http://malaysiavm.com/blog/tag/database">database</a> and VM template keep in the database.</p>
]]></content:encoded>
			<wfw:commentRss>http://malaysiavm.com/blog/missing-vm-template/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>My Personal Experience about Citrix XenServer 5.0</title>
		<link>http://malaysiavm.com/blog/my-personal-experience-about-citrix-xenserver-50/</link>
		<comments>http://malaysiavm.com/blog/my-personal-experience-about-citrix-xenserver-50/#comments</comments>
		<pubDate>Wed, 08 Oct 2008 06:12:06 +0000</pubDate>
		<dc:creator>jlchannel</dc:creator>
				<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[Xen]]></category>
		<category><![CDATA[Citrix]]></category>
		<category><![CDATA[clone]]></category>
		<category><![CDATA[ISO]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[SuSE]]></category>
		<category><![CDATA[template]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[XenServer]]></category>

		<guid isPermaLink="false">http://malaysiavm.com/blog/?p=396</guid>
		<description><![CDATA[Yesterday Craig mentioned about 8 VCPU per VM on Citrix XenServer 5 is really a good stuff from Citrix and I must admit that. I did a quick test and I would like to share my personal review about Citrix XenServer 5.0: Personally I think network speed is fast compare to VMware ESX. I have [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday Craig mentioned about <a href="http://malaysiavm.com/blog/8-vcpu-per-vm-vmware-is-behind-the-competitor/">8 VCPU</a> per VM on <a href="http://malaysiavm.com/blog/tag/citrix">Citrix</a> XenServer 5 is really a good stuff from Citrix and I must admit that.</p>
<p>I did a quick test and I would like to share my personal review about Citrix XenServer 5.0:</p>
<p>Personally I think network speed is fast compare to VMware ESX. I have a physical 1Gbps NIC network speed and I can get 2Gbps network speed after install XenTools on Windows 2008 server but require 2 times reboot(SuSE Linux require 1 reboot). Anyway VM guest shutdown and reboot process is faster than VMware ESX. </p>
<p><a href="http://malaysiavm.com/images/xen_2gnetwork.png" rel="shadowbox[sbpost-396];player=img;"><img src="http://malaysiavm.com/images/xen_2gnetwork.png" alt="Citrix XenServer" width="526" height="341" /></a></p>
<p>I was try to install <a href="http://malaysiavm.com/blog/tag/suse">SuSE</a> <a href="http://malaysiavm.com/blog/tag/linux">Linux</a> 10 using 4 ISO CD (both NFS or CIFS), the Citrix <a href="http://malaysiavm.com/blog/tag/xenserver">XenServer</a> always give me an error &#8220;<em>The VM rejected the attempt to detach the device xxxxx refusing to close</em>&#8221; when switch ISO CD1 to ISO CD2. You have to extract 4 ISO CD into one single location to make it work or <a href="http://docs.xensource.com/XenServer/5.0.0/1.0/en_gb/guest.html#iso_local_copies">copy ISO to local storage</a>(provider you have enough local disk space).</p>
<p><a href="http://malaysiavm.com/images/xen_chgiso.png" rel="shadowbox[sbpost-396];player=img;"><img src="http://malaysiavm.com/images/xen_chgiso.png" alt="Citrix XenServer" width="532" height="38" /></a></p>
<p>The enterprise product should not have similar issue and this is not make sense at all.</p>
<p><a href="http://malaysiavm.com/images/xeninstall.png" rel="shadowbox[sbpost-396];player=img;"><img src="http://malaysiavm.com/images/xeninstall.png" alt="Citrix XenServer" width="519" height="356" /></a></p>
<p>Anyway, you can try alternative way using &#8220;Install URL&#8221; instead of using <a href="http://malaysiavm.com/blog/tag/iso">ISO</a> Image once you have extract ISO CD into single folder on your web server.</p>
<p><em>Install URL: http://xx.xx.xx.xx/inst/10/32/SP2/ALL<br />
Advanced Boot OS Parameters:<br />
console=ttyS0 xencons=ttyS hostip=xx.xx.xx.xx/24 gateway=xx.xx.xx.xx dnsserver=xx.xx.xx.xx</em></p>
<p>Please make sure your have correct <a href="http://malaysiavm.com/blog/tag/ip">IP</a>, <a href="http://malaysiavm.com/blog/tag/gateway">gateway</a> and <a href="http://malaysiavm.com/blog/tag/dns">DNS</a> setup properly else you will getting error during installation.</p>
<p><span id="more-396"></span></p>
<p>Add and remove any disk/storage on <a href="http://malaysiavm.com/blog/tag/windows">Window</a> 2008 or SuSE <a href="http://malaysiavm.com/blog/tag/linux">Linux</a> 10 no downtime or reboot required. The VM guest OS will detect automatically.</p>
<p>Convert to template and VM <a href="http://malaysiavm.com/blog/tag/clone">clone</a> features which are another features behind VMware ESX. </p>
<p>Once you have converted to <a href="http://malaysiavm.com/blog/tag/template">template</a>, you won&#8217;t have another way to reverse back as VM guest machine. It&#8217;s one way operation which you will received a warning before convert to template as show below.</p>
<p><img src="http://malaysiavm.com/images/xen_1way.png" alt="Citrix Xen" width="502" height="181" /></p>
<p>Right click VM guest, and click <em>Copy VM</em> will do VM cloning but require downtime. The <em>Copy VM</em> feature is disable during VM guest is power on.</p>
<p><a href="http://malaysiavm.com/images/xen_clone.png" rel="shadowbox[sbpost-396];player=img;"><img src="http://malaysiavm.com/images/xen_clone.png" alt="XenServer 5" /></a></p>
<p>Overall, I would said VMware ESX still my first choice. </p>
]]></content:encoded>
			<wfw:commentRss>http://malaysiavm.com/blog/my-personal-experience-about-citrix-xenserver-50/feed/</wfw:commentRss>
		<slash:comments>25</slash:comments>
		</item>
	</channel>
</rss>

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

