<?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>HowToVM &#187; ESX</title>
	<atom:link href="http://www.howtovm.com/category/virtualization/esx/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.howtovm.com</link>
	<description>Just Another Walk in the Blog</description>
	<lastBuildDate>Fri, 16 Apr 2010 23:58:25 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Restart Management Service in ESX</title>
		<link>http://www.howtovm.com/virtualization/esx/restart-management-service-in-esx/</link>
		<comments>http://www.howtovm.com/virtualization/esx/restart-management-service-in-esx/#comments</comments>
		<pubDate>Fri, 06 Nov 2009 20:38:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ESX]]></category>
		<category><![CDATA[hostd.log]]></category>
		<category><![CDATA[mgmt-vmware]]></category>
		<category><![CDATA[restart management service]]></category>
		<category><![CDATA[SSH]]></category>

		<guid isPermaLink="false">http://www.howtovm.com/?p=186</guid>
		<description><![CDATA[To restart management service in ESX login using your favorite SSH client&#160;
# service mgmt-vmware restart
you may also do this
# service mgmt-vmware stop
# service mgmt-vmware start
to verify it has been started properly look in to hostd.log
tail -f /var/log/vmware/hostd.log
you are looking for&#160;BEGIN SERVICES
]]></description>
		<wfw:commentRss>http://www.howtovm.com/virtualization/esx/restart-management-service-in-esx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Power Up VMs when Licensing Server is not available</title>
		<link>http://www.howtovm.com/virtualization/esx/power-up-vms-when-licensing-server-is-not-available/</link>
		<comments>http://www.howtovm.com/virtualization/esx/power-up-vms-when-licensing-server-is-not-available/#comments</comments>
		<pubDate>Thu, 05 Nov 2009 22:24:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ESX]]></category>
		<category><![CDATA[AD authentication]]></category>
		<category><![CDATA[license]]></category>
		<category><![CDATA[not enough licenses installed]]></category>
		<category><![CDATA[VC]]></category>

		<guid isPermaLink="false">http://www.howtovm.com/?p=138</guid>
		<description><![CDATA[I have run into situation where I have to shutdown all my VMs including the licensing server. Of course when I was ready to power it up the error message &#34;There are not enough licenses installed to perform the operation&#34; In this case you would need to generate Single Host license file from you vmware [...]]]></description>
		<wfw:commentRss>http://www.howtovm.com/virtualization/esx/power-up-vms-when-licensing-server-is-not-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Extend *.vmdk Size</title>
		<link>http://www.howtovm.com/virtualization/esx/extend-vmdk-size/</link>
		<comments>http://www.howtovm.com/virtualization/esx/extend-vmdk-size/#comments</comments>
		<pubDate>Wed, 22 Jul 2009 17:50:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ESX]]></category>
		<category><![CDATA[diskpart]]></category>
		<category><![CDATA[extend size]]></category>
		<category><![CDATA[gparted]]></category>
		<category><![CDATA[partition]]></category>
		<category><![CDATA[vmdk]]></category>
		<category><![CDATA[vmkfstools]]></category>
		<category><![CDATA[voulme]]></category>

		<guid isPermaLink="false">http://www.howtovm.com/?p=128</guid>
		<description><![CDATA[Extend vmdk file is very easy. couple of things to watch out for is make sure there is no snapshot of that VM otherwise it might get corrupt. Also the disk has to be dynamic and do not recommend to do it on OS disk. Make sure the disk is dynamic. if not, you can [...]]]></description>
		<wfw:commentRss>http://www.howtovm.com/virtualization/esx/extend-vmdk-size/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Recover VM from SNAP</title>
		<link>http://www.howtovm.com/virtualization/esx/recover-vm-from-snap/</link>
		<comments>http://www.howtovm.com/virtualization/esx/recover-vm-from-snap/#comments</comments>
		<pubDate>Thu, 16 Jul 2009 19:21:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ESX]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[celerra]]></category>
		<category><![CDATA[emc]]></category>
		<category><![CDATA[iSCSI]]></category>
		<category><![CDATA[NS20]]></category>
		<category><![CDATA[recover]]></category>
		<category><![CDATA[restore]]></category>
		<category><![CDATA[snap]]></category>
		<category><![CDATA[vm]]></category>

		<guid isPermaLink="false">http://www.howtovm.com/?p=121</guid>
		<description><![CDATA[Say you have VM guest corrupt and you do not have a backup but do have snap on the storage side. I do realize you may be using the different storage manufacturer. Refer to guide of your storage. This example is based on EMC.
1. If do not know it already you need to find snap [...]]]></description>
		<wfw:commentRss>http://www.howtovm.com/virtualization/esx/recover-vm-from-snap/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ESX Installation</title>
		<link>http://www.howtovm.com/virtualization/esx/esxinstall/</link>
		<comments>http://www.howtovm.com/virtualization/esx/esxinstall/#comments</comments>
		<pubDate>Wed, 17 Jun 2009 05:46:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ESX]]></category>

		<guid isPermaLink="false">http://www.howtovm.com/?p=9</guid>
		<description><![CDATA[]]></description>
		<wfw:commentRss>http://www.howtovm.com/virtualization/esx/esxinstall/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
