<?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>Gert Van Gorp</title>
	<atom:link href="http://v-consult.be/feed/" rel="self" type="application/rss+xml" />
	<link>http://v-consult.be</link>
	<description>a blog about virtualization</description>
	<lastBuildDate>Mon, 31 Oct 2011 16:07:29 +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>Resizing a system or data disk in a virtual machine</title>
		<link>http://v-consult.be/2011/10/31/resizing-a-system-or-data-disk-in-a-virtual-machine/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=resizing-a-system-or-data-disk-in-a-virtual-machine</link>
		<comments>http://v-consult.be/2011/10/31/resizing-a-system-or-data-disk-in-a-virtual-machine/#comments</comments>
		<pubDate>Mon, 31 Oct 2011 15:33:40 +0000</pubDate>
		<dc:creator>gertvangorp</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Infrastructure]]></category>
		<category><![CDATA[Virtual Machine]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[Acronis]]></category>
		<category><![CDATA[diskpart]]></category>
		<category><![CDATA[Increase]]></category>
		<category><![CDATA[resize]]></category>
		<category><![CDATA[VMDK]]></category>

		<guid isPermaLink="false">http://v-consult.be/?p=196</guid>
		<description><![CDATA[I get a lot of questions of students and customers about resizing a virtual disk. This is the reason for this blog. The following procedure will guide you step by step through the process of resizing (increasing) a disk of a virtual machine. Before you make virtual hardware changes be sure you have taken a [...]]]></description>
			<content:encoded><![CDATA[<p>I get a lot of questions of students and customers about resizing a virtual disk. This is the reason for this blog.</p>
<p>The following procedure will guide you step by step through the process of resizing (increasing) a disk of a virtual machine.</p>
<p>Before you make virtual hardware changes be sure you have taken a full backup of the virtual machine.</p>
<p>&nbsp;</p>
<p><span style="font-size: 14pt;"><strong>NOTE: If you do not want any troubles only increase the disk size.  Decreasing can cause loss of data.<br />
</strong></span></p>
<p>&nbsp;</p>
<h1>Flow</h1>
<p><img src="http://v-consult.be/blog/wp-content/uploads/2011/10/103111_1533_Resizingasy13.png" alt="" /></p>
<p>&nbsp;</p>
<h1>Increase Disk using <span style="text-decoration: underline;"><em>diskpart</em></span></h1>
<p><strong>Step 1</strong>: Edit the virtual machine settings and increase the size of the disk (VMDK).</p>
<p><img src="http://v-consult.be/blog/wp-content/uploads/2011/10/103111_1533_Resizingasy23.png" alt="" /></p>
<p><strong>Step 2</strong>: Open the console of this virtual machine and start a command prompt.</p>
<p><strong>Step 3</strong>: Start diskpart and execute following steps.</p>
<p><span style="font-family: Courier New;">list volume</span><br />
<span style="font-family: Wingdings;">à</span> this gives you a list of the available partitions</p>
<p><span style="font-family: Courier New;">select volume x</span><br />
<span style="font-family: Wingdings;">à</span> select the partition number you want to increase</p>
<p><span style="font-family: Courier New;">extend</span><br />
<span style="font-family: Wingdings;">à</span> this will add the empty disk space into the partition.</p>
<p>Now the partition has increased in size.</p>
<p><strong>NOTE</strong>: On Windows 2008 this can be done via the Device Manager / Storage, but I have seen some weird things like showing incorrect partition sizes.</p>
<p>&nbsp;</p>
<h1>Increase Disk using Third Party tool</h1>
<p>Since I have some great experiences with the <a href="acronis.com">Acronis</a> Disk Director tool I will explain the steps to increase a disk using this tool. Another tool that can be used is e.g. <a href="http://gparted.sourceforge.net/livecd.php">GParted</a>.</p>
<p><strong>Step 1</strong>: Be sure you have a boot image (ISO) of the Acronis Disk Director Tool that supports your guest OS.</p>
<p><strong>Step 2</strong>: Boot your virtual machine using the boot image ISO.  Use the ESC button during booting your virtual machine to activate the &#8220;one time boo menu&#8221;</p>
<p><img src="http://v-consult.be/blog/wp-content/uploads/2011/10/103111_1533_Resizingasy33.png" alt="" /></p>
<p><strong>Step 3</strong>: Select the partition you want to increase and right mouse click on it.  Then select &#8220;Resize Volume&#8221;</p>
<p><img src="http://v-consult.be/blog/wp-content/uploads/2011/10/103111_1533_Resizingasy43.png" alt="" /></p>
<p><strong>Step 4</strong>: Increase the disk space of the selected partitions by decreasing the unallocated space to 0</p>
<p><img src="http://v-consult.be/blog/wp-content/uploads/2011/10/103111_1533_Resizingasy53.png" alt="" /></p>
<p><strong>Step 5</strong>: After increasing the partition you have to commit the changes.</p>
<p><img src="http://v-consult.be/blog/wp-content/uploads/2011/10/103111_1533_Resizingasy63.png" alt="" /></p>
<p><strong>Step 6</strong>: Now you need to reboot your virtual machine after disconnecting the boot image.</p>
]]></content:encoded>
			<wfw:commentRss>http://v-consult.be/2011/10/31/resizing-a-system-or-data-disk-in-a-virtual-machine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VMware Cloud Infrastructure &amp; Management</title>
		<link>http://v-consult.be/2011/07/12/vmware-cloud-infrastructure-management/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=vmware-cloud-infrastructure-management</link>
		<comments>http://v-consult.be/2011/07/12/vmware-cloud-infrastructure-management/#comments</comments>
		<pubDate>Tue, 12 Jul 2011 17:49:37 +0000</pubDate>
		<dc:creator>gertvangorp</dc:creator>
				<category><![CDATA[CIM]]></category>
		<category><![CDATA[Cloud]]></category>
		<category><![CDATA[ESXi]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Infrastructure]]></category>
		<category><![CDATA[Management]]></category>
		<category><![CDATA[vCenter]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[Launch]]></category>
		<category><![CDATA[vSphere5]]></category>

		<guid isPermaLink="false">http://v-consult.be/?p=188</guid>
		<description><![CDATA[Today 12th of July VMware announced a new suite of products. Look here for news release. I the near future I will blog about this new release in a sort of &#8220;How to&#8221; format to introduce the new feature. &#160; The suite consists out of following products. VMware vSphere 5.0 VMware vCenter Site Recovery Manager [...]]]></description>
			<content:encoded><![CDATA[<p>Today 12th of July VMware announced a new suite of products.  Look here for <a href="http://www.vmware.com/company/news/releases/vmw-cloud-infrastructure-071211.html">news release</a>.</p>
<p>I the near future I will blog about this new release in a sort of &#8220;How to&#8221; format to introduce the new feature.</p>
<p>&nbsp;</p>
<h2>The suite consists out of following products.</h2>
<p><a href="http://www.vmware.com/products/datacenter-virtualization/vsphere/"><span style="font-family: Arial; font-size: 9pt;">VMware vSphere 5.0</span></a></p>
<p><a href="http://www.vmware.com/products/datacenter-virtualization/site-recovery-manager/overview.html"><span style="font-family: Arial; font-size: 9pt;">VMware vCenter Site Recovery Manager 5.0</span></a><span style="color: #333333; font-family: Arial; font-size: 9pt;"><br />
</span></p>
<p><a href="http://www.vmware.com/products/datacenter-virtualization/vsphere/vsphere-storage-appliance/overview.html"><span style="font-family: Arial; font-size: 9pt;">VMware vSphere Storage Appliance 1.0</span></a><span style="color: #333333; font-family: Arial; font-size: 9pt;"><br />
</span></p>
<p><a href="http://www.vmware.com/products/datacenter-virtualization/vshield-app/overview.html"><span style="font-family: Arial; font-size: 9pt;">vShield App 5.0 with Data Security</span></a><span style="color: #333333; font-family: Arial; font-size: 9pt;"><br />
</span></p>
<p><a href="http://www.vmware.com/products/datacenter-virtualization/vcloud-director/overview.html"><span style="font-family: Arial; font-size: 9pt;">VMware vCloud Director 1.5</span></a><span style="color: #333333; font-family: Arial; font-size: 9pt;"><br />
</span></p>
<p>A new product most of the time means, a new set of licenses.  VMware moved from 6 different licenses to 5, they removed the Advanced license.  Lucky for the owners of this license (with a active subscription, they will be migrated to Enterprise.  Look <a href="http://www.vmware.com/files/pdf/vsphere_pricing.pdf">here</a> for the license paper</p>
<p>&nbsp;</p>
<h2>Here a list of vSphere 5 introduction links</h2>
<p>VMware Cloud Infrastructure: <a href="http://www.vmware.com/cloud-infrastructure/">http://www.vmware.com/cloud-infrastructure/</a></p>
<p><span style="font-family: Arial;">The Console Blog: <a href="VMware%20Unveils%20vSphere%205%20and%20the%20Cloud%20Infrastructure%20Suite">VMware Unveils vSphere 5 and the Cloud Infrastructure Suite</a><br />
</span></p>
<p><span style="font-family: Arial;">NTPRO: <a href="http://www.ntpro.nl/blog/">http://www.ntpro.nl/blog/</a><br />
</span></p>
<p><span style="font-family: Arial;">Kendrickcolemand: <a href="http://kendrickcoleman.com/index.php?/Tech-Blog/vcenter-5-to-appliance-or-not.html">vCenter 5 &#8211; To Appliance or Not?</a>, <a href="http://kendrickcoleman.com/index.php?/Tech-Blog/using-vmware-autodeploy-for-esxi.html">Using VMware AutoDeploy for ESXi</a><br />
</span></p>
<p><span style="font-family: Arial;">YellowBricks.com <a href="http://www.stumbleupon.com/su/2j7pZ7/www.yellow-bricks.com/2011/07/12/live-blog-raising-the-bar-part-v/">Live BLogging</a>, <a href="http://www.stumbleupon.com/su/2j7pZ7/www.yellow-bricks.com/2011/07/12/live-blog-raising-the-bar-part-v/">vSphere 5.0 Clustering technical deepdive</a><br />
</span></p>
<p><span style="font-family: Arial;">UP2V: <a href="http://up2v.nl/">http://up2v.nl/</a><br />
</span></p>
<p><span style="font-family: Arial;">VmwareTips: <a href="http://vmwaretips.com/wp/2011/07/12/vmware-2011-mega-launch/?utm_source=feedburner&amp;utm_medium=twitter&amp;utm_campaign=Feed%3A+VMwareTips+%28VMware+Tips%29">VMware 2011 Mega Launch</a><br />
</span></p>
<p><span style="font-family: Arial;">Virtual Geek: <a href="http://virtualgeek.typepad.com/virtual_geek/2011/07/raising-the-bar-v-vsphere-5.html">Raising the Bar V = vSphere 5!</a><br />
</span></p>
<p><span style="font-family: Arial;">CRN <a href="http://www.crn.com/news/data-center/231001373/vmware-adds-virtual-machine-based-licensing-in-vsphere-5.htm?itc=refresh">VMware Adds Virtual Machine-Based Licensing In vSphere 5</a><br />
</span></p>
<p><span style="font-family: Arial;">vTexan: <a href="http://vtexan.com/2011/07/12/really-cool-things-in-vsphere5/">really cool things in vSphere5</a><br />
</span></p>
]]></content:encoded>
			<wfw:commentRss>http://v-consult.be/2011/07/12/vmware-cloud-infrastructure-management/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VMware vCenter Error Call “PropertyCollector.RetrieveContents” for object “propertyCollector” on vCenter Server failed</title>
		<link>http://v-consult.be/2011/06/27/vmware-vcenter-error-call-%e2%80%9cpropertycollector-retrievecontents%e2%80%9d-for-object-%e2%80%9cpropertycollector%e2%80%9d-on-vcenter-server-failed/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=vmware-vcenter-error-call-%25e2%2580%259cpropertycollector-retrievecontents%25e2%2580%259d-for-object-%25e2%2580%259cpropertycollector%25e2%2580%259d-on-vcenter-server-failed</link>
		<comments>http://v-consult.be/2011/06/27/vmware-vcenter-error-call-%e2%80%9cpropertycollector-retrievecontents%e2%80%9d-for-object-%e2%80%9cpropertycollector%e2%80%9d-on-vcenter-server-failed/#comments</comments>
		<pubDate>Mon, 27 Jun 2011 11:28:32 +0000</pubDate>
		<dc:creator>gertvangorp</dc:creator>
				<category><![CDATA[ESXi]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[vCenter]]></category>
		<category><![CDATA[Virtual Machine]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[vSPhere]]></category>
		<category><![CDATA[vSphere]]></category>

		<guid isPermaLink="false">http://v-consult.be/?p=186</guid>
		<description><![CDATA[A customer of mine called me with a weird problem with a Template which was converted back to a Virtual Machine. See here the problem which occurs when the customer wanted to edit the settings of this VM. The cause of this problem is that an ISO was mounted from a datastore which does not [...]]]></description>
			<content:encoded><![CDATA[<p>A customer of mine called me with a weird problem with a Template which was converted back to a Virtual Machine.  See here the problem which occurs when the customer wanted to edit the settings of this VM.</p>
<p><img src="http://v-consult.be/blog/wp-content/uploads/2011/06/062711_1128_VMwarevCent1.jpg" alt="" /></p>
<p>The cause of this problem is that an ISO was mounted from a datastore which does not exist anymore.</p>
<p>To solve this problem, just connect to the ESX host where the VM is registered on.  Edit the setting here and put the CDROM on &#8220;Client Device&#8221;.</p>
<p><img src="http://v-consult.be/blog/wp-content/uploads/2011/06/062711_1128_VMwarevCent2.jpg" alt="" /></p>
<p>Then check on which datastore the VM is located.  Then unregister and register the VM again in the ESX host.  Now you are able again to edit jthe setting of this VM via vCenter</p>
]]></content:encoded>
			<wfw:commentRss>http://v-consult.be/2011/06/27/vmware-vcenter-error-call-%e2%80%9cpropertycollector-retrievecontents%e2%80%9d-for-object-%e2%80%9cpropertycollector%e2%80%9d-on-vcenter-server-failed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Unable to remove VMware ESXi host in VMware vCenter</title>
		<link>http://v-consult.be/2011/05/30/unable-remove-vmware-esxi-host-vmware-vcenter/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=unable-remove-vmware-esxi-host-vmware-vcenter</link>
		<comments>http://v-consult.be/2011/05/30/unable-remove-vmware-esxi-host-vmware-vcenter/#comments</comments>
		<pubDate>Mon, 30 May 2011 13:59:14 +0000</pubDate>
		<dc:creator>gertvangorp</dc:creator>
				<category><![CDATA[ESXi]]></category>
		<category><![CDATA[PowerCLI]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[vSPhere]]></category>
		<category><![CDATA[vCenter]]></category>
		<category><![CDATA[vSphere]]></category>

		<guid isPermaLink="false">http://v-consult.be/?p=170</guid>
		<description><![CDATA[During a migration process from ESX to ESXi at a customer site we had a problem removing a server from the vCenter inventory. We checked the permissions on this server and we saw that the user who wanted to remove the server was admin on datacenter level. Here the screen we got. Knowing there is [...]]]></description>
			<content:encoded><![CDATA[<p>During a migration process from ESX to ESXi at a customer site we had a problem removing a server from the vCenter inventory.</p>
<p>We checked the permissions on this server and we saw that the user who wanted to remove the server was admin on datacenter level.  Here the screen we got.</p>
<p><img alt="" src="http://v-consult.be/blog/wp-content/uploads/2011/05/053011_1359_Unabletorem1.png" mce_src="http://v-consult.be/blog/wp-content/uploads/2011/05/053011_1359_Unabletorem1.png"></p>
<p>Knowing there is a PowerCLI command to remove a ESXi host from the vCenter, we walked that way with success.</p>
<p><font size="3" face="Times New Roman"></p>
<p></font>
<p style="margin: 0cm 0cm 10pt;" class="MsoNormal"><span style="mso-ansi-language: EN-US;" lang="EN-US"><font size="3"><font face="Calibri">I used this<br />
PowerCLI script to remove this server from the inventory after moving the<br />
server out of the cluster to the datacenter level.<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:p></o:p></font></font></span></p>
<p><font size="3" face="Times New Roman"></p>
<p></font><br />
<blockquote>
<p><strong><em>Connect-VIServer  vCenterServer<br />
</em></strong></p>
</blockquote>
<blockquote><p><strong><em>Remove-VMHost &#8220;HostThatCannotBeRemovedViaGui&#8221; –confirm:$false<br />
</em></strong></p>
</blockquote>
<blockquote><p><strong><em>Disconnect-VIServer –confirm:$false</em></strong></p>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://v-consult.be/2011/05/30/unable-remove-vmware-esxi-host-vmware-vcenter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to recover SA password on Microsoft SQL Server 2008 R2</title>
		<link>http://v-consult.be/2011/05/26/recover-sa-password-microsoft-sql-server-2008-r2/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=recover-sa-password-microsoft-sql-server-2008-r2</link>
		<comments>http://v-consult.be/2011/05/26/recover-sa-password-microsoft-sql-server-2008-r2/#comments</comments>
		<pubDate>Thu, 26 May 2011 14:10:15 +0000</pubDate>
		<dc:creator>gertvangorp</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://v-consult.be/?p=166</guid>
		<description><![CDATA[When you are using MS SQL Server in mixed mode, it is very important that you know your SA password. There can be different reasons you lost the password Person who installed the SQL Server knows the password but has left the building. You did not write down the password in your password file Password [...]]]></description>
			<content:encoded><![CDATA[<p>When you are using MS SQL Server in mixed mode, it is very important that you know your SA password.</p>
<p>There can be different reasons you lost the password</p>
<ul>
<li>Person who installed the SQL Server knows the password but has left the building.</li>
<li>You did not write down the password in your password file</li>
<li>Password file is lost</li>
<li>…</li>
</ul>
<h1>Steps to recover the SA password</h1>
<ul>
<li>
<div>Start SQL Server Configuration Manager</div>
<p><img src="http://v-consult.be/blog/wp-content/uploads/2011/05/052611_1408_Howtorecove1.png" alt="" /></li>
<li>
<div>Stop the SQL services</div>
<p><img src="http://v-consult.be/blog/wp-content/uploads/2011/05/052611_1408_Howtorecove2.png" alt="" /></li>
<li>
<div>Edit the properties of the SQL Service</div>
<p><img src="http://v-consult.be/blog/wp-content/uploads/2011/05/052611_1408_Howtorecove3.png" alt="" /></li>
<li>
<div>Change the startup parameters of the SQL service by adding a <strong>–m;</strong> in front of the existing parameters</div>
<p><img src="http://v-consult.be/blog/wp-content/uploads/2011/05/052611_1408_Howtorecove4.png" alt="" /><img src="http://v-consult.be/blog/wp-content/uploads/2011/05/052611_1408_Howtorecove5.png" alt="" /></li>
<li>Start the SQL services.  These are now running in Single User Mode.</li>
<li>Start CMD on tthe SQL server</li>
<li>
<div>Start the SQLCMD command.  Now you will see following screen</div>
<p><img src="http://v-consult.be/blog/wp-content/uploads/2011/05/052611_1408_Howtorecove6.png" alt="" /></li>
<li>
<div>Now we create a new user.  Enter following commands</div>
<ul>
<li><span style="color: black;">CREATE LOGIN recovery WITH PASSWORD = &#8216;TopSecret 1&#8242;    (Remember SQL server has default strong password policy</span></li>
<li>
<div><span style="color: black;">Go</span></div>
<ul>
<li><span style="color: black;">Now this user is created</span></li>
</ul>
</li>
</ul>
</li>
<li>
<div><span style="color: black;">Now we grant the user a SYSADMIN roles using the same SQLCMD window.</span></div>
<ul>
<li>sp_addsrvrolemember &#8216;recovery&#8217;, &#8216;sysadmin&#8217;</li>
<li>go</li>
</ul>
</li>
<li>Stop the SQL service again</li>
<li>
<div>Change the SQL service properties back to the default settings</div>
<p><img src="http://v-consult.be/blog/wp-content/uploads/2011/05/052611_1408_Howtorecove7.png" alt="" /></li>
<li>Start the SQL service again and use the new created login (recovery in my example)</li>
<li>
<div>Go via the security panel to the properties and change the password of the SA account.</div>
<p><img src="http://v-consult.be/blog/wp-content/uploads/2011/05/052611_1408_Howtorecove8.png" alt="" /></li>
<li>Now write down the new SA password.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://v-consult.be/2011/05/26/recover-sa-password-microsoft-sql-server-2008-r2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>VMware vSphere Client for Ipad now avaible</title>
		<link>http://v-consult.be/2011/03/18/vmware-vsphere-client-for-ipad-now-avaible/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=vmware-vsphere-client-for-ipad-now-avaible</link>
		<comments>http://v-consult.be/2011/03/18/vmware-vsphere-client-for-ipad-now-avaible/#comments</comments>
		<pubDate>Fri, 18 Mar 2011 09:22:23 +0000</pubDate>
		<dc:creator>gertvangorp</dc:creator>
				<category><![CDATA[ESXi]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[vCenter]]></category>
		<category><![CDATA[Virtual Machine]]></category>
		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://v-consult.be/2011/03/18/vmware-vsphere-client-for-ipad-now-avaible/</guid>
		<description><![CDATA[Since VMworld San Francisco 2010 we are waiting for this nice app for the Ipad. VMware today released this app via the iTunes store for FREE (Direct Link), just as the VMware View Client for IPAD (Direct Link).  What are the features available in this app? Search for vSphere hosts and virtual machines in your [...]]]></description>
			<content:encoded><![CDATA[<p>Since VMworld San Francisco 2010 we are waiting for this nice app for the Ipad. VMware today released this app via the iTunes store for FREE (<a href="http://itunes.apple.com/us/app/vmware-vsphere-client-for/id417323354?mt=8&amp;ls=1">Direct Link</a>), just as the VMware View Client for IPAD (<a href="http://itunes.apple.com/us/app/vmware-view-for-ipad/id417993697?mt=8">Direct Link</a>).</p>
<p><img src="http://v-consult.be/blog/wp-content/uploads/2011/03/031811_0922_VMwarevSphe1.png" alt="" /></p>
<h2> What are the features available in this app?</h2>
<ul>
<li>Search for vSphere hosts and virtual machines in your vSphere environment</li>
<li>Monitor the performance of vSphere hosts and virtual machines</li>
<li>Manage virtual machines with the ability to start, stop and suspend</li>
<li>View and restore your virtual machines&#8217; snapshots</li>
<li>Reboot vSphere hosts or put them into maintenance mode</li>
<li>Diagnose vSphere hosts and virtual machines using built-in ping and traceroute tools</li>
</ul>
<p><img src="http://v-consult.be/blog/wp-content/uploads/2011/03/031811_0922_VMwarevSphe2.png" alt="" align="left" /><img src="http://v-consult.be/blog/wp-content/uploads/2011/03/031811_0922_VMwarevSphe3.png" alt="" align="left" /></p>
<p><img src="http://v-consult.be/blog/wp-content/uploads/2011/03/031811_0922_VMwarevSphe4.png" alt="" align="left" /><img src="http://v-consult.be/blog/wp-content/uploads/2011/03/031811_0922_VMwarevSphe5.png" alt="" align="left" /></p>
<h1> </h1>
<h1> </h1>
<h1> </h1>
<h1> </h1>
<h1> </h1>
<h2>What is required for this app to be able to manage your vCenter?</h2>
<ul>
<li>
<div>vCenter Mobile Access (vCMA) virtual appliance available from the VMware Labs: <a href="http://labs.vmware.com/flings/vcma">http://labs.vmware.com/flings/vcma</a> (Now supports SSL)</div>
<p style="margin-left: 36pt;">NOTE: This app is available as is, with community support.</p>
</li>
<li>Network connection to the vCMA virtual appliance; can use built-in VPN client</li>
<li>
<div>VMware vSphere and VMware vCenter Server</div>
</li>
</ul>
<p>Look at my blog entry to see how to setup the vCMA : <a href="http://v-consult.be/2011/02/22/limited-vsphere-management-using-a-mobile-device/">limited-vsphere-management-using-a-mobile-device</a></p>
<h2>An overview of the architecture</h2>
<p><img src="http://v-consult.be/blog/wp-content/uploads/2011/03/031811_0922_VMwarevSphe6.jpg" alt="" /></p>
<h2>Some interesting links</h2>
<ul>
<li><a href="http://communities.vmware.com/community/vmtn/vsphere/ipadclient">VMware vSphere Client for iPad</a></li>
<li><a href="http://www.youtube.com/watch?v=msjXKWFdgcM&amp;feature=channel_video_title" target="_blank">VMware vSphere Client for iPad (Part 1)</a> (Youtube)</li>
<li><a href="http://www.youtube.com/watch?v=6kRalVLzMvE&amp;feature=channel_video_title" target="_blank">VMware vSphere Client for iPad (Part 2)</a> (Youtube)</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://v-consult.be/2011/03/18/vmware-vsphere-client-for-ipad-now-avaible/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>(Limited) vSphere management using a mobile device</title>
		<link>http://v-consult.be/2011/02/22/limited-vsphere-management-using-a-mobile-device/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=limited-vsphere-management-using-a-mobile-device</link>
		<comments>http://v-consult.be/2011/02/22/limited-vsphere-management-using-a-mobile-device/#comments</comments>
		<pubDate>Tue, 22 Feb 2011 19:57:34 +0000</pubDate>
		<dc:creator>gertvangorp</dc:creator>
				<category><![CDATA[ESXi]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[vCenter]]></category>
		<category><![CDATA[Virtual Machine]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[vSPhere]]></category>
		<category><![CDATA[Management]]></category>
		<category><![CDATA[Mobile device]]></category>
		<category><![CDATA[vSphere]]></category>

		<guid isPermaLink="false">http://v-consult.be/2011/02/22/limited-vsphere-management-using-a-mobile-device/</guid>
		<description><![CDATA[On the VMware Labs website you can find a free appliance that can give you limited access to the management tools available in vSphere vCenter. The appliance is called vCMA or vCenter Mobile Access. How to install? Go to the vmware.com/labs website and download vCMA as a OVF. Jump to site Extract the zip file [...]]]></description>
			<content:encoded><![CDATA[<p>On the <a href="http://vmware.com/labs">VMware Labs website</a> you can find a free appliance that can give you limited access to the management tools available in vSphere vCenter. The appliance is called vCMA or vCenter Mobile Access.</p>
<h3>How to install?</h3>
<ul>
<li>Go to the vmware.com/labs website and download vCMA as a OVF. <a href="http://labs.vmware.com/flings/vcma" target="_blank">Jump to site</a></li>
<li>Extract the zip file that contains the OVF.</li>
<li>In vCenter, go File – Deploy from OVF and point to the extracted OVF file.</li>
<li>Once deployed, you can start the VM.</li>
<li>
<div>After the VM is started, there are 3 options to change settings</div>
<ul>
<li>
<div>Using the menus on the console (to set network, timezone, login in to the command console)</div>
<p><img src="http://v-consult.be/blog/wp-content/uploads/2011/02/022211_1957_LimitedvSph1.png" alt="" /></li>
<li>
<div>Using the web interface <a href="https://vcma-host-or-ip:5480">https://vcma-host-or-ip:5480</a></div>
<p> </p>
<p><img src="http://v-consult.be/blog/wp-content/uploads/2011/02/022211_1957_LimitedvSph2.png" alt="" /></li>
<li>
<div>Or using the command console. (use login in first screen)</div>
<p> </p>
<p><img src="http://v-consult.be/blog/wp-content/uploads/2011/02/022211_1957_LimitedvSph3.png" alt="" /></p>
<ul>
<li>By default the root account has as password vmware (remember the console is by default in qwerty)</li>
</ul>
</li>
</ul>
</li>
</ul>
<p> </p>
<h3>Special configuration settings to thing about!</h3>
<ul>
<li>Set the IP to a fixed address</li>
<li>Enter the DNS servers</li>
<li>Change the default hostname and domainname. (http://communities.vmware.com/message/1335001)</li>
<li>Change the root default password using the passwd, in the command console</li>
</ul>
<h3>How to use?</h3>
<ul>
<li>It is very easy to start using this app.</li>
<li>Open a browser (on you PC or mobile device)</li>
<li>Point to http:// vcma-host-or-ip/vim (the folder /vim is needed and I hope VMware will change this in a next release)</li>
<li>Enter the vCenter server name and the userID and password you normally use in the vcenter.</li>
<li>
<div>Now you can do some functions like</div>
<ul>
<li>vMotion</li>
<li>Edit settings of a VM</li>
<li>Change Powerstates of a VM</li>
<li>Etc, install and discover.</li>
</ul>
</li>
</ul>
<p> </p>
<h3>Alternative apps you need to buy!</h3>
<p>vManage : <a href="http://itunes.apple.com/us/app/vmanage/id318737136?mt=8">http://itunes.apple.com/us/app/vmanage/id318737136?mt=8</a></p>
<p>iDatacenter <a href="http://nym.se/idatacenter/">http://nym.se/idatacenter/</a> (iPAD)</p>
<p>iVMControl : <a href="http://itunes.apple.com/us/app/ivmcontrol-control-vmware/id404263941?mt=8">http://itunes.apple.com/us/app/ivmcontrol-control-vmware/id404263941?mt=8</a> (iPAD, iPhone)</p>
]]></content:encoded>
			<wfw:commentRss>http://v-consult.be/2011/02/22/limited-vsphere-management-using-a-mobile-device/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Website was gone for some hours</title>
		<link>http://v-consult.be/2011/02/18/website-was-gone-for-some-hours/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=website-was-gone-for-some-hours</link>
		<comments>http://v-consult.be/2011/02/18/website-was-gone-for-some-hours/#comments</comments>
		<pubDate>Fri, 18 Feb 2011 22:09:00 +0000</pubDate>
		<dc:creator>gertvangorp</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://v-consult.be/?p=133</guid>
		<description><![CDATA[The upgrade to wordpress 3.05 did go as smooth as it should be.  Website was completely corrupt.  and as each good IT guy I had a backup (NOT).  Copied all files that were still available, copied the WP 3.05 sources to my web host, then the config file back and everything in the contect dir [...]]]></description>
			<content:encoded><![CDATA[<p>The upgrade to wordpress 3.05 did go as smooth as it should be.  Website was completely corrupt.  and as each good IT guy I had a backup (NOT).  Copied all files that were still available, copied the WP 3.05 sources to my web host, then the config file back and everything in the contect dir (database was still ok) and lucky everything came up again.  Only updating the plugins and finished I was.</p>
<p>I also added the WPTOUCH plugin so the website has a nice view on the mobilephones as iPhone and Android.</p>
<p>Any good backup plugis available?   please recommend&#8230;.</p>
]]></content:encoded>
			<wfw:commentRss>http://v-consult.be/2011/02/18/website-was-gone-for-some-hours/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>vCenter service (VPXD) configuration and commandline options</title>
		<link>http://v-consult.be/2011/01/24/vcenter-service-vpxd-configuration-and-commandline-options/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=vcenter-service-vpxd-configuration-and-commandline-options</link>
		<comments>http://v-consult.be/2011/01/24/vcenter-service-vpxd-configuration-and-commandline-options/#comments</comments>
		<pubDate>Mon, 24 Jan 2011 20:02:01 +0000</pubDate>
		<dc:creator>gertvangorp</dc:creator>
				<category><![CDATA[vCenter]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[VPXD]]></category>

		<guid isPermaLink="false">http://v-consult.be/2011/01/24/vcenter-service-vpxd-configuration-and-commandline-options/</guid>
		<description><![CDATA[In my previous post about fixing a administrator issue on the vCenter Server, Eric Sloof mentioned in his post and options that needs to be set in the vpxd.cfg. To give you a complete overview here a nice blog from Boche.net   Overview of vcxd.cfg options and commandline parameters   Thanks Eric and Boche for [...]]]></description>
			<content:encoded><![CDATA[<p>In my previous post about fixing a administrator issue on the vCenter Server, Eric Sloof mentioned in his post and options that needs to be set in the vpxd.cfg.  To give you a complete overview here a nice blog from Boche.net
</p>
<p>
 </p>
<p><a href="http://www.boche.net/blog/index.php/2010/03/13/vpxd-cfg-advanced-configuration/">Overview of vcxd.cfg options and commandline parameters</a>
	</p>
<p>
 </p>
<p>Thanks Eric and Boche for sharing.</p>
]]></content:encoded>
			<wfw:commentRss>http://v-consult.be/2011/01/24/vcenter-service-vpxd-configuration-and-commandline-options/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to fix lost administrator rights in vCenter</title>
		<link>http://v-consult.be/2011/01/24/how-to-fix-lost-administrator-rights-in-vcenter/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-fix-lost-administrator-rights-in-vcenter</link>
		<comments>http://v-consult.be/2011/01/24/how-to-fix-lost-administrator-rights-in-vcenter/#comments</comments>
		<pubDate>Mon, 24 Jan 2011 19:51:53 +0000</pubDate>
		<dc:creator>gertvangorp</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[vCenter]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[VPXD]]></category>

		<guid isPermaLink="false">http://v-consult.be/2011/01/24/how-to-fix-lost-administrator-rights-in-vcenter/</guid>
		<description><![CDATA[During Vmware vSphere ICM classess it has happened that during the &#8220;Access Control&#8221; labs students are locked out of their vCenter.   Thanks to a blog of Eric Sloof we can fix this problem? Follow me]]></description>
			<content:encoded><![CDATA[<p>During Vmware vSphere ICM classess it has happened that during the &#8220;Access Control&#8221; labs students are locked out of their vCenter.
</p>
<p>
 </p>
<p>Thanks to a blog of Eric Sloof we can fix this problem?  <a href="http://www.ntpro.nl/blog/archives/819-Locked-out-of-vCenter.html">Follow me</a></p>
]]></content:encoded>
			<wfw:commentRss>http://v-consult.be/2011/01/24/how-to-fix-lost-administrator-rights-in-vcenter/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

