<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:clearspace="http://www.jivesoftware.com/xmlns/clearspace/rss" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:opensearch="http://a9.com/-/spec/opensearch/1.1/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>VMware Communities : Document List - VMware vCenter™</title>
    <link>http://communities.vmware.com/community/vmtn/mgmt?view=documents</link>
    <description>Latest Documents in VMware vCenter™</description>
    <language>en</language>
    <pubDate>Thu, 19 Nov 2009 11:09:32 GMT</pubDate>
    <generator>Clearspace 1.10.12 (http://jivesoftware.com/products/clearspace/)</generator>
    <dc:date>2009-11-19T11:09:32Z</dc:date>
    <dc:language>en</dc:language>
    <item>
      <title>Business Continuity with VMWare</title>
      <link>http://communities.vmware.com/docs/DOC-11313</link>
      <description>Hi,&lt;br /&gt;
&lt;br /&gt;
First of all I am thank full to Mike Laverick for his quick and correct answer. Now I wanted to know that is there any possibilty that if I have two ESX Vsphers 4 hosts containing VMs in two different sites (Protectiona and Recovery) can be replicated while I dont have any SAN or NAS, instead I have only DAS. Please let me know if it can be done through any budgeted third party solution while VMWare has no solution for it.&lt;br /&gt;
&lt;br /&gt;
Regards&lt;br /&gt;
Naveed</description>
      <pubDate>Thu, 19 Nov 2009 11:04:24 GMT</pubDate>
      <guid>http://communities.vmware.com/docs/DOC-11313</guid>
      <dc:date>2009-11-19T11:04:24Z</dc:date>
      <clearspace:dateToText>4 days, 10 hours ago</clearspace:dateToText>
    </item>
    <item>
      <title>Automatically backup SQL-Express database</title>
      <link>http://communities.vmware.com/docs/DOC-11235</link>
      <description>Using the following procedures you can implement an automatic backup of your SQL-Express database:&lt;br /&gt;
&lt;br /&gt;
1. Paste the following SQL-Script in an editor and save as backupsql.sql (for example):&lt;br /&gt;
&lt;br /&gt;
    BACKUP DATABASE VIM_VCDB   /* select database for backup */&lt;br /&gt;
    TO DISK = 'D:\backup\vcenter-db\VIM_VCDB.bak'   /* select destination for backup */&lt;br /&gt;
    WITH INIT;   /* overwrite existing backup files */&lt;br /&gt;
&lt;br /&gt;
2. Create a new job in "Accessories" -&amp;gt; "Scheduled Tasks" to execute the SQL script:&lt;br /&gt;
&lt;br /&gt;
     "C:\Program Files\Microsoft SQL Server\90\Tools\Binn\SQLCMD.EXE" -S serverName\instance -E -i D:\backup\sqlbackup.sql&lt;br /&gt;
&lt;br /&gt;
     -S (this specifies the server\instance name for SQL Server)&lt;br /&gt;
     serverName (this is the server\instance name for SQL Server)&lt;br /&gt;
     -E (this allows you to make a trusted connection)&lt;br /&gt;
     -i (this specifies the input command file)&lt;br /&gt;
&lt;br /&gt;
Some helpful general information about backing up SQL Server can be found here:&lt;br /&gt;
&lt;br /&gt;
  &lt;a class="jive-link-external" href="http://www.simple-talk.com/sql/backup-and-recovery/sql-server-2005-backups/"&gt;http://www.simple-talk.com/sql/backup-and-recovery/sql-server-2005-backups/&lt;/a&gt;</description>
      <category domain="http://communities.vmware.com/tags?communityID=2413">sqlexpress</category>
      <category domain="http://communities.vmware.com/tags?communityID=2413">backup</category>
      <pubDate>Mon, 16 Nov 2009 15:15:12 GMT</pubDate>
      <guid>http://communities.vmware.com/docs/DOC-11235</guid>
      <dc:date>2009-11-16T15:15:12Z</dc:date>
      <clearspace:dateToText>1 week, 6 hours ago</clearspace:dateToText>
    </item>
    <item>
      <title>Physical vs VM vCenter Server</title>
      <link>http://communities.vmware.com/docs/DOC-11197</link>
      <description>Over the yeas there have been some controversy over this topic. Should vCenter Server be a physical or a virtual machine?&lt;br /&gt;
&lt;br /&gt;
But it's also very important understand with VMware service require a working vCenter Server:&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;VMware HA require vCenter only for the initial setup&lt;/li&gt;
&lt;li&gt;VMware VMotion and SVMotion require vCenter only to start the operation&lt;/li&gt;
&lt;li&gt;VMware DRS/DPM can work only with vCenter&lt;/li&gt;
&lt;li&gt;Template provisiong require  vCenter&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
In addition, you will also need to know where your SQL server is located, cause if you loose DB connection, the vCenter Server service will stop!&lt;br /&gt;
For this reason in medium/small environment could be a good idea put the on the same server also the DBMS.&lt;br /&gt;
&lt;br /&gt;
&lt;hr /&gt;
&lt;h2&gt;Physical solution: pro and cons&lt;/h2&gt;
&lt;h3&gt;Pro&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;With VI 3.x the license server can work also if ESX are down... this coul be useful to power on the ESX and the VM&lt;/li&gt;
&lt;li&gt;It is not susceptible to a potential VI outage&lt;/li&gt;
&lt;li&gt;Most scalable, cause performance are limited only by server hardware&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;h3&gt;Cons&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;A dedicated physical server is required (it's not recommended mix it with VCB or other services)&lt;/li&gt;
&lt;li&gt;Backup must be done using tradition tools&lt;/li&gt;
&lt;li&gt;Difficult to manage a disaster recovery solution&lt;/li&gt;
&lt;li&gt;Not easy solutions for Business Continuity&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;hr /&gt;
&lt;h2&gt;Virtual solution: pro and cons&lt;/h2&gt;
&lt;h3&gt;Pro&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;vCenter Server is just an "appliance", you do not need a dedicated physical server&lt;/li&gt;
&lt;li&gt;Faster to restore, you can use VMware HA to restart vCenter Server&lt;/li&gt;
&lt;li&gt;Each backup solution that work for a VM work also in this case&lt;/li&gt;
&lt;li&gt;Simple solutions for Business Continuity&lt;/li&gt;
&lt;li&gt;If you have VMotion license you can move the VM to one ESX to another&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;h3&gt;Cons&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;If you do not have VMotion license than you have to power-off vCenter Server to move between ESX (see VMotion section of &lt;a href="http://communities.vmware.com/docs/DOC-10987" class="jive-link-wiki"&gt;How work without vCenter Server&lt;/a&gt; )&lt;/li&gt;
&lt;li&gt;It is susceptible to a potential VI outage&lt;/li&gt;
&lt;li&gt;It must contend for resources along with other VMs&lt;/li&gt;
&lt;li&gt;In VI 3.x, if license server is on vCenter Server, you can have some big problems after 14 days of downtime (see &lt;a class="jive-link-external" href="http://www.riccardoriva.com/archives/703"&gt;http://www.riccardoriva.com/archives/703&lt;/a&gt;)&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;hr /&gt;
&lt;h2&gt;P2V or V2P&lt;/h2&gt;
The P2V conversion is very simple and can be managed by VMware Converter without problem.&lt;br /&gt;
The V2P conversion could be a little complicated. See: &lt;a href="http://communities.vmware.com/thread/123457" class="jive-link-thread"&gt;Moving Virtual Center from VM back to Physical&lt;/a&gt;&lt;br /&gt;
To move the SQL Server database see this KB:&lt;br /&gt;
&lt;a class="jive-link-external" href="http://kb.vmware.com/kb/7960893"&gt;http://kb.vmware.com/kb/7960893&lt;/a&gt; - VMware Self-Service- Moving the VirtualCenter SQL Database&lt;br /&gt;
&lt;br /&gt;
&lt;hr /&gt;
&lt;h2&gt;Reference&lt;/h2&gt;
&lt;a class="jive-link-external" href="http://www.dailyhypervisor.com/?p=1054"&gt;http://www.dailyhypervisor.com/?p=1054&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://communities.vmware.com/thread/229351" class="jive-link-thread"&gt;Vcenter server physical or virtual&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://communities.vmware.com/thread/241871" class="jive-link-thread"&gt;vCenter on a VM v/s vCenter directly on hardware?&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://communities.vmware.com/docs/DOC-11115" class="jive-link-wiki"&gt;Increase the availability of vCenter Server&lt;/a&gt;</description>
      <category domain="http://communities.vmware.com/tags?communityID=2413">virtualcenter</category>
      <category domain="http://communities.vmware.com/tags?communityID=2413">vcenter</category>
      <category domain="http://communities.vmware.com/tags?communityID=2413">virtual_center</category>
      <category domain="http://communities.vmware.com/tags?communityID=2413">vc</category>
      <pubDate>Thu, 12 Nov 2009 05:30:19 GMT</pubDate>
      <guid>http://communities.vmware.com/docs/DOC-11197</guid>
      <dc:date>2009-11-12T05:30:19Z</dc:date>
      <clearspace:dateToText>1 week, 2 days ago</clearspace:dateToText>
    </item>
    <item>
      <title>Increase the availability of vCenter Server</title>
      <link>http://communities.vmware.com/docs/DOC-11115</link>
      <description>&lt;h2&gt;Introduction&lt;/h2&gt;
There are at least 3 solutions to have HA for vCenter Server:&lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;use a VM for VC and use VMware HA&lt;/li&gt;
&lt;li&gt;use vCenter Server Heartbeat product&lt;/li&gt;
&lt;li&gt;use a MSCS solution for VC&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;hr /&gt;
&lt;h2&gt;VMware HA&lt;/h2&gt;
&lt;a class="jive-link-external" href="http://www.vmware.com/products/high-availability/"&gt;http://www.vmware.com/products/high-availability/&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Only usable when vCenter Server is a VM!&lt;br /&gt;
VMware HA require vCenter Server only for the initial setup and configuration.&lt;br /&gt;
Than it can work on ESX in a distributed mode, and vCenter Server is not needed to ensure the correct work of HA.&lt;br /&gt;
For this reason VMware HA can handle also vCenter Server restart (in this case the downtime could be some minutes...) &lt;br /&gt;
&lt;br /&gt;
IMHO, for small/medium environment I prefer the VMware HA solution... very simple and cheap.&lt;br /&gt;
Be sure to have also the vCenter DB on your VM, or you have to find a HA solution also for your DB.&lt;br /&gt;
&lt;br /&gt;
&lt;hr /&gt;
&lt;h2&gt;vCenter Server Heartbeat&lt;/h2&gt;
&lt;a class="jive-link-external" href="http://www.vmware.com/products/vcenter-server-heartbeat/"&gt;http://www.vmware.com/products/vcenter-server-heartbeat/&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
In this case vCenter Server (the primary instance) could be a VM or a physical system. The secondary must be a VM!&lt;br /&gt;
Optimize availability and resiliency for VMware vCenter Server in any situation. VMware vCenter Server Heartbeat delivers the maximum uptime for your virtual datacenter infrastructure, ensuring consistent operation, even when VMware vCenter Server is threatened by unplanned or planned downtime.&lt;br /&gt;
&lt;br /&gt;
&lt;hr /&gt;
&lt;h2&gt;MSCS or Failover Cluster&lt;/h2&gt;
&lt;a class="jive-link-external" href="http://www.vmware.com/pdf/VC_MSCS.pdf"&gt;http://www.vmware.com/pdf/VC_MSCS.pdf&lt;/a&gt; &lt;br /&gt;
&lt;a class="jive-link-external" href="http://viops.vmware.com/home/docs/DOC-1111"&gt;http://viops.vmware.com/home/docs/DOC-1111&lt;/a&gt; - Reference Implementation: Clustering VirtualCenter 2.5 Using Microsoft Cluster Services&lt;br /&gt;
&lt;br /&gt;
In this case vCenter Server (both the primary and the secondary node) could be a VM or a physical system!&lt;br /&gt;
You also need at least Windows Server 2003 (or 2008) Enterprise Edition.&lt;br /&gt;
Note that vCenter Server 2.5 is not supported on Windows Server 2008!&lt;br /&gt;
&lt;br /&gt;
Similar to this solution is the usage of other cluster solutions, for example Veritas Cluster:&lt;br /&gt;
&lt;a class="jive-link-external" href="http://searchservervirtualization.techtarget.com/news/article/0,289142,sid94_gci1341780,00.html"&gt;http://searchservervirtualization.techtarget.com/news/article/0,289142,sid94_gci1341780,00.html&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;hr /&gt;
&lt;h2&gt;Why not VMware FT?&lt;/h2&gt;
Is it a good choice-using FT for virtual vCenter server redundancy?&lt;br /&gt;
Not yet... vCenter Server 4.0 require 2 vCPU (expecially if you have also a local DB).&lt;br /&gt;
FT 1.0 can work only with VM single vCPU.&lt;br /&gt;
For more information on FT see: &lt;a href="http://communities.vmware.com/docs/DOC-10989" class="jive-link-wiki"&gt;VMware FT&lt;/a&gt;</description>
      <category domain="http://communities.vmware.com/tags?communityID=2413">vc</category>
      <category domain="http://communities.vmware.com/tags?communityID=2413">vcenter</category>
      <pubDate>Sun, 01 Nov 2009 07:33:30 GMT</pubDate>
      <guid>http://communities.vmware.com/docs/DOC-11115</guid>
      <dc:date>2009-11-01T07:33:30Z</dc:date>
      <clearspace:dateToText>2 weeks, 4 hours ago</clearspace:dateToText>
    </item>
    <item>
      <title>Announcing General Availability of VMware vCenter Chargeback 1.0.1</title>
      <link>http://communities.vmware.com/docs/DOC-11005</link>
      <description>We are excited to announce the general availability of &lt;a class="jive-link-external" href="http://www.vmware.com/products/vcenter-chargeback"&gt;VMware vCenter Chargeback 1.0.1&lt;/a&gt; today, which includes new billing policies, a set of vCenter Chargeback APIs, and a number of other high impact features. You can download vCenter Chargeback 1.0.1 from &lt;a class="jive-link-external" href="http://www.vmware.com/download/chargeback/"&gt;http://www.vmware.com/download/chargeback/&lt;/a&gt; &lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;What's New in vCenter Chargeback 1.0.1?&lt;/b&gt; &lt;br /&gt;
&lt;br /&gt;
vCenter Chargeback 1.0.1 provides the following new features: &lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;Support for Windows Authentication&lt;/b&gt; &lt;br clear="all" /&gt;	This release of vCenter Chargeback supports Windows Authentication for SQL Server databases. If you are using SQL Server for the vCenter Chargeback database or for the vCenter Server database, then you can configure the application to use Windows Authentication instead of SQL Authentication.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;New computing resource and billing policies added&lt;/b&gt; &lt;br clear="all" /&gt;	This release of vCenter Chargeback introduces a new computing resource, vCPU, and two new billing policies, vCPU Count and Memory Size and Fixed Cost and vCPU Count and Memory Size. These policies enable you to calculate cost based on the number of virtual CPUs and the amount of memory allocated to the virtual machines.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Resource Summary section lists rolled-up usage data for all entities&lt;/b&gt; &lt;br clear="all" /&gt;	The Resource Summary section of the chargeback reports show the rolled-up usage data for all the entities.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Global fixed cost history is retained&lt;/b&gt; &lt;br clear="all" /&gt;	This release of vCenter Chargeback lets you to set different cost values for different time periods on the same global fixed cost. The old values are retained and not overwritten.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Ability to undo to the most recent operation on the chargeback hierarchy&lt;/b&gt; &lt;br clear="all" /&gt;	The most recent operation on the chargeback hierarchy can be undone. This undo feature is available for entities that are added or moved in the hierarchy. The undo option is not available for rename and delete operations.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Ability to use the vCenter Chargeback APIs&lt;/b&gt; &lt;br clear="all" /&gt;	vCenter Chargeback APIs provide an interface to programmatically use the various features of vCenter Chargeback. As an application developer, you can use these APIs to build chargeback applications or integrate vCenter Chargeback with your internal billing systems and compliance policies. Please do note that the APIs released with this version of vCenter Chargeback are only for a technical preview.&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
For more information on product features or to try the product yourself, please visit: &lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Product overview: &lt;a class="jive-link-external" href="http://www.vmware.com/products/vcenter-chargeback"&gt;http://www.vmware.com/products/vcenter-chargeback&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;vCenter Chargeback 1.0.1 Release Notes: &lt;a class="jive-link-external" href="http://downloads.vmware.com/support/vcbm10/doc/vcbm_1_0_1_release_notes.html"&gt;http://downloads.vmware.com/support/vcbm10/doc/vcbm_1_0_1_release_notes.html&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Free 60-day evaluation: &lt;a class="jive-link-external" href="http://www.vmware.com/go/try-vcenter-chargeback"&gt;http://www.vmware.com/go/try-vcenter-chargeback&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
If you're looking to develop a chargeback application or integrate vCenter Chargeback with your internal billing systems, please join us on Wed Nov 4th, 9 am PST for a &lt;a class="jive-link-external" href="http://communities.vmware.com/thread/234488"&gt;VMware Coffee Talk on vCenter Chargeback APIs&lt;/a&gt;, with technical discussions and Q&amp;#38;A led by the vCenter Chargeback R&amp;#38;D team. &lt;br /&gt;
&lt;br /&gt;
We hope you enjoy this latest release!</description>
      <pubDate>Tue, 27 Oct 2009 21:51:52 GMT</pubDate>
      <guid>http://communities.vmware.com/docs/DOC-11005</guid>
      <dc:date>2009-10-27T21:51:52Z</dc:date>
      <clearspace:dateToText>3 weeks, 5 days ago</clearspace:dateToText>
    </item>
    <item>
      <title>vCenter CapacityIQ 1.0 Evaluator's Guide</title>
      <link>http://communities.vmware.com/docs/DOC-10970</link>
      <description />
      <pubDate>Mon, 19 Oct 2009 16:53:35 GMT</pubDate>
      <guid>http://communities.vmware.com/docs/DOC-10970</guid>
      <dc:date>2009-10-19T16:53:35Z</dc:date>
      <clearspace:dateToText>1 month, 1 day ago</clearspace:dateToText>
    </item>
    <item>
      <title>Generating vCenter Chargeback report for an hour</title>
      <link>http://communities.vmware.com/docs/DOC-10920</link>
      <description>Welcome to vCenter Chargeback forum. If you are a new user, and want to evaluate Chargeback - you need not wait for a full day or so to generate your first report. Please read through this post and generate a fully functional cost report within an hour of installation! &lt;br /&gt;
&lt;br /&gt;
vCenter Chargeback ships with various billing period options using which the chargeback user can schedule and generate reports for Daily, Weekly, Monthly, Quarterly, Half yearly &amp;#38; Yearly. Given this there is no "ready to use" option available to generate a report for an hour, but the user can generate a report for an hour using "custom" billing period option while scheduling the report. &lt;br /&gt;
&lt;br /&gt;
Please refer the attached CustomBillingPeriod_1.jpg, where a report is scheduled to generate every day for the duration 09:15 AM to 10:15AM. In this picture, the input parameters highlighted in circle determines when the report generation needs to be triggered or fired. Whereas the input parameters inside the highlighted rectangle decides the report duration, which will be computed based on the firing time. &lt;br /&gt;
&lt;br /&gt;
Attached image CustomBillingPeriod_2.jpg shows another "one hour" report for the day that is 15days before then the firing time. &lt;br /&gt;
&lt;br /&gt;
I hope the above small tip helps. &lt;br /&gt;
&lt;br /&gt;
Thanks &amp;#38; Regards &lt;br /&gt;
Diwakar</description>
      <category domain="http://communities.vmware.com/tags?communityID=3048">chargeback</category>
      <category domain="http://communities.vmware.com/tags?communityID=3048">vcenter</category>
      <category domain="http://communities.vmware.com/tags?communityID=3048">chargeback_report</category>
      <category domain="http://communities.vmware.com/tags?communityID=3048">chareback_tip</category>
      <pubDate>Thu, 15 Oct 2009 12:48:05 GMT</pubDate>
      <guid>http://communities.vmware.com/docs/DOC-10920</guid>
      <dc:date>2009-10-15T12:48:05Z</dc:date>
      <clearspace:dateToText>1 month, 1 week ago</clearspace:dateToText>
    </item>
    <item>
      <title>VMware vCenter AppSpeed Evaluator’s Guide</title>
      <link>http://communities.vmware.com/docs/DOC-10889</link>
      <description />
      <category domain="http://communities.vmware.com/tags?communityID=3060">appspeed</category>
      <category domain="http://communities.vmware.com/tags?communityID=3060">training</category>
      <category domain="http://communities.vmware.com/tags?communityID=3060">evaluators_guide</category>
      <pubDate>Mon, 12 Oct 2009 20:44:52 GMT</pubDate>
      <guid>http://communities.vmware.com/docs/DOC-10889</guid>
      <dc:date>2009-10-12T20:44:52Z</dc:date>
      <clearspace:dateToText>1 month, 1 week ago</clearspace:dateToText>
    </item>
    <item>
      <title>vSphere Host Profiles Deep Dive</title>
      <link>http://communities.vmware.com/docs/DOC-10850</link>
      <description>Few different new vSphere features have been exhaustively discussed since it was launched back in May&amp;rsquo;09. I have seen a number of discussions and papers about Fault Tolerance, Storage Thin Provisioning and vDistributed Switches however not much has been said about Host Profiles.&lt;br /&gt;
&lt;br /&gt;
Host Profiles greatly simplify host configuration management in scale-out deployments through user-defined configuration policies. You can use profile policies to eliminate per-host manual host configuration and efficiently maintain configuration consistency and correctness across the entire datacenter(*).&lt;br /&gt;
&lt;br /&gt;
A Host Profile policies can capture the blueprint of a known, validated "golden" configuration and use this to configure networking, storage settings, security settings, and so on for multiple hosts. Host profile policies also monitor compliance to standard host configuration settings across the datacenter.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Using Host Profiles&lt;/b&gt;&lt;br /&gt;
Profile configurations can be managed via GUI (viClient), vSphere APIs or PowerCLI. Some software and hardware vendors already started to integrate their products with Host Profiles to enhance functionalities such as periodic scans to uncover inconsistencies and provide reporting for Change Management (ITIL) compliance.&lt;br /&gt;
&lt;br /&gt;
Some material have already been published so I won&amp;rsquo;t recreate. I&amp;rsquo;m listing some good links and references.&lt;br /&gt;
&lt;br /&gt;
&lt;a class="jive-link-external" href="http://xtravirt.com//xd10015"&gt;VMware vSphere 4 - Host Profiles&lt;/a&gt; Feature from Xtravirt (Paul Davey)&lt;br /&gt;
&lt;a class="jive-link-external" href="https://www.vmware.com/tryvmware_tpl/vsphere_demos.html?"&gt;Host Profiles&lt;/a&gt; Official VMware Demo&lt;br /&gt;
&lt;a class="jive-link-external" href="http://www.youtube.com/watch?v=tDDK97MR-HU"&gt;vSphere Host Profiles&lt;/a&gt; by Jason Nash (video)&lt;br /&gt;
&lt;a class="jive-link-external" href="http://vimeo.com/4410391"&gt;Managing host profiles with vSpherePowerCLI!&lt;/a&gt; by Yavor Boychev (video)&lt;br /&gt;
&lt;a class="jive-link-external" href="http://malaysiavm.com/blog/esx-host-profiles-with-vsphere/"&gt;Backup/Restore a Host Profile&lt;/a&gt; by Graig from the Malaysian VMware Community&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Licensing&lt;/b&gt;&lt;br /&gt;
To be able to use Host Profiles your vSphere environment must be licensed with Enterprise Plus package that also allows you to use vNetwork Distributed Switch, and Third Party Multipathing. It is clear to me based on this &lt;a class="jive-link-external" href="http://itknowledgeexchange.techtarget.com/virtualization-pro/upgrading-production-servers-to-vsphere-when-and-why/"&gt;post&lt;/a&gt; from Eric Siebert  that Host Profiles is not one of the hottest features on VMware&amp;rsquo;s plate however administrators are considering upgrading their licenses to Enterprise Plus.  I believe Host Profiles will be soon on the hots  when all the hype about other features is over.&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;br /&gt;
&lt;img src="http://communities.vmware.com/vsphere-features1.jpg" alt="http://communities.vmware.com/vsphere-features1.jpg" class="jive-image"  /&gt;  &lt;br /&gt;
&lt;p /&gt;
&lt;img src="http://communities.vmware.com/vsphere-poll3.jpg" alt="http://communities.vmware.com/vsphere-poll3.jpg" class="jive-image"  /&gt;  &lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;
This &lt;a class="jive-link-external" href="http://technodrone.blogspot.com/2009/09/how-to-prepare-for-enterprise-plus.html"&gt;post&lt;/a&gt; from Maish Saidel-Keesing explains licensing and pricing in detail.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Limitations&lt;/b&gt;&lt;br /&gt;
*(*)*Host Profiles will not work work properly in a cluster containing ESX and ESXi hosts due to core differences, such as Service Console and Port Networks. The recommendation is that you create different clusters for each type of hosts and maintain a separate host profiles. This drawback by itself could represent a big challenge in Host Profiles adoption however VMware has already stated that only ESXi will be supported and gain new features in the future.&lt;br /&gt;
&lt;br /&gt;
Other limitations:&lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Only a single profile can be applied per cluster&lt;/li&gt;
&lt;li&gt;Logging on the host&lt;/li&gt;
&lt;/ul&gt;
is to the file &amp;ldquo;pyVmomiserver.log&amp;rdquo;&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Host must be in maintenance mode before a profile can be applied.&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
Things not covered by Host Profiles are:&lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Licensing&lt;/li&gt;
&lt;li&gt;vDS policy configuration (you can do non-policy vDS)&lt;/li&gt;
&lt;li&gt;iSCSI&lt;/li&gt;
&lt;li&gt;Multipathing&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;i&gt;Some information provided by&lt;/i&gt; &lt;a class="jive-link-external" href="http://www.vreference.com/2009/09/01/vmworld-host-profiles/"&gt;Forbes Guthrie&lt;/a&gt; &lt;i&gt;post.&lt;/i&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;My Personal Experience using Host Profiles&lt;/b&gt;&lt;br /&gt;
(Could Host Profiles be more intelligent?) I came across an interesting situation that I rather prefer to think it is a bug to be fixed than a natural behavior. In my production environment I created a Host Profile based on a ESX host (A) and the only difference to ESX host (B) was the NIC Teaming order.&lt;br /&gt;
&lt;br /&gt;
When I applied the profile onto ESX host (B) vCenter informed that the only vSwitch and all port groups in use would be deleted and recreated, including the Service Console and vKernel.&lt;br /&gt;
&lt;br /&gt;
I initially thought it is not possible so I manually changed the NIC Teaming order on ESX host (B) and when I requested to Check Compliance on host ESX (B) it was compliant.&lt;br /&gt;
&lt;br /&gt;
In Summary a simple NIC teaming order change will cause Host Profiles to delete ESX vSwitch and all port groups efore creating it again with the correct configuration.&lt;br /&gt;
&lt;br /&gt;
Few other administrators have been trough the same issue and the simply additional NIC to a vswitch would result in deleting vswitch in recreating vswitch0. However this ends with a communication error between vCenter and the ESX host because the management network is not available anymore (due to deleting vswitch0).&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Final Considerations&lt;/b&gt;&lt;br /&gt;
I have found in many circumstances that use of Host Profiles will co-exist with unattended installations (scripted) helping administrators to achieve consistency over and further than datacenter &lt;br /&gt;
boundaries with minimal effort.&lt;br /&gt;
&lt;br /&gt;
Not really related to Host Profiles but would be nice to see vApps understanding host configuration and deciding if that specific configuration or Host Profile applied to the host is adequate for grouped VMs to run.&lt;br /&gt;
&lt;br /&gt;
Host Profiles is a powerful tool to maintain consistency amongst a large number of ESX hosts and will certainly benefit organizations who can afford the salty price of the Enterprise Plus package.&lt;br /&gt;
&lt;p /&gt;
&lt;b&gt;Other useful resources&lt;/b&gt;&lt;br /&gt;
&lt;a class="jive-link-wiki" href="http://communities.vmware.com/docs/DOC-10066"&gt;Meet the Engineer Series: VMware Host Profiles&lt;/a&gt;&lt;br /&gt;
&lt;p /&gt;
Andre Leibovici&lt;br /&gt;
&lt;a class="jive-link-external" href="http://virtualcloud.wordpress.com/"&gt;http://virtualcloud.wordpress.com/&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
This document was generated from the following thread: &lt;a class="jive-link-thread" href="http://communities.vmware.com/thread/234097"&gt;vSphere Host Profiles Deep Dive&lt;/a&gt;</description>
      <category domain="http://communities.vmware.com/tags?communityID=2413">vmware</category>
      <category domain="http://communities.vmware.com/tags?communityID=2413">vmware_infrastructure</category>
      <category domain="http://communities.vmware.com/tags?communityID=2413">host_profiles</category>
      <category domain="http://communities.vmware.com/tags?communityID=2413">profiles</category>
      <category domain="http://communities.vmware.com/tags?communityID=2413">cluster</category>
      <category domain="http://communities.vmware.com/tags?communityID=2413">vsphere</category>
      <category domain="http://communities.vmware.com/tags?communityID=2413">esx4</category>
      <pubDate>Fri, 02 Oct 2009 07:20:14 GMT</pubDate>
      <guid>http://communities.vmware.com/docs/DOC-10850</guid>
      <dc:date>2009-10-02T07:20:14Z</dc:date>
      <clearspace:dateToText>1 month, 3 weeks ago</clearspace:dateToText>
    </item>
    <item>
      <title>Coffee Talk Webinar - ChargeBack API  Nov 4th -  INTL Toll Free Numbers</title>
      <link>http://communities.vmware.com/docs/DOC-10842</link>
      <description>INTL TOLL FREE NUMBER FOR Nov 4th Coffee Talk Live Webinar&lt;br /&gt;
Agenda:&lt;br /&gt;
&lt;a class="jive-link-external" href="http://blogs.vmware.com/developer/2009/10/show-me-the-money-with-vcenter-charge-back-apis-live-webinar-nov4th.html"&gt;http://blogs.vmware.com/developer/2009/10/show-me-the-money-with-vcenter-charge-back-apis-live-webinar-nov4th.html&lt;/a&gt; &lt;br /&gt;
 Participant Passcode: 166373 &lt;br /&gt;
 Toll free:  1-888-253-4037 &lt;br /&gt;
 Toll:  1-719-867-0591 &lt;br /&gt;
 Tie:  650-3330 &lt;br /&gt;
  International toll free - Argentina:  0800 666 1931 &lt;br /&gt;
  International toll free - Australia:  1 800 093 472 &lt;br /&gt;
  International toll free - Austria:  0800 293 550 &lt;br /&gt;
  International toll free - Bahamas:  1 800 389 0426 &lt;br /&gt;
  International toll free - Belgium:  0 800 72 931 &lt;br /&gt;
  International toll free - Brazil:  0800 891 9644 &lt;br /&gt;
  International toll free - Chile:  123 0020 6921 &lt;br /&gt;
  International toll free - China, Northern Region:  10 800 714 0940 &lt;br /&gt;
  International toll free - China, Southern Region:  10 800 140 0915 &lt;br /&gt;
  International toll free - Colombia:  01 800 518 0429 &lt;br /&gt;
  International toll free - Costa Rica:  0800 015 0438 &lt;br /&gt;
  International toll free - Czech Republic:  800 142 882 &lt;br /&gt;
  International toll free - Denmark:  80 886 982 &lt;br /&gt;
  International toll free - Dominican Republic:  1 800 205 1059 &lt;br /&gt;
  International toll free - France:  0 800 902 640 &lt;br /&gt;
  International toll free - Germany:  0 800 181 3124 &lt;br /&gt;
  International toll free - Greece:  00 800 161 2205 1059 &lt;br /&gt;
  International toll free - Hong Kong:  800 968 149 &lt;br /&gt;
  International toll free - Hungary:  06 800 182 46 &lt;br /&gt;
  International toll free - India:  000 800 1006 285 &lt;br /&gt;
  International toll free - Indonesia:  001 803 017 1059 &lt;br /&gt;
  International toll free - Ireland:  1 800 553 535 &lt;br /&gt;
  International toll free - Israel:  1 80 924 5906 &lt;br /&gt;
  International toll free - Italy:  800 870 025 &lt;br /&gt;
  International toll free - Japan:  00531 16 0573 &lt;br /&gt;
  International toll free - Latvia:  8000 2437 &lt;br /&gt;
  International toll free - Lithuania:  8 800 3 02 01 &lt;br /&gt;
  International toll free - Luxembourg:  800 2 5741 &lt;br /&gt;
  International toll free - Malaysia:  1 800 812 410 &lt;br /&gt;
  International toll free - Mexico:  001 800 514 1067 &lt;br /&gt;
  International toll free - Monaco:  800 93 275 &lt;br /&gt;
  International toll free - Netherlands:  0 800 022 0026 &lt;br /&gt;
  International toll free - New Zealand:  0 800 444 601 &lt;br /&gt;
  International toll free - Norway:  800 181 22 &lt;br /&gt;
  International toll free - Philippines:  1 800 111 003 99 &lt;br /&gt;
  International toll free - Poland:  00 800 111 48 10 &lt;br /&gt;
  International toll free - Portugal:  800 819 148 &lt;br /&gt;
  International toll free - Russia:  810 800 2488 1012 &lt;br /&gt;
  International toll free - Singapore:  800 101 1739 &lt;br /&gt;
  International toll free - Slovenia:  0 800 80054 &lt;br /&gt;
  International toll free - South Africa:  0 800 999 558 &lt;br /&gt;
  International toll free - South Korea:  003 0813 1580 &lt;br /&gt;
  International toll free - Spain:  900 957 061 &lt;br /&gt;
  International toll free - Sweden:  02 079 7447 &lt;br /&gt;
  International toll free - Switzerland:  0 800 563 574 &lt;br /&gt;
  International toll free - Taiwan:  00 801 126 797 &lt;br /&gt;
  International toll free - Thailand:  001 800 156 205 1059 &lt;br /&gt;
  International toll free - UK:  0 800 404 7655 &lt;br /&gt;
  International toll free - Uruguay:  0004 019 0077 &lt;br /&gt;
  International toll free - Venezuela:  0 800 100 3100</description>
      <category domain="http://communities.vmware.com/tags?communityID=3048">coffee_talk</category>
      <category domain="http://communities.vmware.com/tags?communityID=3048">chargeback_api</category>
      <pubDate>Thu, 01 Oct 2009 01:09:29 GMT</pubDate>
      <guid>http://communities.vmware.com/docs/DOC-10842</guid>
      <dc:date>2009-10-01T01:09:29Z</dc:date>
      <clearspace:dateToText>3 weeks, 6 days ago</clearspace:dateToText>
    </item>
    <item>
      <title>IBM BladeCenter HS21 P2V Conveter can't search HHD</title>
      <link>http://communities.vmware.com/docs/DOC-10647</link>
      <description />
      <pubDate>Tue, 08 Sep 2009 03:29:54 GMT</pubDate>
      <guid>http://communities.vmware.com/docs/DOC-10647</guid>
      <dc:date>2009-09-08T03:29:54Z</dc:date>
      <clearspace:dateToText>2 months, 2 weeks ago</clearspace:dateToText>
    </item>
    <item>
      <title>Availability GUIDE</title>
      <link>http://communities.vmware.com/docs/DOC-10671</link>
      <description />
      <pubDate>Tue, 01 Sep 2009 13:25:12 GMT</pubDate>
      <guid>http://communities.vmware.com/docs/DOC-10671</guid>
      <dc:date>2009-09-01T13:25:12Z</dc:date>
      <clearspace:dateToText>2 months, 3 weeks ago</clearspace:dateToText>
    </item>
    <item>
      <title>Lab Manager 4.0 Internal APIs</title>
      <link>http://communities.vmware.com/docs/DOC-10608</link>
      <description />
      <category domain="http://communities.vmware.com/tags?communityID=2426">labmanager</category>
      <category domain="http://communities.vmware.com/tags?communityID=2426">labmanager_api</category>
      <category domain="http://communities.vmware.com/tags?communityID=2426">labmanager_4</category>
      <pubDate>Thu, 27 Aug 2009 00:46:34 GMT</pubDate>
      <guid>http://communities.vmware.com/docs/DOC-10608</guid>
      <dc:date>2009-08-27T00:46:34Z</dc:date>
      <clearspace:dateToText>2 months, 4 weeks ago</clearspace:dateToText>
    </item>
    <item>
      <title>service VMWARE VirtualCernter Server  is down</title>
      <link>http://communities.vmware.com/docs/DOC-10548</link>
      <description>&lt;br /&gt;
We have Virtual Center Server  Version 2.5.0 built 119598 , and We have a problem constantly the service vmware virtualcenter server is down .</description>
      <pubDate>Tue, 18 Aug 2009 14:28:10 GMT</pubDate>
      <guid>http://communities.vmware.com/docs/DOC-10548</guid>
      <dc:date>2009-08-18T14:28:10Z</dc:date>
      <clearspace:dateToText>3 months, 1 week ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>add memory to a VM</title>
      <link>http://communities.vmware.com/docs/DOC-10543</link>
      <description />
      <category domain="http://communities.vmware.com/tags?communityID=3055">orchestrator</category>
      <category domain="http://communities.vmware.com/tags?communityID=3055">workflow</category>
      <pubDate>Mon, 17 Aug 2009 17:45:05 GMT</pubDate>
      <guid>http://communities.vmware.com/docs/DOC-10543</guid>
      <dc:date>2009-08-17T17:45:05Z</dc:date>
      <clearspace:dateToText>3 months, 1 week ago</clearspace:dateToText>
    </item>
    <item>
      <title>Lab Manager Best Practices</title>
      <link>http://communities.vmware.com/docs/DOC-10473</link>
      <description />
      <pubDate>Fri, 07 Aug 2009 18:14:34 GMT</pubDate>
      <guid>http://communities.vmware.com/docs/DOC-10473</guid>
      <dc:date>2009-08-07T18:14:34Z</dc:date>
      <clearspace:dateToText>3 months, 2 weeks ago</clearspace:dateToText>
    </item>
    <item>
      <title>workflow to add a CPU</title>
      <link>http://communities.vmware.com/docs/DOC-10472</link>
      <description />
      <category domain="http://communities.vmware.com/tags?communityID=3055">orchestrator</category>
      <category domain="http://communities.vmware.com/tags?communityID=3055">workflow</category>
      <pubDate>Fri, 07 Aug 2009 16:05:50 GMT</pubDate>
      <guid>http://communities.vmware.com/docs/DOC-10472</guid>
      <dc:date>2009-08-07T16:05:50Z</dc:date>
      <clearspace:dateToText>3 months, 2 weeks ago</clearspace:dateToText>
    </item>
    <item>
      <title>create VM in batch and delete a bunch of VMs</title>
      <link>http://communities.vmware.com/docs/DOC-10461</link>
      <description>&lt;br /&gt;
Someone asked me how to create a batch of VMs using workflows.&lt;br /&gt;
&lt;p /&gt;
As I was working on that workflow, I needed to do some clean ups to delete all the test VMs I was creating.  but I found no workflow that takes a bunch of VMs as input (there is one in the library that deletes one VM at a time). &lt;br /&gt;
&lt;p /&gt;
So I wrote a little workflow that deletes VMs in one go.&lt;br /&gt;
&lt;p /&gt;
The workflow lets you specify the prefix of the VMs and how many VMs you want.  It then creates the VMs and append them with numbers starting with 1.</description>
      <category domain="http://communities.vmware.com/tags?communityID=3055">orchestrator</category>
      <category domain="http://communities.vmware.com/tags?communityID=3055">workflow</category>
      <pubDate>Tue, 04 Aug 2009 13:51:31 GMT</pubDate>
      <guid>http://communities.vmware.com/docs/DOC-10461</guid>
      <dc:date>2009-08-04T13:51:31Z</dc:date>
      <clearspace:dateToText>3 months, 3 weeks ago</clearspace:dateToText>
    </item>
    <item>
      <title>How to extract and upload AppSpeed Server logs to the VMware ftpsite?</title>
      <link>http://communities.vmware.com/docs/DOC-10419</link>
      <description>First please file a Support Request (bug). once done keep the SR number and continue to the next steps: &lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;br /&gt;
1. Login to Appspeed Server from VIC Console window using user name "console" &lt;br /&gt;
&lt;br /&gt;
2. Type "snapshot --dump-all", note that this action may take several minutes &lt;br /&gt;
&lt;br /&gt;
3. Type "shell" &lt;br /&gt;
&lt;br /&gt;
4. Type cd /var/snapshot-conductor/ &lt;br /&gt;
&lt;p /&gt;
5. Type "ftp 65.115.85.53" (VMware ftpsite). Input the user name and password below:&lt;br /&gt;
&lt;blockquote&gt;User : inbound &lt;br clear="all" /&gt; Password:inbound&lt;/blockquote&gt;
&lt;p /&gt;
6.Type "bin" to enter binary mode. &lt;br /&gt;
&lt;br /&gt;
7. Type mkdir &amp;lt;Enter the SR number you created&amp;gt; &lt;br /&gt;
&lt;br /&gt;
8. Type cd &amp;lt;#SR&amp;gt; &lt;br /&gt;
&lt;br /&gt;
9. Type "put &amp;lt;latest .snapshot file name you created together with matching md5 file &amp;gt; &lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;b&gt;Alternative option:&lt;/b&gt; &lt;br /&gt;
&lt;br /&gt;
1. Follow steps 1 and 2 above &lt;br /&gt;
&lt;br /&gt;
2. Open your web browser and type &lt;a class="jive-link-external" href="http://vc_ip/AppSpeed/snapshots/"&gt;http://VC_IP/AppSpeed/snapshots/&lt;/a&gt; &lt;br /&gt;
&lt;br /&gt;
3. Save the latest .snapshot file you created together with matching md5 file to your local machine &lt;br /&gt;
&lt;br /&gt;
4. Upload the files to our ftp site: &lt;br /&gt;
&lt;blockquote&gt;FTP Server: ftpsite.vmware.com &lt;br clear="all" /&gt; User: inbound &lt;br clear="all" /&gt; Password: inbound&lt;/blockquote&gt;
&lt;p /&gt;
5. Continue as described in steps 6-9 above&lt;br /&gt;
&lt;br /&gt;
This document was generated from the following thread: &lt;a class="jive-link-thread" href="http://communities.vmware.com/thread/222984"&gt;How to extract and upload AppSpeed Server logs to the VMware ftpsite?&lt;/a&gt;</description>
      <category domain="http://communities.vmware.com/tags?communityID=3060">appspeed</category>
      <pubDate>Tue, 28 Jul 2009 21:37:18 GMT</pubDate>
      <guid>http://communities.vmware.com/docs/DOC-10419</guid>
      <dc:date>2009-07-28T21:37:18Z</dc:date>
      <clearspace:dateToText>3 months, 4 weeks ago</clearspace:dateToText>
    </item>
    <item>
      <title>get ESX patches installed on the host</title>
      <link>http://communities.vmware.com/docs/DOC-10393</link>
      <description />
      <category domain="http://communities.vmware.com/tags?communityID=3055">orchestrator</category>
      <pubDate>Wed, 22 Jul 2009 11:45:07 GMT</pubDate>
      <guid>http://communities.vmware.com/docs/DOC-10393</guid>
      <dc:date>2009-07-22T11:45:07Z</dc:date>
      <clearspace:dateToText>4 months, 4 days ago</clearspace:dateToText>
    </item>
    <item>
      <title>get available space from a datastore and email</title>
      <link>http://communities.vmware.com/docs/DOC-10392</link>
      <description />
      <category domain="http://communities.vmware.com/tags?communityID=3055">orchestrator</category>
      <pubDate>Wed, 22 Jul 2009 11:40:16 GMT</pubDate>
      <guid>http://communities.vmware.com/docs/DOC-10392</guid>
      <dc:date>2009-07-22T11:40:16Z</dc:date>
      <clearspace:dateToText>4 months, 4 days ago</clearspace:dateToText>
    </item>
    <item>
      <title>VMware vCenter AppSpeed Installation Guide</title>
      <link>http://communities.vmware.com/docs/DOC-10357</link>
      <description />
      <category domain="http://communities.vmware.com/tags?communityID=3060">appspeed</category>
      <category domain="http://communities.vmware.com/tags?communityID=3060">install_guide</category>
      <pubDate>Sun, 19 Jul 2009 12:27:36 GMT</pubDate>
      <guid>http://communities.vmware.com/docs/DOC-10357</guid>
      <dc:date>2009-07-19T12:27:36Z</dc:date>
      <clearspace:dateToText>4 months, 1 week ago</clearspace:dateToText>
    </item>
    <item>
      <title>VMware vCenter AppSpeed User's Guide</title>
      <link>http://communities.vmware.com/docs/DOC-10356</link>
      <description />
      <category domain="http://communities.vmware.com/tags?communityID=3060">appspeed</category>
      <category domain="http://communities.vmware.com/tags?communityID=3060">user_guide</category>
      <pubDate>Sun, 19 Jul 2009 12:24:33 GMT</pubDate>
      <guid>http://communities.vmware.com/docs/DOC-10356</guid>
      <dc:date>2009-07-19T12:24:33Z</dc:date>
      <clearspace:dateToText>4 months, 1 week ago</clearspace:dateToText>
    </item>
    <item>
      <title>Orchestrator with separate database</title>
      <link>http://communities.vmware.com/docs/DOC-10312</link>
      <description>I'm wondering if anyone has their vCenter database on SQL 2008 and their Orchestrator database on SQL 2005?  I'd like to avoid installing SQL 2005 as much as I can and if there are no issues with VC on SQl 2008 &amp;#38; Orchestrator on SQL 2005 that is the way I will go until VMware gets Orchestrator working on SQL 2008.  Thanks for help.</description>
      <pubDate>Tue, 07 Jul 2009 19:16:08 GMT</pubDate>
      <guid>http://communities.vmware.com/docs/DOC-10312</guid>
      <dc:date>2009-07-07T19:16:08Z</dc:date>
      <clearspace:dateToText>4 months, 2 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Linked Mode Best Practices</title>
      <link>http://communities.vmware.com/docs/DOC-10122</link>
      <description>A document on Linked Mode Best Practices is available at the &lt;a class="jive-link-external" href="http://viops.vmware.com"&gt;VMware Infrastructure Operations&lt;/a&gt; (VIops) portal.  &lt;br /&gt;
&lt;br /&gt;
Here is the link to the document: &lt;a class="jive-link-external" href="http://viops.vmware.com/home/docs/DOC-1521"&gt;http://viops.vmware.com/home/docs/DOC-1521&lt;/a&gt;</description>
      <category domain="http://communities.vmware.com/tags?communityID=2413">vc</category>
      <category domain="http://communities.vmware.com/tags?communityID=2413">linked_mode</category>
      <category domain="http://communities.vmware.com/tags?communityID=2413">virtual_center</category>
      <category domain="http://communities.vmware.com/tags?communityID=2413">virtualcenter</category>
      <pubDate>Thu, 04 Jun 2009 22:41:56 GMT</pubDate>
      <guid>http://communities.vmware.com/docs/DOC-10122</guid>
      <dc:date>2009-06-04T22:41:56Z</dc:date>
      <clearspace:dateToText>5 months, 3 weeks ago</clearspace:dateToText>
    </item>
    <item>
      <title>Meet the Engineer Series: VMware vCenter Server Linked Mode</title>
      <link>http://communities.vmware.com/docs/DOC-10071</link>
      <description>&lt;b&gt;&lt;i&gt;Real people, real faces, discussing VMware vSphere topics...&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;hr /&gt;
In this video, two VMware Engineers will discuss VMware vCenter Server Linked Mode which is new with VMware vSphere 4:&lt;br /&gt;
&lt;br /&gt;
{youtube}&lt;a class="jive-link-external" href="http://www.youtube.com/watch?v=8En1pl7Bz-c"&gt;http://www.youtube.com/watch?v=8En1pl7Bz-c&lt;/a&gt;{youtube}&lt;br /&gt;
&lt;p /&gt;
&lt;b&gt;For more "Meet the Engineer" videos, visit the &lt;a class="jive-link-external" href="http://communities.vmware.com/community/vmtn/vsphere?view=documents&amp;#38;numResults=50"&gt;VMware vSphere community Documents tab&lt;/a&gt;.&lt;/b&gt;</description>
      <category domain="http://communities.vmware.com/tags?communityID=2413">vcenter_server_linked_mode</category>
      <category domain="http://communities.vmware.com/tags?communityID=2413">vcenter_linked_mode</category>
      <category domain="http://communities.vmware.com/tags?communityID=2413">vcenter_management</category>
      <category domain="http://communities.vmware.com/tags?communityID=2413">vcenter_server</category>
      <category domain="http://communities.vmware.com/tags?communityID=2413">vsphere_features</category>
      <category domain="http://communities.vmware.com/tags?communityID=2413">vsphere_videos</category>
      <category domain="http://communities.vmware.com/tags?communityID=2413">vmware_meet_the_engineer</category>
      <category domain="http://communities.vmware.com/tags?communityID=2413">esx</category>
      <pubDate>Thu, 21 May 2009 23:45:28 GMT</pubDate>
      <guid>http://communities.vmware.com/docs/DOC-10071</guid>
      <dc:date>2009-05-21T23:45:28Z</dc:date>
      <clearspace:dateToText>6 months, 5 days ago</clearspace:dateToText>
    </item>
    <item>
      <title>C# sample code for the vCO web service</title>
      <link>http://communities.vmware.com/docs/DOC-9915</link>
      <description />
      <category domain="http://communities.vmware.com/tags?communityID=3055">orchestrator</category>
      <category domain="http://communities.vmware.com/tags?communityID=3055">vmo</category>
      <category domain="http://communities.vmware.com/tags?communityID=3055">sdk</category>
      <pubDate>Tue, 12 May 2009 22:46:40 GMT</pubDate>
      <guid>http://communities.vmware.com/docs/DOC-9915</guid>
      <dc:date>2009-05-12T22:46:40Z</dc:date>
      <clearspace:dateToText>6 months, 2 weeks ago</clearspace:dateToText>
    </item>
    <item>
      <title>Java sample for using the vCO web service</title>
      <link>http://communities.vmware.com/docs/DOC-9914</link>
      <description />
      <category domain="http://communities.vmware.com/tags?communityID=3055">orchestrator</category>
      <category domain="http://communities.vmware.com/tags?communityID=3055">sdk</category>
      <category domain="http://communities.vmware.com/tags?communityID=3055">vmo</category>
      <pubDate>Tue, 12 May 2009 22:41:14 GMT</pubDate>
      <guid>http://communities.vmware.com/docs/DOC-9914</guid>
      <dc:date>2009-05-12T22:41:14Z</dc:date>
      <clearspace:dateToText>6 months, 2 weeks ago</clearspace:dateToText>
    </item>
    <item>
      <title>Unable to install software from a shared drive</title>
      <link>http://communities.vmware.com/docs/DOC-9791</link>
      <description>&lt;br /&gt;
Using VMware Lab Manager, I have set up a VM and can access it via Windows Remote desktop. I can access shared drives through the network in the VM and can see thier contents with no problem. However, when I try to install software via a shared drive or folder, it fails.&lt;br /&gt;
&lt;p /&gt;
 Are there any settings I need to configure to allow software installs from a shared, say, DVD drive? This is vital to my testing efforts.&lt;br /&gt;
&lt;p /&gt;
 Thanks in advance.</description>
      <pubDate>Wed, 15 Apr 2009 17:12:34 GMT</pubDate>
      <guid>http://communities.vmware.com/docs/DOC-9791</guid>
      <dc:date>2009-04-15T17:12:34Z</dc:date>
      <clearspace:dateToText>7 months, 1 week ago</clearspace:dateToText>
    </item>
    <item>
      <title>Hotplugging coldclone support to a running bootcd</title>
      <link>http://communities.vmware.com/docs/DOC-9800</link>
      <description>&lt;br /&gt;
We all know version 4 is out of beta and has several improvements over version 3.x. But version 4 is entirely hotclone based.  Although it works great most of the time, there are cases that preferably need to be coldcloned. Building custom coldclone bootcd&amp;rsquo;s is not really science and was described already several years ago. That is just a matter of  adding the files from the free standalone version and applying some registry patches.&lt;br /&gt;
This little tool is not science either, but merely a different approach towards a custom bootcd. This is a handy little app that will let you attach and load converter version 3.0.3 (the last version supporting coldclone) to any (almost) running windows preinstallation livecd. No need to have a custom buildt coldclone cd, no need for pebuilder plugins, no need for winbuilder scripts, or any similar strategy for that sake. You can grab a standard minimal recovery cd for vista or 2008, or an older bartpe bootcd of either xpsp2/xpsp3 or w2k3, and it will work in hotplugged coldclone mode.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;What does it do?&lt;/b&gt;&lt;br /&gt;
There are 2 batch scripts included that collects the required files from an installation or extracts the files from the installer. It saves the files in a directory named &amp;ldquo;VMware-Converter-3.0.3&amp;rdquo;. Copy this directory to the root of a disk that will be accessible from the running bootcd. Also put the file &amp;ldquo;Converter303_Coldclone_Loader.exe&amp;rdquo; into the same directory and execute it from there.&lt;br /&gt;
The loader will patch the registry with all necessary entries as well as installing the 2 required services on the running preinstallation system. The loader works in such a &amp;ldquo;portable&amp;rdquo; way because of a  registry-patching routine that assumes one known top-directory and patches according to  varying driveletters for that disk.&lt;br /&gt;
The tool will generate desktop and startmenu shortcuts in your PE shell. There are two options; coldclone and hotclone mode. The hotclone mode was merely added just for the sake of having the &amp;ldquo;Configure Machine&amp;rdquo; as an option (which is disabled in coldclone mode).  It has buildt-in protection against accidental execution in non-PE environments.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Supported OS&amp;rsquo;s:&lt;/b&gt;&lt;br /&gt;
32-bit xpsp2 and up to server 2008. Note, this is for the loader and not for converter itself.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Requirements:&lt;/b&gt;&lt;br /&gt;
Have the collected files on a writeable storage medium with correct directory structure.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Coldclone over wireless, all hotplugged.&lt;/b&gt;&lt;br /&gt;
It is not a problem to transfer it over a wireless even if you don&amp;rsquo;t  have the stack buildt onto your bootcd. Yes it will be slooow, but possible. What we do is hotplug  vmware player or workstation, just as we added converter. Here is a link to the needed tool with explanation; &lt;a class="jive-link-external" href="http://www.boot-land.net/forums/index.php?showtopic=6924"&gt;http://www.boot-land.net/forums/index.php?showtopic=6924&lt;/a&gt; &lt;br /&gt;
This way we have hotplugged vmware support to a running Preinstallation Environments. So how would you be able to connect over wireless from a bootcd when the system does not support it?&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Explanation;&lt;/b&gt;&lt;br /&gt;
Attach a wireless usb adapter to the computer. In my case the guest vm was xpsp3.  Disconnect it from the host and connect to the guest system.  Create a host-only connection between the host and guest.  You will now have 2 network adapters in the guest (1 usb wireless and 1 ethernet) and 1virtual network interface in the host.  So on the host, all you need is 1 virtual network adapter, vmnet1 in my case. Inside the guest we must make a network bridge with the wired and wireless. Preferably connect to the access point with the usb adapter first. Important to set compatibility mode for the wired nic with "netsh bridge set adapter 2 ForceCompatibilityMode=enable" .  Check the correct nic with &amp;ldquo;netsh bridge show adapter&amp;rdquo;.  This is done to let the traffic be forwarded onto and over the wireless. In the host we must stop the virtual nat and dhcp services with &amp;ldquo;vnetlib &amp;ndash; stop nat&amp;rdquo; and &amp;ldquo;vnetlib &amp;ndash; stop dhcp&amp;rdquo;. We must also configure vmnet1 to automatically assigned IP address. When done with all configuration, issue &amp;ldquo;vnetlib &amp;ndash; disable adapter vmnet1&amp;rdquo; and &amp;ldquo;vnetlib &amp;ndash; enable adapter vmnet1&amp;rdquo; to have new IP and dns settings  received from your access point. We can now happily surf the net over a wireless helper vm, with only one virtual network adapter on the host. So this is a bridge made the other way around.&lt;br /&gt;
And because of the slow speed, you better start the conversion before you go on a holiday.&lt;br /&gt;
&lt;br /&gt;
Some screenshots of converter attached to different bootcds;&lt;br /&gt;
&lt;a class="jive-link-external" href="http://i402.photobucket.com/albums/pp106/jokke49/coldclone_bartpe_xpe.jpg"&gt;http://i402.photobucket.com/albums/pp106/jokke49/coldclone_bartpe_xpe.jpg&lt;/a&gt;&lt;br /&gt;
&lt;a class="jive-link-external" href="http://i402.photobucket.com/albums/pp106/jokke49/coldclone_storagecraft.jpg"&gt;http://i402.photobucket.com/albums/pp106/jokke49/coldclone_storagecraft.jpg&lt;/a&gt;&lt;br /&gt;
&lt;a class="jive-link-external" href="http://i402.photobucket.com/albums/pp106/jokke49/coldclone_vistape_wireless.png"&gt;http://i402.photobucket.com/albums/pp106/jokke49/coldclone_vistape_wireless.png&lt;/a&gt;&lt;br /&gt;
&lt;a class="jive-link-external" href="http://i402.photobucket.com/albums/pp106/jokke49/coldclone_windows_2008.jpg"&gt;http://i402.photobucket.com/albums/pp106/jokke49/coldclone_windows_2008.jpg&lt;/a&gt;&lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;
Joakim Schicht</description>
      <pubDate>Wed, 15 Apr 2009 14:19:44 GMT</pubDate>
      <guid>http://communities.vmware.com/docs/DOC-9800</guid>
      <dc:date>2009-04-15T14:19:44Z</dc:date>
      <clearspace:dateToText>7 months, 1 week ago</clearspace:dateToText>
    </item>
    <item>
      <title>Physical Machine with disk LUN</title>
      <link>http://communities.vmware.com/docs/DOC-9750</link>
      <description>Hi,&lt;br /&gt;
&lt;p /&gt;
 I have a physical machine that have one local disk and a&lt;br /&gt;
disk that is a LUN.  Do I need to do anything special when doing import?&lt;br /&gt;
&lt;p /&gt;
 Thanks&lt;br /&gt;
&lt;br /&gt;
Ray</description>
      <category domain="http://communities.vmware.com/tags?communityID=2425">physical</category>
      <category domain="http://communities.vmware.com/tags?communityID=2425">machine</category>
      <category domain="http://communities.vmware.com/tags?communityID=2425">lun</category>
      <pubDate>Wed, 25 Mar 2009 01:49:44 GMT</pubDate>
      <guid>http://communities.vmware.com/docs/DOC-9750</guid>
      <dc:date>2009-03-25T01:49:44Z</dc:date>
      <clearspace:dateToText>8 months, 3 days ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Using Putty to forward VMware Converter's required ports to an inaccessible ESX Host</title>
      <link>http://communities.vmware.com/docs/DOC-9639</link>
      <description>This is the schematic workaround (PortForwardingMap.png) with ports that need to be opened for VMware Converter.  If there is an error in this, please comment on this document.&lt;br /&gt;
&lt;br /&gt;
To create the tunnel using a Windows converter host, use putty. (If you run a real OS like Linux, use "ssh -L 443:esxhost:443 -L 902:esxhost:902 username@esxhost") &lt;br /&gt;
&lt;br /&gt;
SSH to the ESX host and create 2 local tunnels for ports 443 and 902. (Putty.png)&lt;br /&gt;
&lt;br /&gt;
Make sure you click ADD before starting the session!&lt;br /&gt;
&lt;br /&gt;
Then, using the standalone converter, instead of typing the vCenter address or the ESXhost address, just use the address of the Converter host (Where you ran putty and the converter).&lt;br /&gt;
&lt;br /&gt;
All requests from the source server to the ESX host will go via the Converter host that can reach the ESX server. &lt;br /&gt;
&lt;br /&gt;
If there are any questions, or update requests, please post a comment to this document.&lt;br /&gt;
&lt;br /&gt;
Author: Ger Apeldoorn</description>
      <category domain="http://communities.vmware.com/tags?communityID=2425">ports</category>
      <category domain="http://communities.vmware.com/tags?communityID=2425">2%</category>
      <category domain="http://communities.vmware.com/tags?communityID=2425">902</category>
      <category domain="http://communities.vmware.com/tags?communityID=2425">443</category>
      <category domain="http://communities.vmware.com/tags?communityID=2425">firewall</category>
      <category domain="http://communities.vmware.com/tags?communityID=2425">connection</category>
      <pubDate>Tue, 03 Mar 2009 18:55:49 GMT</pubDate>
      <guid>http://communities.vmware.com/docs/DOC-9639</guid>
      <dc:date>2009-03-03T18:55:49Z</dc:date>
      <clearspace:dateToText>8 months, 3 weeks ago</clearspace:dateToText>
    </item>
    <item>
      <title>Steps to Install Vmware standalone converter and create a physical machine to virtual machine</title>
      <link>http://communities.vmware.com/docs/DOC-9597</link>
      <description>&lt;br /&gt;
Click the link given below to view the web site link whcih explains about the Steps to Install Vmware standalone converter and create a physical machine to virtual machine&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
 &lt;a class="jive-link-external" href="http://www.petri.co.il/virtual_convert_physical_machines_to_virtual_machines_with_vmware_converter.htm"&gt;http://www.petri.co.il/virtual_convert_physical_machines_to_virtual_machines_with_vmware_converter.htm&lt;/a&gt;&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
 &lt;a class="jive-link-external" href="http://www.petri.co.il/virtual_convert_physical_machines_to_virtual_machines_with_vmware_converter_2.htm"&gt;http://www.petri.co.il/virtual_convert_physical_machines_to_virtual_machines_with_vmware_converter_2.htm&lt;/a&gt;</description>
      <pubDate>Fri, 27 Feb 2009 07:31:06 GMT</pubDate>
      <guid>http://communities.vmware.com/docs/DOC-9597</guid>
      <dc:date>2009-02-27T07:31:06Z</dc:date>
      <clearspace:dateToText>8 months, 4 weeks ago</clearspace:dateToText>
    </item>
    <item>
      <title>Capacity</title>
      <link>http://communities.vmware.com/docs/DOC-9588</link>
      <description />
      <category domain="http://communities.vmware.com/tags?communityID=2413">center</category>
      <category domain="http://communities.vmware.com/tags?communityID=2413">troubleshooting</category>
      <category domain="http://communities.vmware.com/tags?communityID=2413">virtual_center</category>
      <pubDate>Tue, 24 Feb 2009 20:19:53 GMT</pubDate>
      <guid>http://communities.vmware.com/docs/DOC-9588</guid>
      <dc:date>2009-02-24T20:19:53Z</dc:date>
      <clearspace:dateToText>9 months, 2 days ago</clearspace:dateToText>
    </item>
    <item>
      <title>Incompatible HA Networks</title>
      <link>http://communities.vmware.com/docs/DOC-9492</link>
      <description>&lt;a class="jive-link-external" href="http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&amp;#38;cmd=displayKC&amp;#38;externalId=1006541"&gt;http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&amp;#38;cmd=displayKC&amp;#38;externalId=1006541&lt;/a&gt;</description>
      <category domain="http://communities.vmware.com/tags?communityID=2413">incompatible</category>
      <category domain="http://communities.vmware.com/tags?communityID=2413">ha</category>
      <category domain="http://communities.vmware.com/tags?communityID=2413">network</category>
      <category domain="http://communities.vmware.com/tags?communityID=2413">esx</category>
      <pubDate>Tue, 10 Feb 2009 09:35:46 GMT</pubDate>
      <guid>http://communities.vmware.com/docs/DOC-9492</guid>
      <dc:date>2009-02-10T09:35:46Z</dc:date>
      <clearspace:dateToText>9 months, 2 weeks ago</clearspace:dateToText>
    </item>
    <item>
      <title>EMC Celerra VSA and VMware SRM Installation and Configuration</title>
      <link>http://communities.vmware.com/docs/DOC-9429</link>
      <description />
      <category domain="http://communities.vmware.com/tags?communityID=2746">virtualcenter</category>
      <category domain="http://communities.vmware.com/tags?communityID=2746">business_continuity</category>
      <category domain="http://communities.vmware.com/tags?communityID=2746">vmware</category>
      <category domain="http://communities.vmware.com/tags?communityID=2746">availability</category>
      <category domain="http://communities.vmware.com/tags?communityID=2746">disaster_recovery</category>
      <category domain="http://communities.vmware.com/tags?communityID=2746">virtualcenter_2.5</category>
      <category domain="http://communities.vmware.com/tags?communityID=2746">srm</category>
      <category domain="http://communities.vmware.com/tags?communityID=2746">site_recovery_manager</category>
      <category domain="http://communities.vmware.com/tags?communityID=2746">emc</category>
      <category domain="http://communities.vmware.com/tags?communityID=2746">celerra</category>
      <category domain="http://communities.vmware.com/tags?communityID=2746">vsa</category>
      <category domain="http://communities.vmware.com/tags?communityID=2746">replication</category>
      <pubDate>Fri, 06 Feb 2009 15:14:11 GMT</pubDate>
      <guid>http://communities.vmware.com/docs/DOC-9429</guid>
      <dc:date>2009-02-06T15:14:11Z</dc:date>
      <clearspace:dateToText>9 months, 2 weeks ago</clearspace:dateToText>
    </item>
    <item>
      <title>Java sample for using the vCO/LCM web service</title>
      <link>http://communities.vmware.com/docs/DOC-9414</link>
      <description />
      <category domain="http://communities.vmware.com/tags?communityID=2747">lcm_unlocked</category>
      <pubDate>Thu, 29 Jan 2009 10:16:47 GMT</pubDate>
      <guid>http://communities.vmware.com/docs/DOC-9414</guid>
      <dc:date>2009-01-29T10:16:47Z</dc:date>
      <clearspace:dateToText>9 months, 4 weeks ago</clearspace:dateToText>
    </item>
    <item>
      <title>C# sample code for the vCO/LCM web service</title>
      <link>http://communities.vmware.com/docs/DOC-9412</link>
      <description />
      <category domain="http://communities.vmware.com/tags?communityID=2747">lcm_unlocked</category>
      <pubDate>Thu, 29 Jan 2009 10:04:54 GMT</pubDate>
      <guid>http://communities.vmware.com/docs/DOC-9412</guid>
      <dc:date>2009-01-29T10:04:54Z</dc:date>
      <clearspace:dateToText>9 months, 4 weeks ago</clearspace:dateToText>
    </item>
    <item>
      <title>Installation of VMware tools into a OpenFiler Guest</title>
      <link>http://communities.vmware.com/docs/DOC-9332</link>
      <description>&lt;br /&gt;
To all:&lt;br /&gt;
&lt;p /&gt;
This is my success story with installation of the VMware Tools onto a a OpenFiler NAS.  Here is the config that I worked with:&lt;br /&gt;
&lt;p /&gt;
ESX:                 3i Build 3.5.0 130775 &lt;br /&gt;
&lt;p /&gt;
OpenFiler         2.3 x64 version&lt;br /&gt;
&lt;p /&gt;
Now this might be a little simple for your Linux Admins, but it should be a step by step process for all others out there.&lt;br /&gt;
&lt;p /&gt;
I am assuming that the OpenFiler is installed and running.&lt;br /&gt;
&lt;br /&gt;
&lt;ol&gt;
&lt;li&gt;Go to the console and log on as root &lt;/li&gt;
&lt;li&gt;Update the kernel to the latest version (Not sure if this is necessary, but did it anyway) 
&lt;ol&gt;
&lt;li&gt;conary update kernel=openfiler.rpath.org@ofns:2 &lt;/li&gt;
&lt;li&gt;REF:&lt;a class="jive-link-external" href="https://forums.openfiler.com/viewtopic.php?id=2789"&gt;https://forums.openfiler.com/viewtopic.php?id=2789&lt;/a&gt; &lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;Reboot the system, then log on  again as root &lt;/li&gt;
&lt;li&gt;Update all of the packages on the system with the following command: 
&lt;ol&gt;
&lt;li&gt;conary updateall &lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;Install a C complier for this distro with the following command: 
&lt;ol&gt;
&lt;li&gt;conary update rmake=conary.rpath.com@rpl:1&lt;/li&gt;
&lt;li&gt;the path of rmake will be /usr/bin/rmake (remember that for later when you install the tools) &lt;/li&gt;
&lt;li&gt;REF: &lt;a class="jive-link-external" href="http://wiki.rpath.com/wiki/rMake:Install_and_Configure"&gt;http://wiki.rpath.com/wiki/rMake:Install_and_Configure&lt;/a&gt;  &lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;Go to mount directory /mnt. and create a new directory called cd (mkdir cd)&lt;/li&gt;
&lt;li&gt;Start the VMware Installation tools from the VI client&lt;/li&gt;
&lt;li&gt;Mount the VMware tools with the following command:
&lt;ol&gt;
&lt;li&gt;mkdir /dev/cd&lt;/li&gt;
&lt;li&gt;mount /dev/cdrom /mnt/cd&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;Go to your mounted cdrom, copy the tar file and then extract it.  The build number of the VMware tools is specific to your version installed
&lt;ol&gt;
&lt;li&gt;cd /mnt/cd&lt;/li&gt;
&lt;li&gt;cp VMwareTools-3.5.0-130755.tar.gz /tmp&lt;/li&gt;
&lt;li&gt;cd /tmp&lt;/li&gt;
&lt;li&gt;tar xvf VMwareTools-3.5.0-130755.tar.gz&lt;/li&gt;
&lt;li&gt;cd vmware-tools-distrib&lt;/li&gt;
&lt;li&gt;./vmware-install.pl&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;This will start the intallation process, and it should all go well, choose the default locations for all of the requests.&lt;/li&gt;
&lt;li&gt;When the questions come up for a compiler like gcc or a c complier for the components like vxnet and the other stuff, it will fail.  When the scripts ask you if you would like to choose a specific location, enter Yes&lt;/li&gt;
&lt;li&gt;Enter the path of /usr/bin/rmake&lt;/li&gt;
&lt;li&gt;Re-enter path of rmake if needed for the rest of script.&lt;/li&gt;
&lt;li&gt;It should finish and then volia! the tools are installed.&lt;/li&gt;
&lt;li&gt;Check your VI client, it should show OK on the tools&lt;/li&gt;
&lt;li&gt;Reboot, and you should be fine&lt;/li&gt;
&lt;/ol&gt;
Shawn</description>
      <category domain="http://communities.vmware.com/tags?communityID=2413">tools</category>
      <category domain="http://communities.vmware.com/tags?communityID=2413">openfiler</category>
      <category domain="http://communities.vmware.com/tags?communityID=2413">rpath</category>
      <pubDate>Tue, 13 Jan 2009 04:15:55 GMT</pubDate>
      <guid>http://communities.vmware.com/docs/DOC-9332</guid>
      <dc:date>2009-01-13T04:15:55Z</dc:date>
      <clearspace:dateToText>10 months, 2 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>Automating Lab Manager with PowerShell</title>
      <link>http://communities.vmware.com/docs/DOC-9295</link>
      <description>Hear and see VMware PowerShell guru Carter Shanklin describe how to use PowerShell to automate Lab Manager:&lt;br /&gt;
&lt;p /&gt;
&lt;a class="jive-link-external" href="http://blogs.vmware.com/vipowershell"&gt;http://blogs.vmware.com/vipowershell&lt;/a&gt;&lt;br /&gt;
&lt;a class="jive-link-external" href="http://vimeo.com/2768903"&gt;http://vimeo.com/2768903&lt;/a&gt;</description>
      <pubDate>Fri, 09 Jan 2009 18:22:44 GMT</pubDate>
      <guid>http://communities.vmware.com/docs/DOC-9295</guid>
      <dc:date>2009-01-09T18:22:44Z</dc:date>
      <clearspace:dateToText>10 months, 2 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Return wandering VMs to their preferred ESX host</title>
      <link>http://communities.vmware.com/docs/DOC-9212</link>
      <description>There are some cases where its desirable to have a VM running on a specific host in an ESX cluster. This may be operational (grouping VMs with similar service levels together), performance ("manual" load balancing, keeping "developer" VMs seperate from "production" VMs, etc.) or a number of other organizational specific reasons. Over time VMs may "drift" to other hosts due to vMotion moves for patching without the corresponding "move back", failure recovery performed by HA, or administrative reconfiguration. It would be useful to have a way to periodically move any misplaced VMs back to their preferred host. Out-of-the-box there is no capability in ESX or vCenter to provide this "return home" functionality. &lt;br /&gt;
&lt;br /&gt;
Fortunately vCenter Server and the VI Toolkit for Windows provide the necessary infrastructure to implement a short script to perform the necessary moves. &lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;vCenter Server allows additional custom fields to be added to a VM. These custom attributes are available via scripting as well as exposed in the VI Client UI under the "Annotations" field&lt;/li&gt;
&lt;li&gt;VI Toolkit for Windows provides the necessary cmdlets to get/set the custom attributes as well as invoke vMotion to move VMs back to their preferred server&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
There are two scripts in the solution &lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;UpdateTargetHost.ps1 - This script will walk through a set of VMs (either all VMs in a Data Center or the VMs in a specific folder) and set the "VM Target Host" custom attribute to the host where the VM is currently running.&lt;/li&gt;
&lt;li&gt;MoveVMtoTargetHost.ps1 - This script will walk through a set of VMs (either all VMs or only those in a specific folder) and, if needed, move the VM back to the host specified in the "VM Target Host" custom field.&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
The UpdateTargetHost.ps1 script isn't strictly necessary; you could use the VI Client to create the "VM Target Host" custom field and then populate the field in each of your VMs. While that is ok for a few VMs it can be pretty time consuming and error prone as the number of VMs grows. The script provides a quick way of setting the VM's custom field to whatever host the VM is located on when the script is run. So typically you would move your VMs around until they are on the desired hosts, then run the UpdateTargetHost.ps1 script to record the host for each VM. In the future if the desired host placement changed, you could either manually update the custom field entry, or simply move the VMs to the desired hosts and re-run the script. &lt;br /&gt;
&lt;br /&gt;
The MoveVMToTargetHost.ps1 script is meant to be run regularly to move any VMs that are not on their "target" host back to that host. It only operates on VMs that are powered on, and utilizes vMotion to perform the moves (so shared storage is required). &lt;br /&gt;
&lt;br /&gt;
In each of the scripts there is a small customization section that allows you to update some site specific parameters. You'll need to edit these before using the scripts &lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Update the "connect-viserver InsertYourServerNameHere" to match the name of your vCenter server. So for example if your vCenter server is called "vc01.company.com" then the command would be "connect-viserver vc01.company.com"&lt;/li&gt;
&lt;li&gt;The $LOC = Get-Folder "vm" line controls the scope of the changes. Leaving it set to "vm" will run the script against all VMs in vCenter, or you can change "vm" to be any folder name that exists in vCenter, in which case only VMs in that folder will be impacted. The script will not "walk" through mulitple levels of folders however, so if you have a nested folder hierarchy you'll need to create a copy of the script for each folder, or do some script modification to have it walk through nested folders&lt;/li&gt;
&lt;li&gt;The $Verbose line controls whether status messages are sent to the console as the script runs. Its handy to leave at $True as you're testing the script and verifying that its working as you intended&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
You can run the scripts from within PowerShell, or from the command line. If you're running the script from the command line you'll need to include the VI Toolkit for Windows components as well when you invoke PowerShell. The command line below will run the MoveVMToTargetHost script stored in the C:\VCScripts directory &lt;br /&gt;
&lt;br /&gt;
C:\WINDOWS\system32\windowspowershell\v1.0\powershell.exe -PSConsoleFile "C:\Program Files\VMware\Infrastructure\VIToolkitForWindows\vim.psc1" -Command C:\VCScripts\MoveVMToTargetHost.ps1 &lt;br /&gt;
&lt;br /&gt;
The functionality of the scripts is basic, there isn't a lot of error checking or "fancy stuff" being done. Buyer beward, YMMV, and above all test before using them! &lt;br /&gt;
&lt;br /&gt;
A final word of caution is to think carefully of the consequences of using the script in conjunction with DRS, particularly if you schedule the script to run periodically. If DRS is in "Fully Automated" mode there is a chance (likely a very good one!) that it will "fight" with the scripts to move VMs around (i.e. DRS will move the VMs to balance load, which will cause some of the VMs to be on hosts other than their "target host", at which point the script will move them back, only to have DRS move them again, etc., etc., etc.). This VM movement "thrashing" will cause significant performance issues. But then again, if you're running DRS in "Fully Automated" mode you don't care what hosts your VMs run on, so you won't be using this script anyway &lt;img class="jive-emoticon" border="0" src="http://communities.vmware.com/images/emoticons/wink.gif" alt=";)" /&gt; &lt;br /&gt;
&lt;br /&gt;
Hopefully you'll find them useful, or at least a useful starting point for your own better-quicker-faster versions.</description>
      <pubDate>Sun, 21 Dec 2008 06:55:50 GMT</pubDate>
      <guid>http://communities.vmware.com/docs/DOC-9212</guid>
      <dc:date>2008-12-21T06:55:50Z</dc:date>
      <clearspace:dateToText>11 months, 1 week ago</clearspace:dateToText>
    </item>
    <item>
      <title>reset LCM appliance to perform initial configuration</title>
      <link>http://communities.vmware.com/docs/DOC-9100</link>
      <description>&lt;br /&gt;
"sudo rm /home/vmware/.initialconfigrun" &lt;br /&gt;
&lt;p /&gt;
will re-trigger an initial config script after a reboot.</description>
      <category domain="http://communities.vmware.com/tags?communityID=3055">lcm_standard</category>
      <category domain="http://communities.vmware.com/tags?communityID=3055">lcm</category>
      <category domain="http://communities.vmware.com/tags?communityID=3055">lcm_unlocked</category>
      <category domain="http://communities.vmware.com/tags?communityID=3055">lifecycle_manager</category>
      <category domain="http://communities.vmware.com/tags?communityID=3055">vmo</category>
      <pubDate>Mon, 08 Dec 2008 16:46:07 GMT</pubDate>
      <guid>http://communities.vmware.com/docs/DOC-9100</guid>
      <dc:date>2008-12-08T16:46:07Z</dc:date>
      <clearspace:dateToText>7 months, 12 minutes ago</clearspace:dateToText>
    </item>
    <item>
      <title>Converter stopping task due to an "untrusted certificate"</title>
      <link>http://communities.vmware.com/docs/DOC-9071</link>
      <description>I am just conducting some tests with ESXi and Converer. I tried to migrate an existing VM from my VMWare Workstation to the ESXi U3. The conversion run for about 20 minutes and then errored out with an "Unkown Error" and hinting me, where I can find the logs. Looking into the logs I found out, that it did drop the connection due to an untrusted certificate - which I think is pretty usual for a) a testinstallation and b) even for a smal productive installation, so I think, this should not  break the conversion, but rather ask, if one likes to continue nevertheless</description>
      <pubDate>Sat, 06 Dec 2008 23:50:25 GMT</pubDate>
      <guid>http://communities.vmware.com/docs/DOC-9071</guid>
      <dc:date>2008-12-06T23:50:25Z</dc:date>
      <clearspace:dateToText>11 months, 3 weeks ago</clearspace:dateToText>
    </item>
    <item>
      <title>Import a Physical Microsoft 2003 Cluster ( MSCS ) to ESX 3i Server</title>
      <link>http://communities.vmware.com/docs/DOC-9080</link>
      <description>I did a lot of searching through the forums for importing an existing MSCS physical cluster into VMWare and did not come across too many detailed posts. My dev systems had MSDTC clustered so I probably experienced more issues than what most people would have gone  through. This general walkthrough imports the systems into a single VMWare ESX 3i host server. The process is fairly straight forward, but success stems on having the right tools on hand with the right details in accomplishing the task. I hope someone else finds this useful.  &lt;br /&gt;
&lt;br /&gt;
GENERAL OUTLINE FOR IMPORTING MSCS NODE TO VMs&lt;br /&gt;
&lt;i&gt;Based on VMWare KB 1002661&lt;/i&gt;&lt;br /&gt;
&lt;br /&gt;
IMPORT PHYSICAL  SERVER INTO VMWARE&lt;br /&gt;
(These were steps used for a MSDTC cluster in which VSS of VMWare Tools would fail to install)&lt;br /&gt;
1.    Import OS partition and any non-shared (non-Quorum) drives, do not install VMWare tools at this time.&lt;br /&gt;
2.    Turn on VMs but disconnect from the network&lt;br /&gt;
a.    Install VMWare Tools without VSS option&lt;br /&gt;
b.    Clean up old IP entries in the registry, but leave the old IPs under the cluster related keys.&lt;br /&gt;
c.    Assign old IP addresses to VM&lt;br /&gt;
&lt;br /&gt;
CREATE THE SHARED DRIVE (QUORUM DISKS) VIA REMOTE CL&lt;br /&gt;
&lt;i&gt;See Chapter 2 of VMWare doc called Setup for Microsoft Cluster Service Update 1 Release for ESX Server 3.5&amp;hellip; (vi3_35_25_u1_mscs.pdf)&lt;/i&gt;&lt;br /&gt;
1.    For path reference, get the path of an existing VM&lt;br /&gt;
&lt;br /&gt;
general command:&lt;br /&gt;
&lt;i&gt;vmware-cmd.pl --server --username &amp;ndash;password &amp;ndash;l&lt;/i&gt;&lt;br /&gt;
&lt;br /&gt;
outputs:&lt;br /&gt;
/vmfs/volumes/48f7xxxx-06c8xxxx-xxxx-001ec9b7xxxx/VM01/VM01.vmx&lt;br /&gt;
&lt;br /&gt;
2.    Create the Shared drive via Remote CLI using the path as reference, &lt;br /&gt;
&lt;br /&gt;
general command:&lt;br /&gt;
&lt;i&gt;vmkfstools.pl --server --username --password -c 1g -d eagerzeroedthick -a lsilogic "/vmfs/volumes/48f7xxxx-06c8xxxx-xxxx-001ec9b7xxxx / QUORUMS/Qourum_E.vmdk"&lt;/i&gt;&lt;br /&gt;
&lt;br /&gt;
ADD QUOROM TO VMs&lt;br /&gt;
&lt;i&gt;See Chapter 2 of VMWare doc called Setup for Microsoft Cluster Service Update 1 Release for ESX Server 3.5&amp;hellip; (vi3_35_25_u1_mscs.pdf)&lt;/i&gt;&lt;br /&gt;
1.    With the VMs off, add HD to VM, but choose SCSI (1:0) which will create a new SCSI Controller&lt;br /&gt;
2.    On SCSI (1:0), change to LSI logic, and set to virtual&lt;br /&gt;
&lt;br /&gt;
SWAP OUT PHYSICALS WITH VMs&lt;br /&gt;
&lt;i&gt;Steps are similar to restoring a failed cluster disk as laid out in MS kb280425&lt;/i&gt;&lt;br /&gt;
1.    Failover cluster to Physical Node1&lt;br /&gt;
2.    Turn off Physical Node2&lt;br /&gt;
3.    Bring on-line Node2 VM&lt;br /&gt;
4.    If needed, in the Windows OS MMC, rescan the disks to see the Quorum shared drive. Then format the drive and assign the same drive letter as the old Quorum drive. &lt;br /&gt;
5.    Use Robocopy (with the /SEC trigger) to copy QUOROM drives from Physical Node1 to Node2 VM.&lt;br /&gt;
6.    From Windows 2000 resource kit, use DUMPCFG to get the disk signature of the physical Quorum drive from one of the physical nodes&lt;br /&gt;
7.    From the VM, overwrite the signature with dumpcfg command &amp;ndash; &lt;br /&gt;
a.    dumpcfg -s &amp;lt;signature ID&amp;gt; &amp;lt;disk number&amp;gt;&lt;br /&gt;
ex:&lt;br /&gt;
&lt;i&gt;dumpcfg -s DD9C59B4 2&lt;/i&gt;&lt;br /&gt;
&lt;br /&gt;
8.    Shutdown Physical Node1&lt;br /&gt;
9.    Restart cluster services or the Node2 VM&amp;hellip; if all goes well the cluster should come up&lt;br /&gt;
10.    Bring online the Node1 VM.&lt;br /&gt;
11.    Test failover to Node1 VM.&lt;br /&gt;
12.    Install VMWare Tools VSS if desired on boxes, but snapshots are not possible on VMs with SCSI adapters set to virtual&lt;br /&gt;
&lt;br /&gt;
TROUBLESHOOTING AND ISSUES EXPERIENCED&lt;br /&gt;
&lt;b&gt;VMWare Tools VSS install fail.&lt;/b&gt; &lt;br /&gt;
Since part of the cluster involved MSDTC, the VSS option would fail. Part of the fix was to relaunch Add/Remove Programs &amp;agrave; Install Windows Components and just run through the Wizard without making any changes. This forced to VM to reset the COM+ and MSDTC configuration. When I installed the VSS component, I did it on the machine that the cluster was running on.  (+Search VMWare Communities for _Error: 1722 for VMWare Tools Installation_)+. Installing VSS is moot since snapshot will not work with SCSI controller set to Virtual.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Cluster Services still fails to start properly and quorum drives are unavailable for access.&lt;/b&gt; &lt;br /&gt;
&lt;p /&gt;
Through trial and error and dealing with multiple quorum drives&amp;hellip; one would work, the other would have data disappear so not all cluster services would come up properly. It was necessary to reformat a quorum drive and recopy the contents, which required turning off the cluster service and the usually hidden cluster disk device. This process is laid out in the last section of the MS KB article 280425. &lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Where the heck do I get DUMPCFG?!?!!&lt;/b&gt; &lt;br /&gt;
&lt;p /&gt;
Looks like it is no longer part of the Windows 2000 resource kit. You can grab it from www.dumpcfg.com&lt;br /&gt;
&lt;p /&gt;
&lt;hr /&gt;
nice work.  I'll convert to document so it comes up higher in search results.&lt;br /&gt;
&lt;br /&gt;
This document was generated from the following thread:&amp;nbsp;&lt;a href="http://communities.vmware.com/thread/183369" class="jive-link-thread"&gt;Import a Physical Microsoft 2003 Cluster ( MSCS ) to ESX 3i Server&lt;/a&gt;</description>
      <category domain="http://communities.vmware.com/tags?communityID=2425">cluster</category>
      <category domain="http://communities.vmware.com/tags?communityID=2425">mscs</category>
      <pubDate>Fri, 05 Dec 2008 18:26:29 GMT</pubDate>
      <guid>http://communities.vmware.com/docs/DOC-9080</guid>
      <dc:date>2008-12-05T18:26:29Z</dc:date>
      <clearspace:dateToText>11 months, 3 weeks ago</clearspace:dateToText>
    </item>
    <item>
      <title>What update of Virtual Center?</title>
      <link>http://communities.vmware.com/docs/DOC-8900</link>
      <description>We have build 64192 of the VMware Infrastructure Client and build 84767 VMware VirtualCenter. I also found that we are on version 2.5.0.64207 of the Virtual Infrastructure Client. How can I tell what update I'm running? Thanks - Jim Maloney&lt;br /&gt;
&lt;hr /&gt;
84767 is VC 2.5.0 U1&lt;br /&gt;
&lt;br /&gt;
Below you can find all the build information&lt;br /&gt;
&lt;p /&gt;
&lt;a class="jive-link-external" href="http://www.vmware.com/download/vi/"&gt;http://www.vmware.com/download/vi/&lt;/a&gt;&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
if you found this or any other post "helpful" or "correct" please consider awarding points. &lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;
This document was generated from the following thread: &lt;a class="jive-link-thread" href="http://communities.vmware.com/thread/181367"&gt;What update of Virtual Center?&lt;/a&gt;</description>
      <pubDate>Tue, 25 Nov 2008 14:00:16 GMT</pubDate>
      <guid>http://communities.vmware.com/docs/DOC-8900</guid>
      <dc:date>2008-11-25T14:00:16Z</dc:date>
      <clearspace:dateToText>12 months, 3 days ago</clearspace:dateToText>
    </item>
    <item>
      <title>VMware Converter 4.0 Standalone Public Beta Announcement</title>
      <link>http://communities.vmware.com/docs/DOC-8712</link>
      <description>Copied below is the email that is going out to announce the public beta for Converter 4.0.  &lt;br /&gt;
Follow the instructions to register for the beta and participate.&lt;br /&gt;
&lt;h4&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;/h4&gt;
&lt;h4&gt;VMware Converter 4.0 Standalone Beta Invitation&lt;/h4&gt;
&lt;h4&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;/h4&gt;
&lt;br /&gt;
Hello,&lt;br /&gt;
&lt;br /&gt;
Thank you for your interest in VMware(R) beta programs. Our upcoming release&lt;br /&gt;
of VMware Converter 4.0 Standalone product includes many exciting&lt;br /&gt;
enhancements that our customers have been requesting including P2V support&lt;br /&gt;
for Linux and Win 2K8 sources, hot cloning enhancements as well as workflow&lt;br /&gt;
automation enhancements. We are certain you will find participation in this beta&lt;br /&gt;
program a valuable experience. We are looking forward to working closely with&lt;br /&gt;
you during this beta program.&lt;br /&gt;
&lt;br /&gt;
As part of this beta, we request you to extensively test several areas of feature&lt;br /&gt;
enhancements including P2V support for Linux and Win 2K8 sources, hot&lt;br /&gt;
cloning enhancements as well as workflow automation enhancements. Your&lt;br /&gt;
active participation in this beta program is critical. We appreciate and value&lt;br /&gt;
your efforts to install upon downloading the software and actively provide us&lt;br /&gt;
with your valuable product feedback.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;~~ Getting Started ~~&lt;/b&gt;&lt;br /&gt;
&lt;i&gt;If you already have a VMware store account,&lt;/i&gt; please follow the link below to&lt;br /&gt;
gain access to Converter 4.0 beta software, documentation and join the&lt;br /&gt;
Converter 4.0 beta community.&lt;br /&gt;
&lt;br /&gt;
&lt;a class="jive-link-external" href="http://www.vmware.com/publicbeta/conv4-beta"&gt;http://www.vmware.com/publicbeta/conv4-beta&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;i&gt;If you don&amp;rsquo;t have a VMware store account&lt;/i&gt;, please follow the link below to create&lt;br /&gt;
a VMware store account, gain access to Converter 4.0 beta software,&lt;br /&gt;
documentation and join Converter 4.0 beta community.&lt;br /&gt;
&lt;br /&gt;
&lt;a class="jive-link-external" href="http://www.vmware.com/publicbetanew/conv4-beta"&gt;http://www.vmware.com/publicbetanew/conv4-beta&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;~~ How to Provide Feedback ~~&lt;/b&gt;&lt;br /&gt;
Your active feedback is much appreciated. Please provide your feedback through&lt;br /&gt;
the Converter 4.0 beta community by:&lt;br /&gt;
&lt;p /&gt;
&lt;ul&gt;
&lt;li&gt;Filing Support Requests (SRs)&lt;/li&gt;
&lt;li&gt;Participating in Converter 4.0 Beta Forum Discussions on VMware communities site&lt;/li&gt;
&lt;li&gt;Responding to surveys on Converter 4.0 Beta Forum&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;b&gt;~~ Support Requests (SRs) ~~&lt;/b&gt;&lt;br /&gt;
File all issues that you find as Support Requests (SRs), even if you report them to&lt;br /&gt;
VMware by other means. SRs should include log files wherever applicable.&lt;br /&gt;
&lt;br /&gt;
Thank you for your participation.&lt;br /&gt;
&lt;br /&gt;
Sincerely,&lt;br /&gt;
The VMware Beta Program Team&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;br /&gt;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
This document was generated from the following thread: &lt;a class="jive-link-thread" href="http://communities.vmware.com/thread/179306"&gt;VMware Converter 4.0 Standalone Public Beta Announcement&lt;/a&gt;</description>
      <category domain="http://communities.vmware.com/tags?communityID=2425">converter</category>
      <category domain="http://communities.vmware.com/tags?communityID=2425">beta</category>
      <category domain="http://communities.vmware.com/tags?communityID=2425">linux</category>
      <category domain="http://communities.vmware.com/tags?communityID=2425">p2v</category>
      <category domain="http://communities.vmware.com/tags?communityID=2425">vmware_converter</category>
      <pubDate>Fri, 14 Nov 2008 02:44:38 GMT</pubDate>
      <guid>http://communities.vmware.com/docs/DOC-8712</guid>
      <dc:date>2008-11-14T02:44:38Z</dc:date>
      <clearspace:dateToText>1 year, 1 week ago</clearspace:dateToText>
      <clearspace:replyCount>23</clearspace:replyCount>
    </item>
    <item>
      <title>Template customization password setting not working</title>
      <link>http://communities.vmware.com/docs/DOC-8610</link>
      <description>I have built a new XP machine. I templated it. Now I am trying to deploy from template using the customization wizard. However the password is not getting passed through to the machine. The sysprep is running on the machine and when the machine comes up to the login it will not accept any password. I'm not sure what is happening and I have tried every combination possible. I am not recieving any errors btw.&lt;br /&gt;
&lt;br /&gt;
ESX 3.5.0/VC 2.5.0&lt;br /&gt;
&lt;hr /&gt;
I had a very similar issue in the past, for me the answer was a blank password. I don't know how that happened, and someone else took over this project for me and corrected the issue. But the answer at the time was a blank password, have you tried that?&lt;br /&gt;
&lt;br /&gt;
Hope this helps.&lt;br /&gt;
&lt;hr /&gt;
While deploying from a template and using the customization wizard to change the PASSWORD there is a caveat that one has to know. I am pasting the below from the VMware Basic system administration guide &lt;br /&gt;
&lt;br /&gt;
" *NOTE You can only change the administrator password if the administrator password on the source Windows virtual machine is blank. If you specify a new administrator password and the source Windows virtual machine or template already has one, the old administrator password does not change"</description>
      <category domain="http://communities.vmware.com/tags?communityID=2413">template</category>
      <category domain="http://communities.vmware.com/tags?communityID=2413">customization</category>
      <category domain="http://communities.vmware.com/tags?communityID=2413">password</category>
      <category domain="http://communities.vmware.com/tags?communityID=2413">setting</category>
      <category domain="http://communities.vmware.com/tags?communityID=2413">not</category>
      <category domain="http://communities.vmware.com/tags?communityID=2413">working</category>
      <pubDate>Wed, 05 Nov 2008 23:20:33 GMT</pubDate>
      <guid>http://communities.vmware.com/docs/DOC-8610</guid>
      <dc:date>2008-11-05T23:20:33Z</dc:date>
      <clearspace:dateToText>1 year, 2 weeks ago</clearspace:dateToText>
    </item>
    <item>
      <title>LabManagerInternal API Documentation</title>
      <link>http://communities.vmware.com/docs/DOC-8603</link>
      <description>Lab Manager's SOAP interface is split into internal and external APIs.  Only the external APIs are officially supported-- they are the ones documented in the SOAP API guide found at &lt;a class="jive-link-external" href="http://www.vmware.com/support/pubs/labmanager_pubs.html"&gt;http://www.vmware.com/support/pubs/labmanager_pubs.html&lt;/a&gt;. &lt;br /&gt;
&lt;br /&gt;
The documentation for the internal API is attached here with the following conditions:&lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;This is an unsupported interface.&lt;/b&gt; VMware engineering and tech support will not take SRs regarding methods not in the SOAP API guide&lt;/li&gt;
&lt;li&gt;Methods that are not in the SOAP API Guide &lt;u&gt;will change or be deleted without deprecation&lt;/u&gt;.&lt;/li&gt;
&lt;li&gt;There is no guarantee of completeness of internal API functions or functionality. Use these methods at your own risk.&lt;/li&gt;
&lt;li&gt;This documentation is provided AS IS.  There may be differences between what is shipped and what is in this documentation.&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
Because of these conditions, you are heavily encouraged to use only external API functions in your code.  We find that oftentimes when users are trying to use internal APIs they are using techniques that make things more difficult than they need to be.  This forum can be a good place to vet techniques of using the SOAP API.&lt;br&gt;&lt;br&gt;&lt;br&gt;
&lt;p /&gt;
Steven</description>
      <pubDate>Wed, 05 Nov 2008 23:17:15 GMT</pubDate>
      <guid>http://communities.vmware.com/docs/DOC-8603</guid>
      <dc:date>2008-11-05T23:17:15Z</dc:date>
      <clearspace:dateToText>1 year, 2 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>5</clearspace:replyCount>
    </item>
    <item>
      <title>MemorySizeNotRecommended</title>
      <link>http://communities.vmware.com/docs/DOC-8602</link>
      <description>Changing from Guest Operating System (in Options) from Windows Standard Edition (64-bit) to Enterprise Edition (64-bit) got rid of the error message. Because of the maximum supported memory by the OS maximum 4GB</description>
      <category domain="http://communities.vmware.com/tags?communityID=2413">memorysizenotrecommended</category>
      <category domain="http://communities.vmware.com/tags?communityID=2413">memory</category>
      <category domain="http://communities.vmware.com/tags?communityID=2413">size</category>
      <category domain="http://communities.vmware.com/tags?communityID=2413">not</category>
      <category domain="http://communities.vmware.com/tags?communityID=2413">recommended</category>
      <category domain="http://communities.vmware.com/tags?communityID=2413">memorysize</category>
      <category domain="http://communities.vmware.com/tags?communityID=2413">not</category>
      <category domain="http://communities.vmware.com/tags?communityID=2413">recommended</category>
      <pubDate>Wed, 05 Nov 2008 17:41:47 GMT</pubDate>
      <guid>http://communities.vmware.com/docs/DOC-8602</guid>
      <dc:date>2008-11-05T17:41:47Z</dc:date>
      <clearspace:dateToText>1 year, 2 weeks ago</clearspace:dateToText>
    </item>
    <item>
      <title>Copying vm template to a different SAN - how to make it show up in VIC Template View?</title>
      <link>http://communities.vmware.com/docs/DOC-8460</link>
      <description>Hi,&lt;br /&gt;
&lt;br /&gt;
I have 2 VMware clusters, each attached to its own SAN, separate by a WAN link.  All clusters, hosts and LUNs are visible in the VIC. Using Veeam FastSCP I was able to copy a template folder from one SAN to the other SAN.  Using the VIC with Datastores View, I can Browse Datastore and see it.  However, how do I make it display in the Hosts and Clusters or Virtual Machines and Templates view in the VIC?  Right now I don't know how to access it or use it on the destination SAN, even though it is present.&lt;br /&gt;
&lt;br /&gt;
Thank you for your kind help!&lt;br /&gt;
&lt;br /&gt;
Mak&lt;br /&gt;
&lt;hr /&gt;
right click on the .vmtx file and add to inventory and follow the prompts.&lt;br /&gt;
&lt;br /&gt;
Message was edited by: Troy Clavell&lt;br /&gt;
corrected file extension name&lt;br /&gt;
&lt;hr /&gt;
&lt;br /&gt;
Hello,&lt;br /&gt;
&lt;p /&gt;
Do you get an add to inventory when you right mouse click the template.vtmx file?&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;a class="jive-link-external" href="http://blog.laspina.ca/"&gt;http://blog.laspina.ca/&lt;/a&gt;&lt;br /&gt;
&lt;p /&gt;
&lt;hr /&gt;
That is the piece I was missing!  Thanks bunches!!!  Points awarded.&lt;br /&gt;
&lt;br /&gt;
This document was generated from the following thread:&amp;nbsp;&lt;a href="http://communities.vmware.com/thread/176098" class="jive-link-thread"&gt;Copying vm template to a different SAN - how to make it show up in VIC Template View?&lt;/a&gt;</description>
      <pubDate>Fri, 24 Oct 2008 22:07:33 GMT</pubDate>
      <guid>http://communities.vmware.com/docs/DOC-8460</guid>
      <dc:date>2008-10-24T22:07:33Z</dc:date>
      <clearspace:dateToText>1 year, 4 weeks ago</clearspace:dateToText>
    </item>
    <item>
      <title>Import VMC file -&amp;gt; "VPC Config file could not be parsed"</title>
      <link>http://communities.vmware.com/docs/DOC-8121</link>
      <description>If you are getting the error ("VPC Config file could not be parsed") while trying to convert the Microsoft Virtual PC Image VMware Converter.&lt;br /&gt;
&lt;br /&gt;
Relevant log errors will look like this:&lt;br /&gt;
&lt;br /&gt;
&lt;div class="jive-quote"&gt;(2008-05-21 16:24:25.250 'P2V' 536 error) (task,295) Task failed: P2VError IMPORT_SOURCE_VPC_CONFIG_FILE_PARSE_ERROR()&lt;br /&gt;
(2008-05-21 16:24:25.250 'P2V' 536 verbose) (task,339) Transition from InProgress to Failure requested&lt;br /&gt;
(2008-05-21 16:24:25.250 'P2V' 536 verbose) (task,388) Transition succeeded&lt;/div&gt;
&lt;br /&gt;
Resolution:&lt;br /&gt;
&lt;br /&gt;
Install MSXML 4 and attempt the conversion again.  You should be able to parse the file with this version of MSXML.&lt;br /&gt;
&lt;br /&gt;
Success Stories:&lt;br /&gt;
&lt;hr /&gt;
&lt;div class="jive-quote"&gt;Wow! Installing MSXML 4 solved my problem! Thanks guys! &lt;img class="jive-emoticon" border="0" src="http://communities.vmware.com/images/emoticons/blush.gif" alt=":8}" /&gt;&lt;/div&gt;
&lt;hr /&gt;
&lt;div class="jive-quote"&gt;MSXML4 worked for me too. Thanks guys!&lt;br /&gt;
BSV &lt;/div&gt;
&lt;hr /&gt;
&lt;div class="jive-quote"&gt;MSXML 4 fixed the issue for me as well.  Thanks!&lt;/div&gt;
&lt;hr /&gt;
&lt;div class="jive-quote"&gt;MSXML 4 fixed it for me too, but would have been nice if vmware reported a more user-friendly/precise error message. Installing MSXML4 is not the first thing end-users think about when seeing "VPC Config file could not be parsed"...&lt;/div&gt;
&lt;br /&gt;
This document was generated from the following thread:&amp;nbsp;&lt;a href="http://communities.vmware.com/thread/147373" class="jive-link-thread"&gt;Import VMC file -&amp;gt; "VPC Config file could not be parsed"&lt;/a&gt;</description>
      <category domain="http://communities.vmware.com/tags?communityID=2425">vpc</category>
      <category domain="http://communities.vmware.com/tags?communityID=2425">log_file</category>
      <category domain="http://communities.vmware.com/tags?communityID=2425">virtual_pc</category>
      <category domain="http://communities.vmware.com/tags?communityID=2425">v</category>
      <pubDate>Thu, 09 Oct 2008 12:35:36 GMT</pubDate>
      <guid>http://communities.vmware.com/docs/DOC-8121</guid>
      <dc:date>2008-10-09T12:35:36Z</dc:date>
      <clearspace:dateToText>1 year, 1 month ago</clearspace:dateToText>
    </item>
    <item>
      <title>Task failed: P2VError UFAD_SYSTEM_ERROR(unknown internal error)</title>
      <link>http://communities.vmware.com/docs/DOC-7955</link>
      <description>I've tried like mad convert a win2k server to virtual and I'm getting nowhere.  I've defragged, chkdsk'd, disabled services, etc.  I'm still getting this error.  Finally, I thought I would ask the experts.  So, what do you say guys.  Can you help the helpless?</description>
      <pubDate>Fri, 26 Sep 2008 21:05:30 GMT</pubDate>
      <author>no_replies@vmware.com</author>
      <guid>http://communities.vmware.com/docs/DOC-7955</guid>
      <dc:date>2008-09-26T21:05:30Z</dc:date>
      <clearspace:dateToText>1 year, 1 month ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>VMware Converter - NFC Errors and Specific Fixes</title>
      <link>http://communities.vmware.com/docs/DOC-7652</link>
      <description>&lt;b&gt;&lt;u&gt;thread:id=167534 - Getting some "NFC ERROR" messages when converting a VMWare Server VM to ESX3i (Dell PowerEdge 2900)&lt;/u&gt;&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
[NFC ERROR] NfcNetTcpWrite: bWritten: -1&lt;br /&gt;
[NFC ERROR] NfcNet_Send: requested 272, sent only 4294967295 bytes&lt;br /&gt;
[NFC ERROR] NfcFileSendMessage: hdr send failed: &lt;br /&gt;
[NFC ERROR] Network error -- Failed to send header message&lt;br /&gt;
[imageProcessingTaskStep,194] BlockLevelCloning::task{11} step "copy local-&amp;gt;remote" destroyed&lt;br /&gt;
&lt;br /&gt;
1.  Disabled all TOE options on the Broadcom NIC on the Dell PowerEdge 2900 that was the host vmware server.  (TOE has caused me sooo many problems in the past, I believe this is what fixed it.)&lt;br /&gt;
2.  Setup second VMFS Volume to hold larger file sizes (2mb = 512GB max file size in this case)&lt;br /&gt;
&lt;br /&gt;
How to disable TOE for Broadcom cards on Dell servers here:  &lt;a class="jive-link-external" href="http://support.dell.com/support/topics/global.aspx/support/dsn/en/document?c=ca&amp;#38;dl=false&amp;#38;l=en&amp;#38;s=gen&amp;#38;docid=395096AA3480EFFFE040A68F5B28437E&amp;#38;doclang=en"&gt;http://support.dell.com/support/topics/global.aspx/support/dsn/en/document?c=ca&amp;#38;dl=false&amp;#38;l=en&amp;#38;s=gen&amp;#38;docid=395096AA3480EFFFE040A68F5B28437E&amp;#38;doclang=en&lt;/a&gt; (These seems to be the most problematic cards of all with respect to TOE)</description>
      <category domain="http://communities.vmware.com/tags?communityID=2425">nfc</category>
      <category domain="http://communities.vmware.com/tags?communityID=2425">error</category>
      <category domain="http://communities.vmware.com/tags?communityID=2425">network</category>
      <category domain="http://communities.vmware.com/tags?communityID=2425">converter</category>
      <category domain="http://communities.vmware.com/tags?communityID=2425">server</category>
      <category domain="http://communities.vmware.com/tags?communityID=2425">converter_enterprise</category>
      <category domain="http://communities.vmware.com/tags?communityID=2425">vmware</category>
      <category domain="http://communities.vmware.com/tags?communityID=2425">network</category>
      <category domain="http://communities.vmware.com/tags?communityID=2425">v2v</category>
      <category domain="http://communities.vmware.com/tags?communityID=2425">p2v</category>
      <category domain="http://communities.vmware.com/tags?communityID=2425">connection_fault</category>
      <category domain="http://communities.vmware.com/tags?communityID=2425">nfcnettcpwrite</category>
      <category domain="http://communities.vmware.com/tags?communityID=2425">nfcconnectionfault</category>
      <pubDate>Wed, 10 Sep 2008 16:17:28 GMT</pubDate>
      <guid>http://communities.vmware.com/docs/DOC-7652</guid>
      <dc:date>2008-09-10T16:17:28Z</dc:date>
      <clearspace:dateToText>1 year, 2 months ago</clearspace:dateToText>
    </item>
    <item>
      <title>enter in maitenance mode pb !</title>
      <link>http://communities.vmware.com/docs/DOC-7620</link>
      <description>&lt;br /&gt;
Hello,&lt;br /&gt;
&lt;p /&gt;
We have two ESX (v3.5U2) under one cluster (DRS/HA) and in our VC (2.5U2) we try to pass one ESX in maintenance mode without succes.&lt;br /&gt;
&lt;p /&gt;
We look the task blocked to 2% and we have one message per VM's =&amp;gt; unable to automatically migrate...&lt;br /&gt;
&lt;p /&gt;
We have no CPU affinity and no other error messages. VMotion and DRS/HA works perfectly except this pb.&lt;br /&gt;
&lt;p /&gt;
Any idea for this issue ? &lt;br /&gt;
&lt;p /&gt;
Thanks for your Help. &lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;br /&gt;</description>
      <category domain="http://communities.vmware.com/tags?communityID=2413">maitenance</category>
      <category domain="http://communities.vmware.com/tags?communityID=2413">mode</category>
      <category domain="http://communities.vmware.com/tags?communityID=2413">pb</category>
      <pubDate>Tue, 09 Sep 2008 20:14:16 GMT</pubDate>
      <guid>http://communities.vmware.com/docs/DOC-7620</guid>
      <dc:date>2008-09-09T20:14:16Z</dc:date>
      <clearspace:dateToText>1 year, 2 months ago</clearspace:dateToText>
      <clearspace:replyCount>9</clearspace:replyCount>
    </item>
    <item>
      <title>Accessing ESX behind firewall</title>
      <link>http://communities.vmware.com/docs/DOC-7321</link>
      <description>Hi, I have an ESXi server behind a firewall and would like to manage it using the Infrastructure client. What ports should I open up? I have tried opening 902 but am getting a "connection failed" message when trying to access it.&lt;br /&gt;
&lt;br /&gt;
Thanks&lt;br /&gt;
Dilan</description>
      <pubDate>Mon, 25 Aug 2008 19:23:12 GMT</pubDate>
      <guid>http://communities.vmware.com/docs/DOC-7321</guid>
      <dc:date>2008-08-25T19:23:12Z</dc:date>
      <clearspace:dateToText>1 year, 3 months ago</clearspace:dateToText>
    </item>
    <item>
      <title>Step-by-Step Explaintion of a X2V with VMware Converter</title>
      <link>http://communities.vmware.com/docs/DOC-7082</link>
      <description>I have a P2V guide that I've wrote for my client and handed over to them using same methods listed on &lt;a class="jive-link-external" href="http://www.vmware-land.com/"&gt;http://www.vmware-land.com/&lt;/a&gt; site which is very precise.  Basically follow the standards and you should be fine, just document and do screenshots of each step and put it in a technical form than you're solid with complete P2V guide.&lt;br /&gt;
&lt;p /&gt;
You can follow steps below or read more details on VMware P2V Guide can be download on &lt;a class="jive-link-external" href="http://www.vmware.com/"&gt;http://www.vmware.com/&lt;/a&gt; site.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Converter Best Practices&lt;/b&gt; &lt;br /&gt;
&lt;p /&gt;
Found this in the recently posted "Server Migrations with VMware Converter" presentation from VMware TSX and modified it based on my experiences &lt;a class="jive-link-external" href="http://www.vmware-tsx.com/download.php?asset_id=48"&gt;http://www.vmware-tsx.com/download.php?asset_id=48&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;1. Agent Installation Location&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Locally: Install Converter and agent directly on source machine if converting directly into ESX Server&lt;/li&gt;
&lt;li&gt;Remotely: Connect to source machine over network to install agent&lt;/li&gt;
&lt;/ul&gt;
&lt;p /&gt;
&lt;b&gt;2. Agent Installation&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Use local administrator account&lt;/li&gt;
&lt;li&gt;Avoid domain accounts that have restrictive policies&lt;/li&gt;
&lt;li&gt;Allow reboot for Windows NT 4.0 and 2000 sources&lt;/li&gt;
&lt;/ul&gt;
&lt;p /&gt;
&lt;b&gt;3. Machine Preparation&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Do not deactivate services or harden security&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;div class="jive-quote"&gt;Workstation service&lt;br /&gt;
Server service &lt;br /&gt;
TCP/IP NetBIOS Helper service &lt;br /&gt;
Volume Shadow Copy service (Windows 2003 or XP)&lt;/div&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Ensure sufficient free disk space (at least 200MB)&lt;/li&gt;
&lt;li&gt;Mirrored or striped volumes across multiple disks should be broken&lt;/li&gt;
&lt;li&gt;Dynamic disks with utility partitions should use cold cloning&lt;/li&gt;
&lt;li&gt;Disable Windows Simple File Sharing (Windows XP only)&lt;/li&gt;
&lt;li&gt;Disable anti-virus software&lt;/li&gt;
&lt;li&gt;Defrag hard disks&lt;/li&gt;
&lt;li&gt;Shutdown any un-needed Windows Services&lt;/li&gt;
&lt;li&gt;Clean-up any temporary files and un-needed data&lt;/li&gt;
&lt;li&gt;Run chkdsk&lt;/li&gt;
&lt;li&gt;Keep users off if possible&lt;/li&gt;
&lt;li&gt;Power off VM if not using hot cloning&lt;/li&gt;
&lt;li&gt;VCB VM exports need editing prior to import&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;div class="jive-quote"&gt;Edit virtual disk filenames inside .vmx&lt;br /&gt;
Rename filenames for .vmdk files to match those listed in .vmx&lt;br /&gt;
Edit index .vmdk file to change references to span files&lt;/div&gt;
&lt;br /&gt;
&lt;b&gt;4. Network Preparation&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Open TCP/UDP ports 139, 445, and 902 (Converter 3.0.0) or 443 (Converter 3.0.1)&lt;/li&gt;
&lt;li&gt;Open network ports between source and destination&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;div class="jive-quote"&gt;Alternative is to create a VM visible to source, copy VM files to location visible to destination, and import VM&lt;/div&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Use FQDN to connect to both source and VI3&lt;/li&gt;
&lt;/ul&gt;
&lt;p /&gt;
&lt;b&gt;5. Converter Preparation&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Run on OS greater than or equal to source if source is&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;div class="jive-quote"&gt;VM and powered off, or &lt;br /&gt;
Symantec Livestate System Image&lt;/div&gt;
&lt;br /&gt;
&lt;b&gt;6. Cloning&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Starter edition limitations and workarounds&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;div class="jive-quote"&gt;Cannot remote hot clone directly into VI3 &lt;/div&gt;
         - Workaround 1: install Converter on source machine&lt;br /&gt;
         - Workaround 2: select standalone VM as destination, and then import VM to VI3 using two steps&lt;br /&gt;
&lt;div class="jive-quote"&gt;Cannot run multiple tasks concurrently&lt;/div&gt;
         - Workaround: run multiple copies of Converter&lt;br /&gt;
&lt;div class="jive-quote"&gt;Cannot cold clone&lt;/div&gt;
         - Workaround: create new VM, use third-party cloning application such as Ghost, and run Converter configure&lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Do not resize volume for fastest clone speed (block-level copying)&lt;/li&gt;
&lt;li&gt;Resize volumes if source disks have inefficient utilization (resorts to file-level copying)&lt;/li&gt;
&lt;li&gt;Use cold-cloning disk-based cloning (not volume-based) for non-Windows systems&lt;/li&gt;
&lt;li&gt;Use hot cloning for Windows NT 4.0 systems to avoid NTFS upgrade&lt;/li&gt;
&lt;li&gt;Destination needs to be writeable&lt;/li&gt;
&lt;/ul&gt;
&lt;p /&gt;
&lt;b&gt;7. Configure&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Avoid cloning utility partitions&lt;/li&gt;
&lt;li&gt;Check partition numbers in boot.ini&lt;/li&gt;
&lt;li&gt;Automatic "Install VMware Tools" option is only available for ESX Server VMs&lt;/li&gt;
&lt;/ul&gt;
&lt;p /&gt;
&lt;b&gt;8. Clean-Up Prior to Power On&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Edit VM settings according to desired goal&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;div class="jive-quote"&gt;Number of vCPUs&lt;br /&gt;
Add/Delete USB devices&lt;br /&gt;
Add/Delete Serial and parallel devices&lt;br /&gt;
Remove Floppy drive if not needed&lt;br /&gt;
SCSI controller type (BusLogic vs. LSI Logic)&lt;/div&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;OEM source may require license activation&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;div class="jive-quote"&gt;SMBIOS.reflectHost = "TRUE" in .vmx may avoid reactivation&lt;br /&gt;
Requires destination host to have same hardware&lt;/div&gt;
&lt;br /&gt;
&lt;b&gt;9. Clean-Up After Power On&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Detect hardware&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;div class="jive-quote"&gt;VMware Tools installation may hang if hardware not detected&lt;/div&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Allow reboots to occur&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;div class="jive-quote"&gt;Detect hardware and VMware Tools installation&lt;/div&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Verify HAL and change if necessary&lt;/li&gt;
&lt;li&gt;Remove non-present old hardware&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;div class="jive-quote"&gt;CMD prompt type set DEVMGR_SHOW_NONPRESENT_DEVICES=1&lt;br /&gt;
Next type DEVMGMT.MSC and select Show Hidden Devices&lt;br /&gt;
Delete any old grayed out non-present hardware&lt;/div&gt;
&lt;br /&gt;
&lt;b&gt;10. Guest Troubleshooting&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Blue screen after powering on&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;div class="jive-quote"&gt;Start Windows in Safe Mode and uninstall hardware-specific applications or services&lt;br /&gt;
Attach VM to "Helper VM" to remove hardware-specific drivers or to correct the boot.ini&lt;/div&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;No keyboard/mouse&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;div class="jive-quote"&gt;Select Workstation/Server VM instead of ESX Server, then import VM to ESX Server&lt;br /&gt;
Use PS/2 keyboard/mouse on source&lt;/div&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Display problems&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;div class="jive-quote"&gt;Uninstall PC Anywhere prior to installing VMware Tools &lt;/div&gt;
&lt;br /&gt;
If you found this information useful, please consider awarding points for "Correct" or "Helpful". Thanks!!! &lt;br /&gt;
&lt;br /&gt;
Regards,&lt;br /&gt;
&lt;br /&gt;
Stefan Nguyen&lt;br /&gt;
iGeek Systems Inc.&lt;br /&gt;
VMware, Citrix, Microsoft Consultant</description>
      <pubDate>Fri, 15 Aug 2008 12:22:25 GMT</pubDate>
      <guid>http://communities.vmware.com/docs/DOC-7082</guid>
      <dc:date>2008-08-15T12:22:25Z</dc:date>
      <clearspace:dateToText>1 year, 3 months ago</clearspace:dateToText>
    </item>
    <item>
      <title>Converted Solaris image panics "cannot mount root path"</title>
      <link>http://communities.vmware.com/docs/DOC-7060</link>
      <description>&lt;br /&gt;
This document was generated from the following thread: &lt;a class="jive-link-thread" href="http://communities.vmware.com/thread/99064"&gt;Converted Solaris image panics "cannot mount root path"&lt;/a&gt;&lt;br /&gt;
&lt;p /&gt;
 Please see the attached picture, as it explains the repair process after a cold migration of a Solaris 10 system to a SCSI based virtual machine. &lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;</description>
      <pubDate>Thu, 14 Aug 2008 12:14:51 GMT</pubDate>
      <guid>http://communities.vmware.com/docs/DOC-7060</guid>
      <dc:date>2008-08-14T12:14:51Z</dc:date>
      <clearspace:dateToText>1 year, 3 months ago</clearspace:dateToText>
    </item>
    <item>
      <title>VMware Converter - Summary of Snapshot Errors and Fixes</title>
      <link>http://communities.vmware.com/docs/DOC-6842</link>
      <description>&lt;u&gt;For Any Conversion&lt;/u&gt;:&lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Disable any diagnostic partitions partitions&lt;/li&gt;
&lt;li&gt;Partition is FAT instead of NTFS (upgrade to NTFS)&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;u&gt;For VSS Based Conversions (XP/2003)&lt;/u&gt;:&lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Converter not installed/run as admin (reinstall)&lt;/li&gt;
&lt;li&gt;Converter not installed to C:\ (reinstall)&lt;/li&gt;
&lt;li&gt;"MS Software Shadow Copy Provider" from Service.msc (in the case of XP) is disabled or replaced (by another VSS backup software) ... remove other software and enable the service&lt;/li&gt;
&lt;li&gt;"Volume Shadow Copy" ensure that it is enabled&lt;/li&gt;
&lt;li&gt;Check for VSS errors in the System's Event Log (eventvwr) - troubleshoot these, and you should fix it (example: &lt;a class="jive-link-external" href="http://support.microsoft.com/kb/941956"&gt;http://support.microsoft.com/kb/941956&lt;/a&gt; )&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;u&gt;For stcbasic.sys Based Conversions (2000/NT4)&lt;/u&gt;:&lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Converter not installed/run as Local Admin (reinstall)&lt;/li&gt;
&lt;li&gt;Converter not directly installed to C:\ (reinstall)&lt;/li&gt;
&lt;li&gt;chkdsk the drive for errors on a reboot&lt;/li&gt;
&lt;/ul&gt;</description>
      <category domain="http://communities.vmware.com/tags?communityID=2425">converter</category>
      <category domain="http://communities.vmware.com/tags?communityID=2425">2%</category>
      <category domain="http://communities.vmware.com/tags?communityID=2425">clone</category>
      <category domain="http://communities.vmware.com/tags?communityID=2425">2000</category>
      <category domain="http://communities.vmware.com/tags?communityID=2425">xp</category>
      <category domain="http://communities.vmware.com/tags?communityID=2425">windows_2003_server</category>
      <category domain="http://communities.vmware.com/tags?communityID=2425">windows</category>
      <category domain="http://communities.vmware.com/tags?communityID=2425">vmware_converter</category>
      <category domain="http://communities.vmware.com/tags?communityID=2425">vmware</category>
      <category domain="http://communities.vmware.com/tags?communityID=2425">p2v</category>
      <category domain="http://communities.vmware.com/tags?communityID=2425">failed</category>
      <category domain="http://communities.vmware.com/tags?communityID=2425">snapshot</category>
      <category domain="http://communities.vmware.com/tags?communityID=2425">error</category>
      <pubDate>Wed, 06 Aug 2008 20:18:14 GMT</pubDate>
      <guid>http://communities.vmware.com/docs/DOC-6842</guid>
      <dc:date>2008-08-06T20:18:14Z</dc:date>
      <clearspace:dateToText>1 year, 1 month ago</clearspace:dateToText>
    </item>
    <item>
      <title>root password to the LCM appliance</title>
      <link>http://communities.vmware.com/docs/DOC-6193</link>
      <description>&lt;br /&gt;
simply use sudo to shutdown/reboot or even change the root password.</description>
      <category domain="http://communities.vmware.com/tags?communityID=2747">lcm</category>
      <pubDate>Mon, 07 Jul 2008 09:53:53 GMT</pubDate>
      <guid>http://communities.vmware.com/docs/DOC-6193</guid>
      <dc:date>2008-07-07T09:53:53Z</dc:date>
      <clearspace:dateToText>1 year, 4 months ago</clearspace:dateToText>
    </item>
    <item>
      <title>Failed to install the VirtualCenter Agent Service ??</title>
      <link>http://communities.vmware.com/docs/DOC-6180</link>
      <description>&lt;br /&gt;
I have a VC with 2 ESX&lt;br /&gt;
&lt;p /&gt;
i was able to manage them without problem&lt;br /&gt;
&lt;p /&gt;
since we change our active directory i have lost the connection with one ESX&lt;br /&gt;
&lt;p /&gt;
i can log on directly to it but not through VirtualCenter  ESX Disconnected&lt;br /&gt;
&lt;p /&gt;
when i try to reconnect event said Failed to install the VirtualCenter Agent Service</description>
      <pubDate>Fri, 04 Jul 2008 08:20:32 GMT</pubDate>
      <author>chris@amssys.lu</author>
      <guid>http://communities.vmware.com/docs/DOC-6180</guid>
      <dc:date>2008-07-04T08:20:32Z</dc:date>
      <clearspace:dateToText>1 year, 4 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Update Manager had a failure</title>
      <link>http://communities.vmware.com/docs/DOC-6150</link>
      <description>&lt;br /&gt;
Task: Scan&lt;br /&gt;
&lt;p /&gt;
Error during the configuration of the host: option -p not recognised.....&lt;br /&gt;
&lt;p /&gt;
VirtualCenter 2.5.0 - 84767&lt;br /&gt;
&lt;p /&gt;
Update Manager 1.0&lt;br /&gt;
&lt;p /&gt;
ESX 3.5.0 98103&lt;br /&gt;
&lt;p /&gt;
ESX 3.5.0 82663 - clean installed 2 days ago&lt;hr /&gt;
&lt;p /&gt;
I recently installed update manager and managed to scan and remediate one host, taking it from 82663 to 98103. Now when I scan any of my two hosts I get the above message. Grateful for any help...&lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;</description>
      <category domain="http://communities.vmware.com/tags?communityID=2413">update_manager</category>
      <pubDate>Tue, 01 Jul 2008 13:41:17 GMT</pubDate>
      <guid>http://communities.vmware.com/docs/DOC-6150</guid>
      <dc:date>2008-07-01T13:41:17Z</dc:date>
      <clearspace:dateToText>1 year, 4 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>VMware Converter and Acronis True Image Server 9.1</title>
      <link>http://communities.vmware.com/docs/DOC-5981</link>
      <description>&lt;br /&gt;
When attempting to utilize Converter, 3.0.3 Build 89816,  I get the following error when attempting to read the Acronis .tib file:  "Unable to determine Guest Operating System".  &lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
Any assistance would be highly appreciated.</description>
      <category domain="http://communities.vmware.com/tags?communityID=2425">acronis</category>
      <pubDate>Thu, 19 Jun 2008 13:59:46 GMT</pubDate>
      <guid>http://communities.vmware.com/docs/DOC-5981</guid>
      <dc:date>2008-06-19T13:59:46Z</dc:date>
      <clearspace:dateToText>1 year, 5 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>VMware Converter and Acronis TrueImage Echo 9.5</title>
      <link>http://communities.vmware.com/docs/DOC-5970</link>
      <description>Update:&lt;br /&gt;
&lt;br /&gt;
Converter 4.0 Beta does support newer versions of Acronis&lt;br /&gt;
&lt;br /&gt;
Release Notes:&lt;br /&gt;
&lt;a class="jive-link-external" href="http://communities.vmware.com/viewwebdoc.jspa?documentID=DOC-7860&amp;#38;communityID=2807#interop"&gt;http://communities.vmware.com/viewwebdoc.jspa?documentID=DOC-7860&amp;#38;communityID=2807#interop&lt;/a&gt;&lt;br /&gt;
&lt;div class="jive-quote"&gt;Acronis True Image Echo 9.1, 9.5, and Acronis True Image 10, 11 (Home product)&lt;/div&gt;
&lt;br /&gt;
Beta Site:&lt;br /&gt;
&lt;a class="jive-link-external" href="http://communities.vmware.com/community/beta/converter/"&gt;http://communities.vmware.com/community/beta/converter/&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Any problems with the TIB conversion process should be posted in the Beta Forum specifically.&lt;br /&gt;
&lt;br /&gt;
##########################################################################################&lt;br /&gt;
&lt;br /&gt;
Acronis True Image Echo 9.5 is not supported in the current releases of VMware Converter.  This is listed as a feature request for a future release of the Converter product.  Acronis TrueImage 9.1 is supported as of the 3.0.2 release.&lt;br /&gt;
&lt;br /&gt;
In the mean time; the following steps are possible with some versions of Acronis Echo, and will be able to create a new VM from a TIB file:&lt;br /&gt;
&lt;br /&gt;
1 - In Acronis, browse existing backups&lt;br /&gt;
2 - Export it as a VMware (ESX Server) VMDK file to a temporary location&lt;br /&gt;
3 - Upload/Move the .vmdk files to their final storage destination&lt;br /&gt;
4 - Create a new VM, and use this existing VMDK as the disk&lt;br /&gt;
5 - Attempt to power on the new VM.&lt;br /&gt;
&lt;br /&gt;
NOTE: If the power on fails with any errors, run the 'Configure Machine' option of Converter against the virtual machine, and try to power it on afterwards.  If errors still persist, screen capture the failure message to attach to a forum post or VMware Support Request.</description>
      <category domain="http://communities.vmware.com/tags?communityID=2425">acronis</category>
      <category domain="http://communities.vmware.com/tags?communityID=2425">trueimage</category>
      <category domain="http://communities.vmware.com/tags?communityID=2425">echo</category>
      <category domain="http://communities.vmware.com/tags?communityID=2425">9.5</category>
      <category domain="http://communities.vmware.com/tags?communityID=2425">converter</category>
      <category domain="http://communities.vmware.com/tags?communityID=2425">p2v</category>
      <category domain="http://communities.vmware.com/tags?communityID=2425">backup</category>
      <category domain="http://communities.vmware.com/tags?communityID=2425">tib</category>
      <category domain="http://communities.vmware.com/tags?communityID=2425">beta</category>
      <pubDate>Wed, 18 Jun 2008 17:12:59 GMT</pubDate>
      <guid>http://communities.vmware.com/docs/DOC-5970</guid>
      <dc:date>2008-06-18T17:12:59Z</dc:date>
      <clearspace:dateToText>1 year, 1 week ago</clearspace:dateToText>
    </item>
    <item>
      <title>Service Console best settings What happens if default gateway fails in HA?</title>
      <link>http://communities.vmware.com/docs/DOC-5951</link>
      <description>I'm just curious about HW and how it works. &lt;br /&gt;
&lt;br /&gt;
At the moment, I have 3 ESX 3.5 hosts and VC 2.5. Initially, the persons setting them up, out both Service Console and VM's on the same vswitch and on the same internal VLAN. I have now created more VLAN's, which are routed on our firewall (Checkpoint). HA was enabled and was working, but I disabled it when I was setting up new networks and assigning new IP adresses to the SC. &lt;br /&gt;
&lt;br /&gt;
My question is now: what happens if our firewall (router) fails? I know that HA pings the default gateway, but doesn't it detect that the other ESX hosts are still running and does not force a restart of the VM's? I have setup switch redunacy and all virtual switches have dual or triple physical NIC's.&lt;br /&gt;
&lt;br /&gt;
&lt;hr /&gt;
The gateway is only pinged to check if the host is isolated (= has no network connectivity), but this starts only when it stops receiving heartbeats from the other hosts in the cluster. As you have your service consoles probably on the same subnet, they would talk even with a dead GW.&lt;br /&gt;
&lt;hr /&gt;
Thanks for the help.&lt;br /&gt;
&lt;br /&gt;
Yes, all my hosts are on the same subnet, so then I know I can survive a downed firewall.&lt;br /&gt;
&lt;br /&gt;
&lt;hr /&gt;
It has a 15 seconds heartbeat and if it found to be isolated than it restart the VMs on other ESX hosts within your cluster.  HA heavily depends on your DNS infrastructure and I would place entries in /etc/hosts file for all ESX hosts to make sure if your DNS failed it still communicate via host entries. &lt;br /&gt;
&lt;br /&gt;
If you found this information useful, please consider awarding points for "Correct" or "Helpful". Thanks!!! &lt;br /&gt;
&lt;br /&gt;
Regards,&lt;br /&gt;
&lt;br /&gt;
Stefan Nguyen&lt;br /&gt;
iGeek Systems Inc.&lt;br /&gt;
VMware, Citrix, Microsoft Consultant&lt;br /&gt;
&lt;hr /&gt;
Best Practice for HA requires redundancy for the Service Console network, this can be accomplished one of two ways: &lt;br /&gt;
&lt;br /&gt;
1. Single Service Console Network with redundant pNICs connected to different pSwitches &lt;br /&gt;
&lt;br /&gt;
2. Secondary Service Console Network. You can create a second SC portgroup on a new or existing vSwitch, and then configure a second Isolation Address (under HA Advanced Options set: das.isolationaddress2 = SecondIPAddress )&lt;br /&gt;
&lt;br /&gt;
Personally I like Option 1 better. Another advanced option you might want to consider setting is changing the default timeout value: das.failuredetectiontime = timeinms &lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;
I had changed this from the default of 15 sec to 60000 (60 seconds). This just gives you a little more time before HA thinks you have an isolated/down ESX server. &lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;
The other option is to change the default for Isolation Response from Power Off to Leave Powered On. This will make sure VMs do not get powered off for false HA Isolation events. This does mean if the server really is "isolated" the VMs wont be moved, but they should still be up and running, because we are not talking about an ESX server being down, just isolated from the rest of the cluster. IMO its better to leave the VMs running if they are still up and resolve this problem after business hours. &lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;i&gt;Don Pomeroy&lt;/i&gt;&lt;br /&gt;
&lt;i&gt;VMware Communities User Moderator&lt;/i&gt;&lt;br /&gt;
&lt;p /&gt;
&lt;hr /&gt;
&lt;div&gt;" I would place entries in /etc/hosts file for all ESX hosts to make sure if your DNS failed it still communicate via host entries."&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;I have a question about this.  From what I read in the HA Best Practices doc (&lt;a class="jive-link-external" href="http://kb.vmware.com/Platform/Publishing/attachments/1002080_fHA_Tech_Best_Practices.pdf"&gt;http://kb.vmware.com/Platform/Publishing/attachments/1002080_fHA_Tech_Best_Practices.pdf&lt;/a&gt;), the ESX server does this automatically and VMware recommends against manually editing the hosts file.&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;Here is the text from the doc:&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;1. Proper DNS &amp;#38; Network settings are needed for initial configuration&lt;br /&gt;
After configuration DNS resolutions are cached to /etc/FT_Hosts (minimizing the &lt;br /&gt;
dependency on DNS server availability during an actual failover)&lt;br /&gt;
DNS on each host is preferred (manual editing of /etc/hosts is error prone)&lt;/div&gt;
&lt;div&gt;So what is everyone else doing?&lt;br /&gt;
&lt;/div&gt;
This document was generated from the following thread: &lt;a class="jive-link-thread" href="http://communities.vmware.com/thread/143139"&gt;What happens if default gateway fails in HA?&lt;/a&gt;</description>
      <pubDate>Wed, 18 Jun 2008 00:15:22 GMT</pubDate>
      <guid>http://communities.vmware.com/docs/DOC-5951</guid>
      <dc:date>2008-06-18T00:15:22Z</dc:date>
      <clearspace:dateToText>1 year, 5 months ago</clearspace:dateToText>
    </item>
    <item>
      <title>VMware Infrastructure Client 2.5 update 1 crashes regularly. Any Fixes UPDATE MANAGER</title>
      <link>http://communities.vmware.com/docs/DOC-5820</link>
      <description>This week I upgraded my Virtual Center server to 2.5.0 BUILD 84767 (Update 1, right?). It appears that Update Manager was not updated in this release.&lt;br /&gt;
&lt;br /&gt;
Anyway, I updated my vpxclient to the same version 2.5.0 BUILD 84767. It has been crashing very often now. Sometimes I get the message "The process cannot access file 'C:\Documents and Settings\myprof\Local Settings\Application Data\VMware\vpx\viclient-X.log' because it is being used by another process."  Never had that message until now.&lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;
Also, the client will just shut down with a dialog box that I haven't seen before, wanting to send information to Microsoft. No, it's not the standard one for app crashes I'm familiar with. Never seen this particular dialog box until yesterday.&lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;
I've had this problem on multiple Windows XP SP2 boxes, where we were running the vpxclient 2.5 just fine. Any advice?&lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;
(Also, Update Manager is acting really squirrelly now.)&lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;
TIA,&lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;
Howard H&lt;br /&gt;
&lt;br /&gt;
&lt;hr /&gt;
Here is a link to a thread where someone was having the same problem.  Their solution was to uninstall all the VI-Client pieces and delete all folders pertaining to the VI-Client.   Anways check out the link and the solution is the last post.  I hope it helps. &lt;br /&gt;
&lt;br /&gt;
&lt;a class="jive-link-message" href="http://communities.vmware.com/message/914869#914869"&gt;http://communities.vmware.com/message/914869#914869&lt;/a&gt;&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;br /&gt;
If you found this or any other post helpful please consider the use of the Helpfull/Correct buttons to award points&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;hr /&gt;
Hi,&lt;br /&gt;
&lt;br /&gt;
I suspect this is a .net code mismatch, the VI client should have the current .net 2.0 installed. Have you tried updating .net?&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;hr /&gt;
I had this issue when I installed the update manager client from the plugin manager.  In order to fix in my environment, I uninstalled the update manager client code from the machine, and then manually ran the update manager client install from the vc client media from the /vci directory on the root of that cd.  That fixed my client and it hasn't crashed since.&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
-KjB&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;hr /&gt;
I've seen this on the forum somewhere indicated you have to remove and replace the .dll files that would resolve your crashes issue.  Please search more details since I didn't bookmark that thread sorry &lt;img class="jive-emoticon" border="0" src="http://communities.vmware.com/images/emoticons/sad.gif" alt=":(" /&gt;&lt;br /&gt;
&lt;br /&gt;
If you found this information useful, please consider awarding points for "Correct" or "Helpful". Thanks!!! &lt;br /&gt;
&lt;br /&gt;
Regards,&lt;br /&gt;
&lt;br /&gt;
Stefan Nguyen&lt;br /&gt;
iGeek Systems Inc.&lt;br /&gt;
VMware, Citrix, Microsoft Consultant&lt;br /&gt;
&lt;hr /&gt;
I had removed and reinstalled VI Client already, clearing out directories under Program Files\VMware, to no avail. I reinstalled again this morning, but did not even attempt to install Install manager. I've had no crashes all day. Guess I'll wait for an update on it before installing. &lt;br /&gt;
&lt;br /&gt;
I guess such postings as "Update Manager Sux" have some validity.&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;hr /&gt;
I had issues only when I used the plugin manager to install update manager.  When I installed the update manager from the vc cd, under the vci folder, vmware-umclient.exe.  I have not had any issues after that, and it has been working well ever since.&lt;br /&gt;
&lt;br /&gt;
-KjB&lt;br /&gt;
&lt;hr /&gt;
Yes, me too, so far. If installed from the CD (or equivalent) and not downloaded from the VC as a plug-in, even Update Mgr works.&lt;br /&gt;
&lt;br /&gt;
Thanks for your help, kjb007.&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;br /&gt;
This document was generated from the following thread: &lt;a class="jive-link-thread" href="http://communities.vmware.com/thread/150610"&gt;VMware Infrastructure Client 2.5 update 1 crashes regularly. Any Fixes??&lt;/a&gt;</description>
      <pubDate>Wed, 11 Jun 2008 02:40:42 GMT</pubDate>
      <guid>http://communities.vmware.com/docs/DOC-5820</guid>
      <dc:date>2008-06-11T02:40:42Z</dc:date>
      <clearspace:dateToText>1 year, 5 months ago</clearspace:dateToText>
    </item>
    <item>
      <title>Successful Physical to Virtual P2V conversion of Linux boxes with VMware Converter</title>
      <link>http://communities.vmware.com/docs/DOC-5751</link>
      <description>For those you who are looking for the comprehensive details steps of how to P2V a linux box with VMware Converter.&lt;br /&gt;
&lt;br /&gt;
Pre-requisites: Have the Linux installation Boot CD1 handy. You should purchase VMware Converter Enterprise license.&lt;br /&gt;
&lt;br /&gt;
1. Download VMware Converter Enterprise latest version and burn it to the CD. I used version 3.0.2 update 1. &lt;br /&gt;
2. Boot up with the above VMware Converter CD on the physical Linux box.&lt;br /&gt;
3. Let the WinPE load up and watch for the Network adaptor settings screen. Make necessary changes such as IP addressing.&lt;br /&gt;
4. Finally you should see the VMware Converter screen where you can import the machine.&lt;br /&gt;
5. Click on Import machine button and follow the steps.&lt;br /&gt;
6. &lt;b&gt;Important&lt;/b&gt; Make sure you select all disks and no resizing during the import process.&lt;br /&gt;
7. If all the information is entered correctly, it should start importing to ESX/VC.&lt;br /&gt;
8. It will create a VM on the selected ESX server.&lt;br /&gt;
9. In my case it failed at 97% where the error occurs at customization steps (which I did not configure for) but after successful copy of the local disks.&lt;br /&gt;
10. Go to the ESX server where the imported VM resides. Edit the settings.&lt;br /&gt;
11. In the VM's settings, check any irregular settings which might appears. In my case, I had to change the OS type of VM from other 32bit to REHL 4.&lt;br /&gt;
12. When the VM is powered up for the first time as soon as P2V has finished, kernel panic will occur and it is just as expected.&lt;br /&gt;
&lt;b&gt;Steps to fix the kernel panic on the Linux VM&lt;/b&gt;&lt;br /&gt;
13. Boot up with the bootable Linux installation CD 1. If it doesn't boot from the CD, you may have to change the VM's setting to go to the BIOS setting on the next boot so that you can change the boot sequence.&lt;br /&gt;
14. At the boot: prompt type Linux rescue and hit enter.&lt;br /&gt;
15. It will search for the Linux partition. In my case, it could not find the hard disks. So, I had to go back to VM's setting to change the BusLogic SCSI controller to LsiLogic.&lt;br /&gt;
16. After changing to LsiLogic controller, Linux installation image was able to find the Linux partitions on the VM.&lt;br /&gt;
17. The system will give you opportunity to mount the root file system. At the linux prompt, type: chroot /mnt/sysimage and hit enter.&lt;br /&gt;
18. It will get you back to the prompt. Now at the prompt type: kudzu and hit enter.&lt;br /&gt;
19. It will ask you to remove old hardware and detect and install new hardware. Follow the instructions.&lt;br /&gt;
20. After exiting from Kudzu, at the prompt type: ls /lib/modules and take note of the version/image. For instance, your active linux version is 2.6.9-5.ELsmp. Take note of it.&lt;br /&gt;
21. After that you will need to make new RAM disk as follows.&lt;br /&gt;
22. Type /sbin/mkinitrd -v -f /boot/initrd-2.6.9-5.ELsmp.img 2.6.9-5.ELsmp&lt;br /&gt;
23. Reboot. &lt;br /&gt;
24. After the reboot, it should successfully boot up without any kernel panic.&lt;br /&gt;
25. If you still see the kernel panic, then go back to step 20 and find the correct module and repeat the steps 22 &amp;#38; 23.&lt;br /&gt;
26. After you have booted the system successfully, determine if it is working as expected.&lt;br /&gt;
27. Install VMware Tools.&lt;br /&gt;
&lt;br /&gt;
The steps from 13 to 24 should take about 20-30 minutes. This procedure should be the same for most Linux distributions. Hope it will help on your P2V of Linux boxes.</description>
      <category domain="http://communities.vmware.com/tags?communityID=2425">p2v</category>
      <category domain="http://communities.vmware.com/tags?communityID=2425">linux</category>
      <category domain="http://communities.vmware.com/tags?communityID=2425">conversion</category>
      <category domain="http://communities.vmware.com/tags?communityID=2425">cold</category>
      <category domain="http://communities.vmware.com/tags?communityID=2425">clone</category>
      <category domain="http://communities.vmware.com/tags?communityID=2425">vmware_converter</category>
      <category domain="http://communities.vmware.com/tags?communityID=2425">physical</category>
      <category domain="http://communities.vmware.com/tags?communityID=2425">to</category>
      <category domain="http://communities.vmware.com/tags?communityID=2425">virtual</category>
      <category domain="http://communities.vmware.com/tags?communityID=2425">linux</category>
      <category domain="http://communities.vmware.com/tags?communityID=2425">boxes</category>
      <pubDate>Fri, 06 Jun 2008 13:18:45 GMT</pubDate>
      <guid>http://communities.vmware.com/docs/DOC-5751</guid>
      <dc:date>2008-06-06T13:18:45Z</dc:date>
      <clearspace:dateToText>1 year, 4 months ago</clearspace:dateToText>
      <clearspace:replyCount>7</clearspace:replyCount>
    </item>
    <item>
      <title>VM Converter</title>
      <link>http://communities.vmware.com/docs/DOC-5550</link>
      <description>BaseLibs' 130821040 info] &lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=2425&amp;subject=NFC+DEBUG"&gt;NFC DEBUG&lt;/a&gt;</description>
      <pubDate>Wed, 28 May 2008 23:06:42 GMT</pubDate>
      <guid>http://communities.vmware.com/docs/DOC-5550</guid>
      <dc:date>2008-05-28T23:06:42Z</dc:date>
      <clearspace:dateToText>1 year, 5 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>VMware Firewall Ports(v1.0).xls (including visio diagram)</title>
      <link>http://communities.vmware.com/docs/DOC-5401</link>
      <description />
      <category domain="http://communities.vmware.com/tags?communityID=2426">firewall</category>
      <category domain="http://communities.vmware.com/tags?communityID=2426">ports</category>
      <pubDate>Thu, 22 May 2008 20:56:27 GMT</pubDate>
      <guid>http://communities.vmware.com/docs/DOC-5401</guid>
      <dc:date>2008-05-22T20:56:27Z</dc:date>
      <clearspace:dateToText>1 year, 6 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>How to update Licensing in VI3</title>
      <link>http://communities.vmware.com/docs/DOC-4330</link>
      <description>To successfully change a License File for VMware&lt;br /&gt;
&lt;br /&gt;
Log into the Virtual Center Console and make note of the current licenses.&lt;br /&gt;
Log out of Virtual center&lt;br /&gt;
Download the file from VMWare site&lt;br /&gt;
Put the file in the directory structure for the License Server&lt;br /&gt;
    example C:\program files\vmware\vmware license server\licenses\&amp;lt;file_name.lic&amp;gt;&lt;br /&gt;
Open the License Manger&lt;br /&gt;
Programs &amp;gt; VMWare &amp;gt; VMWare License Server &amp;gt; VMware License SErver Tools&lt;br /&gt;
Select the "Config Services" Tab at the top right&lt;br /&gt;
Click "Browse" on the "Path to the License file" option&lt;br /&gt;
Point to the file that you downloaded from the VMware site&lt;br /&gt;
Click on the "Save Service" button within the same window&lt;br /&gt;
Select the "Start/Stop/Reread" tab at the top&lt;br /&gt;
Click on "Stop Server"&lt;br /&gt;
Click on "Start Server"&lt;br /&gt;
Click on "Reread License File"&lt;br /&gt;
    Wait until you see the message at the bottom of the window &lt;br /&gt;
        “Reread server License File Completed”&lt;br /&gt;
Open the Server Services from within the Administrator Tools.&lt;br /&gt;
Restart the "VMWare License Server" service&lt;br /&gt;
Restart the "VMWare Virtual Center Server" service&lt;br /&gt;
Log into Virtual Center&lt;br /&gt;
Click on Admin &amp;gt; and select the Licensing tab at the top.&lt;br /&gt;
Right click in the white space below the license columns and select refresh&lt;br /&gt;
    You should now see New the licenses.</description>
      <category domain="http://communities.vmware.com/tags?communityID=2413">license</category>
      <category domain="http://communities.vmware.com/tags?communityID=2413">manager</category>
      <category domain="http://communities.vmware.com/tags?communityID=2413">virtual</category>
      <category domain="http://communities.vmware.com/tags?communityID=2413">center</category>
      <pubDate>Tue, 08 Apr 2008 16:05:27 GMT</pubDate>
      <guid>http://communities.vmware.com/docs/DOC-4330</guid>
      <dc:date>2008-04-08T16:05:27Z</dc:date>
      <clearspace:dateToText>1 year, 7 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>LM Networking</title>
      <link>http://communities.vmware.com/docs/DOC-3650</link>
      <description />
      <pubDate>Mon, 17 Mar 2008 18:30:29 GMT</pubDate>
      <guid>http://communities.vmware.com/docs/DOC-3650</guid>
      <dc:date>2008-03-17T18:30:29Z</dc:date>
      <clearspace:dateToText>1 year, 8 months ago</clearspace:dateToText>
    </item>
    <item>
      <title>S/w ISCSI  and mulitple Targets</title>
      <link>http://communities.vmware.com/docs/DOC-3600</link>
      <description>Delete Document</description>
      <pubDate>Sat, 15 Mar 2008 14:50:04 GMT</pubDate>
      <guid>http://communities.vmware.com/docs/DOC-3600</guid>
      <dc:date>2008-03-15T14:50:04Z</dc:date>
      <clearspace:dateToText>1 year, 8 months ago</clearspace:dateToText>
    </item>
    <item>
      <title>High CPU usage after upgrading VirtualCenter 2.x with MSDE database to VirtualCenter 2.5 with MS SQL Server (Express, Standard, Enterprise)</title>
      <link>http://communities.vmware.com/docs/DOC-3290</link>
      <description>&lt;b&gt;PROBLEM&lt;/b&gt;&lt;br /&gt;
After upgrading from Virtual Center 2.x with a MSDE Database to Virtual Center 2.5 with a MS SQL Server (Express, Standard or Enterprise) your database server has increasingly lengthy periods of very high CPU utilisation and may become unresponsive. &lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;CAUSE&lt;/b&gt;&lt;br /&gt;
The SQL upgrade scripts (cleanup_upgrade_mssql.sql) did not complete successfully at the time of the upgrade and were not reported as an error; the upgrade appeared to complete successfully. The stored procedures designed to rollup statistics do not complete their function and eventually consume 100% of resources and never complete. &lt;br /&gt;
&lt;br /&gt;
By default the stats_rollup1_proc process runs every 30 minutes in sqlservr.exe to rollup statistics stored in the table VPX_Hist_Stat1, this process does not complete its function due to the mis-configuration performed by the upgrade and the number of rows in VPX_Hist_Stat1 will continue to grow causing the procedure to overwhelm resources. &lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;WORKAROUND&lt;/b&gt;&lt;br /&gt;
Use Virtual Infrastructure Client to disable Statistics Collection.&lt;br /&gt;
Drop down menu - Administration &amp;gt; VirtualServer Management Server Configuration...&lt;br /&gt;
Select - Statistics : Uncheck all collection options &lt;br /&gt;
&lt;br /&gt;
Server CPU usage will revert to normal. &lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;
&lt;b&gt;RESOLUTION&lt;/b&gt;&lt;br /&gt;
Courtesy of Ramprasad K S of VMware Technical Support (KSRam)&lt;br /&gt;
I have been able to finish the analysis and reach the root cause. This has&lt;br /&gt;
resulted in a possible corrective action without much disruption to existing&lt;br /&gt;
installation. The down side of this action is that you will loose any&lt;br /&gt;
performance data that is currently stored in the DB. &lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;
The root cause here is that the upgrade process failed to completely upgrade.&lt;br /&gt;
Though the Wizard shows the process as success, there are some activities&lt;br /&gt;
that are not committed correctly. &lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;
&lt;u&gt;Corrective action.&lt;/u&gt; &lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;
Truncate the data from table VPX_HIST_STAT1&lt;br /&gt;
Execute each of the commands from C:\Program&lt;br /&gt;
Files\VMware\Infrastructure\VirtualCenter&lt;br /&gt;
Server\dbupgrade\Upgrade-v3-to-v4\T-SQL\cleanup_upgrade_mssql.sql. &lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;
To simplify the process please see the (below process) which would help you&lt;br /&gt;
to execute the commands. &lt;br /&gt;
&lt;p /&gt;
These commands (SQL) are to be executed on the VirtualCenter Database. &lt;br /&gt;
&lt;p /&gt;
This action would put the database in correct state so that any further&lt;br /&gt;
performance statistics collection is not bothered.&lt;br /&gt;
&lt;p /&gt;
&lt;u&gt;Note&lt;/u&gt;: Depending on your configuration you may need to download and install the Microsoft SQL Server 2005 Express Edition Toolkit in order to access the Microsoft SQL Server Management Studio to perform the following process.&lt;br /&gt;
&lt;p /&gt;
&lt;hr /&gt;
&lt;blockquote&gt;&lt;b&gt;1.&lt;/b&gt; Shut down the VirtualCenter Server Service &lt;br clear="all" /&gt;&lt;/blockquote&gt;
&lt;blockquote&gt;&lt;b&gt;2.&lt;/b&gt; Backup the database &lt;br clear="all" /&gt;&lt;/blockquote&gt;
&lt;blockquote&gt;&lt;b&gt;3.&lt;/b&gt; Execute&lt;/blockquote&gt;
&lt;blockquote&gt;TRUNCATE TABLE VPX_HIST_STAT1 &lt;br clear="all" /&gt;&lt;/blockquote&gt;
&lt;blockquote&gt;&lt;b&gt;4.&lt;/b&gt; Execute&lt;/blockquote&gt;
&lt;blockquote&gt;TRUNCATE TABLE VPX_HIST_STAT; &lt;br clear="all" /&gt;	alter table vpx_hist_stat drop constraint FK_VPX_HIST_STAT_REF_VPX_SAMP; &lt;br clear="all" /&gt;	truncate table vpx_sample; &lt;br clear="all" /&gt;	CREATE UNIQUE CLUSTERED INDEX PK_VPX_HIST_STAT1 ON VPX_HIST_STAT1 &lt;br clear="all" /&gt;	(COUNTER_ID,TIME_ID); &lt;br clear="all" /&gt;	CREATE UNIQUE CLUSTERED INDEX PK_VPX_HIST_STAT2 ON VPX_HIST_STAT2 &lt;br clear="all" /&gt;	(COUNTER_ID,TIME_ID); &lt;br clear="all" /&gt;	CREATE UNIQUE CLUSTERED INDEX PK_VPX_HIST_STAT3 ON VPX_HIST_STAT3 &lt;br clear="all" /&gt;	(COUNTER_ID,TIME_ID); &lt;br clear="all" /&gt;	CREATE UNIQUE CLUSTERED INDEX PK_VPX_HIST_STAT4 ON VPX_HIST_STAT4 &lt;br clear="all" /&gt;	(COUNTER_ID,TIME_ID); &lt;br clear="all" /&gt;&lt;/blockquote&gt;
&lt;blockquote&gt;&lt;b&gt;5.&lt;/b&gt; Execute&lt;/blockquote&gt;
&lt;blockquote&gt;create view VPXV_HIST_STAT_DAILY as &lt;br clear="all" /&gt;	select st.SAMPLE_TIME, st.SAMPLE_INTERVAL, sd.NAME as STAT_NAME, &lt;br clear="all" /&gt;	sd.GROUP_NAME as STAT_GROUP, &lt;br clear="all" /&gt;	case sd.ROLLUP_TYPE &lt;br clear="all" /&gt;	when 0 then 'average' &lt;br clear="all" /&gt;	when 1 then 'maximum' &lt;br clear="all" /&gt;	when 2 then 'minimum' &lt;br clear="all" /&gt;	when 3 then 'latest' &lt;br clear="all" /&gt;	when 4 then 'summation' &lt;br clear="all" /&gt;	when 5 then 'none' &lt;br clear="all" /&gt;	end as STAT_ROLLUP_TYPE, &lt;br clear="all" /&gt;	si.MOID AS ENTITY, &lt;br clear="all" /&gt;	d.DEVICE_NAME, hs.STAT_VAL as STAT_VALUE &lt;br clear="all" /&gt;	from VPX_SAMPLE_TIME1 st &lt;br clear="all" /&gt;	, VPX_DEVICE d &lt;br clear="all" /&gt;	, VPX_STAT_COUNTER sc &lt;br clear="all" /&gt;	, VPX_STAT_DEF sd &lt;br clear="all" /&gt;	, VPX_HIST_STAT1 hs &lt;br clear="all" /&gt;	, VPX_STAT_ID si &lt;br clear="all" /&gt;	where hs.counter_id=sc.COUNTER_ID &lt;br clear="all" /&gt;	and sc.STAT_ID = sd.ID &lt;br clear="all" /&gt;	and isnull(sc.DEVICE_ID,1)=isnull(d.DEVICE_ID,1) &lt;br clear="all" /&gt;	and hs.TIME_ID = st.TIME_ID &lt;br clear="all" /&gt;	and sc.ENTITY_ID=si.ID; &lt;/blockquote&gt;
&lt;blockquote&gt;&lt;b&gt;6.&lt;/b&gt; Execute&lt;/blockquote&gt;
&lt;blockquote&gt;create view VPXV_HIST_STAT_WEEKLY as &lt;br clear="all" /&gt;	select st.SAMPLE_TIME, st.SAMPLE_INTERVAL, sd.NAME as STAT_NAME, &lt;br clear="all" /&gt;	sd.GROUP_NAME as STAT_GROUP, &lt;br clear="all" /&gt;	case sd.ROLLUP_TYPE &lt;br clear="all" /&gt;	when 0 then 'average' &lt;br clear="all" /&gt;	when 1 then 'maximum' &lt;br clear="all" /&gt;	when 2 then 'minimum' &lt;br clear="all" /&gt;	when 3 then 'latest' &lt;br clear="all" /&gt;	when 4 then 'summation' &lt;br clear="all" /&gt;	when 5 then 'none' &lt;br clear="all" /&gt;	end as STAT_ROLLUP_TYPE, &lt;br clear="all" /&gt;	si.MOID AS ENTITY, &lt;br clear="all" /&gt;	d.DEVICE_NAME, hs.STAT_VAL as STAT_VALUE &lt;br clear="all" /&gt;	from VPX_SAMPLE_TIME2 st &lt;br clear="all" /&gt;	, VPX_DEVICE d &lt;br clear="all" /&gt;	, VPX_STAT_COUNTER sc &lt;br clear="all" /&gt;	, VPX_STAT_DEF sd &lt;br clear="all" /&gt;	, VPX_HIST_STAT2 hs &lt;br clear="all" /&gt;	, VPX_STAT_ID si &lt;br clear="all" /&gt;	where hs.counter_id=sc.COUNTER_ID &lt;br clear="all" /&gt;	and sc.STAT_ID = sd.ID &lt;br clear="all" /&gt;	and isnull(sc.DEVICE_ID,1)=isnull(d.DEVICE_ID,1) &lt;br clear="all" /&gt;	and hs.TIME_ID = st.TIME_ID &lt;br clear="all" /&gt;	and sc.ENTITY_ID=si.ID; &lt;br clear="all" /&gt;&lt;/blockquote&gt;
&lt;blockquote&gt;&lt;b&gt;7.&lt;/b&gt; Exceute &lt;br clear="all" /&gt;&lt;/blockquote&gt;
&lt;blockquote&gt;create view VPXV_HIST_STAT_MONTHLY as &lt;br clear="all" /&gt;	select st.SAMPLE_TIME, st.SAMPLE_INTERVAL, sd.NAME as STAT_NAME, &lt;br clear="all" /&gt;	sd.GROUP_NAME as STAT_GROUP, &lt;br clear="all" /&gt;	case sd.ROLLUP_TYPE &lt;br clear="all" /&gt;	when 0 then 'average' &lt;br clear="all" /&gt;	when 1 then 'maximum' &lt;br clear="all" /&gt;	when 2 then 'minimum' &lt;br clear="all" /&gt;	when 3 then 'latest' &lt;br clear="all" /&gt;	when 4 then 'summation' &lt;br clear="all" /&gt;	when 5 then 'none' &lt;br clear="all" /&gt;	end as STAT_ROLLUP_TYPE, &lt;br clear="all" /&gt;	si.MOID AS ENTITY, &lt;br clear="all" /&gt;	d.DEVICE_NAME, hs.STAT_VAL as STAT_VALUE &lt;br clear="all" /&gt;	from VPX_SAMPLE_TIME3 st &lt;br clear="all" /&gt;	, VPX_DEVICE d &lt;br clear="all" /&gt;	, VPX_STAT_COUNTER sc &lt;br clear="all" /&gt;	, VPX_STAT_DEF sd &lt;br clear="all" /&gt;	, VPX_HIST_STAT3 hs &lt;br clear="all" /&gt;	, VPX_STAT_ID si &lt;br clear="all" /&gt;	where hs.counter_id=sc.COUNTER_ID &lt;br clear="all" /&gt;	and sc.STAT_ID = sd.ID &lt;br clear="all" /&gt;	and isnull(sc.DEVICE_ID,1)=isnull(d.DEVICE_ID,1) &lt;br clear="all" /&gt;	and hs.TIME_ID = st.TIME_ID &lt;br clear="all" /&gt;	and sc.ENTITY_ID=si.ID; &lt;br clear="all" /&gt;&lt;/blockquote&gt;
&lt;blockquote&gt;&lt;b&gt;8.&lt;/b&gt; Exceute &lt;br clear="all" /&gt;&lt;/blockquote&gt;
&lt;blockquote&gt;create view VPXV_HIST_STAT_YEARLY as &lt;br clear="all" /&gt;	select st.SAMPLE_TIME, st.SAMPLE_INTERVAL, sd.NAME as STAT_NAME, &lt;br clear="all" /&gt;	sd.GROUP_NAME as STAT_GROUP, &lt;br clear="all" /&gt;	case sd.ROLLUP_TYPE &lt;br clear="all" /&gt;	when 0 then 'average' &lt;br clear="all" /&gt;	when 1 then 'maximum' &lt;br clear="all" /&gt;	when 2 then 'minimum' &lt;br clear="all" /&gt;	when 3 then 'latest' &lt;br clear="all" /&gt;	when 4 then 'summation' &lt;br clear="all" /&gt;	when 5 then 'none' &lt;br clear="all" /&gt;	end as STAT_ROLLUP_TYPE, &lt;br clear="all" /&gt;	si.MOID AS ENTITY, &lt;br clear="all" /&gt;	d.DEVICE_NAME, hs.STAT_VAL as STAT_VALUE &lt;br clear="all" /&gt;	from VPX_SAMPLE_TIME4 st &lt;br clear="all" /&gt;	, VPX_DEVICE d &lt;br clear="all" /&gt;	, VPX_STAT_COUNTER sc &lt;br clear="all" /&gt;	, VPX_STAT_DEF sd &lt;br clear="all" /&gt;	, VPX_HIST_STAT4 hs &lt;br clear="all" /&gt;	, VPX_STAT_ID si &lt;br clear="all" /&gt;	where hs.counter_id=sc.COUNTER_ID &lt;br clear="all" /&gt;	and sc.STAT_ID = sd.ID &lt;br clear="all" /&gt;	and isnull(sc.DEVICE_ID,1)=isnull(d.DEVICE_ID,1) &lt;br clear="all" /&gt;	and hs.TIME_ID = st.TIME_ID &lt;br clear="all" /&gt;	and sc.ENTITY_ID=si.ID; &lt;br clear="all" /&gt;&lt;/blockquote&gt;
&lt;blockquote&gt;&lt;b&gt;9.&lt;/b&gt; Exceute &lt;br clear="all" /&gt;&lt;/blockquote&gt;
&lt;blockquote&gt;CREATE VIEW VPXV_STAT_COUNTERS as &lt;br clear="all" /&gt;	select sd.ID AS ID &lt;br clear="all" /&gt;	,case sd.ROLLUP_TYPE &lt;br clear="all" /&gt;	when 0 then 'average' &lt;br clear="all" /&gt;	when 1 then 'maximum' &lt;br clear="all" /&gt;	when 2 then 'minimum' &lt;br clear="all" /&gt;	when 3 then 'latest' &lt;br clear="all" /&gt;	when 4 then 'summation' &lt;br clear="all" /&gt;	when 5 then 'none' &lt;br clear="all" /&gt;	end as STAT_ROLLUP &lt;br clear="all" /&gt;	, sd.NAME &lt;br clear="all" /&gt;	, sd.GROUP_NAME &lt;br clear="all" /&gt;	, case sd.TYPE &lt;br clear="all" /&gt;	when 0 then 'absolute' &lt;br clear="all" /&gt;	when 1 then 'delta' &lt;br clear="all" /&gt;	when 2 then 'rare' &lt;br clear="all" /&gt;	end as TYPE &lt;br clear="all" /&gt;	, sd.UNIT &lt;br clear="all" /&gt;	, sd.ASSOCIATE_IDS &lt;br clear="all" /&gt;	, sd.STAT_LEVEL AS STATS_LEVEL &lt;br clear="all" /&gt;	FROM VPX_STAT_DEF sd; &lt;br clear="all" /&gt;&lt;/blockquote&gt;
&lt;blockquote&gt;&lt;b&gt;10.&lt;/b&gt; Exceute &lt;br clear="all" /&gt;&lt;/blockquote&gt;
&lt;blockquote&gt;CREATE VIEW VPXV_STAT_HISTORICAL_INTERVALS as &lt;br clear="all" /&gt;	select sid.INTERVAL_SEQ_NUM as ID &lt;br clear="all" /&gt;	, sid.INTERVAL_DEF_NAME as NAME &lt;br clear="all" /&gt;	, sid.INTERVAL_VAL as SAMPLING_PERIOD &lt;br clear="all" /&gt;	, sid.INTERVAL_LENGTH as LENGTH &lt;br clear="all" /&gt;	, sid.STATS_LEVEL &lt;br clear="all" /&gt;	, case sid.ROLLUP_ENABLED_FLG &lt;br clear="all" /&gt;	when 1 then 'Y' &lt;br clear="all" /&gt;	when 0 then 'N' &lt;br clear="all" /&gt;	end as ENABLED &lt;br clear="all" /&gt;	FROM VPX_STAT_INTERVAL_DEF sid; &lt;br clear="all" /&gt;&lt;/blockquote&gt;
&lt;blockquote&gt;&lt;b&gt;11.&lt;/b&gt; Exceute &lt;br clear="all" /&gt;&lt;/blockquote&gt;
&lt;blockquote&gt;drop table VPX_ALARM_EXPRESSION_bk ; &lt;br clear="all" /&gt;	drop table VPX_ALARM_ACTION_bk ; &lt;br clear="all" /&gt;	drop table VPX_SCHED_SCHEDULER_bk ; &lt;br clear="all" /&gt;	drop table VPX_SCHED_ACTION_bk ; &lt;br clear="all" /&gt;	drop table VPX_ACCESS_bk ; &lt;br clear="all" /&gt;	drop table VPX_COMPUTE_RESOURCE_bk ; &lt;br clear="all" /&gt;	drop table VPX_HOST_bk ; &lt;br clear="all" /&gt;	drop table VPX_DATASTORE_bk ; &lt;br clear="all" /&gt;	drop table VPX_NETWORK_bk ; &lt;br clear="all" /&gt;	drop table VPX_RESOURCE_POOL_bk ; &lt;br clear="all" /&gt;	drop table VPX_DS_ASSIGNMENT_bk ; &lt;br clear="all" /&gt;	drop table VPX_HOST_CPU_bk ; &lt;br clear="all" /&gt;	drop table VPX_HOST_NODE_bk ; &lt;br clear="all" /&gt;	drop table VPX_GUEST_DISK_bk ; &lt;br clear="all" /&gt;	drop table VPX_FIELD_DEF_bk ; &lt;br clear="all" /&gt;	drop table VPX_FIELD_VAL_bk ; &lt;br clear="all" /&gt;	drop table VPX_VM_bk ; &lt;br clear="all" /&gt;	drop table VPX_GUEST_IP_ADDRESS_bk ; &lt;br clear="all" /&gt;	drop table VPX_GUEST_NET_ADAPTER_bk ; &lt;br clear="all" /&gt;	drop table vpx_object_type_bk ; &lt;br clear="all" /&gt;	TRUNCATE TABLE VPX_HIST_STAT; &lt;br clear="all" /&gt;	alter table vpx_sample_time1 drop column row_id; &lt;br clear="all" /&gt;	alter table vpx_sample_time2 drop column row_id; &lt;br clear="all" /&gt;	alter table vpx_sample_time3 drop column row_id; &lt;br clear="all" /&gt;	alter table vpx_sample_time4 drop column row_id; &lt;br clear="all" /&gt;	drop procedure hist_stats_upgrade_proc;&lt;/blockquote&gt;</description>
      <category domain="http://communities.vmware.com/tags?communityID=2413">virtualcenter_database</category>
      <category domain="http://communities.vmware.com/tags?communityID=2413">virtualcenter</category>
      <category domain="http://communities.vmware.com/tags?communityID=2413">upgrade</category>
      <pubDate>Mon, 03 Mar 2008 04:44:59 GMT</pubDate>
      <guid>http://communities.vmware.com/docs/DOC-3290</guid>
      <dc:date>2008-03-03T04:44:59Z</dc:date>
      <clearspace:dateToText>1 year, 7 months ago</clearspace:dateToText>
      <clearspace:replyCount>18</clearspace:replyCount>
    </item>
    <item>
      <title>Problems starting Virtual Center service error code 2</title>
      <link>http://communities.vmware.com/docs/DOC-3094</link>
      <description>&lt;br /&gt;
I have recently installed the Virtual Center 2.5 and it went like a charm!&lt;br /&gt;
&lt;br /&gt;
Now I have rebooted the physical server and I cannot start the Virtual Center service.&lt;br /&gt;
&lt;p /&gt;
Event Viewer said: &lt;br /&gt;
&lt;b&gt;The VMware VirtualCenter Server service terminated with service-specific error 2 (0x2). Event ID: 7024&lt;/b&gt;&lt;br /&gt;
&lt;p /&gt;
In the most recent logfile (C:\Documents and Settings\All Users\Application Data\VMware\VMware VirtualCenter\Logs)&lt;br /&gt;
it said: &lt;b&gt;Failed to create http proxy: Resource is already in use: Listen socket: :80&lt;/b&gt;&lt;br /&gt;
&lt;p /&gt;
I stopped the IIS service, started the Virtual Center service (without problems) and finally I started the IIS service again!&lt;br /&gt;
&lt;p /&gt;
BR&lt;br /&gt;
Marcus</description>
      <category domain="http://communities.vmware.com/tags?communityID=2413">virtualcenter</category>
      <category domain="http://communities.vmware.com/tags?communityID=2413">2.5</category>
      <category domain="http://communities.vmware.com/tags?communityID=2413">service</category>
      <category domain="http://communities.vmware.com/tags?communityID=2413">error</category>
      <category domain="http://communities.vmware.com/tags?communityID=2413">7024</category>
      <pubDate>Wed, 20 Feb 2008 12:43:22 GMT</pubDate>
      <guid>http://communities.vmware.com/docs/DOC-3094</guid>
      <dc:date>2008-02-20T12:43:22Z</dc:date>
      <clearspace:dateToText>1 year, 9 months ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
    </item>
    <item>
      <title>VMotion problem - 'device with remote backing' - Greyed out CD-ROM - no vmotion</title>
      <link>http://communities.vmware.com/docs/DOC-2804</link>
      <description>When trying to VMotion from one ESX server to another, I receive this error:&lt;br /&gt;
&lt;br /&gt;
Unable to migrate from ESX1 to ESX2: Virtual machine is configured to use a device that prevents migration: Device 'CD/DVD Drive 1' is a connected device with a remote backing.&lt;br /&gt;
&lt;br /&gt;
If i view the virtual machine properties, the CD/DVD drive is showing as 'Connected - client unknown'. All of the CD/DVD properties are greyed out.&lt;br /&gt;
&lt;br /&gt;
I can click the 'Disconnect D:' button on the toolbar with the VI client, but this doesnt have any effect.&lt;br /&gt;
&lt;br /&gt;
Any ideas?!&lt;br /&gt;
&lt;br /&gt;
P.S i even tried removing the CD/DVD device whilst the VM was powered off, powering up the VM, powering it down, and re adding the CD/DVD but this didnt have any effect.&lt;br /&gt;
&lt;br /&gt;
Thanks&lt;br /&gt;
&lt;hr /&gt;
You should find what is configured to use the device.&lt;br /&gt;
Another way: did you try unistalling the device in the virtual OS?&lt;br /&gt;
&lt;hr /&gt;
I have this same issuse on a VM i use for testing VMotion, its been used 100's of times for VMotion..&lt;br /&gt;
&lt;br /&gt;
Removing the CD/DVD didnt help, but removing both the CD/DVD and Floppy did the trick..&lt;br /&gt;
&lt;br /&gt;
I havent looked too deeply into it.. But will do later..&lt;br /&gt;
&lt;hr /&gt;
I think that is caused by a vcenter user with the console open to the VM that has the CD connected via Device type "Client Device"&lt;br /&gt;
&lt;br /&gt;
Check the sessions on the server and see if anyone has that vm open.&lt;br /&gt;
&lt;hr /&gt;
I added my CD/DVD and floppy back, but still get the issues.. But that a good shout, as that VM has had console connected via VC, although all have been closed and VM rebooted etc..&lt;br /&gt;
&lt;hr /&gt;
That's really curious.  If you can shutdown the vm for a few minutes, try making a new VM pointing to the existing disk files and see if that will vmotion.&lt;br /&gt;
&lt;hr /&gt;
Im quite sure that would work, i'll see if i can get chance to test..&lt;br /&gt;
&lt;hr /&gt;
Couldn't work out what was causing this...there weren't any sessions showing.&lt;br /&gt;
I removed the VM from virtual center, and then re-registered it. This did the trick - can now VMotion OK.&lt;br /&gt;
&lt;br /&gt;
thanks for the suggestions.&lt;br /&gt;
&lt;hr /&gt;
Glad to hear that helped.&lt;br /&gt;
&lt;br /&gt;
Thanks for the points!&lt;br /&gt;
&lt;hr /&gt;
I'm still having these problems, but now it's happening on 9 of our VMs - a real pain. Only way I can see to fix is to remove the VMs from virtual centre and reregister them.&lt;br /&gt;
&lt;br /&gt;
Just wondering if anyone else has any ideas?&lt;br /&gt;
&lt;br /&gt;
James&lt;br /&gt;
&lt;br /&gt;
Message was edited by: &lt;br /&gt;
jparnell&lt;br /&gt;
&lt;hr /&gt;
I've had the same problems on my VMs running linux OS-es.&lt;br /&gt;
And NOW I resolve the problems!! Yeah!!&lt;br /&gt;
&lt;br /&gt;
The cause is that my VMs hold "VMware Tools Install" images on their Virtual CD-ROM drives.&lt;br /&gt;
&lt;br /&gt;
Click "Inventry-&amp;gt;Virtual Machine-&amp;gt;End VMware Tools Install".&lt;br /&gt;
It may save you.&lt;br /&gt;
&lt;hr /&gt;
I have seen this too.  If the VM tools install thinks it is still running the CD drive is mapped to the iso file on the host.  You wont be able to VMotion until you disable the tools install.&lt;br /&gt;
&lt;hr /&gt;
I had the same problem and found this solution in another post:&lt;br /&gt;
&lt;br /&gt;
When trying to vmotion a virtual machine you may get an error message that says you cannot migrate the vm because the CD is connected to a device that prevents migration.  If you try to disconnect that device it may stay connected.  If it does, open an SSH connection to the ESX host.&lt;br /&gt;
&lt;br /&gt;
Once connected run the following command:  "service mgmt-vmware restart"&lt;br /&gt;
&lt;br /&gt;
This will restart the management interface and should clear the connection to the CD or floppy.&lt;br /&gt;
&lt;br /&gt;
Bill S.&lt;br /&gt;
&lt;hr /&gt;
I couldn't select to end my instlal but doing a "repair" fixed my remote backing issue.&lt;br /&gt;
&lt;br /&gt;
Ben&lt;br /&gt;
&lt;hr /&gt;
I have tried th uninstall and re-install of both the floppy and the CD-Rom although still no luck. What I did find to work more than once it powering down your VM &amp;gt; ensure either Floppy and or CD-Rom are both disconnected &amp;gt; Migrate to another ESX server &amp;gt; Power VM up &amp;gt; try to VMotion. &lt;br /&gt;
&lt;br /&gt;
I hope this helps&lt;br /&gt;
&lt;br /&gt;
JC&lt;br /&gt;
&lt;hr /&gt;
Had another one today, I did a 'mgmt-vmware restart' and it fixed the problem.&lt;br /&gt;
&lt;hr /&gt;
This should cure the problem without the need to shutdown the VM...&lt;br /&gt;
&lt;br /&gt;
Select "Install VMware Tools" on the Virtual Machine - this will initiate the VMware Tools Installer Mount.&lt;br /&gt;
&lt;br /&gt;
Select "End VMware Tools Install" - this will unmount the Tools Installer.&lt;br /&gt;
&lt;br /&gt;
A word of warning, the VMware Tools Installer Mount will forcibly disconnect the remote device, so if someone has genuinely mounted a Virtual CRDOM it will be lost.&lt;br /&gt;
&lt;hr /&gt;
Hi,&lt;br /&gt;
&lt;br /&gt;
I got a similar message during VMOTION. To resolve the issue, i did the following.&lt;br /&gt;
&lt;br /&gt;
1. Rihgtclick on the Virtual Machine and select 'Edit Settings'&lt;br /&gt;
2. Select (Highlight) CD/DVD Drive 1&lt;br /&gt;
3. On the right hand side under Device status, uncheck the box 'Connected'&lt;br /&gt;
4. Try VMOTION (drag and drop the Virtual machine) and it should work.&lt;br /&gt;
5. If required then check the box which was unchecked in step 3 (for the moved VM on the target server).&lt;br /&gt;
&lt;br /&gt;
Hope this helps!&lt;br /&gt;
&lt;br /&gt;
Regards,&lt;br /&gt;
Ronald&lt;br /&gt;
&lt;hr /&gt;
In this scenario the CD/DVD Device Status shows up as "Connected - client unknown" and all of the properties are greyed out, so you can't Edit the Settings.&lt;br /&gt;
&lt;br /&gt;
I am not absolutely certain what the reason is for this behaviour, but I am able to recreate it...&lt;br /&gt;
&lt;br /&gt;
Connect a CD to a VM, then shutdown &amp;#38; power off; now remove the CD (i.e. set to "Client Device"), then power back on.  Now try to VMotion and Hey Presto "Device 'CD/DVD Drive 1' is a connected device with a remote backing" and all options greyed out.&lt;br /&gt;
&lt;br /&gt;
The only certain workaround that I have found for this is to "Install VMware Tools"/"End VMware Tools Install", or even better disconnect the CD before shutting down the VM!&lt;br /&gt;
&lt;hr /&gt;
I've recently migrated a load of servers using vmware converter - and I have noticed we recieve the error on every server we migrate. I have got into the habbit of "install vmware tools"/"end vmware tools install"&lt;br /&gt;
&lt;hr /&gt;
One more addition. The previously posted solutions did not work for me but i found that my guests CDROM was configured to "Emulate IDE" under the Mode section  in properties of the CDROM. I set it back to Passthough IDE and vmotion worked with properly.&lt;br /&gt;
DG&lt;br /&gt;
&lt;hr /&gt;
Had this problem with one machine this morning.&lt;br /&gt;
&lt;br /&gt;
To fix it, I had to remove the cdrom AND floppy disk -&amp;gt; bootup so windows removed them from dev mgr -&amp;gt; shutdown and re-add them.  (For good measure, you may consider deleting the hidden devices.)&lt;br /&gt;
&lt;br /&gt;
FWIW, the cd rom was originally set for "Emulate."  Changing it to Passthrough did &lt;i&gt;not&lt;/i&gt; work for me.  I had to remove both devices.&lt;br /&gt;
&lt;hr /&gt;
I went into device manager and disabled the floppy drive and cd-rom.  Once I did this I clicked edit settings and the cd-rom was no longer connected and I could migrate.&lt;br /&gt;
&lt;hr /&gt;
I simply reinstalled my VMWare Tools and it enabled me to VMotion correctly.&lt;br /&gt;
&lt;br /&gt;
Thanks,&lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;
Josh&lt;br /&gt;
&lt;p /&gt;
&lt;hr /&gt;
I had this issue on all my VMs since I had installed VMtools.  I did a service mgmt-vmware restart on each ESX host 1 min later connected to unknown  with the check box was gone...works like a charm.&lt;br /&gt;
&lt;br /&gt;
This document was generated from the following thread: &lt;a class="jive-link-thread" href="http://communities.vmware.com/thread/68575"&gt;VMotion problem - 'device with remote backing'&lt;/a&gt;</description>
      <pubDate>Fri, 08 Feb 2008 23:30:27 GMT</pubDate>
      <guid>http://communities.vmware.com/docs/DOC-2804</guid>
      <dc:date>2008-02-08T23:30:27Z</dc:date>
      <clearspace:dateToText>1 year, 9 months ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>Converter and Windows activation</title>
      <link>http://communities.vmware.com/docs/DOC-2791</link>
      <description>Hi,&lt;br /&gt;
&lt;br /&gt;
I'm running my ESX 3.5 during the 60 days trial mode, and during this period I need to test our main servers in VM mode. For this reason I donloaded VMWare Converter 3.0.2u1 and converted two Win2003 server. But at the en of the job I was unable to login onto the new VMs because windows "must be activated". Is there a way to perform the conversion by exactly cloning the two systems, without asking for activation ? This conversion is for test only, so I cannot dismiss the real server by now. What I would like to do is convert the real server comlletely, keeping the same names, IP, etc, then switch off the real servers, power on the VMs and see if all goes ok. So, I will not run the real and virtual machine at the same time, but I need to keep the real servers ready and activated.&lt;br /&gt;
&lt;p /&gt;
Is there a solution for this issue ? Thanks and bye, Stefano&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;br /&gt;
&lt;hr /&gt;
i bet your physical OS is an OEM license. If so, boot the vm with the OS disc, then run a repair on the os and enter a volume license key&lt;br /&gt;
&lt;hr /&gt;
Use the customization option to invoke Sysprep. This will allow you to enter in a different license.&lt;br /&gt;
&lt;br /&gt;
If your original license was an OEM license, then you're stuck. You can't swap in a volume license key when the original installation used OEM media.&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;br /&gt;
&lt;hr /&gt;
yes you can swap an oem license for a volume license. i have done it at least 10 times. once you get the oem server converted, boot the vm with the volume license cd, run a repair on the OS and change the key there. it has worked everytime for me&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;hr /&gt;
That's good to clarify that you mean going through a repair process. What I meant was when Windows requires a reactivation, you can't put in just any license key-- if it was originally an OEM license the dialog won't take a volume license. Doing a repair, or in an extreme case, a reinstall, can lead to some items potentially changing on the system, unlike a standard conversion using Converter.&lt;br /&gt;
&lt;hr /&gt;
Hi,&lt;br /&gt;
&lt;br /&gt;
please can you explain me wich command to give once I enter the recovery console ? I didn't find any in the help list. &lt;br /&gt;
&lt;p /&gt;
Thanks, Stefano&lt;br /&gt;
&lt;br /&gt;
&lt;hr /&gt;
dont go to the recovery console.&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
just do it like a fresh install it will find the previous OS install and run a repair&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;br /&gt;
&lt;hr /&gt;
Hi, &lt;br /&gt;
&lt;br /&gt;
but if I perform a fresh install and choose the same partition/folder of the present win installation, the installer warns me that the present installation will be deleted, together with "My Document" folder. I tried to go on pressing the "L" key (accepting the deletion) and in fact I got a completely new VM, with the old OS destroyed, wich was not what I was looking for. Fortunately I had a shapshot. &lt;img class="jive-emoticon" border="0" src="http://communities.vmware.com/images/emoticons/happy.gif" alt=":-)" /&gt;&lt;br /&gt;
&lt;p /&gt;
Maybe I'm missing something... please can you explain me step by step your procedure ? Thanks.&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;br /&gt;
&lt;hr /&gt;
oh yeah u missing something&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
boot to the OS cd&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;br /&gt;
welcolme to setup press enter&lt;br /&gt;
&lt;p /&gt;
press f8 at license agreement&lt;br /&gt;
&lt;p /&gt;
then at the next screen hit r and just let it do its thing to windows starts to load.&lt;br /&gt;
&lt;p /&gt;
so thats all it is&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;br /&gt;
&lt;hr /&gt;
Umhhh... that's the issue: after F8 (license agreement) I have no "hit R" choice, instead I have a screen where to choose which partition to install in. Then I select C: (where is the old Win2003) and in the nwxt screen I'm warned about another system installed being overwritten. I can only select Continue (C) or Cancel (ESC). If I go on, I'm propted how to format the C: partition ! I do NOT format it, then the last screen asks whether delete the content of C:\WINDOWS directory, or choose another dir. If I select Delete (L) I get the old installation destroyed. &lt;img class="jive-emoticon" border="0" src="http://communities.vmware.com/images/emoticons/sad.gif" alt=":-(" /&gt;&lt;br /&gt;
&lt;br /&gt;
I'm using a Windows Server 2003 Enterprise Edition disk.&lt;br /&gt;
&lt;br /&gt;
&lt;hr /&gt;
i do too use w23k ent&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
This document was generated from the following thread: &lt;a class="jive-link-thread" href="http://communities.vmware.com/thread/120147"&gt;Converter and Windows activation&lt;/a&gt;</description>
      <pubDate>Fri, 08 Feb 2008 13:15:52 GMT</pubDate>
      <guid>http://communities.vmware.com/docs/DOC-2791</guid>
      <dc:date>2008-02-08T13:15:52Z</dc:date>
      <clearspace:dateToText>1 year, 9 months ago</clearspace:dateToText>
    </item>
    <item>
      <title>Can a LabManager VM disk size be increased (extended)?</title>
      <link>http://communities.vmware.com/docs/DOC-2459</link>
      <description>I need to increase the disk size for some of my templates in LabManager. I don't see a way to do this through the interface or through VIC. I tried the following commands on the host server but got an error that you cannot extend the disk you have to extend the parent.&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;ul&gt;
&lt;li&gt;Power off the VM&lt;/li&gt;
&lt;/ul&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;ul&gt;
&lt;li&gt;Go to the console of the VMWare host server that hosts the VM&lt;/li&gt;
&lt;/ul&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;ul&gt;
&lt;li&gt;Login as root&lt;/li&gt;
&lt;/ul&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;ul&gt;
&lt;li&gt;Change directories to \vmfs\volumes\(san disk label)&lt;/li&gt;
&lt;/ul&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;ul&gt;
&lt;li&gt;Change directories to the directory name of the server you want to expand&lt;/li&gt;
&lt;/ul&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;ul&gt;
&lt;li&gt;Type in the command vmkfstools -X ##G (servername.vmdk) (example: vmkfstools -X 90G aa-chatter.vmdk). The ##G is the total size of the file in GB. So if you have a 20GB file and you want to add another 10GB you would enter the new file size as 30GB&lt;/li&gt;
&lt;/ul&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;ul&gt;
&lt;li&gt;Logout of the console&lt;/li&gt;
&lt;/ul&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;ul&gt;
&lt;li&gt;Power on the VM&lt;/li&gt;
&lt;/ul&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;ul&gt;
&lt;li&gt;Login to the VM with admin credentials&lt;/li&gt;
&lt;/ul&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;ul&gt;
&lt;li&gt;Start, run, diskpart&lt;/li&gt;
&lt;/ul&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;ul&gt;
&lt;li&gt;List the volumes in diskpart with "list volume"&lt;/li&gt;
&lt;/ul&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;ul&gt;
&lt;li&gt;Select the volume to be expanded with the command "select volume #" (where # is the number of the volume from the list volume command)&lt;/li&gt;
&lt;/ul&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;ul&gt;
&lt;li&gt;Enter the command &amp;lsquo;extend' to extend the volume.&lt;/li&gt;
&lt;/ul&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;ul&gt;
&lt;li&gt;Exit diskpart&lt;/li&gt;
&lt;/ul&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;hr /&gt;
That is exaclty how I did it.&lt;br /&gt;
&lt;br /&gt;
Just make sure you're accessing the right folder, and not a linked clone.&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;hr /&gt;
Watch out; I would be very careful here.  Direct access to Lab Manager VMs is not supported and can break a lot of things fast.  &lt;br /&gt;
&lt;br /&gt;
Lab Manager templates can be-- and often are linked clones, and aw Yeowow mentions you can't do a `vmkfstools -X` on a COW disk.&lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;
In addition, doing this on a Lab Manager disk may just break all the linked clones on top of it.&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;hr /&gt;
Thanks for the responses. So is there a supported way to extend the disk with LabManager VMs? Do we have to rebuild templates from scratch to extend the disk? That's a lot of rework.&lt;br /&gt;
&lt;br /&gt;
Thanks.&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;hr /&gt;
Try it like this.&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;ol&gt;
&lt;li&gt;Go to Templates area&lt;/li&gt;
&lt;li&gt;Highlight required Template name, and select Consolidate&lt;/li&gt;
&lt;li&gt;Wait for consolidation to complete (if it is needed)&lt;/li&gt;
&lt;li&gt;Highlight requried Template name, and select Properties&lt;/li&gt;
&lt;li&gt;Make note of "VM Directory ID"&lt;/li&gt;
&lt;li&gt;Login via SSH or console to your ESX Host&lt;/li&gt;
&lt;li&gt;Navigate to your storage server of that VM (/vmfs/volumes/Local-RAID/VM/$VMDirectoryID)&lt;/li&gt;
&lt;li&gt;Make a backup of the disk file (vmkfstools -i nameofvmdk.vmdk DestinationOfBackup.vmdk)&lt;/li&gt;
&lt;li&gt;Increase the original vmdk size (vmkfstools -X 30G nameofvmdk.vmdk)&lt;/li&gt;
&lt;li&gt;Back in Lab Manager, go to properties for the Template, and you should see your increased disk size.&lt;/li&gt;
&lt;/ol&gt;
&lt;br /&gt;
This has worked successfully for me multiple times&lt;br /&gt;
&lt;hr /&gt;
Thanks a lot, Yeowow. That worked.&lt;br /&gt;
&lt;hr /&gt;
It appeared that this worked, however, when I create a new config from the template or deploy the template itself the disk is still only at my original size of 8Gb. The properties of the template show the new size of 20G.&lt;br /&gt;
&lt;br /&gt;
Is there another step I missed? I followed the steps in Yeowow's reply.&lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;
Thanks&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;hr /&gt;
The steps I listed only allowed you to grow the Virtual Disk.&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
You  will still need to run a disk tool to utilise the new space available (fdisk/gparted/Partition Magic/etc)&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;br /&gt;
This document was generated from the following thread: &lt;a class="jive-link-thread" href="http://communities.vmware.com/thread/111672"&gt;Can a LabManager VM disk size be increased (extended)?&lt;/a&gt;</description>
      <pubDate>Thu, 03 Jan 2008 17:17:33 GMT</pubDate>
      <guid>http://communities.vmware.com/docs/DOC-2459</guid>
      <dc:date>2008-01-03T17:17:33Z</dc:date>
      <clearspace:dateToText>1 year, 10 months ago</clearspace:dateToText>
    </item>
    <item>
      <title>App' 6756 error client,164 Rethrowing MethodFault sysimage.fault.OsVersionNotFound</title>
      <link>http://communities.vmware.com/docs/DOC-2362</link>
      <description>&lt;a class="jive-link-anchor" href="#5"&gt;5&lt;/a&gt; --2007-12-08 13:01:47.117 'App' 6756 error-- &lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=2425&amp;subject=client%2C164"&gt;client,164&lt;/a&gt; Rethrowing MethodFault sysimage.fault.OsVersionNotFound: &lt;br /&gt;
&lt;a class="jive-link-anchor" href="#5"&gt;5&lt;/a&gt; --2007-12-08 13:01:47.117 'App' 6492 error-- &lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=2425&amp;subject=importSource%2C357"&gt;importSource,357&lt;/a&gt; Unable to read OS info from system disk: sysimage.fault.OsVersionNotFound&lt;br /&gt;
&lt;a class="jive-link-anchor" href="#5"&gt;5&lt;/a&gt; --2007-12-08 13:01:47.117 'App' 6492 error-- &lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=2425&amp;subject=imageProcessingTaskImpl%2C552"&gt;imageProcessingTaskImpl,552&lt;/a&gt; VmiQuerySourceInfoTask::task{4}: Image processing task has failed with MethodFault::Exception: sysimage.fault.UnableToDetermineGuestOs&lt;br /&gt;
&lt;a class="jive-link-anchor" href="#5"&gt;5&lt;/a&gt; --2007-12-08 13:01:47.117 'App' 6492 verbose-- &lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=2425&amp;subject=imageProcessingTaskImpl%2C154"&gt;imageProcessingTaskImpl,154&lt;/a&gt; VmiQuerySourceInfoTask::task{4}: SetState to error&lt;br /&gt;
&lt;a class="jive-link-anchor" href="#5"&gt;5&lt;/a&gt; --2007-12-08 13:01:47.164 'App' 6492 verbose-- &lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=2425&amp;subject=disposable%2C122"&gt;disposable,122&lt;/a&gt; object explicitly disposed: VmiQuerySourceInfoTask::task{4}&lt;br /&gt;
&lt;a class="jive-link-anchor" href="#5"&gt;5&lt;/a&gt; --2007-12-08 13:01:47.164 'App' 6492 verbose-- &lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=2425&amp;subject=imageProcessingTaskImpl%2C123"&gt;imageProcessingTaskImpl,123&lt;/a&gt; VmiQuerySourceInfoTask::task{4} being destroyed&lt;br /&gt;
--2007-12-08 13:02:08.868 'App' 3756 verbose-- CloseSession called for session id=BD1E2F94-B2A8-475A-B9A0-A53748C37F51&lt;br /&gt;
--2007-12-08 13:02:08.868 'VmdbAdapter' 3756 verbose-- Removed vmdb connection /db/connection/#5/</description>
      <pubDate>Mon, 10 Dec 2007 11:15:57 GMT</pubDate>
      <guid>http://communities.vmware.com/docs/DOC-2362</guid>
      <dc:date>2007-12-10T11:15:57Z</dc:date>
      <clearspace:dateToText>1 year, 11 months ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>convert VMware Server VM to ESX 3.0.1 VM</title>
      <link>http://communities.vmware.com/docs/DOC-2223</link>
      <description>&lt;b&gt;Method 1  Vmware Converter running directly on Vmware Server (Cold clone)&lt;/b&gt; &lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;* Install Vmware Converter on to the Vmware Server and reboot if prompted&lt;/blockquote&gt;
&lt;ul&gt;
&lt;li&gt;Shutdown the VM to be converted&lt;/li&gt;
&lt;li&gt;Run Converter and select Import Machine&lt;/li&gt;
&lt;li&gt;Click Next at the Welcome screen and Next again at the Source screen&lt;/li&gt;
&lt;li&gt;Select Standalone virtual machine, backup or disk image as your source and click Next&lt;/li&gt;
&lt;li&gt;Browse to your VMs vmx file and click Next&lt;/li&gt;
&lt;li&gt;Select either Import all disks and maintain size or Select volumes and resize to save or add space, select your volumes and enter a new disk size if necessary and click Next&lt;/li&gt;
&lt;li&gt;Click Next at the Destination screen&lt;/li&gt;
&lt;li&gt;Select VMware ESX Server or VirtualCenter virtual machine as your destination and click Next&lt;/li&gt;
&lt;li&gt;At the destination login screen enter your VC/ESX server name and login credentials and click Next&lt;/li&gt;
&lt;li&gt;Enter a Virtual Machine name and folder and click Next&lt;/li&gt;
&lt;li&gt;Select a Host/Cluster and click Next then select a Datastore and click Next&lt;/li&gt;
&lt;li&gt;Enter your NIC information and click Next then click Next again at the customization screen&lt;/li&gt;
&lt;li&gt;Click Finish when it completes&lt;/li&gt;
&lt;li&gt;Edit your new VMs settings and remove any extra hardware if not needed, ie. USB devices, serial and parallel devices, Floppy drive and change the SCSI adapter to LSI Logic if needed&lt;/li&gt;
&lt;li&gt;Power on your new VM and uninstall VMware tools (VMware server version)&lt;/li&gt;
&lt;li&gt;Restart server&lt;/li&gt;
&lt;li&gt;Remove old virtual machine hardware &lt;br clear="all" /&gt; 	o  Open CMD prompt and type SET DEVMGR_SHOW_NONPRESENT_DEVICES=1 and then DEVMGMT.MSC &lt;br clear="all" /&gt; 	o  Select Show Hidden Devices from top menu &lt;br clear="all" /&gt; 	o  Remove old greyed-out non-present hardware, ie. old processor, disk drives, IDE/SCSI controllers, storage volumes, etc.&lt;/li&gt;
&lt;li&gt;Reboot and install VMware tools (ESX version) and you are finished&lt;/li&gt;
&lt;/ul&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;br /&gt;
&lt;b&gt;Method 2- Vmware Converter running directly on Virtual Machine (Hot clone)&lt;/b&gt;&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;ul&gt;
&lt;li&gt;Install Vmware Converter on to the Virtual Machine and reboot if prompted&lt;/li&gt;
&lt;li&gt;Run Converter and select Import Machine&lt;/li&gt;
&lt;li&gt;Click Next at the Welcome screen and Next again at the Source screen&lt;/li&gt;
&lt;li&gt;Select Physical Computer as your source and click Next&lt;/li&gt;
&lt;li&gt;Select This local machine and click Next&lt;/li&gt;
&lt;li&gt;Select either Import all disks and maintain size or Select volumes and resize to save or add space, select your volumes and enter a new disk size if necessary and click Next&lt;/li&gt;
&lt;li&gt;Click Next at the Destination screen&lt;/li&gt;
&lt;li&gt;Select VMware ESX Server or VirtualCenter virtual machine as your destination and click Next&lt;/li&gt;
&lt;li&gt;At the destination login screen enter your VC/ESX server name and login credentials and click Next&lt;/li&gt;
&lt;li&gt;Enter a Virtual Machine name and folder and click Next&lt;/li&gt;
&lt;li&gt;Select a Host/Cluster and click Next then select a Datastore and click Next&lt;/li&gt;
&lt;li&gt;Enter your NIC information and click Next then click Next again at the customization screen&lt;/li&gt;
&lt;li&gt;Click Finish when it completes&lt;/li&gt;
&lt;li&gt;Edit your new VMs settings and remove any extra hardware if not needed, ie. USB devices, serial and parallel devices, Floppy drive and change the SCSI adapter to LSI Logic if needed&lt;/li&gt;
&lt;li&gt;Power on your new VM and uninstall VMware tools (VMware server version)&lt;/li&gt;
&lt;li&gt;Restart server&lt;/li&gt;
&lt;li&gt;Remove old virtual machine hardware
&lt;ol&gt;
&lt;li&gt;Open CMD prompt and type SET DEVMGR_SHOW_NONPRESENT_DEVICES=1 and then DEVMGMT.MSC&lt;/li&gt;
&lt;li&gt;Select Show Hidden Devices from top menu&lt;/li&gt;
&lt;li&gt;Remove old greyed-out non-present hardware, ie. old processor, disk drives, IDE/SCSI controllers, storage volumes, etc.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;	Reboot and install VMware tools (ESX version) and you are finished&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
This document was generated from the following thread: &lt;a class="jive-link-thread" href="http://communities.vmware.com/thread/86933"&gt;convert VMware Server VM to ESX 3.0.1 VM&lt;/a&gt;</description>
      <pubDate>Sun, 18 Nov 2007 23:23:53 GMT</pubDate>
      <guid>http://communities.vmware.com/docs/DOC-2223</guid>
      <dc:date>2007-11-18T23:23:53Z</dc:date>
      <clearspace:dateToText>2 years, 5 days ago</clearspace:dateToText>
    </item>
    <item>
      <title>Virtual Machines status not correct vissible</title>
      <link>http://communities.vmware.com/docs/DOC-1291</link>
      <description>Hello,&lt;br /&gt;
&lt;br /&gt;
We have at the office 3 ESX servers, after upgrading to the new version of VirtualCenter 2.0.2 I can see that only on one of our ESX server nodes the status is correct visuable&lt;br /&gt;
&lt;br /&gt;
see screenshot&lt;br /&gt;
&lt;br /&gt;
&lt;a class="jive-link-external" href="http://www.fekanv.be/vmware.jpg"&gt;http://www.fekanv.be/vmware.jpg&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Regards,&lt;br /&gt;
Kurt&lt;br /&gt;
&lt;hr /&gt;
TRy reinstalling vmware tools&lt;br /&gt;
&lt;hr /&gt;
I was having the same problem and a service vmware-vpxa restart brought back all of the status lights for my vms.&lt;br /&gt;
&lt;hr /&gt;
I see you beat me to the punch bjmoore !&lt;br /&gt;
&lt;hr /&gt;
Our shop too has been experiencing this issue. It started after VC 2.0.1 Patch 2. It happens pretty much anytime after a host is rebooted, or the Virtual Center service is restarted on the VC server. &lt;br /&gt;
&lt;br /&gt;
For us this happens 100% of the time upon a host reboot/VC service restart. Every time we have to restart the vpxa client on the host.&lt;br /&gt;
&lt;br /&gt;
I have an open ticket with support, but they haven't been able to fix this issue. &lt;br /&gt;
&lt;br /&gt;
Is anyone else experiencing this issue?&lt;br /&gt;
&lt;br /&gt;
To compare notes. Our VC server is win2k3 R2 SP2, SQL2005 SP2. Fully patched ESX 3.0.1 hosts. Our VMs are a mix of linux and windows. We are running from an iSCSI SAN.&lt;br /&gt;
&lt;br /&gt;
Message was edited by: joelgb&lt;br /&gt;
&lt;hr /&gt;
Yep that did the trick&lt;br /&gt;
&lt;br /&gt;
service vmware-vpxa restart&lt;br /&gt;
&lt;br /&gt;
I hope they fix it in the near future&lt;br /&gt;
&lt;hr /&gt;
kurt remember to assign points for helpful/correct answers.&lt;br /&gt;
&lt;br /&gt;
See you on VMTN&lt;br /&gt;
&lt;hr /&gt;
Pardon my ignorance but where exactly is this vpxa service - on the ESX host itself or the guest VMs? If on the ESX host how do you go about restarting it?&lt;br /&gt;
&lt;br /&gt;
Many thanks.&lt;br /&gt;
&lt;br /&gt;
Chris&lt;br /&gt;
&lt;hr /&gt;
You'd SSH into the console of your ESX server, su - to get root access and then type "service vmware-vpxa" restart. It should show you progress for restarting the service. After a few minutes VC will poll the ESX host again and the status lights should reappear.&lt;br /&gt;
&lt;hr /&gt;
Fantastic - that's done the trick. Many thanks.&lt;br /&gt;
&lt;hr /&gt;
I'm also getting this problem.&lt;br /&gt;
I can get the status back by #service vmware-vpxa restart but then if I restart the virtual center service, i lose all the vm status and have to run service vmware-vpxa restart on each host again. Has everyone who upgraded to 2.0.2 got this problem?&lt;br /&gt;
&lt;hr /&gt;
I have the same issue : &lt;br /&gt;
&lt;br /&gt;
VCenter 2.0.2 &lt;br /&gt;
ESX 3.0.2 &lt;br /&gt;
&lt;br /&gt;
Some VM's didn't show the status so I restarted the vmware-vpxa service. &lt;br /&gt;
Now all VM's don't show the status. &lt;br /&gt;
I've done this 15 minutes ago. &lt;br /&gt;
&lt;br /&gt;
???&lt;br /&gt;
&lt;hr /&gt;
I saw a similar problem after I restarted the VC service on the windows server it was hosted on. I might suggest restarting that service, then restarting mgmt-vmware and vmware-vpxa again.&lt;br /&gt;
&lt;br /&gt;
good luck!&lt;br /&gt;
&lt;hr /&gt;
Now took a look at the affected server and still the VM*s status is missing. &lt;br /&gt;
&lt;br /&gt;
So I did &lt;br /&gt;
&lt;br /&gt;
service vmware-vpxa stop &lt;br /&gt;
service mgmt-vmware restart&lt;br /&gt;
service vmware vpxa start&lt;br /&gt;
&lt;br /&gt;
and now the status is back :o) but VMware needs to fix it. &lt;br /&gt;
I do not want to connect to each ESX (we have about 50 at the moment) &lt;br /&gt;
and issue those commands ... what about a centralized CLI interface in VCenter guys ??? &lt;br /&gt;
&lt;br /&gt;
It would be easier with it to implement those workarounds ... :o)))&lt;br /&gt;
&lt;hr /&gt;
I've got the same issue. Just upgraded VirtualCenter to 2.0.2&lt;br /&gt;
&lt;br /&gt;
VCenter 2.0.2&lt;br /&gt;
ESX 3.0.1&lt;br /&gt;
&lt;br /&gt;
Some VMs had a status, some did not. After restarting the VCenter Service I have no status on any VMs&lt;br /&gt;
&lt;hr /&gt;
After restarting mgmt and vpxa I now have status on all of my windows server guests, but not for my Linux Guests.&lt;br /&gt;
&lt;br /&gt;
FYI - If I point my VIClient to my host server instead of my Virtual Center Server, I have a status on all guests (even before stopping and restarting mgmt and vpxa)&lt;br /&gt;
&lt;br /&gt;
Message was edited by: &lt;br /&gt;
hazent&lt;br /&gt;
&lt;hr /&gt;
I see the status of Winodws &amp;#38; Linux VM's after restarting &lt;br /&gt;
&lt;br /&gt;
mgmt-vmware and vmware-vpxa &lt;br /&gt;
&lt;br /&gt;
Did someone create a SR with VMware ?&lt;br /&gt;
&lt;br /&gt;
I think I will create one today.&lt;br /&gt;
&lt;hr /&gt;
I've got a SR open...still working on it though.&lt;br /&gt;
&lt;hr /&gt;
I just recreated all of my VM-related alarms and that seemed to clear it up, at least for now...&lt;br /&gt;
&lt;hr /&gt;
My guess is that even after recreating all your VM alarms, if you restart the Virtual Center Service your status lights will stop working again. At least that is what happens on our setup.&lt;br /&gt;
&lt;br /&gt;
I had a SR open but after trying many things (recreating alarms, reinstalling the vpxa agents on the ESX hosts, total fresh reinstall of virtual center and database on a VM instead of a physical host), it was closed because our ESX servers are not running on supported hardware. We run IBM x345's(not supported) an equallogic SAN, qlogic 4052c HBAs, and each box has Quad Port Intel Gigabit NICs.&lt;br /&gt;
&lt;br /&gt;
bjmoore: If you don't mind, what hardware are you running and are you on totally supported hardware? How much troubleshooting have you done with this issue?&lt;br /&gt;
&lt;hr /&gt;
Looks like you're right. After I restarted the VirtualCenter service the status lights disappeared again. I'm on fully supported hardware. Mostly I've been back and forward with support. It seems like they're still trying to get a handle on a lot of the new 2.0.2 bugs. At least this one's not major.&lt;br /&gt;
&lt;hr /&gt;
That's not nice ! &lt;br /&gt;
We have an ELA Platinum. &lt;br /&gt;
I will create a SR next monday because I spend today much time in restarting the agents and I can imagine that restarting the VCenter service would end up in loosing all status information. &lt;br /&gt;
&lt;br /&gt;
Our HW is HP Proliant DL 385 G1 / G2 DL 585 HDS San ...&lt;br /&gt;
&lt;hr /&gt;
I am seeing the same thing also running on HP hardware&lt;br /&gt;
&lt;hr /&gt;
Thank You everyone!&lt;br /&gt;
I'm glad my trials are reproducible on supported hardware. For us at least this problem showed up sometime after a 2.0.1 patch back in early June.&lt;br /&gt;
&lt;br /&gt;
Heres what I have gathered so far:&lt;br /&gt;
It seems to me that some of the alarms are not working properly and/or are not correctly refreshing the status lights correctly. If you remove all virtual machine alarms, your status lights will never change and will always be white (by design I believe). &lt;br /&gt;
&lt;br /&gt;
Some of the alarms appear to not be changing the status color initially to green. This idea is confirmed as I have noticed that a status light will change if an alarm is triggered (maybe a CPU alarm changing from white to yellow or red, and then will return back to green). From that time on, that VM's status light appears to be working fine. The alarms not initially changing the status light are: VM CPU, VM Mem, VM Disk, VM Network&lt;br /&gt;
&lt;br /&gt;
I then found that If I added either one of the following two alarms, Virtual Machine State or Virtual Machine Heartbeat, the status lights would initially turn green. The status lights continue to stay green even after restarting the Virtual Center Service, no restart of vmware-vpxa on the hosts is required.&lt;br /&gt;
&lt;br /&gt;
So for right now I have added the Virtual Machine Heartbeat monitor, also thinking that maybe the status lights not working are the Virtual Center service missing some heartbeats. The only oddity I am seeing is that powered-off on virtual machines have a status of green. As it was explained to me, powered-off VMs should not display a status light... I haven't had too much time to work on that issue.&lt;br /&gt;
&lt;br /&gt;
Additionally I tried setting the VM State alarm up (set yellow and red triggers to none) and this alarm also makes all status lights turn green.&lt;br /&gt;
&lt;hr /&gt;
I've also noticed after upgrading to VC 2.0.2 the alarm actions are not working. Even after restarting VMware-vpxa and mgmt-vmware. I was able to resolve this by disabling the alarm, then re-enabling it.&lt;br /&gt;
&lt;hr /&gt;
I am having the same problem with HP 585 G1 /G2 and Fuijtsu Server RX600 S1 .&lt;br /&gt;
&lt;hr /&gt;
I have the same issue&lt;br /&gt;
I think its because the VC and the ESX rebuild version is not the same &lt;br /&gt;
VC = 2.0.2 50618&lt;br /&gt;
ESX's = 3.0.2 52542&lt;br /&gt;
&lt;br /&gt;
I have been opened support ticket to that no resolved yet&lt;br /&gt;
&lt;br /&gt;
The lust time its work for me when the VC and ESX's rebuild was the same &lt;br /&gt;
VC = 2.0.0 27704&lt;br /&gt;
ESX = 3.0.0 27701&lt;br /&gt;
&lt;br /&gt;
Maybe in 3.1.0...&lt;br /&gt;
&lt;hr /&gt;
Current fix from support is to run the service restart options for mgmt and vpxa; this does not work for very long however. You will find that after a day the status begins to disappear from the VMs.&lt;br /&gt;
&lt;hr /&gt;
Don't care about the build number.&lt;br /&gt;
&lt;br /&gt;
the version is important (ESX 3.0.2 and VC 2.0.2)&lt;br /&gt;
&lt;hr /&gt;
I am also seeing this issue, 2.0.2 with 3.01 and 3.02 mixed. &lt;br /&gt;
&lt;br /&gt;
All VMware certified IBM gear.&lt;br /&gt;
&lt;hr /&gt;
I also see this issue.&lt;br /&gt;
&lt;br /&gt;
2.02 and 3.02 on HP DL585.&lt;br /&gt;
&lt;br /&gt;
Is it ok to:&lt;br /&gt;
service vmware-vpxa stop&lt;br /&gt;
service mgmt-vmware restart&lt;br /&gt;
service vmware vpxa start &lt;br /&gt;
on a production system?&lt;br /&gt;
I read that the vm's could restart if you did a restart on mgmt-vmware on a non patched system?&lt;br /&gt;
&lt;br /&gt;
--&lt;br /&gt;
Regards Falk&lt;br /&gt;
Sweden&lt;br /&gt;
&lt;hr /&gt;
I can also see this issue, certified hardware: 2.02 &amp;#38; 3.02 HP DL385 w/ QL4050&lt;br /&gt;
&lt;br /&gt;
It seems that after the 2.02/3.02 upgrade my alarms don't work anymore. I can get them to turn "green" if I add a heart-beat alarm to the VM, however they don't trigger anymore (turn orange or red) for memory or CPU. Only the HB will produce an alarm. &lt;br /&gt;
&lt;br /&gt;
I may remove every alarm and re-create. That and start a ticket with VMW so they know this is a widespread problem.&lt;br /&gt;
&lt;hr /&gt;
I also have this problem, very heavy!!!!&lt;br /&gt;
&lt;br /&gt;
3 ESX 3.0.2 (IBM 3650) (DS4800 SAN) &lt;br /&gt;
&lt;br /&gt;
1 VC 2.0.2&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
What's the solution?&lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;
&lt;hr /&gt;
Lieber Mailserver&lt;br /&gt;
&lt;br /&gt;
Vielen Dank f&amp;uuml;r Ihre e-Mail. Ich bin bis am Freitag, 5.10. ausser Haus. Ihre Nachricht wird nicht weitergeleitet.&lt;br /&gt;
&lt;br /&gt;
In dringenden F&amp;auml;llen wenden Sie sich bitte an die Zentrale: +41 32 344 86 00. Diese wird Sie mit einer zust&amp;auml;ndigen Ansprechperson verbinden.&lt;br /&gt;
&lt;br /&gt;
Freundliche Gr&amp;uuml;sse&lt;br /&gt;
Markus Blunier&lt;br /&gt;
&lt;hr /&gt;
The solution is to edit every alarm, and change the values for warn and alarm to something new and apply. Then edit the alarms and change the values back. Aparently the values get truncated during the upgrade and have to be re-created before they are actually set post upgrade. &lt;br /&gt;
&lt;br /&gt;
All of my alarms are now working after editing.&lt;br /&gt;
&lt;br /&gt;
&lt;hr /&gt;
Thanks Bill!&lt;br /&gt;
i'll try tomorrow&lt;br /&gt;
&lt;hr /&gt;
Bill, &lt;br /&gt;
&lt;br /&gt;
Editing all of the alarms changing yellow and red values; save; and change back to original values resolved my issues with the alarms as well.&lt;br /&gt;
&lt;br /&gt;
Thanks for the good work,&lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;
Todd&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;br /&gt;
 RESOLVED Editing alarms many thanks!!!&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
Ercole77 &lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
This document was generated from the following thread: &lt;a class="jive-link-thread" href="http://communities.vmware.com/thread/97286"&gt;Virtual Machines status not correct vissible&lt;/a&gt;</description>
      <pubDate>Fri, 28 Sep 2007 20:53:23 GMT</pubDate>
      <guid>http://communities.vmware.com/docs/DOC-1291</guid>
      <dc:date>2007-09-28T20:53:23Z</dc:date>
      <clearspace:dateToText>2 years, 1 month ago</clearspace:dateToText>
    </item>
  </channel>
</rss>

