<?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>Mike&#039;s Realm</title>
	<atom:link href="http://michael.requeny.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://michael.requeny.com</link>
	<description>chown -R us ./base</description>
	<lastBuildDate>Wed, 21 Mar 2012 01:33:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Cook your own VMware AppBlast</title>
		<link>http://michael.requeny.com/2012/03/20/cook-vmware-appblast/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=cook-vmware-appblast</link>
		<comments>http://michael.requeny.com/2012/03/20/cook-vmware-appblast/#comments</comments>
		<pubDate>Wed, 21 Mar 2012 01:27:50 +0000</pubDate>
		<dc:creator>Michael Requeny</dc:creator>
				<category><![CDATA[Remote Desktop Services]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[Windows Servers]]></category>
		<category><![CDATA[AppBlast]]></category>
		<category><![CDATA[Application Virtualization]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[RDS]]></category>

		<guid isPermaLink="false">http://michael.requeny.com/?p=773</guid>
		<description><![CDATA[Wrote this article almost 6 months ago...finally got around to finishing it--Let me know what you think! "Project AppBlast will provide the universal delivery of any application, including Windows-based applications, to any off-the-shelf browser or device supporting HTML 5, enabling instant remote access to non-HTML based applications." We discussed this at work the other day [...]]]></description>
			<content:encoded><![CDATA[<p>Wrote this article almost 6 months ago...finally got around to finishing it--Let me know what you think!</p>
<p>"Project AppBlast will provide the universal delivery of any application, including Windows-based applications, to any off-the-shelf browser or device supporting HTML 5, enabling instant remote access to non-HTML based applications."</p>
<p>We discussed this at work the other day and we were excited at the possibilities with AppBlast, but since it's not here now we'll have to wait for a released product.  One of my co-workers Chad Wintzer said well why wait?  We dug around and came up with a working solution--and a damn good one after a few evenings grinding away at this.  Having a fair amount of RDS experience already this is what we came up with:</p>
<h2>Backend<a href="http://michael.requeny.com/wp-content/uploads/2011/10/WS2008R2-RDS-Logo.png" rel="lightbox[773]"><img class="alignright size-medium wp-image-777" title="WS2008R2-RDS-Logo" src="http://michael.requeny.com/wp-content/uploads/2011/10/WS2008R2-RDS-Logo-300x61.png" alt="" width="300" height="61" /></a></h2>
<p>The backend infrastructure is provided by Microsoft's Remote Desktop Services: RemoteApp.  This feature was introduced in Windows Server 2008 and was improved upon even more in the R2 release.  What RemoteApp allows you to do is run applications on backend RDS (TS) servers, and establish an RDP session from a user to just that app.  The user is presented with a window over their local desktop and functions just about as if it was actually installed and running off the local desktop.  Users can run multiple applications in parallel and so long as the app behaves well in a RDS environment you can host 1 installation with multiple users.  The servers that run RemoteApps are called RD Session Hosts, to scale you can simply throw a bunch of RD Session Hosts together and strap a load balancer on top, however you will want to use RD Connection Broker(s) in place of a traditional load balancer to keep track of user sessions.  The Connection Broker(s) manage session information such as RD Session Host server, session state, session ID, and the user associated with the aforementioned bits.  For the security junkies it's worth noting that RemoteApp is AD integrated so you can restrict access to various apps via Security Groups.  This was something added in R2 I believe as many folks were complaining about this when RemoteApp first came out.</p>
<p>If you don't want to go that route you can look at Citrix's XenApp offering, but we found RDS: RemoteApp performed exactly as we needed it to.<span id="more-773"></span></p>
<h3>Troubleshooting Broken Apps in RDS</h3>
<p>Keep in mind if you are having trouble getting an application to play nice in your RDS environment you can take advantage of various application virtualization technologies to sandbox them.  Once sandboxed they almost always seem to work--your choices are:</p>
<ul>
<li> <a href="http://www.vmware.com/products/thinapp/overview.html">VMware's ThinApp</a></li>
<li><a href="http://www.cameyo.com">Cameyo</a> - Free</li>
<li><a href="https://www.evalaze.de/">Evalaze </a>- Free (for personal use)</li>
</ul>
<h2>Frontend</h2>
<p>So now that you have your backend sorted out, lets talk frontend.  You have a few options:</p>
<ul>
<li><a href="http://www.ericom.com/html5_rdp_client.asp">Ericom's AccessNow</a></li>
<li><a href="http://www.thinvnc.com/thinrdp/html5-rdp.html">ThinVNC's ThinRDP</a></li>
<li><a href="http://www.remotespark.com/html5.html">RemoteSpark Spark View<br />
</a></li>
</ul>
<div>Of the 3, we chose RemoteSpark's Spark View due to the fact it was easy to customize and the developers were very responsive -- <strong></strong>  Now I really have to hand it to Walter Wang, this is an awesome application and it's even more amazing in that he released a free version for folks to play with.</div>
<div>Spark is setup in 2 parts--first the Gateway Server, this essentially translates HTML5 Web Sockets to RDP.  This is a daemon that will listen by default on port 80 for web socket requests from the web frontend.   The web frontend is the 2nd part, and is just the static HTML and associated images, js, etc.  You'll need to drop those bits on a web server.</div>
<div>Now you can give it a go and test out Spark, RDP to a host and see that it works.  Go on, try it from an iPad, Android device or BlackBerry Playbook (if your an unfortunate owner).</div>
<div>If you don't have a HTML5 browser installed (modern versions of Chrome, Firefox, Safari, etc.) give Chrome Frames a go if your a windows user.  This neat little extension will embed Chrome inside of IE, very nice for corporate environments were end users can be confused having multiple browsers.</div>
<div>Here is a diagram of what exactly is happening (with redundancy of course):</div>
<div><a href="http://michael.requeny.com/wp-content/uploads/2011/10/sparkrds.png" rel="lightbox[773]"><img class="alignnone size-full wp-image-787" title="sparkrds" src="http://michael.requeny.com/wp-content/uploads/2011/10/sparkrds.png" alt="" width="693" height="665" /></a></div>
<div>Ok, so how does this become AppBlast your asking?</div>
<div>RemoteSpark lets you drag and drop a .rdp file--so drag and drop a .rdp file from a RemoteApp.</div>
<div>So you can write up a bit of code in PHP or something else to handle this dynamically on the server side, but for Proof of Concept sake here is a static page you can get started with (make sure you update the commented configuration area for your environment:</div>
<div class="geshi no html4strict">
<div class="head">remoteapp-mspublisher.html</div>
<ol>
<li class="li1">
<div class="de1"><span class="sc0">&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Strict//EN&quot;</span></div>
</li>
<li class="li1">
<div class="de1"><span class="sc0"> &nbsp; &nbsp; &nbsp; &nbsp;&quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&quot;&gt;</span></div>
</li>
<li class="li1">
<div class="de1"><span class="sc2"><span class="kw2">&lt;html</span> xmlns<span class="sy0">=</span><span class="st0">&quot;http://www.w3.org/1999/xhtml&quot;</span><span class="kw2">&gt;</span></span></div>
</li>
<li class="li1">
<div class="de1">&nbsp;<span class="sc2"><span class="kw2">&lt;head&gt;</span></span></div>
</li>
<li class="li1">
<div class="de1">&nbsp;<span class="sc2"><span class="kw2">&lt;title&gt;</span></span>RemoteApp<span class="sc2"><span class="kw2">&lt;/title&gt;</span></span></div>
</li>
<li class="li1">
<div class="de1">&nbsp;<span class="sc2"><span class="kw2">&lt;link</span> <span class="kw3">rel</span><span class="sy0">=</span><span class="st0">&quot;stylesheet&quot;</span> <span class="kw3">href</span><span class="sy0">=</span><span class="st0">&quot;tabs.css&quot;</span> <span class="sy0">/</span><span class="kw2">&gt;</span></span></div>
</li>
<li class="li1">
<div class="de1">&nbsp;<span class="sc2"><span class="kw2">&lt;link</span> <span class="kw3">rel</span><span class="sy0">=</span><span class="st0">&quot;stylesheet&quot;</span> <span class="kw3">href</span><span class="sy0">=</span><span class="st0">&quot;rdp.css&quot;</span> <span class="sy0">/</span><span class="kw2">&gt;</span></span></div>
</li>
<li class="li1">
<div class="de1">&nbsp; &nbsp; <span class="sc2"><span class="kw2">&lt;/head&gt;</span></span></div>
</li>
<li class="li1">
<div class="de1">&nbsp; &nbsp; <span class="sc2"><span class="kw2">&lt;body</span> <span class="kw3">onload</span><span class="sy0">=</span><span class="st0">&quot;&quot;</span><span class="kw2">&gt;</span></span><span class="sc2"><span class="kw2">&lt;div</span> <span class="kw3">id</span><span class="sy0">=</span><span class="st0">&quot;main&quot;</span><span class="kw2">&gt;</span></span><span class="sc2"><span class="kw2">&lt;div</span> <span class="kw3">id</span><span class="sy0">=</span><span class="st0">&quot;header&quot;</span><span class="kw2">&gt;</span></span><span class="sc2"><span class="kw2">&lt;div</span> <span class="kw3">class</span><span class="sy0">=</span><span class="st0">&quot;logo&quot;</span><span class="kw2">&gt;</span></span><span class="sc2"><span class="kw2">&lt;img</span> <span class="kw3">src</span><span class="sy0">=</span><span class="st0">&quot;images/cloud_small.png&quot;</span> <span class="kw3">alt</span><span class="sy0">=</span><span class="st0">&quot;icon&quot;</span> <span class="sy0">/</span><span class="kw2">&gt;</span></span><span class="sc2"><span class="kw2">&lt;/div&gt;</span></span><span class="sc2"><span class="kw2">&lt;div</span> <span class="kw3">class</span><span class="sy0">=</span><span class="st0">&quot;menubutton&quot;</span><span class="kw2">&gt;</span></span>Cloud Remote App Session | Microsoft Publisher 2010<span class="sc2"><span class="kw2">&lt;/div&gt;</span></span><span class="sc2"><span class="kw2">&lt;/div&gt;</span></span><span class="sc2"><span class="kw2">&lt;script</span> <span class="kw3">type</span><span class="sy0">=</span><span class="st0">&quot;text/javascript&quot;</span> <span class="kw3">src</span><span class="sy0">=</span><span class="st0">&quot;rdp_min.js&quot;</span><span class="kw2">&gt;</span></span><span class="sc2"><span class="kw2">&lt;/script&gt;</span></span><span class="sc2"><span class="kw2">&lt;div</span> <span class="kw3">style</span><span class="sy0">=</span><span class="st0">&quot;height:30px;&quot;</span><span class="kw2">&gt;</span></span><span class="sc2"><span class="kw2">&lt;/div&gt;</span></span><span class="sc2">&lt;canvas <span class="kw3">id</span><span class="sy0">=</span><span class="st0">&quot;remotectrl&quot;</span> <span class="kw3">width</span><span class="sy0">=</span><span class="st0">&quot;1&quot;</span> <span class="kw3">height</span><span class="sy0">=</span><span class="st0">&quot;1&quot;</span><span class="kw2">&gt;</span></span><span class="sc2"><span class="kw2">&lt;</span><span class="sy0">/</span>canvas&gt;</span><span class="sc2"><span class="kw2">&lt;div</span> <span class="kw3">id</span><span class="sy0">=</span><span class="st0">&quot;remoteapp&quot;</span><span class="kw2">&gt;</span></span></div>
</li>
<li class="li1">
<div class="de1">&nbsp; &nbsp; <span class="sc2"><span class="kw2">&lt;img</span> <span class="kw3">src</span><span class="sy0">=</span><span class="st0">&quot;images/cloud-large.png&quot;</span><span class="sy0">/</span><span class="kw2">&gt;</span></span></div>
</li>
<li class="li1">
<div class="de1">&nbsp; &nbsp; <span class="sc2"><span class="kw2">&lt;div</span> <span class="kw3">class</span><span class="sy0">=</span><span class="st0">&quot;welcome&quot;</span><span class="kw2">&gt;</span></span>Cloud Remote App Session | Microsoft Publisher 2010<span class="sc2"><span class="kw2">&lt;/div&gt;</span></span></div>
</li>
<li class="li1">
<div class="de1">&nbsp; &nbsp; <span class="sc2"><span class="kw2">&lt;div</span> <span class="kw3">id</span><span class="sy0">=</span><span class="st0">&quot;remoteappalert&quot;</span><span class="kw2">&gt;</span></span>Connecting to your remote application...<span class="sc2"><span class="kw2">&lt;/div&gt;</span></span><span class="sc2"><span class="kw2">&lt;/div&gt;</span></span><span class="sc2"><span class="kw2">&lt;script</span> <span class="kw3">type</span><span class="sy0">=</span><span class="st0">&quot;text/javascript&quot;</span><span class="kw2">&gt;</span></span></div>
</li>
<li class="li1">
<div class="de1">&nbsp;var hasCanvas = false;</div>
</li>
<li class="li1">
<div class="de1">&nbsp;var msg = &quot;&quot;;</div>
</li>
<li class="li1">
<div class="de1">&nbsp;try {</div>
</li>
<li class="li1">
<div class="de1">&nbsp; document.createElement(&quot;canvas&quot;).getContext(&quot;2d&quot;);</div>
</li>
<li class="li1">
<div class="de1">&nbsp; hasCanvas = true;</div>
</li>
<li class="li1">
<div class="de1">&nbsp;} catch (e) {</div>
</li>
<li class="li1">
<div class="de1">&nbsp; msg = &quot;This browser does not support Canvas.\n\n&quot;;</div>
</li>
<li class="li1">
<div class="de1">&nbsp;};</div>
</li>
<li class="li1">
<div class="de1">&nbsp;</div>
</li>
<li class="li1">
<div class="de1">&nbsp;var noWebSocket = !(&quot;WebSocket&quot; in window) <span class="sc1">&amp;&amp; !(&quot;MozWebSocket&quot; in window);</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp;var userAgent = navigator.userAgent;</div>
</li>
<li class="li1">
<div class="de1">&nbsp;var isFirefox = userAgent.indexOf(&quot;Firefox&quot;) != -1;</div>
</li>
<li class="li1">
<div class="de1">&nbsp;</div>
</li>
<li class="li1">
<div class="de1">&nbsp;if (noWebSocket){</div>
</li>
<li class="li1">
<div class="de1">&nbsp; msg += &quot;This browser doesn&#39;t support WebSocket.\n\n&quot;;</div>
</li>
<li class="li1">
<div class="de1">&nbsp; if (isFirefox){</div>
</li>
<li class="li1">
<div class="de1">&nbsp; &nbsp;msg += &quot;Please update to Firefox 6 or later.\n\n&quot;;</div>
</li>
<li class="li1">
<div class="de1">&nbsp; }</div>
</li>
<li class="li1">
<div class="de1">&nbsp; else if (userAgent.indexOf(&quot;Opera&quot;) != -1){</div>
</li>
<li class="li1">
<div class="de1">&nbsp; &nbsp;msg += &quot;Please open &#39;opera:config#Enable WebSockets&#39; (type it in the link field) make &#39;Enable WebSockets&#39; selected and restart Opera.\n\n&quot;;</div>
</li>
<li class="li1">
<div class="de1">&nbsp; }</div>
</li>
<li class="li1">
<div class="de1">&nbsp; else if (userAgent.indexOf(&quot;MSIE&quot;) != -1){</div>
</li>
<li class="li1">
<div class="de1">&nbsp; &nbsp;msg += &quot;Please install Google Chrome Frame.\n\n&quot;;</div>
</li>
<li class="li1">
<div class="de1">&nbsp; }</div>
</li>
<li class="li1">
<div class="de1">&nbsp;}</div>
</li>
<li class="li1">
<div class="de1">&nbsp;</div>
</li>
<li class="li1">
<div class="de1">&nbsp;var hasAudio = (&quot;webkitAudioContext&quot; in window) || (&quot;AudioContext&quot; in window) || isFirefox;</div>
</li>
<li class="li1">
<div class="de1">&nbsp;</div>
</li>
<li class="li1">
<div class="de1">&nbsp;if (!hasAudio <span class="sc1">&amp;&amp; (userAgent.indexOf(&quot;Chrome&quot;) != -1)){</span></div>
</li>
<li class="li1">
<div class="de1"><span class="sc1"> &nbsp;msg += &quot;Please enable Web Audio by going to &#39;about:flags&#39; (type it in the link field), enabling &#39;Web Audio&#39;, clicking the restart button at the bottom of the page.\n\n&quot;;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp;}</div>
</li>
<li class="li1">
<div class="de1">&nbsp;</div>
</li>
<li class="li1">
<div class="de1">&nbsp;if (msg.length &gt; 0)</div>
</li>
<li class="li1">
<div class="de1">&nbsp; alert(msg);</div>
</li>
<li class="li1">
<div class="de1">&nbsp;</div>
</li>
<li class="li1">
<div class="de1">&nbsp;var ready = !noWebSocket <span class="sc1">&amp;&amp; hasCanvas;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp; &nbsp; var width = Math.max(window.innerWidth, window.innerHeight);</div>
</li>
<li class="li1">
<div class="de1">&nbsp;var height = Math.min(window.innerWidth, window.innerHeight);</div>
</li>
<li class="li1">
<div class="de1">&nbsp; &nbsp; height = height-30;</div>
</li>
<li class="li1">
<div class="de1">&nbsp; &nbsp; var protocol = (&quot;https:&quot; == location.protocol) ? &quot;wss://&quot; : &quot;ws://&quot;;</div>
</li>
<li class="li1">
<div class="de1">&nbsp;// RemoteSpark URL</div>
</li>
<li class="li1">
<div class="de1">&nbsp; &nbsp; var s = &quot;ws://remotespark.requeny.local:8080/RDP?&quot;;</div>
</li>
<li class="li1">
<div class="de1">&nbsp;// RDS Session Host Server</div>
</li>
<li class="li1">
<div class="de1">&nbsp; &nbsp; s += &quot;server=rdsfarm.requeny.local<span class="sc1">&amp;&quot;;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp;// RDS Session Host Port</div>
</li>
<li class="li1">
<div class="de1">&nbsp; &nbsp; s += &quot;port=3389<span class="sc1">&amp;&quot;;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp;// Keyboard Language</div>
</li>
<li class="li1">
<div class="de1">&nbsp; &nbsp; s += &quot;keyboard=1033<span class="sc1">&amp;&quot;;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp;// Username (Left Blank by Default)</div>
</li>
<li class="li1">
<div class="de1">&nbsp; &nbsp; s += &quot;user=<span class="sc1">&amp;&quot;;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp;// Domain (To default to)</div>
</li>
<li class="li1">
<div class="de1">&nbsp; &nbsp; s += &quot;domain=requeny.local<span class="sc1">&amp;&quot;;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp; &nbsp; //s += &quot;fullBrowser=Full%20browser<span class="sc1">&amp;&quot;;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp; &nbsp; //s += &quot;fullScreen=Full%20screen<span class="sc1">&amp;&quot;;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp; &nbsp; s += &quot;playSound=0<span class="sc1">&amp;&quot;;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp;// Example RemoteApp (MSPublisher)</div>
</li>
<li class="li1">
<div class="de1">&nbsp; &nbsp; s += &quot;command=%7C%7CMSPUB<span class="sc1">&amp;&quot;;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp;// Required for RemoteApp functionality</div>
</li>
<li class="li1">
<div class="de1">&nbsp; &nbsp; s += &quot;startProgram=on<span class="sc1">&amp;&quot;;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp; &nbsp; s += &quot;mapClipboard=on<span class="sc1">&amp;&quot;;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp; &nbsp; s += &quot;mapPrinter=on<span class="sc1">&amp;&quot;;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp; &nbsp; s += &quot;clear=Clear<span class="sc1">&amp;&quot;;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp; &nbsp; s += &quot;clear=Delete<span class="sc1">&amp;&quot;;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp; &nbsp; s += &quot;save=Save<span class="sc1">&amp;&quot;;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp;// Auto Connect</div>
</li>
<li class="li1">
<div class="de1">&nbsp; &nbsp; s += &quot;connect=Connect<span class="sc1">&amp;&quot;;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp;// Scale to the size of your browser window</div>
</li>
<li class="li1">
<div class="de1">&nbsp; &nbsp; s += &quot;width=&quot;+width+&quot;<span class="sc1">&amp;&quot;;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp; &nbsp; s += &quot;height=&quot;+height+&quot;<span class="sc1">&amp;&quot;;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp;// Color Depth</div>
</li>
<li class="li1">
<div class="de1">&nbsp; &nbsp; s += &quot;server_bpp=16<span class="sc1">&amp;&quot;;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp; &nbsp; s += &quot;audio=true&quot;;</div>
</li>
<li class="li1">
<div class="de1">&nbsp; &nbsp; var r = new Rdp(s, width, height, 16);</div>
</li>
<li class="li1">
<div class="de1">&nbsp; &nbsp; r.onclose = function(){</div>
</li>
<li class="li1">
<div class="de1">&nbsp; r.hide();</div>
</li>
<li class="li1">
<div class="de1">&nbsp; //$id(&quot;login&quot;).style.display = &quot;block&quot;;</div>
</li>
<li class="li1">
<div class="de1">&nbsp; &nbsp; };</div>
</li>
<li class="li1">
<div class="de1">&nbsp;r.run();</div>
</li>
<li class="li1">
<div class="de1">&nbsp; &nbsp; <span class="sc2"><span class="kw2">&lt;/script&gt;</span></span></div>
</li>
</ol>
</div>
<div>So now that you've Cooked your own AppBlast, why not take on cooking your own Horizon Application Manager?</div>
<p><a class="a2a_button_delicious" href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fmichael.requeny.com%2F2012%2F03%2F20%2Fcook-vmware-appblast%2F&amp;linkname=Cook%20your%20own%20VMware%20AppBlast" title="Delicious" rel="nofollow" target="_blank"><img src="http://michael.requeny.com/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a><a class="a2a_button_digg" href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fmichael.requeny.com%2F2012%2F03%2F20%2Fcook-vmware-appblast%2F&amp;linkname=Cook%20your%20own%20VMware%20AppBlast" title="Digg" rel="nofollow" target="_blank"><img src="http://michael.requeny.com/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a><a class="a2a_button_twitter" href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Fmichael.requeny.com%2F2012%2F03%2F20%2Fcook-vmware-appblast%2F&amp;linkname=Cook%20your%20own%20VMware%20AppBlast" title="Twitter" rel="nofollow" target="_blank"><img src="http://michael.requeny.com/wp-content/plugins/add-to-any/icons/twitter.png" width="16" height="16" alt="Twitter"/></a><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fmichael.requeny.com%2F2012%2F03%2F20%2Fcook-vmware-appblast%2F&amp;title=Cook%20your%20own%20VMware%20AppBlast" id="wpa2a_2"><img src="http://michael.requeny.com/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://michael.requeny.com/2012/03/20/cook-vmware-appblast/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Howto Reboot/Shutdown Windows Server 8</title>
		<link>http://michael.requeny.com/2012/03/05/howto-rebootshutdown-windows-server-8/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=howto-rebootshutdown-windows-server-8</link>
		<comments>http://michael.requeny.com/2012/03/05/howto-rebootshutdown-windows-server-8/#comments</comments>
		<pubDate>Tue, 06 Mar 2012 02:33:12 +0000</pubDate>
		<dc:creator>Michael Requeny</dc:creator>
				<category><![CDATA[Server 8]]></category>
		<category><![CDATA[Windows Server 8]]></category>

		<guid isPermaLink="false">http://michael.requeny.com/?p=951</guid>
		<description><![CDATA[I can't believe I am actually writing this...with all the major changes Win8/Win8 Server are bringing one would never think they would change how you shutdown or restart, right?  Well we are wrong... You can't just click Start-&#62;Shutdown anymore, old schoolers might remember this one: Alt+F4 Focus needs to be on the desktop (minimize all [...]]]></description>
			<content:encoded><![CDATA[<p>I can't believe I am actually writing this...with all the major changes Win8/Win8 Server are bringing one would never think they would change how you shutdown or restart, right?  Well we are wrong...</p>
<p>You can't just click Start-&gt;Shutdown anymore, old schoolers might remember this one:</p>
<h3>Alt+F4</h3>
<p>Focus needs to be on the desktop (minimize all other windows, or click on the wallpaper so focus is on the desktop) then hit Alt+F4 to see a familiar window:</p>
<p><a href="http://michael.requeny.com/wp-content/uploads/2012/03/altf4.png" rel="lightbox[951]"><img class="alignnone size-medium wp-image-953" title="altf4" src="http://michael.requeny.com/wp-content/uploads/2012/03/altf4-292x300.png" alt="" width="292" height="300" /></a></p>
<h3>Windows Key+C</h3>
<p>This is the "Charms" shortcut key.  Charms is a Microsoft term for these icons that appear when you hit Windows Key+C:</p>
<p><a href="http://michael.requeny.com/wp-content/uploads/2012/03/wincharms.png" rel="lightbox[951]"><img class="alignnone size-medium wp-image-954" title="wincharms" src="http://michael.requeny.com/wp-content/uploads/2012/03/wincharms-300x223.png" alt="" width="300" height="223" /></a></p>
<p>Then Click Settings:</p>
<p><a href="http://michael.requeny.com/wp-content/uploads/2012/03/charmpower.png" rel="lightbox[951]"><img class="alignnone size-medium wp-image-955" title="charmpower" src="http://michael.requeny.com/wp-content/uploads/2012/03/charmpower-131x300.png" alt="" width="131" height="300" /></a></p>
<p>Now you can click Power &amp; select Restart or Shutdown.</p>
<p>&nbsp;</p>
<p><a class="a2a_button_delicious" href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fmichael.requeny.com%2F2012%2F03%2F05%2Fhowto-rebootshutdown-windows-server-8%2F&amp;linkname=Howto%20Reboot%2FShutdown%20Windows%20Server%208" title="Delicious" rel="nofollow" target="_blank"><img src="http://michael.requeny.com/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a><a class="a2a_button_digg" href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fmichael.requeny.com%2F2012%2F03%2F05%2Fhowto-rebootshutdown-windows-server-8%2F&amp;linkname=Howto%20Reboot%2FShutdown%20Windows%20Server%208" title="Digg" rel="nofollow" target="_blank"><img src="http://michael.requeny.com/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a><a class="a2a_button_twitter" href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Fmichael.requeny.com%2F2012%2F03%2F05%2Fhowto-rebootshutdown-windows-server-8%2F&amp;linkname=Howto%20Reboot%2FShutdown%20Windows%20Server%208" title="Twitter" rel="nofollow" target="_blank"><img src="http://michael.requeny.com/wp-content/plugins/add-to-any/icons/twitter.png" width="16" height="16" alt="Twitter"/></a><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fmichael.requeny.com%2F2012%2F03%2F05%2Fhowto-rebootshutdown-windows-server-8%2F&amp;title=Howto%20Reboot%2FShutdown%20Windows%20Server%208" id="wpa2a_4"><img src="http://michael.requeny.com/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://michael.requeny.com/2012/03/05/howto-rebootshutdown-windows-server-8/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Howto Install VIB Patches on ESXi Hosts Without Update Manager</title>
		<link>http://michael.requeny.com/2012/03/04/howto-install-vib-patches-esxi-hosts-update-manager/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=howto-install-vib-patches-esxi-hosts-update-manager</link>
		<comments>http://michael.requeny.com/2012/03/04/howto-install-vib-patches-esxi-hosts-update-manager/#comments</comments>
		<pubDate>Mon, 05 Mar 2012 02:25:47 +0000</pubDate>
		<dc:creator>Michael Requeny</dc:creator>
				<category><![CDATA[VMware]]></category>
		<category><![CDATA[patching]]></category>
		<category><![CDATA[vib]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://michael.requeny.com/?p=946</guid>
		<description><![CDATA[So you find yourself in a position where you need to update one (or more) of your hosts but don't have vCenter Update Manager around to assist.  In my case trying to get Windows Server 8 CP working....It's not terribly difficult, you simply: Download the patch - you can download patches direct from VMware @ [...]]]></description>
			<content:encoded><![CDATA[<p>So you find yourself in a position where you need to update one (or more) of your hosts but don't have vCenter Update Manager around to assist.  In my case trying to get Windows Server 8 CP working....It's not terribly difficult, you simply:</p>
<ol>
<li>Download the patch - you can download patches direct from <a href="http://www.vmware.com/patchmgr/findPatch.portal">VMware @ the Patch Portal</a></li>
<li>Open a datastore with enough freespace to store the patch via your vSphere Client (Right-Click-&gt;Browse on a datastore)</li>
<li>Upload the patch you downloaded (should be a .zip file)</li>
<li>SSH into the host</li>
<li>Execute the command "esxcli software vib install /vmfs/volumes/&lt;DATASTORE-NAME&gt;/&lt;PATCH-NAME&gt;.zip"  - replacing the &lt;DATASTORE-NAME&gt; and &lt;PATCH-NAME&gt; appropriately.</li>
</ol>
<p>This command can take some time to execute for large patches.</p>
<p>When it's done you should get some text like below, remember to pay attention to this text so you know if you need to reboot your host or not.</p>
<pre>Installation Result
Message: The update completed successfully, but the system needs to be rebooted for the changes to be effective.
Reboot Required: true
VIBs Installed: VMware_bootbank_esx-base_5.0.0-0.7.515841, VMware_bootbank_mi sc-drivers_5.0.0-0.7.515841, VMware_bootbank_net-be2net_4.0.88.0-1vmw.500.0.7.51 5841, VMware_bootbank_net-e1000_8.0.3.1-2vmw.500.0.7.515841, VMware_bootbank_net -e1000e_1.1.2-3vmw.500.0.7.515841, VMware_locker_tools-light_5.0.0-0.7.515841
VIBs Removed: VMware_bootbank_esx-base_5.0.0-0.0.469512, VMware_bootbank_misc -drivers_5.0.0-0.0.469512, VMware_bootbank_net-be2net_4.0.88.0-1vmw.500.0.0.4695 12, VMware_bootbank_net-e1000_8.0.3.1-2vmw.500.0.0.469512, VMware_bootbank_net-e 1000e_1.1.2-3vmw.500.0.0.469512, VMware_locker_tools-light_5.0.0-0.0.469512
VIBs Skipped: VMware_bootbank_ata-pata-amd_0.3.10-3vmw.500.0.0.469512, VMware _bootbank_ata-pata-atiixp_0.4.6-3vmw.500.0.0.469512, VMware_bootbank_ata-pata-cm d64x_0.2.5-3vmw.500.0.0.469512, VMware_bootbank_ata-pata-hpt3x2n_0.3.4-3vmw.500. 0.0.469512, VMware_bootbank_ata-pata-pdc2027x_1.0-3vmw.500.0.0.469512, VMware_bo otbank_ata-pata-serverworks_0.4.3-3vmw.500.0.0.469512, VMware_bootbank_ata-pata- sil680_0.4.8-3vmw.500.0.0.469512, VMware_bootbank_ata-pata-via_0.3.3-2vmw.500.0. 0.469512, VMware_bootbank_block-cciss_3.6.14-10vmw.500.0.0.469512, VMware_bootba nk_ehci-ehci-hcd_1.0-3vmw.500.0.0.469512, VMware_bootbank_esx-tboot_5.0.0-0.0.46 9512, VMware_bootbank_ima-qla4xxx_2.01.07-1vmw.500.0.0.469512, VMware_bootbank_i pmi-ipmi-devintf_39.1-4vmw.500.0.0.469512, VMware_bootbank_ipmi-ipmi-msghandler_ 39.1-4vmw.500.0.0.469512, VMware_bootbank_ipmi-ipmi-si-drv_39.1-4vmw.500.0.0.469 512, VMware_bootbank_misc-cnic-register_1.1-1vmw.500.0.0.469512, VMware_bootbank _net-bnx2_2.0.15g.v50.11-5vmw.500.0.0.469512, VMware_bootbank_net-bnx2x_1.61.15. v50.1-1vmw.500.0.0.469512, VMware_bootbank_net-cnic_1.10.2j.v50.7-2vmw.500.0.0.4 69512, VMware_bootbank_net-enic_1.4.2.15a-1vmw.500.0.0.469512, VMware_bootbank_n et-forcedeth_0.61-2vmw.500.0.0.469512, VMware_bootbank_net-igb_2.1.11.1-3vmw.500 .0.0.469512, VMware_bootbank_net-ixgbe_2.0.84.8.2-10vmw.500.0.0.469512, VMware_b ootbank_net-nx-nic_4.0.557-3vmw.500.0.0.469512, VMware_bootbank_net-r8168_8.013. 00-3vmw.500.0.0.469512, VMware_bootbank_net-r8169_6.011.00-2vmw.500.0.0.469512, VMware_bootbank_net-s2io_2.1.4.13427-3vmw.500.0.0.469512, VMware_bootbank_net-sk y2_1.20-2vmw.500.0.0.469512, VMware_bootbank_net-tg3_3.110h.v50.4-4vmw.500.0.0.4 69512, VMware_bootbank_ohci-usb-ohci_1.0-3vmw.500.0.0.469512, VMware_bootbank_sa ta-ahci_3.0-6vmw.500.0.0.469512, VMware_bootbank_sata-ata-piix_2.12-4vmw.500.0.0 .469512, VMware_bootbank_sata-sata-nv_3.5-3vmw.500.0.0.469512, VMware_bootbank_s ata-sata-promise_2.12-3vmw.500.0.0.469512, VMware_bootbank_sata-sata-sil_2.3-3vm w.500.0.0.469512, VMware_bootbank_sata-sata-svw_2.3-3vmw.500.0.0.469512, VMware_ bootbank_scsi-aacraid_1.1.5.1-9vmw.500.0.0.469512, VMware_bootbank_scsi-adp94xx_ 1.0.8.12-6vmw.500.0.0.469512, VMware_bootbank_scsi-aic79xx_3.1-5vmw.500.0.0.4695 12, VMware_bootbank_scsi-bnx2i_1.9.1d.v50.1-3vmw.500.0.0.469512, VMware_bootbank _scsi-fnic_1.5.0.3-1vmw.500.0.0.469512, VMware_bootbank_scsi-hpsa_5.0.0-17vmw.50 0.0.0.469512, VMware_bootbank_scsi-ips_7.12.05-4vmw.500.0.0.469512, VMware_bootb ank_scsi-lpfc820_8.2.2.1-18vmw.500.0.0.469512, VMware_bootbank_scsi-megaraid-mbo x_2.20.5.1-6vmw.500.0.0.469512, VMware_bootbank_scsi-megaraid-sas_4.32-1vmw.500. 0.0.469512, VMware_bootbank_scsi-megaraid2_2.00.4-9vmw.500.0.0.469512, VMware_bo otbank_scsi-mpt2sas_06.00.00.00-5vmw.500.0.0.469512, VMware_bootbank_scsi-mptsas _4.23.01.00-5vmw.500.0.0.469512, VMware_bootbank_scsi-mptspi_4.23.01.00-5vmw.500 .0.0.469512, VMware_bootbank_scsi-qla2xxx_901.k1.1-14vmw.500.0.0.469512, VMware_ bootbank_scsi-qla4xxx_5.01.03.2-3vmw.500.0.0.469512, VMware_bootbank_uhci-usb-uh ci_1.0-3vmw.500.0.0.469512</pre>
<p><a class="a2a_button_delicious" href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fmichael.requeny.com%2F2012%2F03%2F04%2Fhowto-install-vib-patches-esxi-hosts-update-manager%2F&amp;linkname=Howto%20Install%20VIB%20Patches%20on%20ESXi%20Hosts%20Without%20Update%20Manager" title="Delicious" rel="nofollow" target="_blank"><img src="http://michael.requeny.com/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a><a class="a2a_button_digg" href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fmichael.requeny.com%2F2012%2F03%2F04%2Fhowto-install-vib-patches-esxi-hosts-update-manager%2F&amp;linkname=Howto%20Install%20VIB%20Patches%20on%20ESXi%20Hosts%20Without%20Update%20Manager" title="Digg" rel="nofollow" target="_blank"><img src="http://michael.requeny.com/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a><a class="a2a_button_twitter" href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Fmichael.requeny.com%2F2012%2F03%2F04%2Fhowto-install-vib-patches-esxi-hosts-update-manager%2F&amp;linkname=Howto%20Install%20VIB%20Patches%20on%20ESXi%20Hosts%20Without%20Update%20Manager" title="Twitter" rel="nofollow" target="_blank"><img src="http://michael.requeny.com/wp-content/plugins/add-to-any/icons/twitter.png" width="16" height="16" alt="Twitter"/></a><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fmichael.requeny.com%2F2012%2F03%2F04%2Fhowto-install-vib-patches-esxi-hosts-update-manager%2F&amp;title=Howto%20Install%20VIB%20Patches%20on%20ESXi%20Hosts%20Without%20Update%20Manager" id="wpa2a_6"><img src="http://michael.requeny.com/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://michael.requeny.com/2012/03/04/howto-install-vib-patches-esxi-hosts-update-manager/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dell Management Center Plugin for vCenter Overview/Install Guide</title>
		<link>http://michael.requeny.com/2011/12/29/dell-management-center-plugin-vcenter-overviewinstall-guide/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=dell-management-center-plugin-vcenter-overviewinstall-guide</link>
		<comments>http://michael.requeny.com/2011/12/29/dell-management-center-plugin-vcenter-overviewinstall-guide/#comments</comments>
		<pubDate>Thu, 29 Dec 2011 15:58:35 +0000</pubDate>
		<dc:creator>Michael Requeny</dc:creator>
				<category><![CDATA[VMware]]></category>
		<category><![CDATA[dell]]></category>
		<category><![CDATA[vcenter]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://michael.requeny.com/?p=811</guid>
		<description><![CDATA[Dell introduced this plugin awhile back, it's actually a Virtual Appliance you import into vCenter.  The plugin inside vCenter is actually an Adobe Flex (Flash-based) app that gets embedded into your vSphere Client, so ensure you have Flash installed on the machine(s) you wish to use this plugin from. Overview of Features Update BIOS/Firmware on Dell [...]]]></description>
			<content:encoded><![CDATA[<p>Dell introduced this plugin awhile back, it's actually a Virtual Appliance you import into vCenter.  The plugin inside vCenter is actually an Adobe Flex (Flash-based) app that gets embedded into your vSphere Client, so ensure you have Flash installed on the machine(s) you wish to use this plugin from.</p>
<h2>Overview of Features</h2>
<ul>
<li>Update BIOS/Firmware on Dell ESXi hosts from vCenter</li>
<ul>
<li>Checks for updates automatically and alerts you when there are updates available</li>
<li>Can leverage an established Dell Repository to avoid data duplication--if you are a heavy Dell shop you should know what this is</li>
</ul>
<li>New vCenter Alarms for Dell Hardware</li>
<ul>
<li>These Alarms can even trigger hosts to go into maintence mode to evacuate VMs from that particular host if the hardware event is critical (in a DRS enabled cluster of course)</li>
</ul>
<li>Supports Dell's Proactive Systems Management</li>
<ul>
<li>Works <strong>without</strong> (the God-awful) SilverStreak to automatically create support cases with Dell when issues arise</li>
</ul>
<li>View Warranty information of your Dell hosts</li>
<ul>
<li>Allows you to configure a proxy, if your environment requires one</li>
</ul>
<li>Bare metal deployment of ESX/ESXi servers</li>
<ul>
<li>This leverages Dell Lifecycle Controllers and iDRACs to provision Dell servers somewhat auto-magically.</li>
<li>First you create a Hardware Profile from a Reference Server--(configures boot order, BIOS settings, iDRAC settings, RAID config)</li>
<li>Then you create a Hypervisor profile--You point at an ISO, and configure the vCenter, destination container (data center or cluster), and even a host profile for you enterprise plus users.</li>
<li>Note you can "white-list" service tags so only those hosts you define can be used by the plugin to deploy against.</li>
</ul>
<li>OSMA Launcher</li>
<ul>
<li>So you can launch directly to your OSMA web console to connect to an OSMA agent on an ESXi host</li>
</ul>
<li>Appliance Upgradable</li>
<ul>
<li>Does not require replacement by deploying a new OVF when a new version comes out</li>
</ul>
</ul>
<h2><span id="more-811"></span>Appliance Install Guide</h2>
<h3>Virtual Appliance Specs:</h3>
<ul>
<li>2 vCPU</li>
<li>3.5Gb RAM</li>
<li>CentOS 5.5 based</li>
<li>~33Gb Disk Space</li>
</ul>
<h3>Installation Steps:</h3>
<ol>
<ol>
<li>Deploy OVF</li>
<li>Power on (wait a bit)</li>
<li>Login via the console with the username admin</li>
<li>Choose new admin password</li>
<li>You'll get a menu to configure timezone, network, etc.</li>
<ol>
<li>Use the network menu to configure a static address</li>
</ol>
<li>At the top you will notice a URL for the Admin Portal, Navigate their from your browser -- Note you must type the full URL including the index.html--Dell has not heard of new fangled Web Server features such as DocumentRoot <img src='http://michael.requeny.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </li>
<li>Login with your previously set admin password</li>
<li>Now navigate to Appliance Management</li>
<li>You'll see 2 lines near the top, Current Virtual Appliance Version and Available Virtual Appliance Version, if the Available version is higher then the current, click Update Virtual Appliance to check for updates</li>
<ol>
<li>I had to do this upgrade in order to get the appliance to register with my vCenter v5<img class="alignright size-medium wp-image-813" style="border-style: initial; border-color: initial;" title="vcenter-dell-plugin" src="http://michael.requeny.com/wp-content/uploads/2011/11/vcenter-dell-plugin-300x198.png" alt="" width="300" height="198" /></li>
</ol>
</ol>
</ol>
<ol>
<li>If you did request an update, it takes about 5-10min to complete, the virtual appliance will reboot at some point, once you get a login screen at the console it should be ready to proceed</li>
<li>Go back to the appliance URL in your web browser and login</li>
<li>From here you'll see a link to register with vCenter near the top--click that</li>
<ol>
<li>Enter the IP or Hostname for your vCenter server</li>
<li>Provide User Credentials with admin access in vCenter &amp; hit register</li>
</ol>
<li>Once registration is complete you will get a message to relaunch a vSphere Client and connect  to the vCenter to access the plugin, so do that.</li>
<li>Goto the home screen in your vCenter to click the new Dell Management Center icon</li>
<li>At this point you can follow the various wizards to configure whichever features you want to take advantage of--enjoy!</li>
</ol>
<h2>Further Reading</h2>
<ul>
<li><a href="http://www.dell.com/vCenterPlugin" target="_blank">Dell Management Plugin for vCenter on Dell.com</a> - Overview/Licensing/Order</li>
<li><a href="http://marketing.dell.com/software-download" target="_blank">Demo Version</a> - Upgrade to licensed version simply by uploading a license file</li>
</ul>
<p><a class="a2a_button_delicious" href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fmichael.requeny.com%2F2011%2F12%2F29%2Fdell-management-center-plugin-vcenter-overviewinstall-guide%2F&amp;linkname=Dell%20Management%20Center%20Plugin%20for%20vCenter%20Overview%2FInstall%20Guide" title="Delicious" rel="nofollow" target="_blank"><img src="http://michael.requeny.com/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a><a class="a2a_button_digg" href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fmichael.requeny.com%2F2011%2F12%2F29%2Fdell-management-center-plugin-vcenter-overviewinstall-guide%2F&amp;linkname=Dell%20Management%20Center%20Plugin%20for%20vCenter%20Overview%2FInstall%20Guide" title="Digg" rel="nofollow" target="_blank"><img src="http://michael.requeny.com/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a><a class="a2a_button_twitter" href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Fmichael.requeny.com%2F2011%2F12%2F29%2Fdell-management-center-plugin-vcenter-overviewinstall-guide%2F&amp;linkname=Dell%20Management%20Center%20Plugin%20for%20vCenter%20Overview%2FInstall%20Guide" title="Twitter" rel="nofollow" target="_blank"><img src="http://michael.requeny.com/wp-content/plugins/add-to-any/icons/twitter.png" width="16" height="16" alt="Twitter"/></a><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fmichael.requeny.com%2F2011%2F12%2F29%2Fdell-management-center-plugin-vcenter-overviewinstall-guide%2F&amp;title=Dell%20Management%20Center%20Plugin%20for%20vCenter%20Overview%2FInstall%20Guide" id="wpa2a_8"><img src="http://michael.requeny.com/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://michael.requeny.com/2011/12/29/dell-management-center-plugin-vcenter-overviewinstall-guide/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WhatsUp: Dell Server Hardware Status Monitor</title>
		<link>http://michael.requeny.com/2011/12/24/whatsup-dell-server-hardware-status-monitor/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=whatsup-dell-server-hardware-status-monitor</link>
		<comments>http://michael.requeny.com/2011/12/24/whatsup-dell-server-hardware-status-monitor/#comments</comments>
		<pubDate>Sat, 24 Dec 2011 22:40:58 +0000</pubDate>
		<dc:creator>Michael Requeny</dc:creator>
				<category><![CDATA[IPSwitch WhatsUp]]></category>
		<category><![CDATA[dell]]></category>
		<category><![CDATA[whatsup]]></category>

		<guid isPermaLink="false">http://michael.requeny.com/?p=859</guid>
		<description><![CDATA[WhatsUp v14 added some nice new active monitors to monitor fans, power supply and temperature for Dell Servers.  However that doesn’t cover everything else, Memory, CPU, Chassis Intrusion, HDD, RAID Controllers, etc.  We found the simplest way was to simply monitor for the LCD color of the Dell server.  Yes, we are sure the OID [...]]]></description>
			<content:encoded><![CDATA[<p>WhatsUp v14 added some nice new active monitors to monitor fans, power supply and temperature for Dell Servers.  However that doesn’t cover everything else, Memory, CPU, Chassis Intrusion, HDD, RAID Controllers, etc.  We found the simplest way was to simply monitor for the LCD color of the Dell server.  Yes, we are sure the OID that we are looking at isn’t actually LCD color, but we like to think that it is.  The OID is actually for drsGlobalSystemStatus--which if it's not 3, then there is a problem and the LCD is amber to reflect that.  Below is how you can setup this active monitor for WhatsUp:</p>
<p>First you need to configure SNMP on your DRAC, this screenshot shows the steps:</p>
<p><a href="http://michael.requeny.com/wp-content/uploads/2011/11/DRAC-SNMP-Config.png" rel="lightbox[859]"><img class="alignnone size-medium wp-image-860" title="DRAC-SNMP-Config" src="http://michael.requeny.com/wp-content/uploads/2011/11/DRAC-SNMP-Config-300x187.png" alt="" width="300" height="187" /></a></p>
<p>Once you have SNMP configured on your DRAC you can setup the SNMP Active monitor in WhatsUp as follows:</p>
<p><a href="http://michael.requeny.com/wp-content/uploads/2011/11/Dell-DRAC-SNMP-Monitor.png" rel="lightbox[859]"><img class="alignnone size-medium wp-image-861" title="Dell-DRAC-SNMP-Monitor" src="http://michael.requeny.com/wp-content/uploads/2011/11/Dell-DRAC-SNMP-Monitor-300x250.png" alt="" width="300" height="250" /></a></p>
<p><a class="a2a_button_delicious" href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fmichael.requeny.com%2F2011%2F12%2F24%2Fwhatsup-dell-server-hardware-status-monitor%2F&amp;linkname=WhatsUp%3A%20Dell%20Server%20Hardware%20Status%20Monitor" title="Delicious" rel="nofollow" target="_blank"><img src="http://michael.requeny.com/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a><a class="a2a_button_digg" href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fmichael.requeny.com%2F2011%2F12%2F24%2Fwhatsup-dell-server-hardware-status-monitor%2F&amp;linkname=WhatsUp%3A%20Dell%20Server%20Hardware%20Status%20Monitor" title="Digg" rel="nofollow" target="_blank"><img src="http://michael.requeny.com/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a><a class="a2a_button_twitter" href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Fmichael.requeny.com%2F2011%2F12%2F24%2Fwhatsup-dell-server-hardware-status-monitor%2F&amp;linkname=WhatsUp%3A%20Dell%20Server%20Hardware%20Status%20Monitor" title="Twitter" rel="nofollow" target="_blank"><img src="http://michael.requeny.com/wp-content/plugins/add-to-any/icons/twitter.png" width="16" height="16" alt="Twitter"/></a><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fmichael.requeny.com%2F2011%2F12%2F24%2Fwhatsup-dell-server-hardware-status-monitor%2F&amp;title=WhatsUp%3A%20Dell%20Server%20Hardware%20Status%20Monitor" id="wpa2a_10"><img src="http://michael.requeny.com/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://michael.requeny.com/2011/12/24/whatsup-dell-server-hardware-status-monitor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>vCenter Orchestrator Trouble: Server service fails to start &#8211; service terminated with service-specific error Incorrect function</title>
		<link>http://michael.requeny.com/2011/12/15/vcenter-orchestrator-trouble-server-service-fails-start-service-terminated-service-specific-error-incorrect-function/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=vcenter-orchestrator-trouble-server-service-fails-start-service-terminated-service-specific-error-incorrect-function</link>
		<comments>http://michael.requeny.com/2011/12/15/vcenter-orchestrator-trouble-server-service-fails-start-service-terminated-service-specific-error-incorrect-function/#comments</comments>
		<pubDate>Thu, 15 Dec 2011 23:04:45 +0000</pubDate>
		<dc:creator>Michael Requeny</dc:creator>
				<category><![CDATA[Orchestrator]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[orchestrator]]></category>
		<category><![CDATA[vcenter]]></category>
		<category><![CDATA[vco]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://michael.requeny.com/?p=898</guid>
		<description><![CDATA[I was setting up a new instance of Orchestrator inside my lab and came across this issue.  the Orchestrator Server service would not start, andi nside the vCenter Orchestrator Configuration webpage, we don't have any output in the log--so we investigate the Windows logs... In the system log all you see is Error: The VMware [...]]]></description>
			<content:encoded><![CDATA[<p>I was setting up a new instance of Orchestrator inside my lab and came across this issue.  the Orchestrator Server service would not start, andi nside the vCenter Orchestrator Configuration webpage, we don't have any output in the log--so we investigate the Windows logs...</p>
<p>In the system log all you see is Error: The VMware vCenter Orchestrator Server service terminated with service-specific error Incorrect function..</p>
<p>Poking around we come across a log file @ C:\Program Files\VMware\Infrastructure\Orchestrator\app-server\bin\wrapper.log which sheds some light on the problem:</p>
<div class="geshi no text">
<div class="head">C:\Program Files\VMware\Infrastructure\Orchestrator\app-server\bin\wrapper.log</div>
<ol>
<li class="li1">
<div class="de1">STATUS | wrapper &nbsp;| 2011/11/26 18:02:35 | --&gt; Wrapper Started as Console</div>
</li>
<li class="li1">
<div class="de1">STATUS | wrapper &nbsp;| 2011/11/26 18:02:35 | Java Service Wrapper Professional Edition 64-bit 3.3.9</div>
</li>
<li class="li1">
<div class="de1">STATUS | wrapper &nbsp;| 2011/11/26 18:02:35 | &nbsp; Copyright (C) 1999-2009 Tanuki Software, Ltd. &nbsp;All Rights Reserved.</div>
</li>
<li class="li1">
<div class="de1">STATUS | wrapper &nbsp;| 2011/11/26 18:02:35 | &nbsp; &nbsp; http://wrapper.tanukisoftware.org</div>
</li>
<li class="li1">
<div class="de1">STATUS | wrapper &nbsp;| 2011/11/26 18:02:35 | &nbsp; Licensed to VMware Global, Inc. for VMware vCenter Orchestrator</div>
</li>
<li class="li1">
<div class="de1">STATUS | wrapper &nbsp;| 2011/11/26 18:02:35 | </div>
</li>
<li class="li1">
<div class="de1">STATUS | wrapper &nbsp;| 2011/11/26 18:02:35 | Launching a JVM...</div>
</li>
<li class="li1">
<div class="de1">INFO &nbsp; | jvm 1 &nbsp; &nbsp;| 2011/11/26 18:02:35 | Error occurred during initialization of VM</div>
</li>
<li class="li1">
<div class="de1">INFO &nbsp; | jvm 1 &nbsp; &nbsp;| 2011/11/26 18:02:35 | Could not reserve enough space for object heap</div>
</li>
<li class="li1">
<div class="de1">ERROR &nbsp;| wrapper &nbsp;| 2011/11/26 18:02:35 | JVM exited while loading the application.</div>
</li>
<li class="li1">
<div class="de1">STATUS | wrapper &nbsp;| 2011/11/26 18:02:40 | Launching a JVM...</div>
</li>
<li class="li1">
<div class="de1">INFO &nbsp; | jvm 2 &nbsp; &nbsp;| 2011/11/26 18:02:40 | Error occurred during initialization of VM</div>
</li>
<li class="li1">
<div class="de1">INFO &nbsp; | jvm 2 &nbsp; &nbsp;| 2011/11/26 18:02:40 | Could not reserve enough space for object heap</div>
</li>
<li class="li1">
<div class="de1">ERROR &nbsp;| wrapper &nbsp;| 2011/11/26 18:02:40 | JVM exited while loading the application.</div>
</li>
<li class="li1">
<div class="de1">STATUS | wrapper &nbsp;| 2011/11/26 18:02:45 | Launching a JVM...</div>
</li>
<li class="li1">
<div class="de1">INFO &nbsp; | jvm 3 &nbsp; &nbsp;| 2011/11/26 18:02:45 | Error occurred during initialization of VM</div>
</li>
<li class="li1">
<div class="de1">INFO &nbsp; | jvm 3 &nbsp; &nbsp;| 2011/11/26 18:02:45 | Could not reserve enough space for object heap</div>
</li>
<li class="li1">
<div class="de1">ERROR &nbsp;| wrapper &nbsp;| 2011/11/26 18:02:45 | JVM exited while loading the application.</div>
</li>
<li class="li1">
<div class="de1">STATUS | wrapper &nbsp;| 2011/11/26 18:02:50 | Launching a JVM...</div>
</li>
<li class="li1">
<div class="de1">INFO &nbsp; | jvm 4 &nbsp; &nbsp;| 2011/11/26 18:02:57 | Error occurred during initialization of VM</div>
</li>
<li class="li1">
<div class="de1">INFO &nbsp; | jvm 4 &nbsp; &nbsp;| 2011/11/26 18:02:57 | Could not reserve enough space for object heap</div>
</li>
<li class="li1">
<div class="de1">ERROR &nbsp;| wrapper &nbsp;| 2011/11/26 18:02:57 | JVM exited while loading the application.</div>
</li>
<li class="li1">
<div class="de1">STATUS | wrapper &nbsp;| 2011/11/26 18:03:01 | Launching a JVM...</div>
</li>
<li class="li1">
<div class="de1">INFO &nbsp; | jvm 5 &nbsp; &nbsp;| 2011/11/26 18:03:01 | Error occurred during initialization of VM</div>
</li>
<li class="li1">
<div class="de1">INFO &nbsp; | jvm 5 &nbsp; &nbsp;| 2011/11/26 18:03:01 | Could not reserve enough space for object heap</div>
</li>
<li class="li1">
<div class="de1">ERROR &nbsp;| wrapper &nbsp;| 2011/11/26 18:03:01 | JVM exited while loading the application.</div>
</li>
<li class="li1">
<div class="de1">FATAL &nbsp;| wrapper &nbsp;| 2011/11/26 18:03:02 | There were 5 failed launches in a row, each lasting less than 300 seconds. &nbsp;Giving up.</div>
</li>
<li class="li1">
<div class="de1">FATAL &nbsp;| wrapper &nbsp;| 2011/11/26 18:03:02 | &nbsp; There may be a configuration problem: please check the logs.</div>
</li>
<li class="li1">
<div class="de1">STATUS | wrapper &nbsp;| 2011/11/26 18:03:02 |</div>
</li>
</ol>
</div>
<p>Your first thought might be disk space, did a log run away? No that isn't the case--Java Heap refers to memory, looking inside the wrapper.conf from the command above we find more information.</p>
<div class="geshi ini">
<div class="head">C:\Program Files\VMware\Infrastructure\Orchestrator\app-server\bin\wrapper.conf</div>
<ol start="39">
<li class="li1">
<div class="de1"># Initial Java Heap Size <span class="br0">&#40;</span>in MB<span class="br0">&#41;</span></div>
</li>
<li class="li1">
<div class="de1">wrapper.java.<span class="re1">initmemory</span><span class="sy0">=</span><span class="re2"><span class="nu0">2048</span></span></div>
</li>
<li class="li1">
<div class="de1">&nbsp;</div>
</li>
<li class="li1">
<div class="de1"># Maximum Java Heap Size <span class="br0">&#40;</span>in MB<span class="br0">&#41;</span></div>
</li>
<li class="li1">
<div class="de1">wrapper.java.<span class="re1">maxmemory</span><span class="sy0">=</span><span class="re2"><span class="nu0">2048</span></span></div>
</li>
</ol>
</div>
<p>Java has to allocate 2Gb of RAM on startup. My VM only had 1.5Gb, that looks like the issue--this is what you get for ignoring the Minimum System Requirements (assuming your running Orchestrator on same server as your vCenter).  Increase the RAM on your VM and this error should be gone.  vCenter Server should have a minimum of 3Gb of RAM.</p>
<p><a class="a2a_button_delicious" href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fmichael.requeny.com%2F2011%2F12%2F15%2Fvcenter-orchestrator-trouble-server-service-fails-start-service-terminated-service-specific-error-incorrect-function%2F&amp;linkname=vCenter%20Orchestrator%20Trouble%3A%20Server%20service%20fails%20to%20start%20%E2%80%93%20service%20terminated%20with%20service-specific%20error%20Incorrect%20function" title="Delicious" rel="nofollow" target="_blank"><img src="http://michael.requeny.com/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a><a class="a2a_button_digg" href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fmichael.requeny.com%2F2011%2F12%2F15%2Fvcenter-orchestrator-trouble-server-service-fails-start-service-terminated-service-specific-error-incorrect-function%2F&amp;linkname=vCenter%20Orchestrator%20Trouble%3A%20Server%20service%20fails%20to%20start%20%E2%80%93%20service%20terminated%20with%20service-specific%20error%20Incorrect%20function" title="Digg" rel="nofollow" target="_blank"><img src="http://michael.requeny.com/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a><a class="a2a_button_twitter" href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Fmichael.requeny.com%2F2011%2F12%2F15%2Fvcenter-orchestrator-trouble-server-service-fails-start-service-terminated-service-specific-error-incorrect-function%2F&amp;linkname=vCenter%20Orchestrator%20Trouble%3A%20Server%20service%20fails%20to%20start%20%E2%80%93%20service%20terminated%20with%20service-specific%20error%20Incorrect%20function" title="Twitter" rel="nofollow" target="_blank"><img src="http://michael.requeny.com/wp-content/plugins/add-to-any/icons/twitter.png" width="16" height="16" alt="Twitter"/></a><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fmichael.requeny.com%2F2011%2F12%2F15%2Fvcenter-orchestrator-trouble-server-service-fails-start-service-terminated-service-specific-error-incorrect-function%2F&amp;title=vCenter%20Orchestrator%20Trouble%3A%20Server%20service%20fails%20to%20start%20%E2%80%93%20service%20terminated%20with%20service-specific%20error%20Incorrect%20function" id="wpa2a_12"><img src="http://michael.requeny.com/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://michael.requeny.com/2011/12/15/vcenter-orchestrator-trouble-server-service-fails-start-service-terminated-service-specific-error-incorrect-function/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>vSphere Client: Keyboard Shortcuts</title>
		<link>http://michael.requeny.com/2011/12/10/vsphere-client-keyboard-shortcuts/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=vsphere-client-keyboard-shortcuts</link>
		<comments>http://michael.requeny.com/2011/12/10/vsphere-client-keyboard-shortcuts/#comments</comments>
		<pubDate>Sat, 10 Dec 2011 20:19:32 +0000</pubDate>
		<dc:creator>Michael Requeny</dc:creator>
				<category><![CDATA[VMware]]></category>
		<category><![CDATA[vcenter]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://michael.requeny.com/?p=596</guid>
		<description><![CDATA[My most favorite keyboard shortcut in the vSphere Client is Ctrl+Shift+F - It's like Google for vCenter. It flips to the search box and allows you to find VMs, Templates, Datastores, Networks, Hosts, Clusters, Folders,etc. vCenter Navigation Shortcuts These shortcuts are for when you are in the a VM's Console Shortcut Description Ctrl+Shift+V Switches to VM and Templates [...]]]></description>
			<content:encoded><![CDATA[<p>My most favorite keyboard shortcut in the vSphere Client is <strong>Ctrl+Shift+F</strong> - It's like Google for vCenter. It flips to the search box and allows you to find VMs, Templates, Datastores, Networks, Hosts, Clusters, Folders,etc.</p>
<h2>vCenter Navigation Shortcuts</h2>
<p>These shortcuts are for when you are in the a VM's Console</p>
<table>
<tbody>
<tr>
<td><strong>Shortcut</strong></td>
<td><strong>Description</strong></td>
</tr>
<tr>
<td>Ctrl+Shift+V</td>
<td>Switches to VM and Templates</td>
</tr>
<tr>
<td>Ctrl+Shift+H</td>
<td>Switches to Hosts and Clusters</td>
</tr>
<tr>
<td>Ctrl+Shift+D</td>
<td>Switches to Datastore</td>
</tr>
<tr>
<td>Ctrl+Shift+N</td>
<td>Switches to Networking</td>
</tr>
<tr>
<td>Ctrl+Shift+F</td>
<td>Switches to Search - THE shortcut to remember</td>
</tr>
<tr>
<td>Ctrl+Shift+E</td>
<td>Switches to Events</td>
</tr>
<tr>
<td>Ctrl+Shift+L</td>
<td>Switches to Licensing</td>
</tr>
<tr>
<td>Ctrl+Shift+M</td>
<td>Switches to Maps</td>
</tr>
<tr>
<td>Ctrl+Shift+O</td>
<td>Switches to System Logs</td>
</tr>
<tr>
<td>Ctrl+Shift+P</td>
<td>Switches to Host Profiles</td>
</tr>
<tr>
<td>Ctrl+Shift+R</td>
<td>Switches to Roles</td>
</tr>
<tr>
<td>Ctrl+Shift+S</td>
<td>Switches to Sessions</td>
</tr>
<tr>
<td>Ctrl+Shift+T</td>
<td>Switches to Scheduled Tasks</td>
</tr>
<tr>
<td>Ctrl+Shift+U</td>
<td>Switches to Customization Specifications Manager</td>
</tr>
<tr>
<td>Ctrl+Shift+I</td>
<td>Opens vCenter Server Settings</td>
</tr>
<tr>
<td>Alt+Home</td>
<td>Switches to Home</td>
</tr>
<tr>
<td>Ctrl+Tab</td>
<td>Cycles forward through tabs</td>
</tr>
<tr>
<td>Ctrl+Shift+Tab</td>
<td>Cycles backward through tabs</td>
</tr>
<tr>
<td>Alt+Arrow Left/Right</td>
<td>Shortcuts for the Forward/Back buttons at the top left of the vSphere Client</td>
</tr>
</tbody>
</table>
<h2>VM Console Shortcuts</h2>
<p>These shortcuts are for when you are in the a VM's Console</p>
<table>
<tbody>
<tr>
<td><strong>Shortcut</strong></td>
<td><strong>Description</strong></td>
</tr>
<tr>
<td>Ctrl+Shift+Insert</td>
<td>Sends Ctrl+Alt+Delete</td>
</tr>
<tr>
<td>Ctrl+G</td>
<td>Transfers mouse and keyboard input from the local machine to the virtual machine (same as clicking in the window) great for when you don't have a mouse handy</td>
</tr>
<tr>
<td>Ctrl+Alt+Enter</td>
<td>Full Screen VM</td>
</tr>
<tr>
<td>Ctrl+Alt</td>
<td>Unlocks mouse/keyboard from VM console window, also exists full screen mode</td>
</tr>
<tr>
<td>Ctrl+Shift+X</td>
<td>Exit VM Console</td>
</tr>
</tbody>
</table>
<h2><span style="font-size: 20px; font-weight: bold;">New Item Shortcuts</span></h2>
<p>Use these shortcuts to create new things in vCenter</p>
<table>
<tbody>
<tr>
<td><strong>Shortcut</strong></td>
<td><strong>Description</strong></td>
</tr>
<tr>
<td>Ctrl+N</td>
<td>New VM</td>
</tr>
<tr>
<td>Ctrl+A</td>
<td>New vApp</td>
</tr>
<tr>
<td>Ctrl+H</td>
<td>New Host</td>
</tr>
<tr>
<td>Ctrl+L</td>
<td>New Cluster</td>
</tr>
<tr>
<td>Ctrl+O</td>
<td>New Resource Pool</td>
</tr>
<tr>
<td>Ctrl+F</td>
<td>New Folder</td>
</tr>
<tr>
<td>Ctrl+D</td>
<td>New Datastore</td>
</tr>
</tbody>
</table>
<h2>VM Shortcuts</h2>
<p>These shortcuts are for when you select a VM or are in the a VM's Console</p>
<table>
<tbody>
<tr>
<td><strong>Shortcut</strong></td>
<td><strong>Description</strong></td>
</tr>
<tr>
<td>Ctrl+B</td>
<td>Power On VM</td>
</tr>
<tr>
<td>Ctrl+E</td>
<td>Power Off VM</td>
</tr>
<tr>
<td>Ctrl+T</td>
<td>Reset VM</td>
</tr>
<tr>
<td>Ctrl+Z</td>
<td>Suspend VM</td>
</tr>
<tr>
<td>Ctrl+D</td>
<td>Shut Down Guest - Requires VMware Tools</td>
</tr>
<tr>
<td>Ctrl+R</td>
<td>Restart Guest - Requires VMware Tools</td>
</tr>
<tr>
<td>Ctrl+P</td>
<td>Add Permission to VM</td>
</tr>
<tr>
<td>Ctrl+M</td>
<td>Add Alarm to VM</td>
</tr>
</tbody>
</table>
<p>&nbsp;</p>
<p><a class="a2a_button_delicious" href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fmichael.requeny.com%2F2011%2F12%2F10%2Fvsphere-client-keyboard-shortcuts%2F&amp;linkname=vSphere%20Client%3A%20Keyboard%20Shortcuts" title="Delicious" rel="nofollow" target="_blank"><img src="http://michael.requeny.com/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a><a class="a2a_button_digg" href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fmichael.requeny.com%2F2011%2F12%2F10%2Fvsphere-client-keyboard-shortcuts%2F&amp;linkname=vSphere%20Client%3A%20Keyboard%20Shortcuts" title="Digg" rel="nofollow" target="_blank"><img src="http://michael.requeny.com/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a><a class="a2a_button_twitter" href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Fmichael.requeny.com%2F2011%2F12%2F10%2Fvsphere-client-keyboard-shortcuts%2F&amp;linkname=vSphere%20Client%3A%20Keyboard%20Shortcuts" title="Twitter" rel="nofollow" target="_blank"><img src="http://michael.requeny.com/wp-content/plugins/add-to-any/icons/twitter.png" width="16" height="16" alt="Twitter"/></a><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fmichael.requeny.com%2F2011%2F12%2F10%2Fvsphere-client-keyboard-shortcuts%2F&amp;title=vSphere%20Client%3A%20Keyboard%20Shortcuts" id="wpa2a_14"><img src="http://michael.requeny.com/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://michael.requeny.com/2011/12/10/vsphere-client-keyboard-shortcuts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Orchestrator Workflow: Change vCPU Count</title>
		<link>http://michael.requeny.com/2011/12/05/orchestrator-workflow-change-vcpu-count/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=orchestrator-workflow-change-vcpu-count</link>
		<comments>http://michael.requeny.com/2011/12/05/orchestrator-workflow-change-vcpu-count/#comments</comments>
		<pubDate>Mon, 05 Dec 2011 12:31:47 +0000</pubDate>
		<dc:creator>Michael Requeny</dc:creator>
				<category><![CDATA[Orchestrator]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[Workflows]]></category>
		<category><![CDATA[orchestrator]]></category>
		<category><![CDATA[vco]]></category>
		<category><![CDATA[vmware]]></category>
		<category><![CDATA[workflows]]></category>

		<guid isPermaLink="false">http://michael.requeny.com/?p=934</guid>
		<description><![CDATA[I guess the guys behind vCO missed including this workflow in the default install--(hey they had to miss one after making so many hundreds--right?) Simple little workflow, thought I'd post it up to save anyone the trouble of recreating... &#160;]]></description>
			<content:encoded><![CDATA[<p>I guess the guys behind vCO missed including this workflow in the default install--(hey they had to miss one after making so many hundreds--right?)</p>
<p>Simple little workflow, thought I'd post it up to save anyone the trouble of recreating...</p>
<p>&nbsp;</p>
<a class="downloadlink" href="http://michael.requeny.com/wp-content/plugins/download-monitor/download.php?id=1" title="Version1.0 downloaded 252 times" >Change vCPU Count Workflow (252)</a>
<p><a class="a2a_button_delicious" href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fmichael.requeny.com%2F2011%2F12%2F05%2Forchestrator-workflow-change-vcpu-count%2F&amp;linkname=Orchestrator%20Workflow%3A%20Change%20vCPU%20Count" title="Delicious" rel="nofollow" target="_blank"><img src="http://michael.requeny.com/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a><a class="a2a_button_digg" href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fmichael.requeny.com%2F2011%2F12%2F05%2Forchestrator-workflow-change-vcpu-count%2F&amp;linkname=Orchestrator%20Workflow%3A%20Change%20vCPU%20Count" title="Digg" rel="nofollow" target="_blank"><img src="http://michael.requeny.com/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a><a class="a2a_button_twitter" href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Fmichael.requeny.com%2F2011%2F12%2F05%2Forchestrator-workflow-change-vcpu-count%2F&amp;linkname=Orchestrator%20Workflow%3A%20Change%20vCPU%20Count" title="Twitter" rel="nofollow" target="_blank"><img src="http://michael.requeny.com/wp-content/plugins/add-to-any/icons/twitter.png" width="16" height="16" alt="Twitter"/></a><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fmichael.requeny.com%2F2011%2F12%2F05%2Forchestrator-workflow-change-vcpu-count%2F&amp;title=Orchestrator%20Workflow%3A%20Change%20vCPU%20Count" id="wpa2a_16"><img src="http://michael.requeny.com/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://michael.requeny.com/2011/12/05/orchestrator-workflow-change-vcpu-count/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>vCenter Orchestrator Setup</title>
		<link>http://michael.requeny.com/2011/12/04/orchestrator-setup/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=orchestrator-setup</link>
		<comments>http://michael.requeny.com/2011/12/04/orchestrator-setup/#comments</comments>
		<pubDate>Sun, 04 Dec 2011 18:31:42 +0000</pubDate>
		<dc:creator>Michael Requeny</dc:creator>
				<category><![CDATA[Orchestrator]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[orchestrator]]></category>
		<category><![CDATA[vcenter]]></category>
		<category><![CDATA[vco]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://michael.requeny.com/?p=828</guid>
		<description><![CDATA[Prerequisites: Licensed vCenter Server - This can be an evaluation license Service Account to perform LDAP Lookups (vco-service is used below) Active Directory Security Group for vCenter Orchestrator Admins (vCOAdmins is used below) Microsoft SQL Database (vco is used below) Credentials for an account with access to above Microsoft SQL Database Service Account that is [...]]]></description>
			<content:encoded><![CDATA[<p><span class="Apple-style-span" style="font-size: 20px; font-weight: bold;">Prerequisites:</span></p>
<ul>
<li>Licensed vCenter Server - This can be an evaluation license</li>
<li>Service Account to perform LDAP Lookups (vco-service is used below)</li>
<li>Active Directory Security Group for vCenter Orchestrator Admins (vCOAdmins is used below)</li>
<li>Microsoft SQL Database (vco is used below)</li>
<li>Credentials for an account with access to above Microsoft SQL Database</li>
<li>Service Account that is a member of the vCenter Orchestrator Admins Group (vCOAdmins group, vco-service is used below) - yes this can be the same account as your LDAP lookup account</li>
</ul>
<h2>Installation Guide:</h2>
<ol>
<li>Start Service</li>
<li>Navigate to IP:8282</li>
<li>Login with user vmware password vmware</li>
<li>Select Network on the left</li>
<ol>
<li>Select IP address to bind to</li>
<li>Confirm rest of settings on page (adjust ports if any conflict with other software on the orchestrator host)</li>
<li>Click Apply changes at the bottom right</li>
<li>Network should now have a green bubble next to it, proceed</li>
</ol>
<li>Select LDAP on the left</li>
<ol>
<li>Select Active Directory from the dropdown if it's not already selected</li>
<li>Enter your primary &amp; secondary LDAP hosts (domain controllers) note: secondary is optional</li>
<li>Enter your LDAP root path, if your domain is requeny.lan enter: dc=requeny,dc=lan</li>
<li>For username enter user@domain ex: vco-service@requeny.lan</li>
<li>Password- this should be obvious</li>
<li>Enter your User lookup base path: (where all your users are located, ex: cn=Users,dc=requeny,dc=lan (this would point to the Users OU in active directory)</li>
<li>Enter your Group lookup base path: (where all your groups are located, ex: cn=Users,dc=requeny,dc=lan (this would point to the Users OU in active directory)</li>
<li>Enter the path to your vCO Admins Group, ex: cn=vCOAdmins,cn=Users,dc=requeny,dc=lan</li>
<li>Hit apply changes, if all your settings are correct LDAP should now have a green bubble next to it, but before continuing click the Test Login tab at the top and attempt to login with a user in the vCOAdmins group</li>
<li>If that test login worked, proceed on</li>
</ol>
<li>Select Database on the left</li>
<ol>
<li>Select SQLServer from the dropdown</li>
<li>Enter the username for SQL database (note, don't prefix with domain, or use use@domain format here, just the username)</li>
<li>Password - this should be obvious</li>
<li>Database host IP address or DNS name - hostname of SQL server ex: sql01</li>
<li>Port: 1433 - MSSQL default, change it if your SQL server isn't listening on the default port</li>
<li>Database name: this is the name of the database that has been created on your SQL server ex: vco</li>
<li>Instance name: whatever your instance name is, ex: sqlexpress</li>
<li>Domain: your AD domain here, use the NetBIOS name here, ex: requeny</li>
<li>Hit apply changes, if all your settings are correct you will get an error under Validation results that says: Database connection successful.  No schema found.  Please initialize database.  What this means is your connection worked, however there are no tables in the database.</li>
<li>At the top you should see a new link Install the database, click that (this should only take a couple of seconds)</li>
<li>You should now have a green bubble next to Database, proceed on</li>
</ol>
<li>Select Server Certificate</li>
<ol>
<li>If you don't have a certificate CA, select Create certificate database and self-signed server certificate</li>
<ol>
<li>Enter what your info in the next few boxes, examples below:</li>
<li>Common name: orchestrator</li>
<li>Organization: requeny</li>
<li>Organizational Unit: basement</li>
<li>Country: US</li>
<li>Click Create at the bottom right</li>
<li>Server Certificate on the left should now have a green bubble next to it, proceed onto step 8 below</li>
</ol>
<li>If you do have a certificate CA, you can <a title="vCenter Orchestrator Import Signed Certificate" href="http://michael.requeny.com/2011/08/18/vcenter-orchestrator-import-signed-certificate/">follow my other post on what to do if you use Microsoft Active Directory: Certificate Services</a></li>
<ol>
<li>Once server certificate has a green bubble next to it, proceed onto step 8 below</li>
</ol>
</ol>
<li>Select Licenses</li>
<ol>
<li>You can either enter a vCenter Server license manually, or Orchestrator can connect to your vCenter Server and read the license on it's own.</li>
<li>To connect to a vCenter Server and read the license:</li>
<ol>
<li>Check the use vCenter Server license radio button</li>
<li>Enter the hostname of your vCenter Server</li>
<li>Enter the port of your vCenter Server Web Services (443 by default)</li>
<li>Path: leave default</li>
<li>Enter username &amp; password of an account that can read license data from vcenter</li>
<li>Click submit</li>
<li>If you receive an error about 'SSL certificate is missing for this host<a title="vCenter Orchestrator Trouble: SSL exception, ‘SSL certificate is missing for this host’" href="http://michael.requeny.com/2011/11/27/vcenter-orchestrator-trouble-ssl-exception-ssl-certificate-missing-host/"> read my other post on fixing this SSL error</a></li>
<li>Licenses should now have a green bubble next to it, proceed</li>
</ol>
<li>To manually enter a vCenter Server license</li>
<ol>
<li>Check the Add vCenter Server license manually radio button</li>
<li>Enter your vCenter Server serial number (remember you must enter a standard edition serial, foundation doesn't include Orchestrator)</li>
<li>Enter the name of your License owner</li>
<li>Click apply changes on the bottom right</li>
<li>Licenses should now have a green bubble next to it, proceed</li>
</ol>
</ol>
<li>Select Plug-ins (yes we skip Startup Options for now)</li>
<ol>
<li>Enter credentials for a user in the vCO Admin group</li>
<li>Username ex: vco-service</li>
<li>Password - this should be obvious</li>
<li>Click Apply changes at the bottom right</li>
<li>Plug-ins should have a green bubble next to it, as well as Startup Options at this point</li>
<li>Check the plugins you want to enable/install.  Leave the defaults and ensure vCO WebOperator &amp; vCenter Server are checked, then hit apply changes again</li>
<li>You'll notice the status next to many of the plugins is: Will perform installation at next server startup.</li>
</ol>
<li>Select Startup Options</li>
<ol>
<li>Click Install vCO server as service (This will install the Windows Service for vCenter Orchestrator)</li>
<li>Now click on Start Service to startup vCenter Orchestrator (vCenter Orchestrator typically takes upwards of 30 seconds to start, you can use the refresh link to check the status)</li>
<li>If you have any problems starting the service, click on Log on the left, and set the logging drop down to All then click Apply changes on the bottom right, go back and start the service again and then check the log for any errors</li>
</ol>
<li>Open the vCenter Orchestrator Client from the Start-Menu and login!</li>
<ol>
<li>Don't forget to use your domain login DOMAIN\username</li>
<li>Don't forget to be a member of the VCOAdmins group so you can login.</li>
<li>If you want to install the client elsewhere use the installer in the vCenter Server ISO @ vCenter-Server\vCO\vCenterOrchestrator.exe</li>
</ol>
</ol>
<p><a class="a2a_button_delicious" href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fmichael.requeny.com%2F2011%2F12%2F04%2Forchestrator-setup%2F&amp;linkname=vCenter%20Orchestrator%20Setup" title="Delicious" rel="nofollow" target="_blank"><img src="http://michael.requeny.com/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a><a class="a2a_button_digg" href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fmichael.requeny.com%2F2011%2F12%2F04%2Forchestrator-setup%2F&amp;linkname=vCenter%20Orchestrator%20Setup" title="Digg" rel="nofollow" target="_blank"><img src="http://michael.requeny.com/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a><a class="a2a_button_twitter" href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Fmichael.requeny.com%2F2011%2F12%2F04%2Forchestrator-setup%2F&amp;linkname=vCenter%20Orchestrator%20Setup" title="Twitter" rel="nofollow" target="_blank"><img src="http://michael.requeny.com/wp-content/plugins/add-to-any/icons/twitter.png" width="16" height="16" alt="Twitter"/></a><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fmichael.requeny.com%2F2011%2F12%2F04%2Forchestrator-setup%2F&amp;title=vCenter%20Orchestrator%20Setup" id="wpa2a_18"><img src="http://michael.requeny.com/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://michael.requeny.com/2011/12/04/orchestrator-setup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>vCenter Orchestrator Trouble: SSL exception, &#8216;SSL certificate is missing for this host&#8217;</title>
		<link>http://michael.requeny.com/2011/11/27/vcenter-orchestrator-trouble-ssl-exception-ssl-certificate-missing-host/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=vcenter-orchestrator-trouble-ssl-exception-ssl-certificate-missing-host</link>
		<comments>http://michael.requeny.com/2011/11/27/vcenter-orchestrator-trouble-ssl-exception-ssl-certificate-missing-host/#comments</comments>
		<pubDate>Sun, 27 Nov 2011 13:38:11 +0000</pubDate>
		<dc:creator>Michael Requeny</dc:creator>
				<category><![CDATA[Orchestrator]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[orchestrator]]></category>
		<category><![CDATA[vcenter]]></category>
		<category><![CDATA[vco]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://michael.requeny.com/?p=888</guid>
		<description><![CDATA[Here you are trying to setup vCenter Orchestrator and you get this error: SSL exception, 'SSL certificate is missing for this host' What vCenter Orchestrator is saying is that it doesn't have the certificate installed for that host, unlike other apps/programs, Orchestrator doesn't offer an option automatically install these certificates upon inital connection.  You have to [...]]]></description>
			<content:encoded><![CDATA[<p>Here you are trying to setup vCenter Orchestrator and you get this error: SSL exception, 'SSL certificate is missing for this host'</p>
<p>What vCenter Orchestrator is saying is that it doesn't have the certificate installed for that host, unlike other apps/programs, Orchestrator doesn't offer an option automatically install these certificates upon inital connection.  You have to first add the certs then connect to the host, to do this: (refer the screenshot at the bottom if your stuck)</p>
<ol>
<li>Login to your vCenter Orchestrator Configuration Webpage: (http://vCenter-Orchestrator-Hostname:8282) - default user/pass is vmware/vmware</li>
<li>Select Network from the left column</li>
<li>At the top you'll see a tab for SSL Certificate, click that</li>
<li>You can either import the SSL certificate from a file, or from a URL--URL is the easiest as you just enter the hostname and Orchestrator installs the certificate</li>
<li>In the URL box, just enter your vCenter hostname, then click Import to the right of that text box</li>
<li>You'll see the certificate details displayed if everything looks alright click Import at the bottom</li>
<li>Repeat this process for each vCenter you plan to use Orchestrator with</li>
<li>Go back to whatever step you were trying to do when you got the error: SSL exception, 'SSL certificate is missing for this host' and try it again, this time it should work successfully</li>
</ol>
<div><a href="http://michael.requeny.com/wp-content/uploads/2011/11/vco-ssl-certs.png" rel="lightbox[888]"><img class="alignnone size-full wp-image-889" title="vco-ssl-certs" src="http://michael.requeny.com/wp-content/uploads/2011/11/vco-ssl-certs.png" alt="" width="589" height="277" /></a></div>
<div><a href="http://michael.requeny.com/wp-content/uploads/2011/11/vco-ssl-certs.png" rel="lightbox[888]">(Click to enlarge)</a></div>
<p><a class="a2a_button_delicious" href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fmichael.requeny.com%2F2011%2F11%2F27%2Fvcenter-orchestrator-trouble-ssl-exception-ssl-certificate-missing-host%2F&amp;linkname=vCenter%20Orchestrator%20Trouble%3A%20SSL%20exception%2C%20%E2%80%98SSL%20certificate%20is%20missing%20for%20this%20host%E2%80%99" title="Delicious" rel="nofollow" target="_blank"><img src="http://michael.requeny.com/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a><a class="a2a_button_digg" href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fmichael.requeny.com%2F2011%2F11%2F27%2Fvcenter-orchestrator-trouble-ssl-exception-ssl-certificate-missing-host%2F&amp;linkname=vCenter%20Orchestrator%20Trouble%3A%20SSL%20exception%2C%20%E2%80%98SSL%20certificate%20is%20missing%20for%20this%20host%E2%80%99" title="Digg" rel="nofollow" target="_blank"><img src="http://michael.requeny.com/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a><a class="a2a_button_twitter" href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Fmichael.requeny.com%2F2011%2F11%2F27%2Fvcenter-orchestrator-trouble-ssl-exception-ssl-certificate-missing-host%2F&amp;linkname=vCenter%20Orchestrator%20Trouble%3A%20SSL%20exception%2C%20%E2%80%98SSL%20certificate%20is%20missing%20for%20this%20host%E2%80%99" title="Twitter" rel="nofollow" target="_blank"><img src="http://michael.requeny.com/wp-content/plugins/add-to-any/icons/twitter.png" width="16" height="16" alt="Twitter"/></a><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fmichael.requeny.com%2F2011%2F11%2F27%2Fvcenter-orchestrator-trouble-ssl-exception-ssl-certificate-missing-host%2F&amp;title=vCenter%20Orchestrator%20Trouble%3A%20SSL%20exception%2C%20%E2%80%98SSL%20certificate%20is%20missing%20for%20this%20host%E2%80%99" id="wpa2a_20"><img src="http://michael.requeny.com/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://michael.requeny.com/2011/11/27/vcenter-orchestrator-trouble-ssl-exception-ssl-certificate-missing-host/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

