<?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>vHersey</title>
	<atom:link href="http://www.vhersey.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.vhersey.com</link>
	<description>VMware, Citrix, Data Center Administration, Server Consolidation, Virtual Desktops, and more...</description>
	<lastBuildDate>Thu, 30 May 2013 01:32:11 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Manually Adding a User With the Administrator Role to the vCenter VPX_ACCESS Table</title>
		<link>http://www.vhersey.com/2013/05/manually-adding-a-user-with-the-administrator-role-to-the-vcenter-vpx_access-table/</link>
		<comments>http://www.vhersey.com/2013/05/manually-adding-a-user-with-the-administrator-role-to-the-vcenter-vpx_access-table/#comments</comments>
		<pubDate>Thu, 30 May 2013 01:32:11 +0000</pubDate>
		<dc:creator>vHersey</dc:creator>
				<category><![CDATA[vHersey]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[Administrators]]></category>
		<category><![CDATA[Domain Admins]]></category>
		<category><![CDATA[permissions]]></category>
		<category><![CDATA[SSO]]></category>
		<category><![CDATA[vcenter]]></category>
		<category><![CDATA[VPX_ACCESS]]></category>

		<guid isPermaLink="false">http://www.vhersey.com/?p=3214</guid>
		<description><![CDATA[During the install the pop up warned me, but I was sure that the Domain Admin group had been configured with Administrator access (it was not). The upgrade finished successfully but it had deleted the local Administrator group which was configured with Administrator access. Oh no!!!]]></description>
				<content:encoded><![CDATA[<p>I did a vCenter upgrade recently and neglected to check what users and groups were configured as vCenter Administrators.  The environment was configured with the local vCenter Server Administrators group assigned the Administrator role, a few other domain users with Virtual Machine user access, and a single Domain User with Administrator access. </p>
<p>When upgrading vCenter Server it displays a warning that it is going to remove some users that the VMware SSO Server is not aware of and writes a text file containing the deleted users and groups called deleted_vc_users.txt into the system&#8217;s temp directory. Any local server users or groups that have vCenter permissions are deleted.</p>
<p>During the upgrade the pop up warned me, but I was sure that the Domain Admins group had been configured with the Administrator role (it was not &#8211; Domain Admins had been added to the local Administrators group -ugh!).  The upgrade finished successfully but it had deleted the local Administrators group from the vCenter permissions.  Oh no!!! </p>
<p>Again I had been warned, but thought for sure the Domain Admins group had the permissions. If the upgrade is going to delete all the users with the Administrator role it allows you add a group during the upgrade, since there was a single Domain User that did have the role I did not receive this prompt.</p>
<p>I could have tracked down or changed the password for the user that still had Administrator access but since I had some time and there was no production impact I decided to do some poking around.  </p>
<p><strong>***DISCLAIMER*** ***WARNING*** ***DANGER***<br />
Make sure you have a good backup of your vCenter database and know how to get yourself out of a jam before messing around in it. You have been warned!</strong></p>
<p>I came across a <a href="http://www.linkedin.com/groups/Lost-vcenter-permissions-after-upgrading-2230162.S.197091320">forum thread about exporting the original VPX_ACCESS table</a> from the vCenter Database and then importing it over the new VPX_ACCESS table, this gave me the idea to just try and manually add the Domain Admins group to the VPX_ACCESS table.<br />
<span id="more-3214"></span></p>
<p>A little more digging and I found this VMware KB article that walks you through the process of <a href="http://kb.vmware.com/kb/1005680">changing a user from the Read Only role to the Administrator role</a> by updating the VPX_ACCESS table.  From the information in the KB I was able to add the Domain Admins group and regain access to the vCenter Server.</p>
<p>First stop the vCenter Server Service. Then use Microsoft SQL Server Management Studio to access the vCenter Database.  Navigate to the Tables folder of the vCenter database and find the table dbo.VPX_ACCESS.  Right click on the table and choose &#8220;Edit Top 200 Rows&#8221;<br />
<a href="http://www.vhersey.com/wp-content/uploads/2013/05/VPX_ACCESS_edittop200.png"><img src="http://www.vhersey.com/wp-content/uploads/2013/05/VPX_ACCESS_edittop200-300x148.png" alt="VPX_ACCESS_edittop200" width="300" height="148" class="alignnone size-medium wp-image-3237" /></a></p>
<p>The table should display users configured with permissions in the environment.<br />
<a href="http://www.vhersey.com/wp-content/uploads/2013/05/VPX_ACCESS_add.png"><img src="http://www.vhersey.com/wp-content/uploads/2013/05/VPX_ACCESS_add-300x88.png" alt="VPX_ACCESS_add" width="300" height="88" class="alignnone size-medium wp-image-3235" /></a></p>
<p>Select the Null row to add a new entry in the table where the ID is a unique ID (just add a number that does not already exist), PRINCIPAL is the user or group (LAB\Domain Admins for this example), ROLE_ID is set to -1 for Administrator role (-2 is Read Only), ENTITY_ID is the object the user is granted permission to which is 1 for vCenter, and FLAG is 3 for a group (or 1 for a user).<br />
<a href="http://www.vhersey.com/wp-content/uploads/2013/05/VPX_ACCESS_DomainAdmins.png"><img src="http://www.vhersey.com/wp-content/uploads/2013/05/VPX_ACCESS_DomainAdmins-300x114.png" alt="VPX_ACCESS_DomainAdmins" width="300" height="114" class="alignnone size-medium wp-image-3236" /></a><br />
I had found a post that explained the fields but I am not able to find the link again.  Will update this post when/if I come across it again.<br />
<a href="http://www.vhersey.com/wp-content/uploads/2013/05/VPX_ACCESS_rowadd.png"><img src="http://www.vhersey.com/wp-content/uploads/2013/05/VPX_ACCESS_rowadd-300x101.png" alt="VPX_ACCESS_rowadd" width="300" height="101" class="alignnone size-medium wp-image-3254" /></a></p>
<p>Once the row has been added to the table start the vCenter Server Service.  </p>
<p>You should now be able to login and administer the vCenter environment with a user from the group that was added.  The new permissions should also display.<br />
<a href="http://www.vhersey.com/wp-content/uploads/2013/05/VPX_ACCESS_Permissions.png"><img src="http://www.vhersey.com/wp-content/uploads/2013/05/VPX_ACCESS_Permissions-300x165.png" alt="VPX_ACCESS_Permissions" width="300" height="165" class="alignnone size-medium wp-image-3238" /></a><br />
TA-DA!</p>
<p>Of course the better option would had been to verify the permissions and heed the warnings that popped up during the upgrade but it is good to know there is another option.</p>
<p>Note that for this to work the Identity Source for the domain must be configured correctly in VMware SSO Sign-On and Discovery. If the domain is not set up correctly you will not be able to authenticate any users in the domain.  </p>
]]></content:encoded>
			<wfw:commentRss>http://www.vhersey.com/2013/05/manually-adding-a-user-with-the-administrator-role-to-the-vcenter-vpx_access-table/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>vExpert 2013</title>
		<link>http://www.vhersey.com/2013/05/vexpert-2013/</link>
		<comments>http://www.vhersey.com/2013/05/vexpert-2013/#comments</comments>
		<pubDate>Wed, 29 May 2013 11:34:50 +0000</pubDate>
		<dc:creator>vHersey</dc:creator>
				<category><![CDATA[vHersey]]></category>
		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://www.vhersey.com/?p=3202</guid>
		<description><![CDATA[The vExpert awards for 2013 were announced yesterday afternoon. This is my second year as a vExpert!]]></description>
				<content:encoded><![CDATA[<p><a href="http://www.vhersey.com/wp-content/uploads/2013/05/vmware-vexpert.png"><img src="http://www.vhersey.com/wp-content/uploads/2013/05/vmware-vexpert.png" alt="vmware-vexpert" width="250" height="75" class="alignnone size-full wp-image-3212" /></a></p>
<p>The <a href="http://blogs.vmware.com/vmtn/2013/05/vexpert-2013-awardees-announced.html">vExpert awards for 2013</a> were announced yesterday afternoon.  <a href="http://communities.vmware.com/docs/DOC-19183">This is my second year as a vExpert</a>! I am excited to be a part of the vExpert community and it is humbling to be included along side of so many great VMware community contributors. </p>
<p>I want give a shout out to <a href="http://professionalvmware.com/brownbags/">ProfessionalVMware.com for providing the outstanding vBrownBag Program</a>.  The vBrownBag provides a fantastic opportunity to contribute to the VMware community.  My vExpert application included many links to the vBrownBags I have presented.  Thanks for a great program and I look forward to presenting many more in the future.  </p>
<p>A huge thanks to <a href="https://twitter.com/jtroyer">John Troyer</a> and the VMware Community for having such a great program.</p>
<p>It is AWESOME to be part of such a fantastic community! </p>
<p>Looking forward to the future&#8230;.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.vhersey.com/2013/05/vexpert-2013/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Updating to ESXi 5.1 Update 1 with the Offline Bundle</title>
		<link>http://www.vhersey.com/2013/05/updating-to-esxi-5-1-update-1-with-the-offline-bundle/</link>
		<comments>http://www.vhersey.com/2013/05/updating-to-esxi-5-1-update-1-with-the-offline-bundle/#comments</comments>
		<pubDate>Mon, 27 May 2013 13:42:35 +0000</pubDate>
		<dc:creator>vHersey</dc:creator>
				<category><![CDATA[vHersey]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[esxcli]]></category>
		<category><![CDATA[esxi]]></category>
		<category><![CDATA[lab]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://www.vhersey.com/?p=3173</guid>
		<description><![CDATA[Update 1 for ESXi 5.1 has been out for a few weeks now. I had a few minutes of downtime so I decided to go ahead and update the host running my home lab. Not for any specific reason other than I had some time and wanted to get to the latest version.]]></description>
				<content:encoded><![CDATA[<p>Update 1 for ESXi 5.1 has been out for a few weeks now and the <a href="http://www.vmware.com/support/vsphere5/doc/vsphere-esxi-51u1-release-notes.html">release notes for vSphere ESXi 5.1 Update 1 can be found here</a>.  I had a few minutes of downtime so I decided to go ahead and update the ESXi host running my home lab. Not for any specific reason other than I had some time and wanted to get to the latest version.  </p>
<p>I downloaded the offline bundle from <a href="https://my.vmware.com/">My VMware</a>.<br />
<a href="http://www.vhersey.com/wp-content/uploads/2013/05/esxi51u1-update_3.png"><img src="http://www.vhersey.com/wp-content/uploads/2013/05/esxi51u1-update_3-300x36.png" alt="esxi51u1-update_3" width="300" height="36" class="alignnone size-medium wp-image-3178" /></a></p>
<p>Using the Datastore Browser I uploaded the offline bundle to a datastore that is accessible by the host I am upgrading.<br />
<a href="http://www.vhersey.com/wp-content/uploads/2013/05/esxi51u1-update_4.png"><img src="http://www.vhersey.com/wp-content/uploads/2013/05/esxi51u1-update_4-300x113.png" alt="esxi51u1-update_4" width="300" height="113" class="alignnone size-medium wp-image-3179" /></a></p>
<p>To list out the image profiles that are contained in the offline bundle using esxcli.</p>
<p><em>esxcli software sources profile list -d /vmfs/volumes/datastore1/update-from-esxi5.1-5.1_update01.zip</em></p>
<p><a href="http://www.vhersey.com/wp-content/uploads/2013/05/esxi51u1-update_1.png"><img src="http://www.vhersey.com/wp-content/uploads/2013/05/esxi51u1-update_1-300x55.png" alt="esxi51u1-update_1" width="300" height="55" class="alignnone size-medium wp-image-3174" /></a></p>
<p>Now apply the image profile update <a href="http://kb.vmware.com/kb/2041632">ESXi-5.1.0-20130402001-standard</a> from the offline bundle with esxcli.</p>
<p><em>esxcli software profile update -d /vmfs/volumes/datastore1/update-from-esxi5.1-5.1_update01.zip -p ESXi-5.1.0-20130402001-standard</em></p>
<p>Once the update completes a host reboot is required.</p>
<p>After I rebooted the host the <a href="http://kb.vmware.com/kb/1014508">build number changed to 1065491 which corresponds to ESXi 5.1 Update 1</a>.<br />
<a href="http://www.vhersey.com/wp-content/uploads/2013/05/esxi51u1-update_2.png"><img src="http://www.vhersey.com/wp-content/uploads/2013/05/esxi51u1-update_2-300x62.png" alt="esxi51u1-update_2" width="300" height="62" class="alignnone size-medium wp-image-3175" /></a></p>
<p>Now to update VMware Tools on all my lab VMs.  Not a big deal though since the tools update does not require a reboot! Nice!</p>
<p>Here is a great post on performing the update by downloading the bundle from the VMware update repository directly to the host &#8211; <a href="http://vninja.net/vmware-2/quick-dirty-esxi-5-1u1-upgrade/">http://vninja.net/vmware-2/quick-dirty-esxi-5-1u1-upgrade/</a> &#8211; great write up.  </p>
<p>Good to know the update can be applied a number of different ways; using VUM if your host is managed by vCenter, using the offline bundle, or by connecting directly to update repository from the host.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.vhersey.com/2013/05/updating-to-esxi-5-1-update-1-with-the-offline-bundle/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Copy files between ESXi hosts using scp</title>
		<link>http://www.vhersey.com/2013/05/copy-files-between-esxi-hosts-using-scp/</link>
		<comments>http://www.vhersey.com/2013/05/copy-files-between-esxi-hosts-using-scp/#comments</comments>
		<pubDate>Fri, 10 May 2013 15:22:18 +0000</pubDate>
		<dc:creator>vHersey</dc:creator>
				<category><![CDATA[vHersey]]></category>
		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://www.vhersey.com/?p=3166</guid>
		<description><![CDATA[I have been asked how to do this twice in so many days. So here is a quick post on how to copy files between local datastores on standalone ESXi hosts.  There are a number of ways to accomplish this, one way is using scp at the ESXi command line.
]]></description>
				<content:encoded><![CDATA[<p>I have been asked how to do this twice in so many days. So here is a quick post on how to copy files between the local datastores on standalone ESXi hosts without access to shared storage.  There are a number of ways to accomplish this, one way is using scp at the ESXi command line.</p>
<p>SSH access has to be enabled on the host you are copying to (and on the host you are copying from if you are accessing it via SSH).</p>
<p>scp path_to_file_to_copy root@FQDN_or_remote_host_ip:path_to_new_file_location</p>
<p><a href="http://www.vhersey.com/wp-content/uploads/2013/05/scp-capture.png"><img src="http://www.vhersey.com/wp-content/uploads/2013/05/scp-capture-300x80.png" alt="scp-capture" width="300" height="80" class="alignnone size-medium wp-image-3167" /></a></p>
<p>For example if you have an ISO named Win.iso on the local datastore1 of ESXi-1 (192.168.1.25) and you want to copy it to the local datastore1 of ESXi-2 (192.168.1.201):</p>
<p>scp /vmfs/volumes/datastore1/Win.iso root@192.168.1.201:/vmfs/volumes/datastore1/Win.iso</p>
<p>You will be prompted for the root password of the remote host and once you have successfully authenticated the file will copy.</p>
<p>I know this works on ESXi 5.x hosts, not sure about earlier versions. Again make sure SSH is enabled on the remote host.</p>
<p>Happy Friday!!!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.vhersey.com/2013/05/copy-files-between-esxi-hosts-using-scp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>vCenter Server Database Upgrade Hangs</title>
		<link>http://www.vhersey.com/2013/04/vcenter-server-database-upgrade-hangs/</link>
		<comments>http://www.vhersey.com/2013/04/vcenter-server-database-upgrade-hangs/#comments</comments>
		<pubDate>Mon, 22 Apr 2013 14:00:48 +0000</pubDate>
		<dc:creator>vHersey</dc:creator>
				<category><![CDATA[vHersey]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[upgrade]]></category>
		<category><![CDATA[vcenter]]></category>

		<guid isPermaLink="false">http://www.vhersey.com/?p=3142</guid>
		<description><![CDATA[I created a backup of the original vCenter database and it was giant, a little over 15GB. I thought that was odd but for whatever reason I did not really dig into it much (until after the upgrade failed later in the story).]]></description>
				<content:encoded><![CDATA[<p>Recently I was given a project to upgrade a 4.0 ESX environment to 5.1 (actually I have had a couple few of these upgrades recently). For this project the physical vCenter Server would also be migrated to a vCenter Server virtual machine.  The upgrade/migration process is fairly straight forward.  A new Virtual Machine that would host the vCenter Server components (SSO, Inventory Service, vCenter Server, VUM) was provisioned and Microsoft SQL Server 2008 Standard was installed.  The SSO databases were created.  Then the SSO and Inventory Services were then installed without issue.  </p>
<p>I created a backup of the original vCenter database and for the size of the environment the database was <a href="http://www.merriam-webster.com/dictionary/ginormous">ginormous</a>, a little over 15GB. I thought that was odd but for whatever reason I did not really dig into it much (until this would cause the upgrade to fail &#8211; keep reading).  The database was detached from the original physical vCenter Server, the db and log files were copied to the new vCenter virtual machine, and the database was then attached to the the new SQL server.  The vCenter ODBC connection to the new database was created and tested, all looked fine.</p>
<p><span id="more-3142"></span>The vCenter Server installation was started and the database upgrade option was selected.  The upgrading database part of the process appeared to hang and the transaction log for the vCenter database started to grow.  It started to look like it would fill up the disk space on the drive set up to store the databases.  After giving it about an hour I went ahead and canceled the upgrade process.</p>
<p>Some quick googling led me to the <a href="http://kb.vmware.com/kb/1007453">VMware KB article http://kb.vmware.com/kb/1007453</a>.  The VPX_HIST_STAT tables were over 12GB in size!  I then noticed that the SQL Agent was not running on the old vCenter Server.  The SQL Agent Service had been disabled and because of this the vCenter performance data roll up jobs were not being run. When SQL is installed the SQL Agent service is set to Manual start up by default, this should be changed to Automatic since this service is required for the vCenter database roll up jobs to run.</p>
<p>Due to the size of the tables and time constraints instead of trying to get the roll up jobs to run, I followed the process outlined in <a href="http://kb.vmware.com/kb/1007453">VMware KB 1007453</a> to truncate the VPX_HIST_STAT(1-4) tables and the VPX_SAMPLE_TIME(1-4) tables. Be aware that this process removes all historical performance data.  To keep the performance data the roll up jobs could have been run, but because of the size of the tables this probably would have taken a lot of time and I doubt it would have completed successfully.</p>
<p>Once these tables were truncated the upgrade completed without issue. On the new vCenter Server I set the SQL Agent Service to Automatic and after a few days checked the environment to ensure the roll up jobs were being processed (<a href="http://kb.vmware.com/kb/2007388">VMware KB article &#8211; http://kb.vmware.com/kb/2007388</a>).</p>
<p>Once the vCenter upgrade was completed the upgrading/migrating the host from ESX 4.0 using VUM went without issue.</p>
<p>Checking the roll up jobs is now part of my pre- and post- upgrade process.<br />
(I know, I know it should have been part of the process in the first place)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.vhersey.com/2013/04/vcenter-server-database-upgrade-hangs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Citrix XenServer, meh. Console Access, neat!</title>
		<link>http://www.vhersey.com/2013/04/citrix-xenserver-meh-console-access-neat/</link>
		<comments>http://www.vhersey.com/2013/04/citrix-xenserver-meh-console-access-neat/#comments</comments>
		<pubDate>Sun, 07 Apr 2013 12:37:57 +0000</pubDate>
		<dc:creator>vHersey</dc:creator>
				<category><![CDATA[Citrix]]></category>
		<category><![CDATA[vHersey]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[citrix]]></category>
		<category><![CDATA[XenDesktop]]></category>
		<category><![CDATA[XenServer]]></category>
		<category><![CDATA[xsconsole]]></category>

		<guid isPermaLink="false">http://www.vhersey.com/?p=3107</guid>
		<description><![CDATA[Recently I have performed some discovery and analysis on a couple of production Citrix XenServer environments.  Both of them hosting Citrix XenDesktop and both of them have been running beside a VMware vSphere environment.]]></description>
				<content:encoded><![CDATA[<p>Recently I have performed some discovery and analysis on a couple of production Citrix XenServer environments.  Both of them hosting Citrix XenDesktop and both of them have been running beside a VMware vSphere environment.  Not sure exactly why the design decision was made to introduce a separate hypervisor to an environment when XenDesktop is fully supported on VMware but what is done is done. </p>
<p>One of these environments is going through a network redesign and I am helping out with that.  The network changes are going to require that some changes be made to the network configurations on the XenServers and this is what I was asked to help out with. I have had minimal exposure to XenServer and it was back a few years ago so I needed a quick refresh. I spun up XenServer in the lab for some quick testing.</p>
<p><a href="http://www.vhersey.com/wp-content/uploads/2013/04/XenCenter-ScreenShot.png"><img src="http://www.vhersey.com/wp-content/uploads/2013/04/XenCenter-ScreenShot-300x150.png" alt="XenCenter-ScreenShot" width="300" height="150" class="alignnone size-medium wp-image-3110" /></a></p>
<p>Good news is the changes that need to be made are fairly simple and things should go without issue.  Bad news is all VMs without XenServer Tools installed (a majority of them) will have to be powered down before the network connection can be changed. What!!! Powered down to disconnect a VM from one network and reconnect it to a different one, yep.  Crap!</p>
<p>One feature of XenCenter that I do find extremely neat (and useful) is the host Console access through XenCenter.  Just select the host and then the Console Tab and you are presented with a command line console for the select XenServer host. </p>
<p><a href="http://www.vhersey.com/wp-content/uploads/2013/04/XenCenter-CLIConsole.png"><img src="http://www.vhersey.com/wp-content/uploads/2013/04/XenCenter-CLIConsole-300x154.png" alt="XenCenter-CLIConsole" width="300" height="154" class="alignnone size-medium wp-image-3108" /></a></p>
<p>To start up the console GUI (similar to DCUI on ESXi) run <em>xsconsole</em> from the command line.</p>
<p><a href="http://www.vhersey.com/wp-content/uploads/2013/04/XenCenter-GUIConsole.png"><img src="http://www.vhersey.com/wp-content/uploads/2013/04/XenCenter-GUIConsole-300x177.png" alt="XenCenter-GUIConsole" width="300" height="177" class="alignnone size-medium wp-image-3109" /></a></p>
<p>XenServer was easy to install and XenCenter management is fairly intuitive.  The host console access is a neat feature but overall I am not impressed (now I know why I stopped messing with this way back when).  I am going to keep poking around in it just so I can be familiar with the ins and outs but as I <a href="http://twitter.com/herseyc">tweeted</a> yesterday &#8211; <em>&#8220;XenServer installed in the home lab.  So I tried it and it is OK, now give me back my vSphere.&#8221;</em></p>
<p>BTW my lab XenServer environment is running on ESXi. To do this you prepare and configure the VM just as you would to run nested ESXi (VM HW version 9, vhv.enabled = &#8220;TRUE&#8221;, and Guest OS: VMware ESXi 5.x). </p>
<p><a href="http://www.vhersey.com/wp-content/uploads/2013/04/XenonESXi.png"><img src="http://www.vhersey.com/wp-content/uploads/2013/04/XenonESXi-300x203.png" alt="XenonESXi" width="300" height="203" class="alignnone size-medium wp-image-3121" /></a></p>
<p>I <3 vSphere!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.vhersey.com/2013/04/citrix-xenserver-meh-console-access-neat/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>vSphere Storage Appliance cleanup.bat</title>
		<link>http://www.vhersey.com/2013/04/vsphere-storage-appliance-cleanup-bat/</link>
		<comments>http://www.vhersey.com/2013/04/vsphere-storage-appliance-cleanup-bat/#comments</comments>
		<pubDate>Mon, 01 Apr 2013 19:05:24 +0000</pubDate>
		<dc:creator>vHersey</dc:creator>
				<category><![CDATA[Storage]]></category>
		<category><![CDATA[vHersey]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[cleanup.bat]]></category>
		<category><![CDATA[VSA]]></category>
		<category><![CDATA[vsphere]]></category>

		<guid isPermaLink="false">http://www.vhersey.com/?p=3084</guid>
		<description><![CDATA[I have been doing some home lab work with the vSphere Storage Appliance (VSA).  I have had a few request recently from customers with very small environments looking to leverage virtualization and a couple of large environments looking for solutions for branch offices. ]]></description>
				<content:encoded><![CDATA[<p>I have been doing some home lab work with the <a href="http://www.vmware.com/products/datacenter-virtualization/vsphere/vsphere-storage-appliance/features.html">vSphere Storage Appliance (VSA)</a>.  I have had a few request recently from customers with very small environments looking to leverage virtualization and a couple of large environments looking for solutions for branch offices.  </p>
<p>I have been doing a lot of testing which included destroying and rebuilding the environment (multiple times).  I just want to be familiar with how failures are handled and more importantly to recover from a failure.  This is pretty well covered in the <a href="http://pubs.vmware.com/vsphere-51/topic/com.vmware.vsa.doc/GUID-7DC7C2DD-73ED-4716-B70D-5D98D02F545B.html">vSphere Storage Appliance Installation and Configuration Documentation</a>. </p>
<p>One thing that was helpful in the lab environment was the section on &#8220;<a href="http://pubs.vmware.com/vsphere-51/topic/com.vmware.vsa.doc/GUID-0A3E6ACD-E548-433E-8430-904692FD0A46.html">Deleting a VSA Cluster</a>&#8221;</p>
<p>There is a script called cleanup.bat on the VSA Manager Server, in the case of my lab this is installed on the vCenter Server, located in <em>C:\Program Files\VMware\Infrastructure\tomcat\webapps\VSAManager\WEB-INF\test\tool\</em>. To completely delete a VSA Cluster simply run this script passing your vCenter Administrator username, password, and Datacenter the VSA Cluster is configured on as parameters.  </p>
<p><em>cleanup.bat vi-admin@lab.local MySuperSecretPassword LabDC</em></p>
<p><strong>Not only does this delete the VSA Cluster, it also destroys all data in the VSA Cluster associated with the Datacenter LabDC &#8211; so be careful!!!</strong></p>
<p>Just a note that I tried this several times without success.  I found that the cleanup.bat script had to be run from an elevated (Run as Administrator) command prompt for it to work.</p>
<p>As the document says once the cleanup.bat completes you will need to restart the VMware Virtual Center Management Webservices.</p>
<p>I know the VSA is marketed for the SMB and I can see where that would be a good use case for it but I think for use in a branch office, where it is managed by a vCenter in an HQ, is really the where the VSA can shine. </p>
<p>Curious if anyone has deployed the VMware vSphere VSA in a production environment?  Interested in hearing your thoughts or comments.  </p>
]]></content:encoded>
			<wfw:commentRss>http://www.vhersey.com/2013/04/vsphere-storage-appliance-cleanup-bat/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Toastmasters Meeting &#8211; Journey to VCDX</title>
		<link>http://www.vhersey.com/2013/03/toastmasters-meeting-journey-to-vcdx/</link>
		<comments>http://www.vhersey.com/2013/03/toastmasters-meeting-journey-to-vcdx/#comments</comments>
		<pubDate>Tue, 12 Mar 2013 12:21:18 +0000</pubDate>
		<dc:creator>vHersey</dc:creator>
				<category><![CDATA[vHersey]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[Toastmasters]]></category>
		<category><![CDATA[VCDX]]></category>

		<guid isPermaLink="false">http://www.vhersey.com/?p=3060</guid>
		<description><![CDATA[During VMware PEX I attended the VCDX Boot Camp in order to gain some insight into the VCDX certification process.  One of the suggestions made by the Boot Camp panelists was to look up the Toastmasters club in your area and participate.]]></description>
				<content:encoded><![CDATA[<p>During VMware PEX I attended the <a href="http://www.vhersey.com/2013/02/vmware-pex-vcdx-boot-camp/">VCDX Boot Camp</a> in order to gain some insight into the VCDX certification process.  One of the suggestions made by the Boot Camp panelists was to look up a local <a href="http://www.toastmasters.org/">Toastmasters club</a> and participate to help improve your ability to speak in front of others. So I did just that and last night I attended the first meeting.</p>
<p>There are several Toastmaster clubs in my area but I chose the <a href="http://5037.toastmastersclubs.org/">ComUnity Speakers Toastmasters Club #5037</a> located in Chesapeake.  This club meets on the 2nd and 4th Monday of each month at 7:00 PM and the meeting location is on my way home from work.  I decided to check out this club specifically because of the activity posted on social media. The club seems to be very active with good participation from the members.</p>
<p>I enjoyed the meeting.  The meeting follows an agenda that is very similar to the one on the <a href="http://5037.toastmastersclubs.org/icebreaker.html">ComUnity Getting Started</a> page.  The club President called the meeting to order and there were two prepared speeches by members.  One was a member&#8217;s first Icebreaker speech and the other was a member&#8217;s speech project to demonstrate using props while speaking.  </p>
<p>After the first two prepared speeches there were what are called &#8220;table topics&#8221; sessions.  This is where you are given a topic and asked to speak &#8220;off the cuff&#8221; about it for one to two minutes.  Everyone was invited to participate and I think everyone that was in attendance did.  I even got up and talked about my cat for a minute and 18 seconds.</p>
<p>After the prepared speeches and table topics evaluations are given.  The evaluator for each speech gives an oral assessment of the speech offering praise, tips, and suggestions.  The &#8220;ah&#8221; counter and timer (everything is timed) also give their assessments. The general evaluator then gives an evaluation of the meeting overall. All evaluations were very constructive.  </p>
<p>At the close of the meeting they asked guest to speak about how they found out about the club, what brought them to the meeting, and what they thought of the meeting. Neat process and a good group of folks.  I can definitely see where this could be a benefit to anyone looking to become more comfortable with public speaking or just communicating in general.  </p>
<p>Looking forward to the next meeting.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.vhersey.com/2013/03/toastmasters-meeting-journey-to-vcdx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VMware PEX- Great Sessions, Good Times, Cool People</title>
		<link>http://www.vhersey.com/2013/03/vmware-pex-great-sessions-good-times-cool-people/</link>
		<comments>http://www.vhersey.com/2013/03/vmware-pex-great-sessions-good-times-cool-people/#comments</comments>
		<pubDate>Fri, 01 Mar 2013 19:14:59 +0000</pubDate>
		<dc:creator>vHersey</dc:creator>
				<category><![CDATA[vHersey]]></category>
		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://www.vhersey.com/?p=3026</guid>
		<description><![CDATA[Had a great time in Las Vegas for VMware PEX 2013. I attended a lot of great sessions and meet some really cool people. Had some really great sessions my last day at PEX. The Virtualizing Business Critical Applications for Maximum Performance session with @vmMarkA was excellent. Some really good performance best practices and a <a class="read-more-link" href="http://www.vhersey.com/2013/03/vmware-pex-great-sessions-good-times-cool-people/"><br />read more...</a>]]></description>
				<content:encoded><![CDATA[<p>Had a great time in Las Vegas for VMware PEX 2013.  I attended a lot of great sessions and meet some really cool people.  </p>
<p>Had some really great sessions my last day at PEX.  The Virtualizing Business Critical Applications for Maximum Performance session with <a href="http://twiiter.com/vmMarkA">@vmMarkA</a> was excellent. Some really good performance best practices and a ton of great performance troubleshooting information.  Specifically the information on the key metrics to monitor when trouble shooting performance issues.  A lot of information packed into this one hour session and I have a few pages of notes on it.  These will most certainly be summarized in another post in the very near future.</p>
<p>I also attended two other fantastic sessions on my final day, one on Exchange Virtualization Best Practices by <a href="http://twitter.com/afontana_vmw">@afontana_vmw</a> and another which was a HA Deep Dive for SQL Server Virtualization by Scott Salyer of VMware.  The Exchange session expanded a bit on the earlier performance session  offering up some Exchange specific performance tuning options. The HA Deep Dive for SQL dove deep <img src='http://www.vhersey.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  into the different HA options for SQL.  Again, once I organize my notes there will probably be a separate post with a bit more detail on these session.</p>
<p>Finally got a chance to meet up with <a href="http://twitter.com/nfritsch">@nfritsch</a>. Great guy! Had a great discussion with him about Citrix VDI and we chatted a bit about VMUG.  Great to meet you Nick and look forward to chatting with you again soon.</p>
<p>The only thing I was disappointed with at PEX were the General Session Keynotes.  Not sure what I was expecting but even with the stage setup and elaborate production these were anticlimactic (how awesome can a tech keynote be, don&#8217;t know but I was expecting more) and uninspiring. I can&#8217;t say that keynotes were very beneficial to me.  </p>
<p>Where the keynotes were pretty blah, the guest speaker, <a href="http://goodthinkinc.com/speakers/shawn-achor/">Shawn Achor</a> who gave a talk during the General Session on the second day was fantastic.  Will probably end up buying his book, <a href="http://www.amazon.com/gp/product/0307591549/ref=as_li_qf_sp_asin_tl?ie=UTF8&#038;camp=1789&#038;creative=9325&#038;creativeASIN=0307591549&#038;linkCode=as2&#038;tag=vabikernet">The Happiness Advantage: The Seven Principles of Positive Psychology That Fuel Success and Performance at Work</a><img src="http://www.assoc-amazon.com/e/ir?t=vabikernet&#038;l=as2&#038;o=1&#038;a=0307591549" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />, hope it is as interesting and entertaining as his presentation was.</p>
<p>I had a great time, learned a bunch of new stuff, and met a lot of really cool people.  Look forward to the next one.</p>
<p><a href="http://www.vhersey.com/wp-content/uploads/2013/03/Nick-PEX.jpg"><img src="http://www.vhersey.com/wp-content/uploads/2013/03/Nick-PEX-225x300.jpg" alt="Nick-PEX" width="225" height="300" class="alignnone size-medium wp-image-3029" /></a><br />
Nick <a href="http://twitter.com/nfritsch">@nfritsch</a></p>
<p><a href="http://www.vhersey.com/wp-content/uploads/2013/03/SixFootDad-PEX.jpg"><img src="http://www.vhersey.com/wp-content/uploads/2013/03/SixFootDad-PEX-225x300.jpg" alt="SixFootDad-PEX" width="225" height="300" class="alignnone size-medium wp-image-3028" /></a><br />
Damian (<a href="http://twitter.com/sixfootdad">@sixfootdad</a>) doing some work on AutoLab in the Hang Space.</p>
<p><a href="http://www.vhersey.com/wp-content/uploads/2013/03/Me-Brocade-PEX.jpg"><img src="http://www.vhersey.com/wp-content/uploads/2013/03/Me-Brocade-PEX-295x300.jpg" alt="Me-Brocade-PEX" width="295" height="300" class="alignnone size-medium wp-image-3027" /></a><br />
Hey look it&#8217;s me!  (This picture won me an iPad in the Brocade/EMC twitter contest!!!)</p>
<p>Fingers crossed for <a href="http://twitter.com/timantz">@timantz</a> and <a href="http://twitter.com/kennega">@kennega</a> and everyone else that defended for VCDX at PEX.  You guys are awesome and inspiring!  </p>
]]></content:encoded>
			<wfw:commentRss>http://www.vhersey.com/2013/03/vmware-pex-great-sessions-good-times-cool-people/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VMware PEX vExpert and VCDX Reception</title>
		<link>http://www.vhersey.com/2013/02/vmware-pex-vexpert-and-vcdx-reception/</link>
		<comments>http://www.vhersey.com/2013/02/vmware-pex-vexpert-and-vcdx-reception/#comments</comments>
		<pubDate>Wed, 27 Feb 2013 14:23:54 +0000</pubDate>
		<dc:creator>vHersey</dc:creator>
				<category><![CDATA[vHersey]]></category>

		<guid isPermaLink="false">http://www.vhersey.com/?p=3015</guid>
		<description><![CDATA[Last night was the VMware PEX vExpert and VCDX Reception. It was held at this cool little Irish place in the Mandalay Bay shops the Rí Rá Irish Pub. Very neat place, have actually stopped in there for a drink a couple times on this trip. They carry Kaliber which is an NA beer from <a class="read-more-link" href="http://www.vhersey.com/2013/02/vmware-pex-vexpert-and-vcdx-reception/"><br />read more...</a>]]></description>
				<content:encoded><![CDATA[<p>Last night was the VMware PEX vExpert and VCDX Reception.  It was held at this cool little Irish place in the Mandalay Bay shops the <a href="http://www.rira.com/las-vegas/">Rí Rá Irish Pub</a>.  Very neat place, have actually stopped in there for a drink a couple times on this trip.  They carry Kaliber which is an NA beer from Guinness and probably one of the best NA beers out there.</p>
<p>The reception was fun and it was awesome to meet a few folks that I only know by twitter handle.  Good to see <a href="http://www.twitter.com/Bacon_Is_King">@Bacon_Is_King</a>, <a href="http://www.twitter.com/sixfootdad">@sixfootdad</a>, <a href="http://www.twitter.com/networkingnerd">@networkingnerd</a>, and <a href="http://www.twitter.com/jasemccarty">@jasemccarty</a>  If you are not all ready you should follow these guys, great folks.</p>
<p>Also ran in to <a href="http://www.twitter.com/timantz">@timantz</a> and <a href="http://www.twitter.com/kennega">@kennega</a> at the party.  Both of these guys did their VCDX defense earlier in the day. It was great chatting with them about the experience.</p>
<p>Here are a couple few (not so great) pics from the reception.<br />
<a href="http://www.vhersey.com/wp-content/uploads/2013/02/onphones.jpg"><img src="http://www.vhersey.com/wp-content/uploads/2013/02/onphones-225x300.jpg" alt="onphones" width="225" height="300" class="alignnone size-medium wp-image-3017" /></a><br />
See it&#8217;s not just me. <a href="http://www.twitter.com/Bacon_Is_King">@Bacon_Is_King</a> and <a href="http://www.twitter.com/sixfootdad">@sixfootdad</a> tweeting.</p>
<p><a href="http://www.vhersey.com/wp-content/uploads/2013/02/vExpertParty3.jpg"><img src="http://www.vhersey.com/wp-content/uploads/2013/02/vExpertParty3-225x300.jpg" alt="vExpertParty3" width="225" height="300" class="alignnone size-medium wp-image-3018" /></a><br />
<a href="http://www.twitter.com/Bacon_Is_King">@Bacon_Is_King</a>, <a href="http://www.twitter.com/sixfootdad">@sixfootdad</a>, and <a href="http://www.twitter.com/networkingnerd">@networkingnerd</a></p>
<p><a href="http://www.vhersey.com/wp-content/uploads/2013/02/vExpertParty2.jpg"><img src="http://www.vhersey.com/wp-content/uploads/2013/02/vExpertParty2-225x300.jpg" alt="vExpertParty2" width="225" height="300" class="alignnone size-medium wp-image-3019" /></a><br />
<a href="http://www.twitter.com/kennega">@kennega</a> why so serious. </p>
<p><a href="http://www.vhersey.com/wp-content/uploads/2013/02/timvExpertParty.jpg"><img src="http://www.vhersey.com/wp-content/uploads/2013/02/timvExpertParty-225x300.jpg" alt="timvExpertParty" width="225" height="300" class="alignnone size-medium wp-image-3020" /></a><br />
Hey it&#8217;s <a href="http://www.twitter.com/timantz">@timantz</a> and that is <a href="http://www.twitter.com/jasemccarty">@jasemccarty</a> in the foreground.</p>
<p><a href="http://www.vhersey.com/wp-content/uploads/2013/02/me-vExpertParty.jpg"><img src="http://www.vhersey.com/wp-content/uploads/2013/02/me-vExpertParty-225x300.jpg" alt="me-vExpertParty" width="225" height="300" class="alignnone size-medium wp-image-3016" /></a><br />
Hey look. It&#8217;s me!</p>
<p>Had a great time and it was great to be able to put a face to a twitter handle.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.vhersey.com/2013/02/vmware-pex-vexpert-and-vcdx-reception/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
