<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Juanma&#039;s Blog</title>
	<atom:link href="http://jreypo.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://jreypo.wordpress.com</link>
	<description>An old school Unix Geek in the era of Virtualization</description>
	<lastBuildDate>Wed, 22 May 2013 02:07:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='jreypo.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Juanma&#039;s Blog</title>
		<link>http://jreypo.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://jreypo.wordpress.com/osd.xml" title="Juanma&#039;s Blog" />
	<atom:link rel='hub' href='http://jreypo.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Linux Kernel 3.7 and VMware Tools issue</title>
		<link>http://jreypo.wordpress.com/2013/01/28/linux-kernel-3-7-and-vmware-tools-issue/</link>
		<comments>http://jreypo.wordpress.com/2013/01/28/linux-kernel-3-7-and-vmware-tools-issue/#comments</comments>
		<pubDate>Mon, 28 Jan 2013 10:54:19 +0000</pubDate>
		<dc:creator>Juan Manuel</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Kernel 3.7]]></category>
		<category><![CDATA[VMware Fusion]]></category>
		<category><![CDATA[VMware Tools]]></category>

		<guid isPermaLink="false">http://jreypo.wordpress.com/?p=4112</guid>
		<description><![CDATA[I got aware of this issue last week after installing a Fedora 18 virtual machine on Fusion 5. The installation of the Tools went as expected but when the install process launched the vmware-tools-config,pl script I got the typical error of not being able to find the Linux Kernel headers. Searching for a valid kernel [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jreypo.wordpress.com&#038;blog=10844375&#038;post=4112&#038;subd=jreypo&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>I got aware of this issue last week after installing a Fedora 18 virtual machine on Fusion 5. The installation of the Tools went as expected but when the install process launched the <em>vmware-tools-config,pl</em> script I got the typical error of not being able to find the Linux Kernel headers.</p>
<pre>Searching for a valid kernel header path...
The path "" is not a valid path to the 3.7.2-204.fc18.x86_64 kernel headers.
Would you like to change it? [yes]</pre>
<p>I installed the kernel headers and devel packages with yum.</p>
<pre>[root@fed18 ~]# yum install kernel-headers kernel-devel</pre>
<p>Fired up again the configuration script and got the same error. The problem is that snce kernel 3.7 all the kernel header files have been relocated to a new path and because of that the script is not able to find them. To solve it just create a symlink of the <em>version.h</em> file from the new location to the old one.</p>
<pre>[root@fed18 src]# ln -s /usr/src/kernels/3.7.2-204.fc18.x86_64/include/generated/uapi/linux/version.h /lib/modules/3.7.2-204.fc18.x86_64/build/include/linux/</pre>
<p><span style="font-family:Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif;font-size:13px;line-height:19px;">With the problem fixed I launched the config script again and the tools finally got configured without problems. </span></p>
<pre>[root@fed18 ~]# vmware-config-tools.pl 
Initializing...

Making sure services for VMware Tools are stopped.
Stopping Thinprint services in the virtual machine:
 Stopping Virtual Printing daemon: done
Stopping vmware-tools (via systemctl): [ OK ]

The VMware FileSystem Sync Driver (vmsync) allows external third-party backup 
software that is integrated with vSphere to create backups of the virtual 
machine. Do you wish to enable this feature? [no]

Before you can compile modules, you need to have the following installed...
make
gcc
kernel headers of the running kernel

Searching for GCC...
Detected GCC binary at "/bin/gcc".
The path "/bin/gcc" appears to be a valid path to the gcc binary.
Would you like to change it? [no]

Searching for a valid kernel header path...
Detected the kernel headers at 
"/lib/modules/3.7.2-204.fc18.x86_64/build/include".
The path "/lib/modules/3.7.2-204.fc18.x86_64/build/include" appears to be a 
valid path to the 3.7.2-204.fc18.x86_64 kernel headers.
Would you like to change it? [no]</pre>
<p><span style="font-family:Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif;font-size:13px;line-height:19px;">Juanma.</span></p>
<br />Filed under: <a href='http://jreypo.wordpress.com/category/linux/'>Linux</a>, <a href='http://jreypo.wordpress.com/category/virtualization/'>Virtualization</a>, <a href='http://jreypo.wordpress.com/category/vmware/'>VMware</a> Tagged: <a href='http://jreypo.wordpress.com/tag/fedora/'>Fedora</a>, <a href='http://jreypo.wordpress.com/tag/kernel-3-7/'>Kernel 3.7</a>, <a href='http://jreypo.wordpress.com/tag/linux/'>Linux</a>, <a href='http://jreypo.wordpress.com/tag/virtualization/'>Virtualization</a>, <a href='http://jreypo.wordpress.com/tag/vmware/'>VMware</a>, <a href='http://jreypo.wordpress.com/tag/vmware-fusion/'>VMware Fusion</a>, <a href='http://jreypo.wordpress.com/tag/vmware-tools/'>VMware Tools</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jreypo.wordpress.com/4112/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jreypo.wordpress.com/4112/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jreypo.wordpress.com&#038;blog=10844375&#038;post=4112&#038;subd=jreypo&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jreypo.wordpress.com/2013/01/28/linux-kernel-3-7-and-vmware-tools-issue/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		<georss:point>40.416691 -3.700345</georss:point>
		<geo:lat>40.416691</geo:lat>
		<geo:long>-3.700345</geo:long>
		<media:content url="http://0.gravatar.com/avatar/0eaa7d989328befc4845b88d8907337d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jreypo</media:title>
		</media:content>
	</item>
		<item>
		<title>How to install the vCloud Adapter in vC Ops 5.6</title>
		<link>http://jreypo.wordpress.com/2012/12/21/how-to-install-the-vcloud-adapter-in-vc-ops-5-6/</link>
		<comments>http://jreypo.wordpress.com/2012/12/21/how-to-install-the-vcloud-adapter-in-vc-ops-5-6/#comments</comments>
		<pubDate>Fri, 21 Dec 2012 12:29:15 +0000</pubDate>
		<dc:creator>Juan Manuel</dc:creator>
				<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[vC Ops]]></category>
		<category><![CDATA[vCenter Operations]]></category>
		<category><![CDATA[vCenter Operations Manager]]></category>
		<category><![CDATA[vCloud Adapter]]></category>
		<category><![CDATA[vCloud Director]]></category>

		<guid isPermaLink="false">https://jreypo.wordpress.com/?p=4102</guid>
		<description><![CDATA[Installing the vCloud adapter, or any vC Ops adapter, is a relatively easy task as we will explain in this post. Firstly you need to download the adapter from ftp.integrien.com. Choose the .PAK file. Once it is downloaded log into vC Ops Admin UI (/admin&#8221;&#62;https://&#60;vcops-ui-vm&#62;/admin). From the Update tab browse for the downloaded file and [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jreypo.wordpress.com&#038;blog=10844375&#038;post=4102&#038;subd=jreypo&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Installing the vCloud adapter, or any vC Ops adapter, is a relatively easy task as we will explain in this post.</p>
<p>Firstly you need to download the adapter from <a href="ftp://ftp.integrien.com">ftp.integrien.com</a>. Choose the .PAK file.</p>
<p><a href="http://jreypo.files.wordpress.com/2012/12/image.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;" title="image" alt="image" src="http://jreypo.files.wordpress.com/2012/12/image_thumb.png?w=600&#038;h=185" width="600" height="185" border="0" /></a></p>
<p>Once it is downloaded log into vC Ops Admin UI (<a href="https://&lt;vcops-ui-vm&gt;/admin">/admin&#8221;&gt;https://&lt;vcops-ui-vm&gt;/admin</a>). From the <em>Update</em> tab browse for the downloaded file and click <em>Update.</em></p>
<p><a href="http://jreypo.files.wordpress.com/2012/12/image1.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;" title="image" alt="image" src="http://jreypo.files.wordpress.com/2012/12/image_thumb1.png?w=600&#038;h=422" width="600" height="422" border="0" /></a></p>
<p>It will ask for confirmation and the will present you the EULA. Accept it and click OK.</p>
<p><a href="http://jreypo.files.wordpress.com/2012/12/image2.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;" title="image" alt="image" src="http://jreypo.files.wordpress.com/2012/12/image_thumb2.png?w=600&#038;h=265" width="600" height="265" border="0" /></a></p>
<p>Will ask for confirmation again.  During the updating process you will be automatically logged out from the Administration Portal, will be unable to log back in until the update is done.</p>
<p>The update process can take a few minutes so grab a coffee and wait until it’s done.</p>
<p><a href="http://jreypo.files.wordpress.com/2012/12/image3.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;" title="image" alt="image" src="http://jreypo.files.wordpress.com/2012/12/image_thumb3.png?w=420&#038;h=217" width="420" height="217" border="0" /></a></p>
<p>Once the vCloud Adapter installation is done proceed to vC Ops Custom UI (<a href="https://&lt;vcops-ui-vm&gt;/custom">/custom&#8221;&gt;https://&lt;vcops-ui-vm&gt;/custom</a>). From the <strong>Admin </strong>menu go to<strong> Support. </strong></p>
<p><a href="http://jreypo.files.wordpress.com/2012/12/image4.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;" title="image" alt="image" src="http://jreypo.files.wordpress.com/2012/12/image_thumb4.png?w=600&#038;h=185" width="600" height="185" border="0" /></a></p>
<p>In the support screen open the <strong>Info</strong> tab, look for the Adapters Info pane and click the <strong>Describe</strong> gear button.</p>
<p><a href="http://jreypo.files.wordpress.com/2012/12/image5.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;" title="image" alt="image" src="http://jreypo.files.wordpress.com/2012/12/image_thumb5.png?w=600&#038;h=315" width="600" height="315" border="0" /></a></p>
<p>When the describe process is finished refresh the page to check for the adapter presence. Match the adapter version with the build number of the downloaded package.</p>
<p><a href="http://jreypo.files.wordpress.com/2012/12/image6.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;" title="image" alt="image" src="http://jreypo.files.wordpress.com/2012/12/image_thumb6.png?w=600&#038;h=270" width="600" height="270" border="0" /></a></p>
<p>At this point the adapter is installed, now we are going to configure it to collect from our vCloud instance.</p>
<p>From the <strong>Environment</strong> menu select <strong>Configuration –&gt; Adapter Instances</strong>. Select the vC Ops Server collector and the vCloud adapter from the drop down menus. Click on <strong>Add New Adapter Instance</strong>.</p>
<p><a href="http://jreypo.files.wordpress.com/2012/12/image7.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border:0;" title="image" alt="image" src="http://jreypo.files.wordpress.com/2012/12/image_thumb7.png?w=600&#038;h=451" width="600" height="451" border="0" /></a></p>
<p>Fill out he fields from the pop-up window. For the IP/Hostname field the public address of the vCloud can be used if a REST API base URL has been assigned.</p>
<p><a href="http://jreypo.files.wordpress.com/2012/12/image8.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border:0;" title="image" alt="image" src="http://jreypo.files.wordpress.com/2012/12/image_thumb8.png?w=600&#038;h=451" width="600" height="451" border="0" /></a></p>
<p>Remember to set the <strong>Auto Discovery</strong> option to true unless you want to force the discovery manually.</p>
<p>At this point there will be no credential available from the drop down menu. Click <em>Add</em> to create it.</p>
<p><a href="http://jreypo.files.wordpress.com/2012/12/image9.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border:0;" title="image" alt="image" src="http://jreypo.files.wordpress.com/2012/12/image_thumb9.png?w=600&#038;h=451" width="600" height="451" border="0" /></a></p>
<p>Click OK and the vCloud Adapter should be configured and collecting. To test it go to <strong>Environment –&gt; Environment Overview</strong>. In the left pane look for vCloud related <em>Resource Kind</em>, select anyone and look for new resources with a vCloud Data Source in the right pane.</p>
<p><a href="http://jreypo.files.wordpress.com/2012/12/image10.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border:0;" title="image" alt="image" src="http://jreypo.files.wordpress.com/2012/12/image_thumb10.png?w=600&#038;h=317" width="600" height="317" border="0" /></a></p>
<p>Following this procedure any vCenter Operations Manager relationship adapter can be installed and almost configure, have in mind that of course there will be differences in the credentials and the adapter specifics.</p>
<p>Juanma.</p>
<br />Filed under: <a href='http://jreypo.wordpress.com/category/virtualization/'>Virtualization</a>, <a href='http://jreypo.wordpress.com/category/vmware/'>VMware</a> Tagged: <a href='http://jreypo.wordpress.com/tag/vc-ops/'>vC Ops</a>, <a href='http://jreypo.wordpress.com/tag/vcenter-operations/'>vCenter Operations</a>, <a href='http://jreypo.wordpress.com/tag/vcenter-operations-manager/'>vCenter Operations Manager</a>, <a href='http://jreypo.wordpress.com/tag/vcloud-adapter/'>vCloud Adapter</a>, <a href='http://jreypo.wordpress.com/tag/vcloud-director/'>vCloud Director</a>, <a href='http://jreypo.wordpress.com/tag/vmware/'>VMware</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jreypo.wordpress.com/4102/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jreypo.wordpress.com/4102/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jreypo.wordpress.com&#038;blog=10844375&#038;post=4102&#038;subd=jreypo&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jreypo.wordpress.com/2012/12/21/how-to-install-the-vcloud-adapter-in-vc-ops-5-6/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<georss:point>40.416691 -3.700345</georss:point>
		<geo:lat>40.416691</geo:lat>
		<geo:long>-3.700345</geo:long>
		<media:content url="http://0.gravatar.com/avatar/0eaa7d989328befc4845b88d8907337d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jreypo</media:title>
		</media:content>

		<media:content url="http://jreypo.files.wordpress.com/2012/12/image_thumb.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://jreypo.files.wordpress.com/2012/12/image_thumb1.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://jreypo.files.wordpress.com/2012/12/image_thumb2.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://jreypo.files.wordpress.com/2012/12/image_thumb3.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://jreypo.files.wordpress.com/2012/12/image_thumb4.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://jreypo.files.wordpress.com/2012/12/image_thumb5.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://jreypo.files.wordpress.com/2012/12/image_thumb6.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://jreypo.files.wordpress.com/2012/12/image_thumb7.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://jreypo.files.wordpress.com/2012/12/image_thumb8.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://jreypo.files.wordpress.com/2012/12/image_thumb9.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://jreypo.files.wordpress.com/2012/12/image_thumb10.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>
	</item>
		<item>
		<title>VMworld 2012 &#8211; Day -1</title>
		<link>http://jreypo.wordpress.com/2012/10/16/vmworld-2012-day-1/</link>
		<comments>http://jreypo.wordpress.com/2012/10/16/vmworld-2012-day-1/#comments</comments>
		<pubDate>Tue, 16 Oct 2012 11:30:35 +0000</pubDate>
		<dc:creator>Juan Manuel</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[VMworld 2012]]></category>

		<guid isPermaLink="false">https://jreypo.wordpress.com/?p=4051</guid>
		<description><![CDATA[This year I finally manage to go to VMworld. It’s been held in the beautiful Barcelona, just a few hundred kilometers from Madrid, and now that the event is gone, the dust has settled and everybody is back at home I decided to share my experiences from the conference in a few blog posts. Also [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jreypo.wordpress.com&#038;blog=10844375&#038;post=4051&#038;subd=jreypo&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>This year I finally manage to go to <strong>VMworld</strong>. It’s been held in the beautiful Barcelona, just a few hundred kilometers from Madrid, and now that the event is gone, the dust has settled and everybody is back at home I decided to share my experiences from the conference in a few blog posts. Also don’t expect technical posts but personal ones :-)</p>
<p>My personal VMworld really started on Sunday morning when after a short flight from Madrid I headed to the conference venue.</p>
<p><a href="http://jreypo.files.wordpress.com/2012/10/img_20121007_103330.jpg"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;" title="IMG_20121007_103330" alt="IMG_20121007_103330" src="http://jreypo.files.wordpress.com/2012/10/img_20121007_103330_thumb.jpg?w=600&#038;h=451" height="451" width="600" /></a></p>
<p>There I found three of my colleagues from <strong>VMware Spain</strong> preparing to work as Lab Staff for the next four days. I took the below picture while we were waiting out of the HOL room, from left to right Jesus Huerta, Marti Perarnau and Carlos Sen.</p>
<p><a href="http://jreypo.files.wordpress.com/2012/10/img_20121007_132751.jpg"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;" title="IMG_20121007_132751" alt="IMG_20121007_132751" src="http://jreypo.files.wordpress.com/2012/10/img_20121007_132751_thumb.jpg?w=600&#038;h=451" height="451" width="600" /></a></p>
<p>During the afternoon the HOL Staff and other VMware employees willing to do to labs were allowed to do so. I jumped in and choose the Application Director 5.0 lab, I’ve been trying to find some free time to taste App Director and finally I could.</p>
<p>I was impressed with the product. All the creation process was very straightforward and in the end I had an application with a vFabric Web Server at the frontend, vFabric tc Server as the middleware layer and vFabric vPostgres as the backend. Finally the lab allow me to scale out the app in order to attend a fictitious higher demand. Like I said very easy.</p>
<p>After my satisfactory lab experience I moved to the Solutions Exchange area where all the booths were being built. The transformation process is really amazing. One day there is nothing and a couple of days later… Voila!</p>
<p>Before continuing with the story I have to say that during all day I was tweeting like crazy trying to get in touch with Amy Lewis (<a href="http://twitter.com/CommsNinja" target="_blank">@CommsNinja</a>) and Josh Atwell (<a href="http://twitter.com/Josh_Atwell" target="_blank">@Josh_Atwell</a>), both from Cisco, and after a couple of funny moments with Amy showing my Twitter avatar to other VMware staff at the labs we were capable to meet and start the preparations for the evening.</p>
<p>Also thanks to Amy and after walking a bit through the Solutions Exchange area I was able to find my dear friend Fred Nix (<a href="http://twitter.com/NixFred" target="_blank">@NixFred</a>) from EMC.</p>
<p><a href="http://jreypo.files.wordpress.com/2012/10/img_20121009_123749.jpg"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;" title="IMG_20121009_123749" alt="IMG_20121009_123749" src="http://jreypo.files.wordpress.com/2012/10/img_20121009_123749_thumb.jpg?w=600&#038;h=799" height="799" width="600" /></a></p>
<p>We’ve been trying to meet in real life for almost two years without any luck so for me this was a very special moment. The above picture is from Tuesday when the VMworld was “on fire” but I believe it illustrates how funny and awesome is this dude :D</p>
<h4>vRockStar Party</h4>
<p>Amy, Josh and myself left the conference in the great company of Patrick Carmichael (<a href="http://twitter.com/VMCarmichael" target="_blank">@VMCarmichael</a>), like yours truly from VMware, and headed to the <strong>vRockStar Party</strong>. This awesome party was organized by Patrick Redknap (<a href="https://twitter.com/PatrickRedknap">@PatrickRedknap</a>), Marco Broeken (<a href="https://twitter.com/mbroeken">@MBroeken</a>) and sponsored by <a href="http://www.phdvirtual.com/">PHD Virtual</a>, <a title="NimbleStorage" href="http://www.nimblestorage.com/">NimbleStorage</a>, the <a title="Dutch VMUG" href="http://www.vmug.nl/cms/index.php">DutchVMUG</a> and <a href="http://www.itq.nl/" target="_blank">ITQ</a>, the company my friend Arjan Timmerman (<a href="http://twitter.com/Arjantim" target="_blank">@Arjantim</a>) works for, and of course he was at the Hard Rock too.</p>
<p>We arrived at Plaza Catalunya by bus and from there we felt brave enough to walk a couple of klicks to the Barcelona Hard Rock Café, where the vRockStar Party was going to be celebrated. After a very long and funny walk with me trying to help Josh to improve his Spanish, and Josh and me complaining about Patrick navigation skills, we arrived at Hard Rock Café. We meet there the one and only J Mezt (<a href="http://twitter.com/drjmetz" target="_blank">@drjmetz</a>) and the party begun…</p>
<p><a href="http://jreypo.files.wordpress.com/2012/10/img_20121007_185722.jpg"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;" title="IMG_20121007_185722" alt="IMG_20121007_185722" src="http://jreypo.files.wordpress.com/2012/10/img_20121007_185722_thumb.jpg?w=184&#038;h=244" height="244" width="184" /></a><a href="http://jreypo.files.wordpress.com/2012/10/img_20121007_185552.jpg"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;" title="IMG_20121007_185552" alt="IMG_20121007_185552" src="http://jreypo.files.wordpress.com/2012/10/img_20121007_185552_thumb.jpg?w=244&#038;h=184" height="184" width="244" /></a><a href="http://jreypo.files.wordpress.com/2012/10/img_20121007_191651.jpg"><img style="background-image:none;margin:0;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;" title="IMG_20121007_191651" alt="IMG_20121007_191651" src="http://jreypo.files.wordpress.com/2012/10/img_20121007_191651_thumb.jpg?w=244&#038;h=184" height="184" width="244" /></a><a href="http://jreypo.files.wordpress.com/2012/10/img_20121007_193842.jpg"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;" title="IMG_20121007_193842" alt="IMG_20121007_193842" src="http://jreypo.files.wordpress.com/2012/10/img_20121007_193842_thumb.jpg?w=184&#038;h=244" height="244" width="184" /></a><a href="http://jreypo.files.wordpress.com/2012/10/img_20121007_202703.jpg"><img style="background-image:none;margin:0;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;" title="IMG_20121007_202703" alt="IMG_20121007_202703" src="http://jreypo.files.wordpress.com/2012/10/img_20121007_202703_thumb.jpg?w=184&#038;h=244" height="244" width="184" /></a><a href="http://jreypo.files.wordpress.com/2012/10/img_20121007_204114.jpg"><img style="background-image:none;margin:0;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;" title="IMG_20121007_204114" alt="IMG_20121007_204114" src="http://jreypo.files.wordpress.com/2012/10/img_20121007_204114_thumb.jpg?w=184&#038;h=244" height="244" width="184" /></a><a href="http://jreypo.files.wordpress.com/2012/10/img_20121007_214559.jpg"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;" title="IMG_20121007_214559" alt="IMG_20121007_214559" src="http://jreypo.files.wordpress.com/2012/10/img_20121007_214559_thumb.jpg?w=184&#038;h=244" height="244" width="184" /></a><a href="http://jreypo.files.wordpress.com/2012/10/img_20121007_222950.jpg"><img style="background-image:none;margin:0;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;" title="IMG_20121007_222950" alt="IMG_20121007_222950" src="http://jreypo.files.wordpress.com/2012/10/img_20121007_222950_thumb.jpg?w=244&#038;h=184" height="184" width="244" /></a></p>
<p>Lots of beer, geek talk and great friends. You can’t ask more from a party.</p>
<p>Juanma.</p>
<br />Filed under: <a href='http://jreypo.wordpress.com/category/personal/'>Personal</a>, <a href='http://jreypo.wordpress.com/category/vmware/'>VMware</a> Tagged: <a href='http://jreypo.wordpress.com/tag/personal/'>Personal</a>, <a href='http://jreypo.wordpress.com/tag/vmware/'>VMware</a>, <a href='http://jreypo.wordpress.com/tag/vmworld-2012/'>VMworld 2012</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jreypo.wordpress.com/4051/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jreypo.wordpress.com/4051/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jreypo.wordpress.com&#038;blog=10844375&#038;post=4051&#038;subd=jreypo&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jreypo.wordpress.com/2012/10/16/vmworld-2012-day-1/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<georss:point>40.416691 -3.700345</georss:point>
		<geo:lat>40.416691</geo:lat>
		<geo:long>-3.700345</geo:long>
		<media:content url="http://0.gravatar.com/avatar/0eaa7d989328befc4845b88d8907337d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jreypo</media:title>
		</media:content>

		<media:content url="http://jreypo.files.wordpress.com/2012/10/img_20121007_103330_thumb.jpg" medium="image">
			<media:title type="html">IMG_20121007_103330</media:title>
		</media:content>

		<media:content url="http://jreypo.files.wordpress.com/2012/10/img_20121007_132751_thumb.jpg" medium="image">
			<media:title type="html">IMG_20121007_132751</media:title>
		</media:content>

		<media:content url="http://jreypo.files.wordpress.com/2012/10/img_20121009_123749_thumb.jpg" medium="image">
			<media:title type="html">IMG_20121009_123749</media:title>
		</media:content>

		<media:content url="http://jreypo.files.wordpress.com/2012/10/img_20121007_185722_thumb.jpg" medium="image">
			<media:title type="html">IMG_20121007_185722</media:title>
		</media:content>

		<media:content url="http://jreypo.files.wordpress.com/2012/10/img_20121007_185552_thumb.jpg" medium="image">
			<media:title type="html">IMG_20121007_185552</media:title>
		</media:content>

		<media:content url="http://jreypo.files.wordpress.com/2012/10/img_20121007_191651_thumb.jpg" medium="image">
			<media:title type="html">IMG_20121007_191651</media:title>
		</media:content>

		<media:content url="http://jreypo.files.wordpress.com/2012/10/img_20121007_193842_thumb.jpg" medium="image">
			<media:title type="html">IMG_20121007_193842</media:title>
		</media:content>

		<media:content url="http://jreypo.files.wordpress.com/2012/10/img_20121007_202703_thumb.jpg" medium="image">
			<media:title type="html">IMG_20121007_202703</media:title>
		</media:content>

		<media:content url="http://jreypo.files.wordpress.com/2012/10/img_20121007_204114_thumb.jpg" medium="image">
			<media:title type="html">IMG_20121007_204114</media:title>
		</media:content>

		<media:content url="http://jreypo.files.wordpress.com/2012/10/img_20121007_214559_thumb.jpg" medium="image">
			<media:title type="html">IMG_20121007_214559</media:title>
		</media:content>

		<media:content url="http://jreypo.files.wordpress.com/2012/10/img_20121007_222950_thumb.jpg" medium="image">
			<media:title type="html">IMG_20121007_222950</media:title>
		</media:content>
	</item>
		<item>
		<title>VMworld 2012 Europe&#8230; I&#8217;ll be there</title>
		<link>http://jreypo.wordpress.com/2012/10/05/vmworld-2012-europe-ill-be-there/</link>
		<comments>http://jreypo.wordpress.com/2012/10/05/vmworld-2012-europe-ill-be-there/#comments</comments>
		<pubDate>Fri, 05 Oct 2012 11:58:53 +0000</pubDate>
		<dc:creator>Juan Manuel</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[VMworld]]></category>
		<category><![CDATA[VMworld 2012]]></category>

		<guid isPermaLink="false">http://jreypo.wordpress.com/?p=4016</guid>
		<description><![CDATA[Yes, this year I manage to get myself to the European edition of VMworld. I&#8217;m really excited about it, and the best is that I&#8217;ll be lucky enough to have spare time during the event to attend some of the most interesting sessions, meet other vExperts, hang in the solutions exchange with the partners, engage [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jreypo.wordpress.com&#038;blog=10844375&#038;post=4016&#038;subd=jreypo&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><a href="http://jreypo.files.wordpress.com/2012/10/vmworld-eu-hero.jpeg"><img class="alignleft size-medium wp-image-4017" title="VMworld 2012 Barcelona" src="http://jreypo.files.wordpress.com/2012/10/vmworld-eu-hero.jpeg?w=295&#038;h=99" alt="" width="295" height="99" /></a>Yes, this year I manage to get myself to the European edition of <strong>VMworld</strong>. I&#8217;m really excited about it, and the best is that I&#8217;ll be lucky enough to have spare time during the event to attend some of the most interesting sessions, meet other <strong>vExperts</strong>, hang in the solutions exchange with the partners, engage with some customers and of course go to the parties during the night (see you in the <a href="http://go.veeam.com/event-vmworld-europe-aug2012-en.html?ad=home" target="_blank">Veeam</a> one ;-)</p>
<p>So if you are coming to Spain for the most awesome tech event the year don&#8217;t forget to ping me by <a href="http://twitter.com/jreypo" target="_blank">Twitter</a> or <a href="https://plus.google.com/107485549683160294074/" target="_blank">Google Plus</a> :-)</p>
<p>See you in Barcelona my dear readers and friends :D</p>
<p>Juanma.</p>
<br />Filed under: <a href='http://jreypo.wordpress.com/category/uncategorized/'>Uncategorized</a>, <a href='http://jreypo.wordpress.com/category/vmware/'>VMware</a> Tagged: <a href='http://jreypo.wordpress.com/tag/vmware/'>VMware</a>, <a href='http://jreypo.wordpress.com/tag/vmworld/'>VMworld</a>, <a href='http://jreypo.wordpress.com/tag/vmworld-2012/'>VMworld 2012</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jreypo.wordpress.com/4016/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jreypo.wordpress.com/4016/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jreypo.wordpress.com&#038;blog=10844375&#038;post=4016&#038;subd=jreypo&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jreypo.wordpress.com/2012/10/05/vmworld-2012-europe-ill-be-there/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point>40.416691 -3.700345</georss:point>
		<geo:lat>40.416691</geo:lat>
		<geo:long>-3.700345</geo:long>
		<media:content url="http://0.gravatar.com/avatar/0eaa7d989328befc4845b88d8907337d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jreypo</media:title>
		</media:content>

		<media:content url="http://jreypo.files.wordpress.com/2012/10/vmworld-eu-hero.jpeg?w=300" medium="image">
			<media:title type="html">VMworld 2012 Barcelona</media:title>
		</media:content>
	</item>
		<item>
		<title>Power and maintenance operations in ESXi 5.1 with esxcli</title>
		<link>http://jreypo.wordpress.com/2012/09/18/power-and-maintenance-operations-in-esxi-5-1-with-esxcli/</link>
		<comments>http://jreypo.wordpress.com/2012/09/18/power-and-maintenance-operations-in-esxi-5-1-with-esxcli/#comments</comments>
		<pubDate>Tue, 18 Sep 2012 15:05:27 +0000</pubDate>
		<dc:creator>Juan Manuel</dc:creator>
				<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[esxcli]]></category>
		<category><![CDATA[ESXi]]></category>
		<category><![CDATA[esxi 5.1]]></category>
		<category><![CDATA[vSphere]]></category>
		<category><![CDATA[vSphere 5.1]]></category>

		<guid isPermaLink="false">https://jreypo.wordpress.com/?p=4008</guid>
		<description><![CDATA[ESXi 5.1 comes with many improvements and one of them is new namespaces and commands in esxcli. Those new commands enable a system administrator to perform a shutdown, a reboot or a maintenance operation in a host. Under the system namespace the new commands are the equivalents of the classic vicfg/esxcfg-hostops which until now was [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jreypo.wordpress.com&#038;blog=10844375&#038;post=4008&#038;subd=jreypo&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><strong>ESXi 5.1</strong> comes with many improvements and one of them is new namespaces and commands in <strong>esxcli</strong>.</p>
<p>Those new commands enable a system administrator to perform a shutdown, a reboot or a maintenance operation in a host.</p>
<p>Under the <em>system</em> namespace the new commands are the equivalents of the classic vicfg/esxcfg-hostops which until now was the only way to perform such kind of operations with vCLI and are also accesible locally on ESXi Shell.</p>
<p><a href="http://jreypo.files.wordpress.com/2012/09/image18.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;" title="image" src="http://jreypo.files.wordpress.com/2012/09/image_thumb18.png?w=600&#038;h=250" alt="image" width="600" height="250" border="0" /></a></p>
<h4>Maintenance mode operations</h4>
<p>Getting the basic usage of the command is as simple as always. You can perform two operations.</p>
<ul>
<li>Get the state of the host</li>
<li>Put the the host in or out of Maintenance Mode</li>
</ul>
<pre>~ # esxcli system maintenanceMode 
Usage: esxcli system maintenanceMode {cmd} [cmd options]
Available Commands: 
  get                   Get the maintenance mode state of the system. 
  set                   Enable or disable the maintenance mode of the system. 
~ #</pre>
<ul>
<li>Get the state of the host</li>
</ul>
<pre>~ # esxcli system maintenanceMode get 
Disabled 
~ #</pre>
<ul>
<li>Put the host in Maintenance Mode</li>
</ul>
<pre>~ # esxcli system maintenanceMode set -e true -t 0 
~ # 
~ # esxcli system maintenanceMode get 
Enabled 
~ #</pre>
<h4>Power operations</h4>
<p>With the <em>shutdown</em> command the host can be either rebooted or shutdown. If the ESXi server is not in Maintenance Mode mode the operation will not be allowed.</p>
<pre>~ # esxcli system shutdown 
Usage: esxcli system shutdown {cmd} [cmd options]
Available Commands: 
  poweroff              Power off the system. The host must be in maintenance mode. 
  reboot                Reboot the system. The host must be in maintenance mode. 
~ #</pre>
<p>For both task the delay and reason parameter must be provided.</p>
<pre>~ # esxcli system shutdown poweroff 
Error: Missing required parameter -r|--reason
Usage: esxcli system shutdown poweroff [cmd options]
Description: 
  poweroff              Power off the system. The host must be in maintenance mode.
Cmd options: 
  -d|--delay=&lt;long&gt;     Delay interval in seconds 
  -r|--reason=&lt;str&gt;     Reason for performing the operation (required) 
~ #</pre>
<ul>
<li>Power off the host</li>
</ul>
<pre>~ # esxcli system shutdown poweroff --delay=10 --reason=”Hardware maintenance”</pre>
<ul>
<li>Reboot the host</li>
</ul>
<pre>~ # esxcli system shutdown reboot -d 10 –r “Patches applied”</pre>
<p>Juanma.</p>
<br />Filed under: <a href='http://jreypo.wordpress.com/category/virtualization/'>Virtualization</a>, <a href='http://jreypo.wordpress.com/category/vmware/'>VMware</a> Tagged: <a href='http://jreypo.wordpress.com/tag/esxcli/'>esxcli</a>, <a href='http://jreypo.wordpress.com/tag/esxi/'>ESXi</a>, <a href='http://jreypo.wordpress.com/tag/esxi-5-1/'>esxi 5.1</a>, <a href='http://jreypo.wordpress.com/tag/vmware/'>VMware</a>, <a href='http://jreypo.wordpress.com/tag/vsphere/'>vSphere</a>, <a href='http://jreypo.wordpress.com/tag/vsphere-5-1/'>vSphere 5.1</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jreypo.wordpress.com/4008/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jreypo.wordpress.com/4008/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jreypo.wordpress.com&#038;blog=10844375&#038;post=4008&#038;subd=jreypo&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jreypo.wordpress.com/2012/09/18/power-and-maintenance-operations-in-esxi-5-1-with-esxcli/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		<georss:point>40.416691 -3.700345</georss:point>
		<geo:lat>40.416691</geo:lat>
		<geo:long>-3.700345</geo:long>
		<media:content url="http://0.gravatar.com/avatar/0eaa7d989328befc4845b88d8907337d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jreypo</media:title>
		</media:content>

		<media:content url="http://jreypo.files.wordpress.com/2012/09/image_thumb18.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>
	</item>
		<item>
		<title>VCSA 5.1&#8211; Deployment and upgrade</title>
		<link>http://jreypo.wordpress.com/2012/09/05/vcsa-5-1-deployment-and-upgrade/</link>
		<comments>http://jreypo.wordpress.com/2012/09/05/vcsa-5-1-deployment-and-upgrade/#comments</comments>
		<pubDate>Wed, 05 Sep 2012 17:22:43 +0000</pubDate>
		<dc:creator>Juan Manuel</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[vCenter Server]]></category>
		<category><![CDATA[vCenter Server Appliance]]></category>
		<category><![CDATA[VCSA]]></category>
		<category><![CDATA[vSphere]]></category>
		<category><![CDATA[vSphere 5.1]]></category>

		<guid isPermaLink="false">https://jreypo.wordpress.com/?p=4002</guid>
		<description><![CDATA[In the last post we discussed about the new features and changes that comes with version 5.1 of the VMware vCenter Server Appliance. In this new one I will explain how to deploy it and perform an upgrade. VCSA Deployment The deployment of the VCSA 5.1 is very similar to the previous version. Use the [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jreypo.wordpress.com&#038;blog=10844375&#038;post=4002&#038;subd=jreypo&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>In the <a title="VCSA 5.1– A quick look" href="/2012/08/28/vcva-5-1-a-quick-look/">last post</a> we discussed about the new features and changes that comes with version 5.1 of the <strong>VMware vCenter Server Appliance</strong>. In this new one I will explain how to deploy it and perform an upgrade.</p>
<h4>VCSA Deployment</h4>
<p>The deployment of the VCSA 5.1 is very similar to the previous version. Use the vSphere Client to deploy a new OVF template and browse to the VCSA OVA package, follow the instructions until you get to the <em>Networking Properties</em> screen.</p>
<p>Here you can pre-set the networking configuration values of the appliance.</p>
<p><a href="http://jreypo.files.wordpress.com/2012/09/image.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;" title="image" src="http://jreypo.files.wordpress.com/2012/09/image_thumb.png?w=600&#038;h=568" alt="image" width="600" height="568" border="0" /></a></p>
<p>If you are going to do a fresh VCSA or vSphere installation enter the appropriate values on each field. If you want to perform an upgrade instead leave them blank to get the info by DHCP or put a temporal IP address if there is no DCHP server in place. You don’t need to put here the final values since during the upgrading process all the network settings will be migrated.</p>
<p>Let the deployment process finish and power on the vCenter appliance. During the boot process you can see how the network configuration is applied to the VM.</p>
<p><a href="http://jreypo.files.wordpress.com/2012/09/image1.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;" title="image" src="http://jreypo.files.wordpress.com/2012/09/image_thumb1.png?w=600&#038;h=416" alt="image" width="600" height="416" border="0" /></a></p>
<p>And finally you will reach the familiar blue screen.</p>
<p><a href="http://jreypo.files.wordpress.com/2012/09/image2.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;" title="image" src="http://jreypo.files.wordpress.com/2012/09/image_thumb2.png?w=600&#038;h=416" alt="image" width="600" height="416" border="0" /></a></p>
<p>That’s it, now proceed to the <em>WebUI</em> to complete VCSA setup. In your first log into the vCenter a wizard will appear.</p>
<p><a href="http://jreypo.files.wordpress.com/2012/09/image3.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;" title="image" src="http://jreypo.files.wordpress.com/2012/09/image_thumb3.png?w=600&#038;h=550" alt="image" width="600" height="550" border="0" /></a></p>
<p>After accepting the EULA you will presented with four options:</p>
<ul>
<li>Configure with default settings</li>
<li>Upgrade from a previous version, which also gives you the option to use the default Single Sign On configuration.</li>
<li>Upload configuration file. Very useful in case your vCenter Server virtual machine gets corrupted or you messed it up, if have a saved copy of the most recent configuration file you can deploy a new appliance and quickly restore its settings by uploading it.</li>
<li>Set custom configuration &lt;- I used this option for my homelab testing.</li>
</ul>
<p><a href="http://jreypo.files.wordpress.com/2012/09/image4.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;" title="image" src="http://jreypo.files.wordpress.com/2012/09/image_thumb4.png?w=600&#038;h=419" alt="image" width="600" height="419" border="0" /></a></p>
<p>In the next screen you choose which database you want to use, the <strong>vPostgres</strong> embedded or an Oracle external.</p>
<p><a href="http://jreypo.files.wordpress.com/2012/09/image5.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;" title="image" src="http://jreypo.files.wordpress.com/2012/09/image_thumb5.png?w=600&#038;h=422" alt="image" width="600" height="422" border="0" /></a></p>
<p>Now we must choose the options for the <strong>Single Sign On</strong> server. vCenter 5.1 comes with a new component known as the Single Sign On server, or SSO.</p>
<p>SSO allows an administrator to login through the vSphere Web Client or the API and perform operations across all components of the vCloud Suite without having to log into them separately. It integrates with multiple identity sources like Windows Active Directory, NIS and OpenLDAP. The SSO is a requirement for the Inventory Service, vCenter Server and the Web Client.</p>
<p>In the Windows based vCenter installer SSO comes as a separate component that can be installed in the same VM as the vCenter or in a different one as a stand-alone server, in High Availability mode or even in a multisite environment.</p>
<p>The VCSA comes with the SSO embedded however it is prepared to use an external SSO server too. If choose the external SSO deployment mode all the appropriate information must be provided in this screen. Again as with the vCenter itself the database type must be set.</p>
<p><a href="http://jreypo.files.wordpress.com/2012/09/image6.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;" title="image" src="http://jreypo.files.wordpress.com/2012/09/image_thumb6.png?w=600&#038;h=422" alt="image" width="600" height="422" border="0" /></a></p>
<p>Finally set the Active Directory configuration accordingly to your environment, review the configuration and click Start to begin.</p>
<p><a href="http://jreypo.files.wordpress.com/2012/09/image7.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;" title="image" src="http://jreypo.files.wordpress.com/2012/09/image_thumb7.png?w=600&#038;h=421" alt="image" width="600" height="421" border="0" /></a></p>
<p>At the end if everything goes fine you will see a screen with a confirmation, click close and will see al the vCenter services up and ready in the main screen of the <em>WebUI</em>.</p>
<p><a href="http://jreypo.files.wordpress.com/2012/09/image8.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;" title="image" src="http://jreypo.files.wordpress.com/2012/09/image_thumb8.png?w=600&#038;h=386" alt="image" width="600" height="386" border="0" /></a></p>
<p>The deployment and basic setup of the VCSA is done, at this point all other components and settings can be setup from here.</p>
<h4>VCSA Upgrade</h4>
<p>The upgrade of the vCenter Server Appliance will allow to update to a different OS version and migrate to a different database.</p>
<p>If you are upgrading from 5.0 to 5.1 and using the embedded database, it will be migrated from IBM DB2 to <strong>VMware vPostgres</strong>.  The configuration state will be preserved and the schema will be upgraded in order to be compatible with 5.1. VCSA 5.0 Update 1 already comes with vPostgres instead of DB2.</p>
<p>The major upgrade is supported from 5.0 and updates to 5.1.</p>
<p>The upgrading process is relatively simple:</p>
<ul>
<li>Deploy VCSA 5.1.</li>
<li>Set the 5.0 appliance as source and 5.1 as destination.</li>
<li>Establish a connection between both VCSAs.</li>
<li>Import network configuration of existing VCSA.</li>
</ul>
<ul>Prior to the upgrading the VCVA 5.1 must have a valid network connection and vCenter Server service must be stopped and un-configured.</ul>
<p>Deploy the appliance as shown above, log into the WebUI and in the wizard accept the EULA in the first screen and select <em>Upgrade from previous version</em> in the second, let <em>Use default SSO configuration</em> as it comes by default.</p>
<p>The next screen that will be displayed is the Local and Remote Appliance keys.</p>
<p><a href="http://jreypo.files.wordpress.com/2012/09/image9.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;" title="image" src="http://jreypo.files.wordpress.com/2012/09/image_thumb9.png?w=600&#038;h=419" alt="image" width="600" height="419" border="0" /></a></p>
<p>Here we have put the current VCSA 5.0 key. To do so go to the <em>Upgrade</em> tab in VCSA 5.0 web interface. In the <em>Prepare</em> section select <em>source</em> and click <em>Set role</em>.</p>
<p><a href="http://jreypo.files.wordpress.com/2012/09/image10.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;" title="image" src="http://jreypo.files.wordpress.com/2012/09/image_thumb10.png?w=600&#038;h=203" alt="image" width="600" height="203" border="0" /></a></p>
<p>Go back to the VCSA 5.1 and copy the<em> Local appliance key</em>. On the 5.0 appliance click on <em>Establish Trust</em> and paste the copied key in the<em> Remote key appliance</em> key field. Click on<em> Import remote key</em> and wait for the import to complete.</p>
<p><a href="http://jreypo.files.wordpress.com/2012/09/image11.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;" title="image" src="http://jreypo.files.wordpress.com/2012/09/image_thumb11.png?w=600&#038;h=312" alt="image" width="600" height="312" border="0" /></a></p>
<p>In the VCSA 5.0 copy the <em>Local appliance key</em>. Go to 5.1 vCenter, paste that key on the <em>Remote appliance key</em> field of the setup wizard screen and click <em>Next</em>. The <em>Pre-Upgrade Checker</em> screen will show up.</p>
<p><a href="http://jreypo.files.wordpress.com/2012/09/image12.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;" title="image" src="http://jreypo.files.wordpress.com/2012/09/image_thumb12.png?w=600&#038;h=419" alt="image" width="600" height="419" border="0" /></a></p>
<p>After this a check will be run against the ESX/ESXi managed by the old VCSA and it will generate a report.</p>
<p><a href="http://jreypo.files.wordpress.com/2012/09/image13.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;" title="image" src="http://jreypo.files.wordpress.com/2012/09/image_thumb13.png?w=600&#038;h=422" alt="image" width="600" height="422" border="0" /></a></p>
<p>And the final screen will appear asking for confirmation. Click on the confirmation checkbox and in Start.</p>
<p><a href="http://jreypo.files.wordpress.com/2012/09/image14.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;" title="image" src="http://jreypo.files.wordpress.com/2012/09/image_thumb14.png?w=600&#038;h=419" alt="image" width="600" height="419" border="0" /></a></p>
<p>During the upgrade VCSA 5.1 will shutdown the 5.0 virtual appliance and assumes its network identity.</p>
<p>When the process is done a final screen will appear.</p>
<p><a href="http://jreypo.files.wordpress.com/2012/09/image15.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;" title="image" src="http://jreypo.files.wordpress.com/2012/09/image_thumb15.png?w=600&#038;h=422" alt="image" width="600" height="422" border="0" /></a></p>
<p>If you want to check if the process is done log into the VCSA through SSH and list the vmware services, <strong>vmware-sso</strong> just to name one will show up on the list.</p>
<p><a href="http://jreypo.files.wordpress.com/2012/09/image16.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;" title="image" src="http://jreypo.files.wordpress.com/2012/09/image_thumb16.png?w=600&#038;h=369" alt="image" width="600" height="369" border="0" /></a></p>
<p>Also you can access the vSphere Web Client and will see the new 5.1 client.</p>
<p><a href="http://jreypo.files.wordpress.com/2012/09/image17.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;" title="image" src="http://jreypo.files.wordpress.com/2012/09/image_thumb17.png?w=600&#038;h=401" alt="image" width="600" height="401" border="0" /></a></p>
<p>Juanma.</p>
<br />Filed under: <a href='http://jreypo.wordpress.com/category/uncategorized/'>Uncategorized</a> Tagged: <a href='http://jreypo.wordpress.com/tag/vcenter-server/'>vCenter Server</a>, <a href='http://jreypo.wordpress.com/tag/vcenter-server-appliance/'>vCenter Server Appliance</a>, <a href='http://jreypo.wordpress.com/tag/vcsa/'>VCSA</a>, <a href='http://jreypo.wordpress.com/tag/vsphere/'>vSphere</a>, <a href='http://jreypo.wordpress.com/tag/vsphere-5-1/'>vSphere 5.1</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jreypo.wordpress.com/4002/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jreypo.wordpress.com/4002/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jreypo.wordpress.com&#038;blog=10844375&#038;post=4002&#038;subd=jreypo&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jreypo.wordpress.com/2012/09/05/vcsa-5-1-deployment-and-upgrade/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		<georss:point>40.416691 -3.700345</georss:point>
		<geo:lat>40.416691</geo:lat>
		<geo:long>-3.700345</geo:long>
		<media:content url="http://0.gravatar.com/avatar/0eaa7d989328befc4845b88d8907337d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jreypo</media:title>
		</media:content>

		<media:content url="http://jreypo.files.wordpress.com/2012/09/image_thumb.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://jreypo.files.wordpress.com/2012/09/image_thumb1.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://jreypo.files.wordpress.com/2012/09/image_thumb2.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://jreypo.files.wordpress.com/2012/09/image_thumb3.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://jreypo.files.wordpress.com/2012/09/image_thumb4.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://jreypo.files.wordpress.com/2012/09/image_thumb5.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://jreypo.files.wordpress.com/2012/09/image_thumb6.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://jreypo.files.wordpress.com/2012/09/image_thumb7.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://jreypo.files.wordpress.com/2012/09/image_thumb8.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://jreypo.files.wordpress.com/2012/09/image_thumb9.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://jreypo.files.wordpress.com/2012/09/image_thumb10.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://jreypo.files.wordpress.com/2012/09/image_thumb11.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://jreypo.files.wordpress.com/2012/09/image_thumb12.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://jreypo.files.wordpress.com/2012/09/image_thumb13.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://jreypo.files.wordpress.com/2012/09/image_thumb14.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://jreypo.files.wordpress.com/2012/09/image_thumb15.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://jreypo.files.wordpress.com/2012/09/image_thumb16.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://jreypo.files.wordpress.com/2012/09/image_thumb17.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>
	</item>
		<item>
		<title>VCSA 5.1&#8211; A quick look</title>
		<link>http://jreypo.wordpress.com/2012/08/28/vcva-5-1-a-quick-look/</link>
		<comments>http://jreypo.wordpress.com/2012/08/28/vcva-5-1-a-quick-look/#comments</comments>
		<pubDate>Tue, 28 Aug 2012 13:21:44 +0000</pubDate>
		<dc:creator>Juan Manuel</dc:creator>
				<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[vCenter Server]]></category>
		<category><![CDATA[vCenter Server Appliance]]></category>
		<category><![CDATA[vCloud Suite]]></category>
		<category><![CDATA[VCSA]]></category>
		<category><![CDATA[vSphere]]></category>
		<category><![CDATA[vSphere 5.1]]></category>

		<guid isPermaLink="false">https://jreypo.wordpress.com/?p=3952</guid>
		<description><![CDATA[Yesterday was a very exciting day, VMware finally announced the new vCloud Suite 5.1. With new products and features announced, each one of them as great as ever. But yours truly decided that instead of presenting you a generic &#8220;What’s new” post it was more interesting, at least for me and hope also to you, [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jreypo.wordpress.com&#038;blog=10844375&#038;post=3952&#038;subd=jreypo&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Yesterday was a very exciting day, <strong>VMware</strong> finally announced the new vCloud Suite 5.1. With new products and features announced, each one of them as great as ever.</p>
<p>But yours truly decided that instead of presenting you a generic &#8220;What’s new” post it was more interesting, at least for me and hope also to you, to focus in one of my favorite pieces of vSphere, the <strong>vCenter Server Virtual Appliance</strong> and in a couple of articles describe what new features are coming and how to perform an upgrade from 5.0 to 5.1.</p>
<h4>What’s new in the VCSA 5.1</h4>
<p>With this new release of the<strong> vCenter Server VA</strong> a few new features have been added, most of them related to the WebUI and to the new features and services that have been released globally for the vCenter 5.1, Windows and Linux based versions.</p>
<p>These new enhancements can be seen in the Summary section of the<strong> vCenter Server Tab</strong> as shown in the screenshot below.</p>
<p><a href="http://jreypo.files.wordpress.com/2012/08/image2.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;" title="image" src="http://jreypo.files.wordpress.com/2012/08/image_thumb2.png?w=600&#038;h=376" alt="image" width="600" height="376" border="0" /></a></p>
<p>From here all the vCenter Service can be started and stopped. The Services Tab no longer exists and it’s now a section of the vCenter Server Tab.</p>
<p>In the Storage Usage are you can check the disk usage of the different components of the VCSA.</p>
<p>There is also a Utilities are where you can:</p>
<ul>
<li>Generate a support bundle in case of an incidence with the vCenter Server.</li>
<li>Download the configuration file of the VCSA and then open it in your favorite text editor.</li>
</ul>
<p><a href="http://jreypo.files.wordpress.com/2012/08/image3.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;" title="image" src="http://jreypo.files.wordpress.com/2012/08/image_thumb3.png?w=600&#038;h=367" alt="image" width="600" height="367" border="0" /></a></p>
<ul>
<li>Launch again the Setup Wizard to configure the VCSA from scratch or make modifications to some of he initial settings.</li>
<li>Upload the Windows Sysprep files to the vCenter VA.</li>
</ul>
<ul>
<ul>For this last option the procedure is quite simple. Click the</ul>
</ul>
<p><em>Upload</em></p>
<ul>button.</ul>
<p><a href="http://jreypo.files.wordpress.com/2012/08/image4.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;" title="image" src="http://jreypo.files.wordpress.com/2012/08/image_thumb4.png?w=363&#038;h=176" alt="image" width="363" height="176" border="0" /></a></p>
<p>A new windows will open, select the operating system and browse for the location of the files.</p>
<p><a href="http://jreypo.files.wordpress.com/2012/08/image5.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;" title="image" src="http://jreypo.files.wordpress.com/2012/08/image_thumb5.png?w=600&#038;h=468" alt="image" width="600" height="468" border="0" /></a></p>
<p>The files will be uploaded to <strong>/etc/vmware-vpx/sysprep/&lt;OS&gt;</strong>.</p>
<p>Additionally in the vCenter Server Tab two new sections have been added.</p>
<p>The <strong>Service sectio</strong>n where the VCSA administrator can setup:</p>
<ul>
<li>ESXi Dump Collector repository size</li>
<li>vSphere Auto Deploy repository size</li>
<li>Inventory size</li>
</ul>
<p><a href="http://jreypo.files.wordpress.com/2012/08/image6.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;" title="image" src="http://jreypo.files.wordpress.com/2012/08/image_thumb6.png?w=600&#038;h=235" alt="image" width="600" height="235" border="0" /></a></p>
<p>The <strong>SSO section</strong>. Here you can configure all the settings related to the newly introduced Single Sign On server.</p>
<p><a href="http://jreypo.files.wordpress.com/2012/08/image7.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;" title="image" src="http://jreypo.files.wordpress.com/2012/08/image_thumb7.png?w=600&#038;h=483" alt="image" width="600" height="483" border="0" /></a></p>
<p>In the next post we will discuss about VCSA 5.1 initial deployment and how to upgrade from 5.0 and 5.1.</p>
<p>Juanma.</p>
<br />Filed under: <a href='http://jreypo.wordpress.com/category/virtualization/'>Virtualization</a>, <a href='http://jreypo.wordpress.com/category/vmware/'>VMware</a> Tagged: <a href='http://jreypo.wordpress.com/tag/vcenter-server/'>vCenter Server</a>, <a href='http://jreypo.wordpress.com/tag/vcenter-server-appliance/'>vCenter Server Appliance</a>, <a href='http://jreypo.wordpress.com/tag/vcloud-suite/'>vCloud Suite</a>, <a href='http://jreypo.wordpress.com/tag/vcsa/'>VCSA</a>, <a href='http://jreypo.wordpress.com/tag/vmware/'>VMware</a>, <a href='http://jreypo.wordpress.com/tag/vsphere/'>vSphere</a>, <a href='http://jreypo.wordpress.com/tag/vsphere-5-1/'>vSphere 5.1</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jreypo.wordpress.com/3952/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jreypo.wordpress.com/3952/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jreypo.wordpress.com&#038;blog=10844375&#038;post=3952&#038;subd=jreypo&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jreypo.wordpress.com/2012/08/28/vcva-5-1-a-quick-look/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<georss:point>40.416691 -3.700345</georss:point>
		<geo:lat>40.416691</geo:lat>
		<geo:long>-3.700345</geo:long>
		<media:content url="http://0.gravatar.com/avatar/0eaa7d989328befc4845b88d8907337d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jreypo</media:title>
		</media:content>

		<media:content url="http://jreypo.files.wordpress.com/2012/08/image_thumb2.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://jreypo.files.wordpress.com/2012/08/image_thumb3.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://jreypo.files.wordpress.com/2012/08/image_thumb4.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://jreypo.files.wordpress.com/2012/08/image_thumb5.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://jreypo.files.wordpress.com/2012/08/image_thumb6.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://jreypo.files.wordpress.com/2012/08/image_thumb7.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>
	</item>
		<item>
		<title>Change ESXi 5 iSCSI iqn with esxcli</title>
		<link>http://jreypo.wordpress.com/2012/08/02/change-esxi-5-iscsi-iqn-with-esxcli/</link>
		<comments>http://jreypo.wordpress.com/2012/08/02/change-esxi-5-iscsi-iqn-with-esxcli/#comments</comments>
		<pubDate>Thu, 02 Aug 2012 19:34:37 +0000</pubDate>
		<dc:creator>Juan Manuel</dc:creator>
				<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[esxcli]]></category>
		<category><![CDATA[ESXi]]></category>
		<category><![CDATA[ESXi5]]></category>
		<category><![CDATA[iqn]]></category>
		<category><![CDATA[iSCSI]]></category>
		<category><![CDATA[vSphere]]></category>
		<category><![CDATA[vSphere CLI]]></category>

		<guid isPermaLink="false">https://jreypo.wordpress.com/?p=3934</guid>
		<description><![CDATA[After my previous post about getting the iqn of an ESXi using esxcli Andy Banta (@andybanta) commented on Twitter that you can also change the iqn of the host with esxcli. As he said it would be tremendously useful if you need to physically replace the server and don’t want to modify all your storage [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jreypo.wordpress.com&#038;blog=10844375&#038;post=3934&#038;subd=jreypo&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>After my previous post about <a href="/2012/08/02/how-to-get-iscsi-iqn-using-esxcli-in-esxi-5/" target="_blank">getting the <em>iqn</em> of an ESXi using esxcli</a> Andy Banta (<a href="http://twitter.com/andybanta" target="_blank">@andybanta</a>) commented on Twitter that you can also change the <em>iqn</em> of the host with <strong>esxcli</strong>.</p>
<p>As he said it would be tremendously useful if you need to physically replace the server and don’t want to modify all your storage infrastructure, it’s easier to just modify the <em>iqn</em> of the new server and set it to the old name.</p>
<p>The task is as easier as the one described in last post. Using <strong>esxcli</strong> command with the iscsi namespace you can change the name and the alias of the adapter.</p>
<p><a href="http://jreypo.files.wordpress.com/2012/08/screenshot-from-2012-08-02-21_15_52.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;" title="Screenshot from 2012-08-02 21_15_52" src="http://jreypo.files.wordpress.com/2012/08/screenshot-from-2012-08-02-21_15_52_thumb.png?w=600&#038;h=349" alt="Screenshot from 2012-08-02 21_15_52" width="600" height="349" border="0" /></a></p>
<p>As a precaution first retrieve the current iqn to check that it’s the correct server.</p>
<p><a href="http://jreypo.files.wordpress.com/2012/08/screenshot-from-2012-08-02-21_20_08.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;" title="Screenshot from 2012-08-02 21_20_08" src="http://jreypo.files.wordpress.com/2012/08/screenshot-from-2012-08-02-21_20_08_thumb.png?w=600&#038;h=245" alt="Screenshot from 2012-08-02 21_20_08" width="600" height="245" border="0" /></a></p>
<p>To change the name you have to provide the adapter and the new name.</p>
<p><a href="http://jreypo.files.wordpress.com/2012/08/screenshot-from-2012-08-02-21_22_03.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border:0;" title="Screenshot from 2012-08-02 21_22_03" src="http://jreypo.files.wordpress.com/2012/08/screenshot-from-2012-08-02-21_22_03_thumb.png?w=600&#038;h=210" alt="Screenshot from 2012-08-02 21_22_03" width="600" height="210" border="0" /></a></p>
<p>Hope you find this useful, any comments and suggestions are welcome as always.</p>
<p>Juanma.</p>
<br />Filed under: <a href='http://jreypo.wordpress.com/category/virtualization/'>Virtualization</a>, <a href='http://jreypo.wordpress.com/category/vmware/'>VMware</a> Tagged: <a href='http://jreypo.wordpress.com/tag/esxcli/'>esxcli</a>, <a href='http://jreypo.wordpress.com/tag/esxi/'>ESXi</a>, <a href='http://jreypo.wordpress.com/tag/esxi5/'>ESXi5</a>, <a href='http://jreypo.wordpress.com/tag/iqn/'>iqn</a>, <a href='http://jreypo.wordpress.com/tag/iscsi/'>iSCSI</a>, <a href='http://jreypo.wordpress.com/tag/vsphere/'>vSphere</a>, <a href='http://jreypo.wordpress.com/tag/vsphere-cli/'>vSphere CLI</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jreypo.wordpress.com/3934/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jreypo.wordpress.com/3934/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jreypo.wordpress.com&#038;blog=10844375&#038;post=3934&#038;subd=jreypo&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jreypo.wordpress.com/2012/08/02/change-esxi-5-iscsi-iqn-with-esxcli/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point>40.416691 -3.700345</georss:point>
		<geo:lat>40.416691</geo:lat>
		<geo:long>-3.700345</geo:long>
		<media:content url="http://0.gravatar.com/avatar/0eaa7d989328befc4845b88d8907337d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jreypo</media:title>
		</media:content>

		<media:content url="http://jreypo.files.wordpress.com/2012/08/screenshot-from-2012-08-02-21_15_52_thumb.png" medium="image">
			<media:title type="html">Screenshot from 2012-08-02 21_15_52</media:title>
		</media:content>

		<media:content url="http://jreypo.files.wordpress.com/2012/08/screenshot-from-2012-08-02-21_20_08_thumb.png" medium="image">
			<media:title type="html">Screenshot from 2012-08-02 21_20_08</media:title>
		</media:content>

		<media:content url="http://jreypo.files.wordpress.com/2012/08/screenshot-from-2012-08-02-21_22_03_thumb.png" medium="image">
			<media:title type="html">Screenshot from 2012-08-02 21_22_03</media:title>
		</media:content>
	</item>
		<item>
		<title>How to get iSCSI iqn using esxcli in ESXi 5</title>
		<link>http://jreypo.wordpress.com/2012/08/02/how-to-get-iscsi-iqn-using-esxcli-in-esxi-5/</link>
		<comments>http://jreypo.wordpress.com/2012/08/02/how-to-get-iscsi-iqn-using-esxcli-in-esxi-5/#comments</comments>
		<pubDate>Thu, 02 Aug 2012 11:55:50 +0000</pubDate>
		<dc:creator>Juan Manuel</dc:creator>
				<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[esxcli]]></category>
		<category><![CDATA[ESXi]]></category>
		<category><![CDATA[ESXi5]]></category>
		<category><![CDATA[iqn]]></category>
		<category><![CDATA[iSCSI]]></category>
		<category><![CDATA[vSphere]]></category>
		<category><![CDATA[vSphere CLI]]></category>

		<guid isPermaLink="false">https://jreypo.wordpress.com/?p=3923</guid>
		<description><![CDATA[Back in 2010 I wrote a post about how to get the iSCSI iqn of an ESXi 4.x server using vSphere CLI from the vMA or any other system with the vCLI installed on it. The method described in that article is still valid for ESXi 5.0 since the old vicfg and esxcfg commands are [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jreypo.wordpress.com&#038;blog=10844375&#038;post=3923&#038;subd=jreypo&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Back in 2010 I wrote a post about <a href="http://jreypo.wordpress.com/2010/12/13/get-the-iscsi-iqn-of-an-esxi-using-the-cli/" target="_blank">how to get the iSCSI iqn of an ESXi 4.x</a> server using vSphere CLI from the vMA or any other system with the vCLI installed on it.</p>
<p>The method described in that article is still valid for ESXi 5.0 since the old <em>vicfg</em> and <em>esxcfg</em> commands are still available, however with 5.0 version you can get a similar result using the new <em>esxcli</em> namespaces, following is how to do it.</p>
<p>First task is to get a list of the iSCSI HBAs in order to know the name of the software iSCSI initiator.</p>
<p><a href="http://jreypo.files.wordpress.com/2012/08/image.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;" title="image" src="http://jreypo.files.wordpress.com/2012/08/image_thumb.png?w=600&#038;h=91" alt="image" width="600" height="91" border="0" /></a></p>
<p>Next we get the info of the adapter.</p>
<p><a href="http://jreypo.files.wordpress.com/2012/08/image1.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;" title="image" src="http://jreypo.files.wordpress.com/2012/08/image_thumb1.png?w=600&#038;h=220" alt="image" width="600" height="220" border="0" /></a></p>
<p>Look at the <em>Name</em> field to get the iqn and we are done.</p>
<p>Juanma.</p>
<br />Filed under: <a href='http://jreypo.wordpress.com/category/virtualization/'>Virtualization</a>, <a href='http://jreypo.wordpress.com/category/vmware/'>VMware</a> Tagged: <a href='http://jreypo.wordpress.com/tag/esxcli/'>esxcli</a>, <a href='http://jreypo.wordpress.com/tag/esxi/'>ESXi</a>, <a href='http://jreypo.wordpress.com/tag/esxi5/'>ESXi5</a>, <a href='http://jreypo.wordpress.com/tag/iqn/'>iqn</a>, <a href='http://jreypo.wordpress.com/tag/iscsi/'>iSCSI</a>, <a href='http://jreypo.wordpress.com/tag/vsphere/'>vSphere</a>, <a href='http://jreypo.wordpress.com/tag/vsphere-cli/'>vSphere CLI</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jreypo.wordpress.com/3923/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jreypo.wordpress.com/3923/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jreypo.wordpress.com&#038;blog=10844375&#038;post=3923&#038;subd=jreypo&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jreypo.wordpress.com/2012/08/02/how-to-get-iscsi-iqn-using-esxcli-in-esxi-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point>40.416691 -3.700345</georss:point>
		<geo:lat>40.416691</geo:lat>
		<geo:long>-3.700345</geo:long>
		<media:content url="http://0.gravatar.com/avatar/0eaa7d989328befc4845b88d8907337d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jreypo</media:title>
		</media:content>

		<media:content url="http://jreypo.files.wordpress.com/2012/08/image_thumb.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://jreypo.files.wordpress.com/2012/08/image_thumb1.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>
	</item>
		<item>
		<title>A bit of troubleshooting of the vCenter Server Appliance</title>
		<link>http://jreypo.wordpress.com/2012/06/28/a-bit-of-troubleshooting-of-the-vcenter-server-appliance/</link>
		<comments>http://jreypo.wordpress.com/2012/06/28/a-bit-of-troubleshooting-of-the-vcenter-server-appliance/#comments</comments>
		<pubDate>Thu, 28 Jun 2012 15:40:10 +0000</pubDate>
		<dc:creator>Juan Manuel</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[vCenter Server]]></category>
		<category><![CDATA[vCenter Server Appliancev]]></category>
		<category><![CDATA[VCSA]]></category>
		<category><![CDATA[vSphere 5]]></category>

		<guid isPermaLink="false">https://jreypo.wordpress.com/?p=3911</guid>
		<description><![CDATA[If your vCSA is configured to use the embedded DB2 database and if it’s not properly shutdown, next you power it on may be you should not be able to power on a VM like in the screenshot below… …or the vSphere Client will not show some of information about the host or the VMs. [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jreypo.wordpress.com&#038;blog=10844375&#038;post=3911&#038;subd=jreypo&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>If your <strong>vCSA</strong> is configured to use the embedded DB2 database and if it’s not properly shutdown, next you power it on may be you should not be able to power on a VM like in the screenshot below…</p>
<p><a href="http://jreypo.files.wordpress.com/2012/06/image.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;" title="image" src="http://jreypo.files.wordpress.com/2012/06/image_thumb.png?w=392&#038;h=340" alt="image" width="392" height="340" border="0" /></a></p>
<p>…or the vSphere Client will not show some of information about the host or the VMs.</p>
<p><a href="http://jreypo.files.wordpress.com/2012/06/image1.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;" title="image" src="http://jreypo.files.wordpress.com/2012/06/image_thumb1.png?w=600&#038;h=374" alt="image" width="600" height="374" border="0" /></a></p>
<p>We all have seen those kind of errors in our homelabs from time to time. In the Windows-based vCenter it was relatively easy to solve, close the client, log into the vCenter, restart the vCenter Server service and in the next login into the vSphere Client everything will go as expected.</p>
<p>However how can we resolve this issue in the vCenter Linux appliance? Can’t be easier.</p>
<p>There are two ways to restart the vCenter services in the vCSA:</p>
<ul>
<li>From he WebUI administration interface</li>
<li>From the command line</li>
</ul>
<p>For the first method log into the WebUI of the vCSA by accessing <a href="https://&lt;vCSA_URL&gt;:5480"><strong>https://&lt;vCSA_URL&gt;:5480</strong></a><strong> </strong>with your favorite web browser.</p>
<p><a href="http://jreypo.files.wordpress.com/2012/06/image2.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;" title="image" src="http://jreypo.files.wordpress.com/2012/06/image_thumb2.png?w=600&#038;h=496" alt="image" width="600" height="496" border="0" /></a></p>
<p>In the <em>vCenter Server</em> screen in the <em>Status</em> tab there stop and start the vCenter Server service from the Action buttons.</p>
<p>The second method is faster and easier, and to be sincere it feels more natural for me and probably for the other Unix Geek/Sysadmins out there.</p>
<p>The vCenter service in the Linux appliance is <strong>vmware-vpxd</strong> so with a simple <em>service vmware-vpxd</em> <em>restart</em> we’ll be on business again. Check the screenshot below.</p>
<p><a href="http://jreypo.files.wordpress.com/2012/06/image3.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border:0;" title="image" src="http://jreypo.files.wordpress.com/2012/06/image_thumb3.png?w=600&#038;h=381" alt="image" width="600" height="381" border="0" /></a></p>
<p>Finally as seen in the screen capture you can check the status of the service.</p>
<p>More on troubleshooting the vCSA in a future post.</p>
<p>Juanma.</p>
<br />Filed under: <a href='http://jreypo.wordpress.com/category/linux/'>Linux</a>, <a href='http://jreypo.wordpress.com/category/virtualization/'>Virtualization</a>, <a href='http://jreypo.wordpress.com/category/vmware/'>VMware</a> Tagged: <a href='http://jreypo.wordpress.com/tag/linux/'>Linux</a>, <a href='http://jreypo.wordpress.com/tag/vcenter-server/'>vCenter Server</a>, <a href='http://jreypo.wordpress.com/tag/vcenter-server-appliancev/'>vCenter Server Appliancev</a>, <a href='http://jreypo.wordpress.com/tag/vcsa/'>VCSA</a>, <a href='http://jreypo.wordpress.com/tag/vmware/'>VMware</a>, <a href='http://jreypo.wordpress.com/tag/vsphere-5/'>vSphere 5</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jreypo.wordpress.com/3911/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jreypo.wordpress.com/3911/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jreypo.wordpress.com&#038;blog=10844375&#038;post=3911&#038;subd=jreypo&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jreypo.wordpress.com/2012/06/28/a-bit-of-troubleshooting-of-the-vcenter-server-appliance/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		<georss:point>40.416691 -3.700345</georss:point>
		<geo:lat>40.416691</geo:lat>
		<geo:long>-3.700345</geo:long>
		<media:content url="http://0.gravatar.com/avatar/0eaa7d989328befc4845b88d8907337d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jreypo</media:title>
		</media:content>

		<media:content url="http://jreypo.files.wordpress.com/2012/06/image_thumb.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://jreypo.files.wordpress.com/2012/06/image_thumb1.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://jreypo.files.wordpress.com/2012/06/image_thumb2.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://jreypo.files.wordpress.com/2012/06/image_thumb3.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>
	</item>
	</channel>
</rss>
