<?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>Cain Manor &#187; VMware</title>
	<atom:link href="http://cainmanor.com/category/tech/vmware-tech/feed" rel="self" type="application/rss+xml" />
	<link>http://cainmanor.com</link>
	<description>Your Guide To All Things Cain™</description>
	<lastBuildDate>Wed, 08 Sep 2010 19:25:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Basic Samba-Active Directory troubleshooting using wbinfo</title>
		<link>http://cainmanor.com/tech/basic-samba-active-directory-troubleshooting-using-wbinfo</link>
		<comments>http://cainmanor.com/tech/basic-samba-active-directory-troubleshooting-using-wbinfo#comments</comments>
		<pubDate>Wed, 08 Sep 2010 19:25:39 +0000</pubDate>
		<dc:creator>Greg Cain</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[UNIX]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[Windows]]></category>
		<guid isPermaLink="false">http://cainmanor.com/?p=1146</guid>
		<description><![CDATA[This document is intended to step you through some of the basics of troubleshooting samba connectivity with your domain controller, using wbinfo.   This is not intended to show you how to configure Samba to talk to your domain controller.  Others have done a much better job that I can. winbind must be running in [...]]]></description>
			<content:encoded><![CDATA[<p>This document is intended to step you through some of the basics of troubleshooting samba connectivity with your domain controller, using wbinfo.   This is not intended to show you how to configure Samba to talk to your domain controller.  Others have done a much better job that I can.</p>
<p>winbind must be running in order for wbinfo to work, and you need to be connected to your domain.</p>
<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">wbinfo <span style="color: #660033;">-p</span>
Ping to winbindd succeeded on fd <span style="color: #000000;">4</span></pre></div></div>
<p>A simple ping test to see if your DC is alive</p>
<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">wbinfo <span style="color: #660033;">-t</span>
checking the trust secret via RPC calls succeeded</pre></div></div>
<p>Verify that the workstation trust account created when the Samba server is added to the Windows NT domain is working.  This is a good first step to make sure you can talk to your DC<br />
<span id="more-1146"></span></p>
<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">wbinfo <span style="color: #660033;">-u</span></pre></div></div>
<p>This will list your domain users.   Make sure the users you expect are there</p>
<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">wbinfo <span style="color: #660033;">-a</span> greg.cain<span style="color: #000000; font-weight: bold;">%</span>password</pre></div></div>
<p>This is an easy way to check that your user can authenticate against the domain.  However, I&#8217;d recommend against using it since it will show your password on the command line, in your history, and in the ps command if it&#8217;s executed at the right time (there are many other reasons, but those should be enough to dissuade you.)  Use a dummy account if possible.</p>
<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">wbinfo <span style="color: #660033;">-g</span></pre></div></div>
<p>Show a list of domain groups.   Again, make sure the groups you expect are present.</p>
<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">wbinfo <span style="color: #660033;">-n</span> greg.cain
S-<span style="color: #000000;">1</span>-<span style="color: #000000;">5</span>-<span style="color: #000000;">21</span>-XXXX789314-<span style="color: #000000;">3545391909</span>-<span style="color: #000000;">2802175779</span>-XXXX User <span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">1</span><span style="color: #7a0874; font-weight: bold;">&#41;</span></pre></div></div>
<p>This will get you the SID for the user you&#8217;ve specified (greg.cain in this case.)</p>
<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">wbinfo <span style="color: #660033;">-s</span> S-<span style="color: #000000;">1</span>-<span style="color: #000000;">5</span>-<span style="color: #000000;">21</span>-XXXX789314-<span style="color: #000000;">3545391909</span>-<span style="color: #000000;">2802175779</span>-XXXX
DOMAIN\greg.cain</pre></div></div>
<p>Using the SID you just returned, let&#8217;s make sure the reverse mappings are correct.</p>
<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">wbinfo <span style="color: #660033;">-r</span> greg.cain
16XXX216
16XXX217
....</pre></div></div>
<p>This will show a list of groups that the user greg.cain belongs to.</p>
<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">wbinfo <span style="color: #660033;">-G</span> 16XXX217
S-<span style="color: #000000;">1</span>-<span style="color: #000000;">5</span>-<span style="color: #000000;">21</span>-<span style="color: #000000;">1540789314</span>-<span style="color: #000000;">3545391909</span>-<span style="color: #000000;">2802175779</span>-YYY</pre></div></div>
<p>This converts the GID to the SID.</p>
<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">wbinfo <span style="color: #660033;">-Y</span> S-<span style="color: #000000;">1</span>-<span style="color: #000000;">5</span>-<span style="color: #000000;">21</span>-<span style="color: #000000;">1540789314</span>-<span style="color: #000000;">3545391909</span>-<span style="color: #000000;">2802175779</span>-YYY
16XXX217</pre></div></div>
<p>This is the reverse mapping of the SID to the GID</p>
]]></content:encoded>
			<wfw:commentRss>http://cainmanor.com/tech/basic-samba-active-directory-troubleshooting-using-wbinfo/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mass provisioning of VM&#8217;s</title>
		<link>http://cainmanor.com/tech/mass-provisioning-of-vms</link>
		<comments>http://cainmanor.com/tech/mass-provisioning-of-vms#comments</comments>
		<pubDate>Thu, 20 May 2010 22:49:51 +0000</pubDate>
		<dc:creator>Greg Cain</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[UNIX]]></category>
		<category><![CDATA[VMware]]></category>
		<guid isPermaLink="false">http://cainmanor.com/?p=802</guid>
		<description><![CDATA[We have a need to provision a bunch of Linux VM&#8217;s relatively quickly. We could do them by hand, but frankly, I&#8217;m too lazy to build 150 VM&#8217;s by hand. This is a very rough way to do it. First you need a Customization Specification filled out for each server. It&#8217;s entirely scriptable, but I [...]]]></description>
			<content:encoded><![CDATA[<p>We have a need to provision a bunch of Linux VM&#8217;s relatively quickly.  We could do them by hand, but frankly, I&#8217;m too lazy to build 150 VM&#8217;s by hand.   This is a very rough way to do it.</p>
<p>First you need a Customization Specification filled out for each server.   It&#8217;s entirely scriptable, but I won&#8217;t be going into the details of that.  This is what the Customization Specification looks like<br />
<span id="more-802"></span></p>
<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">  <span style="color: #000000; font-weight: bold;">&amp;</span>lt;_type<span style="color: #000000; font-weight: bold;">&amp;</span>gt;vim.CustomizationSpecItem
&nbsp;
    <span style="color: #000000; font-weight: bold;">&amp;</span>lt;_type<span style="color: #000000; font-weight: bold;">&amp;</span>gt;vim.CustomizationSpecInfo
    <span style="color: #000000;">1274294433</span>
    HandCodedVM1
    <span style="color: #000000;">2010</span>-05-19T18:<span style="color: #000000;">40</span>:33Z
    HandCodedVM1
    Linux
&nbsp;
    <span style="color: #000000; font-weight: bold;">&amp;</span>lt;_type<span style="color: #000000; font-weight: bold;">&amp;</span>gt;vim.vm.customization.Specification
&nbsp;
      <span style="color: #000000; font-weight: bold;">&amp;</span>lt;_type<span style="color: #000000; font-weight: bold;">&amp;</span>gt;vim.vm.customization.GlobalIPSettings
&nbsp;
        <span style="color: #000000; font-weight: bold;">&amp;</span>lt;_length<span style="color: #000000; font-weight: bold;">&amp;</span>gt;<span style="color: #000000;">2</span>
        <span style="color: #000000; font-weight: bold;">&amp;</span>lt;_type<span style="color: #000000; font-weight: bold;">&amp;</span>gt;string<span style="color: #7a0874; font-weight: bold;">&#91;</span><span style="color: #7a0874; font-weight: bold;">&#93;</span>
        10.10.10.11
        10.10.10.12
&nbsp;
        <span style="color: #000000; font-weight: bold;">&amp;</span>lt;_length<span style="color: #000000; font-weight: bold;">&amp;</span>gt;<span style="color: #000000;">1</span>
        <span style="color: #000000; font-weight: bold;">&amp;</span>lt;_type<span style="color: #000000; font-weight: bold;">&amp;</span>gt;string<span style="color: #7a0874; font-weight: bold;">&#91;</span><span style="color: #7a0874; font-weight: bold;">&#93;</span>
        MyDomain.com
&nbsp;
      <span style="color: #000000; font-weight: bold;">&amp;</span>lt;_type<span style="color: #000000; font-weight: bold;">&amp;</span>gt;vim.vm.customization.LinuxPrep
      sea1.com
&nbsp;
        <span style="color: #000000; font-weight: bold;">&amp;</span>lt;_type<span style="color: #000000; font-weight: bold;">&amp;</span>gt;vim.vm.customization.FixedName
        HandCodedVM1
&nbsp;
      <span style="color: #c20cb9; font-weight: bold;">true</span>
      US<span style="color: #000000; font-weight: bold;">/</span>Pacific
&nbsp;
      <span style="color: #000000; font-weight: bold;">&amp;</span>lt;_length<span style="color: #000000; font-weight: bold;">&amp;</span>gt;<span style="color: #000000;">1</span>
      <span style="color: #000000; font-weight: bold;">&amp;</span>lt;_type<span style="color: #000000; font-weight: bold;">&amp;</span>gt;vim.vm.customization.AdapterMapping<span style="color: #7a0874; font-weight: bold;">&#91;</span><span style="color: #7a0874; font-weight: bold;">&#93;</span>
&nbsp;
        <span style="color: #000000; font-weight: bold;">&amp;</span>lt;_type<span style="color: #000000; font-weight: bold;">&amp;</span>gt;vim.vm.customization.AdapterMapping
&nbsp;
          <span style="color: #000000; font-weight: bold;">&amp;</span>lt;_type<span style="color: #000000; font-weight: bold;">&amp;</span>gt;vim.vm.customization.IPSettings
&nbsp;
            <span style="color: #000000; font-weight: bold;">&amp;</span>lt;_length<span style="color: #000000; font-weight: bold;">&amp;</span>gt;<span style="color: #000000;">2</span>
            <span style="color: #000000; font-weight: bold;">&amp;</span>lt;_type<span style="color: #000000; font-weight: bold;">&amp;</span>gt;string<span style="color: #7a0874; font-weight: bold;">&#91;</span><span style="color: #7a0874; font-weight: bold;">&#93;</span>
            10.10.66.1
&nbsp;
            <span style="color: #000000; font-weight: bold;">&amp;</span>lt;_type<span style="color: #000000; font-weight: bold;">&amp;</span>gt;vim.vm.customization.FixedIp
            10.10.66.254
&nbsp;
          255.255.254.0
&nbsp;
      <span style="color: #000000; font-weight: bold;">&amp;</span>lt;_type<span style="color: #000000; font-weight: bold;">&amp;</span>gt;vim.vm.customization.LinuxOptions</pre></div></div>
<p>I&#8217;m going to guess you know your environment well enough to recognize your DNS servers, your default gateway, subnet mask, the servers name, etc.   Customize this file with the new settings you need.   Once you have your new XML file, you&#8217;ll want to name it appropriately and import it into Virtual Center (I haven&#8217;t found a way to automate that yet.)</p>
<p>Since that&#8217;s done, you just need to fire up PowerShell (I&#8217;m using PowerShell on the same box as my Virtual Center.)  This too is scriptable, but I haven&#8217;t written that script yet either.  This is the rough framework you need to get started.</p>
<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">Connect-VIServer localhost <span style="color: #7a0874; font-weight: bold;">&#40;</span>This connects you to the <span style="color: #7a0874; font-weight: bold;">local</span> VC.<span style="color: #7a0874; font-weight: bold;">&#41;</span>
&nbsp;
new-vm <span style="color: #660033;">-name</span> HandCodedVM1 <span style="color: #660033;">-Template</span> LINUX_TEMPLATE <span style="color: #660033;">-OSCustomizationSpec</span> HandCodedVM1 <span style="color: #660033;">-VMHost</span> HOST01 <span style="color: #660033;">-Datastore</span> OS01_NAS</pre></div></div>
<p>Relatively easy to do, and it will save us a couple of days over doing it manually.</p>
]]></content:encoded>
			<wfw:commentRss>http://cainmanor.com/tech/mass-provisioning-of-vms/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mouse Scroll Wheel not working for Ubuntu 9 under VMware Fusion</title>
		<link>http://cainmanor.com/tech/mouse-scroll-wheel-not-working-for-ubuntu-9-under-vmware-fusion</link>
		<comments>http://cainmanor.com/tech/mouse-scroll-wheel-not-working-for-ubuntu-9-under-vmware-fusion#comments</comments>
		<pubDate>Thu, 16 Apr 2009 19:53:27 +0000</pubDate>
		<dc:creator>Greg Cain</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[UNIX]]></category>
		<category><![CDATA[VMware]]></category>
		<guid isPermaLink="false">http://cainmanor.com/tech/mouse-scroll-wheel-not-working-for-ubuntu-9-under-vmware-fusion</guid>
		<description><![CDATA[In my /etc/X11/xorg.conf file, I had these (oddly, correct) setting for the mouse. They were originally commented out, but not below. # commented out by update-manager, HAL is now used Section &#34;InputDevice&#34; Driver &#34;vmmouse&#34; Identifier &#34;VMware Mouse&#34; Option &#34;Buttons&#34; &#34;5&#34; Option &#34;Device&#34; &#34;/dev/input/mice&#34; Option &#34;Protocol&#34; &#34;IMPS/2&#34; Option &#34;ZAxisMapping&#34; &#34;4 5&#34; Option &#34;Emulate3Buttons&#34; &#34;true&#34; EndSection However, [...]]]></description>
			<content:encoded><![CDATA[<p>In my /etc/X11/xorg.conf file, I had these (oddly, correct) setting for the mouse.  They were originally commented out, but not below.</p>
<p><span id="more-550"></span></p>
<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #666666; font-style: italic;"># commented out by update-manager, HAL is now used</span>
Section <span style="color: #ff0000;">&quot;InputDevice&quot;</span>
  Driver <span style="color: #ff0000;">&quot;vmmouse&quot;</span>
  Identifier <span style="color: #ff0000;">&quot;VMware Mouse&quot;</span>
  Option <span style="color: #ff0000;">&quot;Buttons&quot;</span> <span style="color: #ff0000;">&quot;5&quot;</span>
  Option <span style="color: #ff0000;">&quot;Device&quot;</span> <span style="color: #ff0000;">&quot;/dev/input/mice&quot;</span>
  Option <span style="color: #ff0000;">&quot;Protocol&quot;</span> <span style="color: #ff0000;">&quot;IMPS/2&quot;</span>
  Option <span style="color: #ff0000;">&quot;ZAxisMapping&quot;</span> <span style="color: #ff0000;">&quot;4 5&quot;</span>
  Option <span style="color: #ff0000;">&quot;Emulate3Buttons&quot;</span> <span style="color: #ff0000;">&quot;true&quot;</span>
EndSection</pre></div></div>
<p>However, the hal settings are a mess, and not able to handle my mouse (Logitech Mx900.)  Rather than try to wrestle hal into order, I added these setting to override hal.</p>
<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">Section <span style="color: #ff0000;">&quot;ServerFlags&quot;</span>
  Option         <span style="color: #ff0000;">&quot;AutoAddDevices&quot;</span> <span style="color: #ff0000;">&quot;false&quot;</span>
EndSection</pre></div></div>
<p>Now it works!!</p>
]]></content:encoded>
			<wfw:commentRss>http://cainmanor.com/tech/mouse-scroll-wheel-not-working-for-ubuntu-9-under-vmware-fusion/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VMware ESX 3 and vCenter 2 Log Location</title>
		<link>http://cainmanor.com/tech/vmware-esx-3-and-vcenter-2-log-location</link>
		<comments>http://cainmanor.com/tech/vmware-esx-3-and-vcenter-2-log-location#comments</comments>
		<pubDate>Thu, 16 Apr 2009 03:15:22 +0000</pubDate>
		<dc:creator>Greg Cain</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[VMware]]></category>
		<guid isPermaLink="false">http://cainmanor.com/tech/vmware-esx-3-and-vcenter-2-log-location</guid>
		<description><![CDATA[VMware ESX 3.* Logfile Locations HyperVisor Logs vmkernel &#8211; /var/log/vmkernel vmkwarning &#8211; /var/log/vmkwarning vmksummary &#8211; /var/log/vmksummary Management Logs hostd &#8211; /var/log/vmware/hostd.log vpxa &#8211; /var/log/vmware/vpxa.log HA &#8211; /var/log/vmware/aam Console OS (COS) Logs COS &#8211; /var/log/messages esxupdate &#8211; /var/log/vmware/esxupdate.log boot &#8211; /var/log/vmware/esxcfg-boot.log webAccess &#8211; /var/log/vmware/webAcess firewall &#8211; /var/log/vmware/esxcfg-firewall.log secure &#8211; /var/log/secure VMware vCenter 2.* Logfile Locations vCenter [...]]]></description>
			<content:encoded><![CDATA[<p><strong>VMware ESX 3.* Logfile Locations</strong><br />
<strong>HyperVisor Logs</strong></p>
<ul>
<li><strong>v</strong><strong>mkernel</strong> &#8211; /var/log/vmkernel</li>
<li><strong>vmkwarning</strong> &#8211; /var/log/vmkwarning</li>
<li><strong>vmksummary</strong> &#8211; /var/log/vmksummary</li>
</ul>
<p><span id="more-549"></span><strong>Management Logs</strong></p>
<ul>
<li><strong>hostd</strong> &#8211; /var/log/vmware/hostd.log</li>
<li><strong>vpxa</strong> &#8211; /var/log/vmware/vpxa.log</li>
<li><strong>HA</strong> &#8211; /var/log/vmware/aam</li>
</ul>
<p><strong>Console OS (COS) Logs</strong></p>
<ul>
<li><strong>COS</strong> &#8211; /var/log/messages</li>
<li><strong>esxupdate</strong> &#8211; /var/log/vmware/esxupdate.log</li>
<li><strong>boot</strong> &#8211; /var/log/vmware/esxcfg-boot.log</li>
<li><strong>webAccess</strong> &#8211; /var/log/vmware/webAcess</li>
<li><strong>firewall</strong> &#8211; /var/log/vmware/esxcfg-firewall.log</li>
<li><strong>secure</strong> &#8211; /var/log/secure</li>
</ul>
<p><strong>VMware vCenter 2.* Logfile Locations</strong></p>
<ul>
<li><strong>vCenter</strong> &#8211; C:\Documents and Settings\All Users\Application Data\VMware\VMware VirtualCenter\Logs</li>
<li><strong>Tomcat</strong> &#8211; C:\Program Files\VMware\Infrastructure\VirtualCenter Server\tomcat\logs</li>
<li><strong>Capacity Planner</strong> &#8211; C:\Documents and Settings\All Users\Application Data\VMware\VMware Capacity Planner\Logs</li>
<li><strong>Update Manager</strong> &#8211; C:\Documents and Settings\All Users\Application Data\VMware\VMware Update Manager\Logs</li>
<li><strong>Converter</strong> &#8211; C:\Documents and Settings\All Users\Application Data\VMware\VMware Converter Enterprise\Logs</li>
<li><strong>Licence Manager</strong> &#8211; C:\Temp\imgrd.log</li>
</ul>
<p>Gratefully taken from <a href="http://www.simonlong.co.uk/blog/2009/04/14/vmware-esx-3-and-vcenter-2-logs/">HERE</a></p>
<p><a name="main"></a></p>
]]></content:encoded>
			<wfw:commentRss>http://cainmanor.com/tech/vmware-esx-3-and-vcenter-2-log-location/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing the Performance Overview plugin on Virtual Center 2.5 Update 4</title>
		<link>http://cainmanor.com/tech/installing-the-performance-overview-plugin-on-virtual-center-25-update-4</link>
		<comments>http://cainmanor.com/tech/installing-the-performance-overview-plugin-on-virtual-center-25-update-4#comments</comments>
		<pubDate>Tue, 03 Mar 2009 23:24:57 +0000</pubDate>
		<dc:creator>Greg Cain</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[esx]]></category>
		<guid isPermaLink="false">http://cainmanor.com/tech/installing-the-performance-overview-plugin-on-virtual-center-25-update-4</guid>
		<description><![CDATA[This is a great plugin, but it took a bit of work getting it installed. Install VC2.5u4.  If you are upgrading, and have not installed u4 yet, stop the &#8220;VMware Infrastructure Web Access&#8221; service first.  Upgrade, then start the &#8220;VMware Infrastructure Web Access&#8221; service.  Not doing this can cause you problems.  This may be fixed [...]]]></description>
			<content:encoded><![CDATA[<p>This is a great plugin, but it took a bit of work getting it installed.</p>
<p><span id="more-506"></span></p>
<p>Install VC2.5u4.  If you are upgrading, and have not installed u4 yet, stop the &#8220;VMware Infrastructure Web Access&#8221; service first.  Upgrade, then start the &#8220;VMware Infrastructure Web Access&#8221; service.  Not doing this can cause you problems.  This may be fixed by this VMware <a title="KB 1008330" href="http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&amp;cmd=displayKC&amp;externalId=1008330" target="_blank">KB article</a>.</p>
<p>Download and install <a title="Java Download" href="http://java.sun.com/javase/downloads/index.jsp">Java JDK 1.6</a></p>
<p>Make sure to add the Java executables directory to your path (<tt>C:\Program Files\Java\jdk1.6.0_12\bin\</tt> in the case of my JDK.)  Later updates will use a different path.  If you have an earlier version installed, and you need to keep the older version, type the following in a command window</p>
<div class="wp_syntax"><div class="code"><pre class="dos" style="font-family:monospace;"><span style="color: #b1b100; font-weight: bold;">set</span> <span style="color: #448844;">path</span>=C:\Program Files\Java\jdk1.6.0_11\bin\;<span style="color: #33cc33;">%</span><span style="color: #448888;">path</span><span style="color: #33cc33;">%</span></pre></div></div>
<p>Create  a System Variable (not User) called JAVA_HOME, with a value of <tt>C:\Program Files\Java\jdk1.6.0_12.</tt> This is essentially the top level Java Directory.</p>
<p>Log out and back in to let your session pick up the new user variables.</p>
<p>In your file browser, find the perfCharts directory.  This will be the same folder you installed VC2.5u4 from, under \vpx\perfCharts.  Open a command window, and change to this directory.  In the same command window run</p>
<div class="wp_syntax"><div class="code"><pre class="dos" style="font-family:monospace;">install.bat</pre></div></div>
<p>It&#8217;s a huge security hole, but I couldn&#8217;t find another way to do it.</p>
<p>Once that&#8217;s done, start Virtual Center and click on the a host.  You should see a Performance Overview tab.  If you don&#8217;t, check that the plugin is installed (Plugins -&gt; Manage Plugins -&gt; Installed.)</p>
<p>Everything worked as expected, but I got this error in the Performance Overview window<br />
&#8220;STATs Report service internal error Message: STATs Report application initialization is not completed successfully.&#8221;</p>
<p>To solve this, you need to configure the built in MSDE database to accept TCP/IP as a protocol.  Assuming your MSDE is on the same machine as your VC, start the SQL Configuration Manager &#8211; <strong></strong></p>
<p><a href="http://photos.cainmanor.com/2009/03/sql-config.png"><img class="alignleft size-medium wp-image-505" title="sql-config" src="http://photos.cainmanor.com/2009/03/sql-config.png" alt="" width="172" height="180" /></a><strong>Start</strong> &gt; <strong>Programs</strong> &gt; <strong>Microsoft SQL Server 2005 </strong>&gt; <strong>Configuration Tools</strong> &gt; <strong>SQL Server Configuration Manager</strong>.</p>
<p><strong>SQL Server 2005 Network Configuration -&gt; Protocols for SQLEXP_VIM -&gt; TCP/IP</strong></p>
<p><strong>Yes </strong>for <strong>Enabled</strong> and <strong>Yes</strong> for <strong>Listen All</strong></p>
<p style="padding-left: 90px;">Restart the following services in order, or reboot</p>
<p>SQL Server (SQLEXP_VIM)<br />
SQL Browser (Make sure it has either an automatic or manual start<br />
VMware Infrastructure Web Access</p>
]]></content:encoded>
			<wfw:commentRss>http://cainmanor.com/tech/installing-the-performance-overview-plugin-on-virtual-center-25-update-4/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
