<?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 : Unanswered Threads - vSphere Web Services SDK</title>
    <link>http://communities.vmware.com/community/developer/forums/managementapi?view=discussions&amp;filter=open</link>
    <description>Unanswered Discussion Threads in vSphere Web Services SDK</description>
    <language>en</language>
    <pubDate>Tue, 17 Nov 2009 18:36:42 GMT</pubDate>
    <generator>Clearspace 1.10.12 (http://jivesoftware.com/products/clearspace/)</generator>
    <dc:date>2009-11-17T18:36:42Z</dc:date>
    <dc:language>en</dc:language>
    <item>
      <title>CreateNasDatastore() using the SDK</title>
      <link>http://communities.vmware.com/thread/242718</link>
      <description>I am trying to create a datastore on my esx server. I have the Managed Object Reference to the &lt;b&gt;HostDatastoreSystem&lt;/b&gt;. I also have set the fields correctly in the &lt;b&gt;HostNasVolumeSpec&lt;/b&gt;.&lt;br /&gt;
&lt;p /&gt;
I am using C++, and have not been able to find any examples regarding how to access the methods of different objects.&lt;br /&gt;
&lt;p /&gt;
I have:&lt;br /&gt;
&lt;p /&gt;
&lt;pre class="jive-pre"&gt;&lt;code class="jive-code jive-plain"&gt;hostDatastoreSystemMOR = *((vim2__ManagedObjectReference*)responseContent-&amp;gt;propSet[idx]-&amp;gt;t;val);
&lt;/code&gt;&lt;/pre&gt;&lt;br /&gt;
&lt;p /&gt;
/* __item and type of the hostDatastoreSystemMOR print correctly.  type = HostDataStoreSystem and __item prints the name*/&lt;br /&gt;
&lt;br /&gt;
&lt;pre class="jive-pre"&gt;&lt;code class="jive-code jive-plain"&gt;vim2__HostNasVolumeSpec spec;


spec.localPath=&amp;quot;&amp;quot;; spec.remoteHost=&amp;quot;&amp;quot;;spec.remotePath=&amp;quot;&amp;quot;; // these are set correctly.
&lt;/code&gt;&lt;/pre&gt;&lt;br /&gt;
&lt;p /&gt;
/* at this point I am all set to CreateNasDatastore() */&lt;br /&gt;
&lt;p /&gt;
but my call:&lt;br /&gt;
&lt;p /&gt;
&lt;pre class="jive-pre"&gt;&lt;code class="jive-code jive-plain"&gt;hostDatastoreSystemMOR .CreateNasDatastore(spec) 
&lt;/code&gt;&lt;/pre&gt; gets compile error &lt;b&gt;"class vim2__ManagedObjectReference has no member named CreateNasDatastore"&lt;/b&gt;.&lt;br /&gt;
&lt;p /&gt;
The error looks correct as there is no CreateNasDatastore() in the ManagedObjectReference.&lt;br /&gt;
&lt;p /&gt;
My question is How do I call CreateNasDataStore() when I have a MOR to HostDatastoreSystem. &lt;br /&gt;
&lt;p /&gt;
 really appreciate the help.&lt;br /&gt;
&lt;p /&gt;
thanks</description>
      <category domain="http://communities.vmware.com/tags?communityID=2416">vsphere</category>
      <category domain="http://communities.vmware.com/tags?communityID=2416">sdk4.0</category>
      <category domain="http://communities.vmware.com/tags?communityID=2416">c++</category>
      <category domain="http://communities.vmware.com/tags?communityID=2416">createnasdatastore</category>
      <pubDate>Mon, 16 Nov 2009 19:28:25 GMT</pubDate>
      <author>shaileshd</author>
      <guid>http://communities.vmware.com/thread/242718</guid>
      <dc:date>2009-11-16T19:28:25Z</dc:date>
      <clearspace:dateToText>6 days, 6 hours ago</clearspace:dateToText>
      <clearspace:messageCount>4</clearspace:messageCount>
      <clearspace:replyCount>3</clearspace:replyCount>
    </item>
    <item>
      <title>Get Cluster Name of VM with FindEntityViews</title>
      <link>http://communities.vmware.com/thread/242706</link>
      <description>Hello,&lt;br /&gt;
&lt;br /&gt;
I've got a simple inventory query setup that pulls back all of the virtual machines in vCenter. Is there any easy way to get the cluster name that the VM resides in? I'm not finding a basic VM property that contains this information. I see there's a "parent" property, so I'm not sure if that's what I need to use or not. A code snippet below is basically what I'd like to do:&lt;br /&gt;
&lt;br /&gt;
IList&amp;lt;EntityViewBase&amp;gt; vmList = client.FindEntityViews(typeof(VirtualMachine), null, null, null);&lt;br /&gt;
&lt;br /&gt;
foreach (VirtualMachine vm in vmList)&lt;br /&gt;
{&lt;br /&gt;
Console.WriteLine(vm.Name);&lt;br /&gt;
Console.WirteLine(vm.??)&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
Any help is greatly appreciated. Thanks!</description>
      <category domain="http://communities.vmware.com/tags?communityID=2416">c#</category>
      <category domain="http://communities.vmware.com/tags?communityID=2416">cluster_name</category>
      <category domain="http://communities.vmware.com/tags?communityID=2416">.net</category>
      <pubDate>Mon, 16 Nov 2009 18:39:55 GMT</pubDate>
      <author>crigano</author>
      <guid>http://communities.vmware.com/thread/242706</guid>
      <dc:date>2009-11-16T18:39:55Z</dc:date>
      <clearspace:dateToText>6 days, 22 hours ago</clearspace:dateToText>
      <clearspace:messageCount>4</clearspace:messageCount>
      <clearspace:replyCount>3</clearspace:replyCount>
    </item>
    <item>
      <title>WaitForUpdates Hangs</title>
      <link>http://communities.vmware.com/thread/241753</link>
      <description>&lt;br /&gt;
Hello&lt;br /&gt;
&lt;p /&gt;
I use WaitForUpdates to receive new events. Somtimes my application hangs on the line of code where the WaitForUpdates is called.&lt;br /&gt;
&lt;p /&gt;
I don't see a solutin to avoid this problem. Does anyone have any simular expierience?&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
Regards&lt;br /&gt;
&lt;p /&gt;
Manfred</description>
      <pubDate>Tue, 10 Nov 2009 17:50:39 GMT</pubDate>
      <author>manfred9999</author>
      <guid>http://communities.vmware.com/thread/241753</guid>
      <dc:date>2009-11-10T17:50:39Z</dc:date>
      <clearspace:dateToText>6 days, 15 hours ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>SetTaskState questions</title>
      <link>http://communities.vmware.com/thread/241758</link>
      <description>&lt;br /&gt;
Hi,&lt;br /&gt;
&lt;p /&gt;
 I'm trying to use the SetTaskState method to cancel a task, providing a specific message, but I'm not having much luck.&lt;br /&gt;
&lt;p /&gt;
My first question is: is setting the task state to 'error' and specifying a RequestCanceled fault the same as canceling the task? For example, if it's a CloneVM_Task, will it terminate all sub-tasks and clean up any previously generated artifacts?&lt;br /&gt;
&lt;p /&gt;
My next question is: does anyone have a working example of the use of this command? No matter what I try, I always get the following fault:&lt;br /&gt;
&lt;p /&gt;
:code =&amp;gt; 'ServerFaultCode', :reason =&amp;gt; 'The operation is not allowed in the current state.'&lt;br /&gt;
&lt;p /&gt;
The task is running when I issue the  SetTaskState request, so I don't understand the cause of the error.&lt;br /&gt;
&lt;p /&gt;
I'm using an API binding generated from the API's wsdl, but a Perl example  would prove to be just as useful.&lt;br /&gt;
&lt;p /&gt;
Thanks in advance for any insight anyone can provide.&lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;</description>
      <pubDate>Tue, 10 Nov 2009 17:06:49 GMT</pubDate>
      <author>mseries</author>
      <guid>http://communities.vmware.com/thread/241758</guid>
      <dc:date>2009-11-10T17:06:49Z</dc:date>
      <clearspace:dateToText>1 week, 6 days ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>The operation is not allowed in the current state</title>
      <link>http://communities.vmware.com/thread/240926</link>
      <description>Hey All,&lt;br /&gt;
&lt;br /&gt;
I'm executing the following SOAP request to determine the amount of tasks running on VirtualCenter:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;CreateCollectorForTasks xmlns="urn:vim2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"&amp;gt;&lt;br /&gt;
    &amp;lt;_this type="TaskManager"&amp;gt;TaskManager&amp;lt;/_this&amp;gt;&lt;br /&gt;
    &amp;lt;filter&amp;gt;&lt;br /&gt;
        &amp;lt;state&amp;gt;running&amp;lt;/state&amp;gt;&lt;br /&gt;
    &amp;lt;/filter&amp;gt;&lt;br /&gt;
&amp;lt;/CreateCollectorForTasks&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This works well, but under some circumstances (which appear load related) I occasionally get a response as follows:&lt;br /&gt;
&lt;br /&gt;
"The operation is not allowed in the current state"                          &lt;br /&gt;
&lt;br /&gt;
I've previously only seen this error when performing invalid operations on a VM, like trying to stop an already stopped server.&lt;br /&gt;
&lt;br /&gt;
Does anyone have any ideas? &lt;br /&gt;
&lt;br /&gt;
Thanls,&lt;br /&gt;
-jd</description>
      <pubDate>Thu, 05 Nov 2009 14:44:14 GMT</pubDate>
      <author>johndemic</author>
      <guid>http://communities.vmware.com/thread/240926</guid>
      <dc:date>2009-11-05T14:44:14Z</dc:date>
      <clearspace:dateToText>1 week, 6 days ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>HttpNfcLeaseDeviceUrl importKey Property Format</title>
      <link>http://communities.vmware.com/thread/240777</link>
      <description>&lt;br /&gt;
I'm importing an OVF appliance into vCenter 4.0 using the VI API (vijava to be specific).&lt;br /&gt;
&lt;p /&gt;
I'm calling the importVApp method to get a HttpNfcLease, which gives me a HttpNfcLeaseInfo, and a list of HttpNfcLeaseDeviceUrl objects.&lt;br /&gt;
&lt;p /&gt;
Question is:&lt;br /&gt;
&lt;p /&gt;
What determines the format of the HttpNfcLeaseDeviceUrl's importKey property?  Based on the OVF file described below, the importKey is being set to the value "/ImportTest1/VirtualLsiLogicController0:4".  I understand how "/TestExport1" is generated, but I am not sure how "/VirtualLsiLogicController0:4" is derived.  I would have expected it to be named after the OVF's diskId property.&lt;br /&gt;
&lt;p /&gt;
I'm free to modify the OVF, so if there's anything I need to set on the Harddisk elements, that'd be fine as well.&lt;br /&gt;
&lt;p /&gt;
Thanks!&lt;br /&gt;
&lt;p /&gt;
Mike &lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
Excerpts from the OVF descriptor:&lt;br /&gt;
&lt;p /&gt;
  &amp;lt;References&amp;gt;&lt;br /&gt;
    &amp;lt;ovf:File ovf:id="fileRef0" ovf:href="ImportTest.vmdk" ovf:size="447" /&amp;gt;&lt;br /&gt;
    &amp;lt;ovf:File ovf:id="fileRef1" ovf:href="ImportTest-flat.vmdk" ovf:size="1048576" /&amp;gt;&lt;br /&gt;
  &amp;lt;/References&amp;gt;&lt;br /&gt;
  &amp;lt;DiskSection&amp;gt;&lt;br /&gt;
    &amp;lt;Info&amp;gt;List of the virtual disks used in the package&amp;lt;/Info&amp;gt;&lt;br /&gt;
    &amp;lt;ovf:Disk ovf:capacity="1048576" ovf:diskId="disk0" ovf:fileRef="fileRef0" ovf:format="http://www.vmware.com/interfaces/specifications/vmdk.html#streamOptimized" /&amp;gt;&lt;br /&gt;
  &amp;lt;/DiskSection&amp;gt;&lt;br /&gt;
&lt;p /&gt;
...&lt;br /&gt;
&lt;p /&gt;
      &amp;lt;ovf:Item&amp;gt;&lt;br /&gt;
        &amp;lt;rasd:ElementName&amp;gt;SCSI Controller 0&amp;lt;/rasd:ElementName&amp;gt;&lt;br /&gt;
        &amp;lt;rasd:InstanceID&amp;gt;10&amp;lt;/rasd:InstanceID&amp;gt;&lt;br /&gt;
        &amp;lt;rasd:ResourceSubType&amp;gt;LsiLogic&amp;lt;/rasd:ResourceSubType&amp;gt;&lt;br /&gt;
        &amp;lt;rasd:ResourceType&amp;gt;6&amp;lt;/rasd:ResourceType&amp;gt;&lt;br /&gt;
      &amp;lt;/ovf:Item&amp;gt;&lt;br /&gt;
      &amp;lt;ovf:Item&amp;gt;&lt;br /&gt;
        &amp;lt;rasd:ElementName&amp;gt;Harddisk disk0&amp;lt;/rasd:ElementName&amp;gt;&lt;br /&gt;
        &amp;lt;rasd:HostResource&amp;gt;ovf:/disk/disk0&amp;lt;/rasd:HostResource&amp;gt;&lt;br /&gt;
        &amp;lt;rasd:InstanceID&amp;gt;11&amp;lt;/rasd:InstanceID&amp;gt;&lt;br /&gt;
        &amp;lt;rasd:ResourceSubType&amp;gt;10&amp;lt;/rasd:ResourceSubType&amp;gt;&lt;br /&gt;
        &amp;lt;rasd:ResourceType&amp;gt;17&amp;lt;/rasd:ResourceType&amp;gt;&lt;br /&gt;
      &amp;lt;/ovf:Item&amp;gt;</description>
      <category domain="http://communities.vmware.com/tags?communityID=2416">importkey</category>
      <category domain="http://communities.vmware.com/tags?communityID=2416">importvapp</category>
      <category domain="http://communities.vmware.com/tags?communityID=2416">sdk</category>
      <category domain="http://communities.vmware.com/tags?communityID=2416">java</category>
      <pubDate>Wed, 04 Nov 2009 18:54:16 GMT</pubDate>
      <author>MikeMatczynski</author>
      <guid>http://communities.vmware.com/thread/240777</guid>
      <dc:date>2009-11-04T18:54:16Z</dc:date>
      <clearspace:dateToText>2 weeks, 5 days ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>How to move files from one folder to another folder in datastore</title>
      <link>http://communities.vmware.com/thread/239562</link>
      <description>&lt;br /&gt;
I want to move some files (which aI already got using "HostDatastoreBrowser") from one file system folder to another file system folder (not Managed Object folder).&lt;br /&gt;
&lt;p /&gt;
In VI client we can move files when we are browsing the datastore from one folder to another folder, I want to do the same thing.&lt;br /&gt;
&lt;p /&gt;
Thanks</description>
      <pubDate>Thu, 29 Oct 2009 19:16:31 GMT</pubDate>
      <author>haroon09</author>
      <guid>http://communities.vmware.com/thread/239562</guid>
      <dc:date>2009-10-29T19:16:31Z</dc:date>
      <clearspace:dateToText>3 weeks, 3 days ago</clearspace:dateToText>
      <clearspace:messageCount>5</clearspace:messageCount>
      <clearspace:replyCount>4</clearspace:replyCount>
    </item>
    <item>
      <title>how to know if session cookie expired for retrieveProperties()</title>
      <link>http://communities.vmware.com/thread/238120</link>
      <description>&lt;br /&gt;
retrieveProperties() seems to return null if nothing matches or if the session cookie you send has expired. Other calls such as findByInventoryPath() return a SOAP fault if the session has expired.&lt;br /&gt;
&lt;p /&gt;
How do I tell if the cookie is bad or the property filter spec returned no matches? I'm using this for getting tasks which often there are none of. I'd prefer not to do another call each time to check the session if there is another way.</description>
      <category domain="http://communities.vmware.com/tags?communityID=2416">session</category>
      <category domain="http://communities.vmware.com/tags?communityID=2416">cookie</category>
      <category domain="http://communities.vmware.com/tags?communityID=2416">retrieveproperties</category>
      <pubDate>Thu, 22 Oct 2009 13:55:57 GMT</pubDate>
      <author>mm6</author>
      <guid>http://communities.vmware.com/thread/238120</guid>
      <dc:date>2009-10-22T13:55:57Z</dc:date>
      <clearspace:dateToText>1 month, 2 days ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>VA deployment degradation on vSphere4</title>
      <link>http://communities.vmware.com/thread/238054</link>
      <description>&lt;br /&gt;
Hello,&lt;br /&gt;
&lt;p /&gt;
We have high performance degradation when our Appliance is deployed to ESX server via Virtual Center. When the appliance is deployed to ESX directly we don&amp;rsquo;t have such problem.&lt;br /&gt;
We are using the following script:&lt;br /&gt;
&lt;p /&gt;
&lt;i&gt;curl -u username:NfelMC2Ub -k -T upload &lt;a class="jive-link-external" href="https://10.250.148.27/folder/LR1_11133_ESXAppliance/upload.dat?dcPath=Center&amp;#38;dsName=Storage1"&gt;https://10.250.148.27/folder/LR1_11133_ESXAppliance/upload.dat?dcPath=Center&amp;#38;dsName=Storage1&lt;/a&gt;&lt;/i&gt;&lt;br /&gt;
&lt;p /&gt;
where 10.250.148.27 is the address of Virtual Center. If we specify the address of ESX instead of Virtual Center, everything works fast. &lt;br /&gt;
BTW such problem appeared on vSphere 4, on previous versions everything was fine.&lt;br /&gt;
Could you please answer:&lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;What could be the reason of this degradation?&lt;/li&gt;
&lt;li&gt;How can we tune up the speed of deployment via Virtual Center?&lt;/li&gt;
&lt;li&gt;If we have correct credentials on Virtual Center, is it possible to deploy directly to the ESX registered on it?&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
Thank you</description>
      <pubDate>Thu, 22 Oct 2009 11:03:10 GMT</pubDate>
      <author>Lexus16</author>
      <guid>http://communities.vmware.com/thread/238054</guid>
      <dc:date>2009-10-22T11:03:10Z</dc:date>
      <clearspace:dateToText>1 month, 2 days ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>Example on usage of TaskHistoryCollector using ZSI and Python</title>
      <link>http://communities.vmware.com/thread/237221</link>
      <description>&lt;br /&gt;
Hi,&lt;br /&gt;
&lt;p /&gt;
 I am trying to use pyton with ZSI to retreive task using taskhistorycollector. Can some one post if you have any example using Python and ZSI with filter.&lt;br /&gt;
&lt;p /&gt;
Appreciate your help.&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
Thanks,&lt;br /&gt;
&lt;p /&gt;
Ravi Kumar P.</description>
      <category domain="http://communities.vmware.com/tags?communityID=2416">zsi</category>
      <category domain="http://communities.vmware.com/tags?communityID=2416">python</category>
      <pubDate>Fri, 16 Oct 2009 17:45:17 GMT</pubDate>
      <author>rpapiset</author>
      <guid>http://communities.vmware.com/thread/237221</guid>
      <dc:date>2009-10-16T17:45:17Z</dc:date>
      <clearspace:dateToText>1 month, 1 week ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>Console of vSphere Client in C#</title>
      <link>http://communities.vmware.com/thread/237115</link>
      <description>Hello all,&lt;br /&gt;
&lt;br /&gt;
First of all, I apologize if this is the wrong forum, but it looked as the best out there to ask this question.&lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;
I tried to find a solution to my "problem" for quite a while now, but no luck.&lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;
So here it is....&lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;
I'm writing a custom C# windows forms application and I was wondering if it is possible to somehow open the vSphere Client's Console programmatically from within C# .&lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;
I'm using ESXi 4.&lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;
This application is just for an internal use in the company I work for, so just to clarify, I'm not trying to develop some commercial software.&lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;
In previous version of this app I used to open the entire client, but people who use it don't like to click all over the place to get to the console, hence my question.&lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;
I have looked into few APIs, but I either don't know which one to use or I couldn't find proper methods.&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;br /&gt;
Any help is greatly appreciated.&lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;
Chris</description>
      <category domain="http://communities.vmware.com/tags?communityID=2416">vsphere</category>
      <category domain="http://communities.vmware.com/tags?communityID=2416">vic</category>
      <category domain="http://communities.vmware.com/tags?communityID=2416">c#</category>
      <pubDate>Fri, 16 Oct 2009 12:35:07 GMT</pubDate>
      <author>k.malek</author>
      <guid>http://communities.vmware.com/thread/237115</guid>
      <dc:date>2009-10-16T12:35:07Z</dc:date>
      <clearspace:dateToText>1 month, 1 day ago</clearspace:dateToText>
      <clearspace:messageCount>7</clearspace:messageCount>
      <clearspace:replyCount>6</clearspace:replyCount>
    </item>
    <item>
      <title>"certificate is required" or terrible exception</title>
      <link>http://communities.vmware.com/thread/236510</link>
      <description>&lt;br /&gt;
Hello everybody!&lt;br /&gt;
&lt;p /&gt;
 Sorry for my english. &lt;img class="jive-emoticon" border="0" src="http://communities.vmware.com/images/emoticons/wink.gif" alt=";)" /&gt; I get stuck with error while running .NET sample "CIMInfo" - "A certificate is required to complete client authentication" at this line code:&lt;br /&gt;
&lt;p /&gt;
"IWSManEnumerator enumeratorFans = (IWSManEnumerator)&lt;br /&gt;
                                           session.Enumerate(urlString,&lt;br /&gt;
                                           null, null, wsman.SessionFlagUseBasic() &amp;#38;&lt;br /&gt;
                                wsman.SessionFlagCredUsernamePassword() &amp;#38; wsman.SessionFlagSkipCACheck() &amp;#38; wsman.SessionFlagSkipCNCheck());" &lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
How to install this certificate? I try to install via IE over &lt;a class="jive-link-external" href="https://my-esx,"&gt;https://my-esx,&lt;/a&gt; but it doesn't installing at "Trusted Root certification Authorities". Any tricks?&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
Thanks in advance. &lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;</description>
      <pubDate>Tue, 13 Oct 2009 13:37:57 GMT</pubDate>
      <author>DannyUtro</author>
      <guid>http://communities.vmware.com/thread/236510</guid>
      <dc:date>2009-10-13T13:37:57Z</dc:date>
      <clearspace:dateToText>1 month, 3 days ago</clearspace:dateToText>
      <clearspace:messageCount>4</clearspace:messageCount>
      <clearspace:replyCount>3</clearspace:replyCount>
    </item>
    <item>
      <title>Gathering details of all DataStores</title>
      <link>http://communities.vmware.com/thread/235963</link>
      <description>hi,&lt;br /&gt;
&lt;br /&gt;
Is it possible to gather details of all the datastores using web services?&lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;
In my client application. i want to keep details of all available data stores in my database.&lt;br /&gt;
&lt;p /&gt;
Can one  virtula machine use many disks? ( As per my knowledge, one disk can be shared by multiple virtual machines., Am i right?) &lt;br /&gt;
&lt;p /&gt;
(I've referred to DataStore managed object from the documentation. What i understand is data store is independent of hosts (ESX servers) and the virtual machines. Many hosts can connect to one data store. Similarly one data store can have many virtual disks i.e. virtual machines. )</description>
      <pubDate>Fri, 09 Oct 2009 12:07:10 GMT</pubDate>
      <author>ChaitanyaS</author>
      <guid>http://communities.vmware.com/thread/235963</guid>
      <dc:date>2009-10-09T12:07:10Z</dc:date>
      <clearspace:dateToText>1 month, 2 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>Developing a Mac OS X and/ or iPhone native application using xcode</title>
      <link>http://communities.vmware.com/thread/235312</link>
      <description>Hi&lt;br /&gt;
&lt;br /&gt;
I'm not a programmer, but I'm curious about the procedure for developing a native Mac OS X and/ or iPhone native application using Apple's developer tools (xcode). Is this possible and what VMware development tools are required as I see that there is both a web services sdk and a perl sdk?&lt;br /&gt;
&lt;br /&gt;
If anyone has any experience of developing for the Mac/ iPhone platforms with regards to VMware vSphere I would be very interested in any pointers.&lt;br /&gt;
&lt;br /&gt;
Thanks&lt;br /&gt;
&lt;br /&gt;
P.S. Please move this post if I've posted in the wrong developer community.</description>
      <pubDate>Tue, 06 Oct 2009 13:17:21 GMT</pubDate>
      <author>cookieme</author>
      <guid>http://communities.vmware.com/thread/235312</guid>
      <dc:date>2009-10-06T13:17:21Z</dc:date>
      <clearspace:dateToText>1 month, 2 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>can't connect virtual nic to distributed virtual port group</title>
      <link>http://communities.vmware.com/thread/235119</link>
      <description>&lt;br /&gt;
I'm trying to connect a virtual nic on a vm to a distributed virtual port group. I have tried every set of options to the nic config spec I can think of.&lt;br /&gt;
&lt;p /&gt;
For any VM I create using the API, in vSphere Client when you right click the VM, edit settings, select the network adapter, the network label dropdown is set to empty. When I pick the correct network from the dropdown the nic in the VM works. &lt;br /&gt;
&lt;p /&gt;
The sample code seems to say that all you need to do is setDeviceName on the nic backing to one of the names in the network label dropdown in vSphere client.&lt;br /&gt;
&lt;p /&gt;
Have tried:&lt;br /&gt;
&lt;p /&gt;
&lt;ul class="jive-dash"&gt;
&lt;li&gt;backing.setNetwork to a reference to the network&lt;/li&gt;
&lt;/ul&gt;
&lt;p /&gt;
&lt;ul class="jive-dash"&gt;
&lt;li&gt;using VirtualEthernetCardDistrbibutedVirtualPortBackingInfo instead of VirtualEthernetCardNetworkBackingInfo &lt;/li&gt;
&lt;/ul&gt;
&lt;p /&gt;
&lt;ul class="jive-dash"&gt;
&lt;li&gt;using nic.setDeviceInfo() and setting label and summary to the name of the network &lt;/li&gt;
&lt;/ul&gt;
&lt;p /&gt;
I just need to know what to set to populate this dropdown so the nic works without manually setting the network label in the gui.</description>
      <category domain="http://communities.vmware.com/tags?communityID=2416">java</category>
      <category domain="http://communities.vmware.com/tags?communityID=2416">sdk2.5</category>
      <category domain="http://communities.vmware.com/tags?communityID=2416">webservices</category>
      <category domain="http://communities.vmware.com/tags?communityID=2416">networking</category>
      <pubDate>Mon, 05 Oct 2009 14:59:31 GMT</pubDate>
      <author>mm6</author>
      <guid>http://communities.vmware.com/thread/235119</guid>
      <dc:date>2009-10-05T14:59:31Z</dc:date>
      <clearspace:dateToText>1 month, 2 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Vmware Data Recovery  API</title>
      <link>http://communities.vmware.com/thread/233559</link>
      <description>&lt;p /&gt;
Hi!&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
Is there any API for Data Recovery? One of my project, I would like to do is to add email notification for failed backup?&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
MCP, A+, Network+, Linux+, VSP, VTSP, VCP</description>
      <pubDate>Fri, 25 Sep 2009 00:51:44 GMT</pubDate>
      <author>Bartmosss</author>
      <guid>http://communities.vmware.com/thread/233559</guid>
      <dc:date>2009-09-25T00:51:44Z</dc:date>
      <clearspace:dateToText>1 month, 4 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>error (501) not implemented</title>
      <link>http://communities.vmware.com/thread/233259</link>
      <description>Hi,&lt;br /&gt;
&lt;br /&gt;
I'm trying to access the WBEM service of the CIMOM on the ESX Server 3i and all my requests end up with this error "(501) not implemented".&lt;br /&gt;
&lt;br /&gt;
What is it?&lt;br /&gt;
&lt;br /&gt;
I use wbemsharp (&lt;a class="jive-link-external" href="http://code.google.com/p/wbemtools/wiki/Intro"&gt;http://code.google.com/p/wbemtools/wiki/Intro&lt;/a&gt;) for my client and the connection is over HTTPS.&lt;br /&gt;
&lt;br /&gt;
Thanks in advance</description>
      <pubDate>Wed, 23 Sep 2009 20:08:49 GMT</pubDate>
      <author>dmitrif</author>
      <guid>http://communities.vmware.com/thread/233259</guid>
      <dc:date>2009-09-23T20:08:49Z</dc:date>
      <clearspace:dateToText>3 weeks, 3 days ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>VMware Coffee Talk - October 7th Wed 9:00 AM PST - vSphere APIs for Performance Monitoring</title>
      <link>http://communities.vmware.com/thread/233040</link>
      <description>Session Title: vSphere APIs for Perfomance Monitoring&lt;br /&gt;
Session Abstract:&lt;br /&gt;
Understand the features available to developers via vSphere Web Services APIs to &lt;br /&gt;
collect performance statistics and discuss best practices in collecting performance &lt;br /&gt;
data when using these APIs. This presentation is a must-attend for any developer &lt;br /&gt;
that retrieves performance information from the vSphere platform in any large environment. &lt;br /&gt;
While the content is advanced, developers new to the platform will find it useful.&lt;br /&gt;
&lt;b&gt;Web Ex&lt;/b&gt; &lt;a class="jive-link-external" href="https://vmware.webex.com/vmware/lsr.php?AT=pb&amp;#38;SP=MC&amp;#38;rID=35901597&amp;#38;rKey=822ee8e69fddbcc7"&gt;Link&lt;/a&gt; &lt;br /&gt;
&lt;b&gt;MP3&lt;/b&gt; &lt;a class="jive-link-external" href="http://blogs.vmware.com/files/vsphere-perf-apis.mp3"&gt;Link&lt;/a&gt;&lt;br /&gt;
Level: Advanced&lt;br /&gt;
Speakers: &lt;br /&gt;
Ravi Soundararajan &lt;br /&gt;
Staff Engineer Performance Team &lt;br /&gt;
Balaji Parimi&lt;br /&gt;
Ecosytem Engineering&lt;br /&gt;
Message was edited by: heyitspablo - Added Web Ex Link</description>
      <category domain="http://communities.vmware.com/tags?communityID=2416">performance</category>
      <category domain="http://communities.vmware.com/tags?communityID=2416">esx</category>
      <category domain="http://communities.vmware.com/tags?communityID=2416">api</category>
      <category domain="http://communities.vmware.com/tags?communityID=2416">monitor_esx</category>
      <category domain="http://communities.vmware.com/tags?communityID=2416">coffee_talk</category>
      <pubDate>Tue, 22 Sep 2009 21:49:32 GMT</pubDate>
      <author>heyitspablo</author>
      <guid>http://communities.vmware.com/thread/233040</guid>
      <dc:date>2009-09-22T21:49:32Z</dc:date>
      <clearspace:dateToText>1 month, 1 week ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>ESX server support provided by VI SDK 4</title>
      <link>http://communities.vmware.com/thread/232239</link>
      <description>&lt;br /&gt;
Hi&lt;br /&gt;
&lt;p /&gt;
I was a bit confused to what versions of ESX servers are supported by Vi SDK 4.&lt;br /&gt;
&lt;p /&gt;
 also if  it supports ESX 1.8&lt;br /&gt;
&lt;p /&gt;
If not who supports esx 1.8 &lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;</description>
      <pubDate>Fri, 18 Sep 2009 06:51:25 GMT</pubDate>
      <author>newsharon86</author>
      <guid>http://communities.vmware.com/thread/232239</guid>
      <dc:date>2009-09-18T06:51:25Z</dc:date>
      <clearspace:dateToText>2 months, 3 days ago</clearspace:dateToText>
      <clearspace:messageCount>7</clearspace:messageCount>
      <clearspace:replyCount>6</clearspace:replyCount>
    </item>
    <item>
      <title>When connecting to a VC in my test/prod environment SSPI login fails, but works in my development environment.</title>
      <link>http://communities.vmware.com/thread/232218</link>
      <description>&lt;br /&gt;
I'm using the VSphere Web Services SDK and develop in Visual Studio 2008 using C#. I'm also using IIS v6.0 to host the web application.&lt;br /&gt;
&lt;p /&gt;
The application I have developed retreives all virtual machines on a given virtual center and displays summary information about each virtual machine in a datagrid. When a grid row is clicked, a page opens and displays detailed information about that virtual machine. &lt;br /&gt;
&lt;p /&gt;
To connect to a virtual center, I use SSPI (required a lot of research and trial and error) and this works great in my development environment using the debug functionality of Visual Studio 2008. However when I move the application to the test environment, SSPI stops working. &lt;br /&gt;
&lt;p /&gt;
I'm not sure if the issue is on the SDK side or on the IIS side.&lt;br /&gt;
&lt;p /&gt;
Has anyone here implemented something similar? or can anyone shed some light on something I may be over looking?&lt;br /&gt;
&lt;p /&gt;
Thanks!</description>
      <category domain="http://communities.vmware.com/tags?communityID=2416">sspi</category>
      <category domain="http://communities.vmware.com/tags?communityID=2416">iis</category>
      <category domain="http://communities.vmware.com/tags?communityID=2416">vsphere</category>
      <category domain="http://communities.vmware.com/tags?communityID=2416">sdk4.0</category>
      <pubDate>Fri, 18 Sep 2009 02:30:57 GMT</pubDate>
      <author>Leafy</author>
      <guid>http://communities.vmware.com/thread/232218</guid>
      <dc:date>2009-09-18T02:30:57Z</dc:date>
      <clearspace:dateToText>2 months, 6 days ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>HostNumericSensorInfo collection - does not work!</title>
      <link>http://communities.vmware.com/thread/232164</link>
      <description>Hi all,&lt;br /&gt;
&lt;br /&gt;
What would you say is persistent (can be used as an unique key) in the HostNumericSensorInfo collection (at HostSystem.runtime.healthSystemRuntime.systemHealthInfo.numericSensorInfo) during a session?&lt;br /&gt;
&lt;br /&gt;
Size of the collection? Indexes of sensors? Sensor names?&lt;br /&gt;
&lt;br /&gt;
I have a serious doubts about the only property that comes to mind (HostNumericSensorInfo.name) as it looks like it's being concatenated from an actual sensor name and its status: "System Board 1 FAN MOD 4D RPM - Normal", "Power Supply 2: Running/Full Power-Enabled", "Disk Drive Bay 1 Cable SAS A 0: Config Error - Deassert" etc (a very strange way to &lt;i&gt;name&lt;/i&gt; something if you ask me).&lt;br /&gt;
&lt;br /&gt;
Thanks in advance.</description>
      <pubDate>Thu, 17 Sep 2009 19:13:31 GMT</pubDate>
      <author>dmitrif</author>
      <guid>http://communities.vmware.com/thread/232164</guid>
      <dc:date>2009-09-17T19:13:31Z</dc:date>
      <clearspace:dateToText>2 months, 6 days ago</clearspace:dateToText>
      <clearspace:messageCount>5</clearspace:messageCount>
      <clearspace:replyCount>4</clearspace:replyCount>
    </item>
    <item>
      <title>Create super user on ESX/ESXi</title>
      <link>http://communities.vmware.com/thread/232054</link>
      <description>Hi,&lt;br /&gt;
&lt;br /&gt;
 Using " &lt;b&gt;useradd -o -u 0 TestUser&lt;/b&gt; " , I am able to create a user with Uid 0 ( which is same as root Uid). I want to implement same functionality using web services sdk. &lt;br /&gt;
&lt;br /&gt;
Here is the code using to create root user :&lt;br /&gt;
&lt;br /&gt;
            szNewUsername = "TestUser";&lt;br /&gt;
            szNewPassword = "TestUserPassword";&lt;br /&gt;
&lt;br /&gt;
            ServiceContent sic = new ServiceContent(); &lt;br /&gt;
            sic = oVimWrapper.GetServiceContent();&lt;br /&gt;
            VimService service = oVimWrapper.GetVimService();&lt;br /&gt;
            ManagedObjectReference root = oVimWrapper.GetRootFolder();&lt;br /&gt;
            ManagedObjectReference morAccManager = sic.accountManager;&lt;br /&gt;
            ManagedObjectReference morAuthManager = sic.authorizationManager;&lt;br /&gt;
&lt;br /&gt;
           if (morAccManager == null || morAuthManager == null)&lt;br /&gt;
	{&lt;br /&gt;
	   return false;&lt;br /&gt;
	}&lt;br /&gt;
&lt;p /&gt;
          HostPosixAccountSpec hostAccountSpec = new HostPosixAccountSpec();&lt;br /&gt;
          hostAccountSpec.posixId = 0;&lt;br /&gt;
          hostAccountSpec.posixIdSpecified = true;&lt;br /&gt;
          hostAccountSpec.id = szNewUsername;&lt;br /&gt;
          hostAccountSpec.password = szNewPassword;&lt;br /&gt;
          hostAccountSpec.shellAccess = true;&lt;br /&gt;
          hostAccountSpec.shellAccessSpecified = true;&lt;br /&gt;
&lt;p /&gt;
          try&lt;br /&gt;
	{&lt;br /&gt;
&lt;br /&gt;
	           service.CreateUser(morAccManager, hostAccountSpec);&lt;br /&gt;
&lt;p /&gt;
	           service.AssignUserToGroup(morAccManager, szNewUsername, "root");&lt;br /&gt;
	           Permission per = new Permission();&lt;br /&gt;
	           per.group = false;&lt;br /&gt;
                           per.principal = szNewUsername;&lt;br /&gt;
	           per.roleId = -1;&lt;br /&gt;
	           per.propagate = true;&lt;br /&gt;
	           per.entity = sic.rootFolder;&lt;br /&gt;
&lt;p /&gt;
                           service.SetEntityPermissions(morAuthManager, root, new Permission[] { per });&lt;br /&gt;
&lt;p /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	catch (System.Web.Services.Protocols.SoapException se)&lt;br /&gt;
	{&lt;br /&gt;
           	        MessageBox.Show(se.Message);&lt;br /&gt;
	}&lt;br /&gt;
&lt;p /&gt;
On executing the code its throwing an exception " The specified key, name, or identifier already exists. " . If  I commented out the posixid line then it works,  creates TestUser ( Uid is different, not 0 , &lt;b&gt;requirement is : TestUser Uid = 0&lt;/b&gt; ). Is it possible to create user with uid = 0 using api?  &lt;br /&gt;
&lt;br /&gt;
-regards,&lt;br /&gt;
Tanish</description>
      <pubDate>Thu, 17 Sep 2009 14:00:01 GMT</pubDate>
      <author>tanishsr</author>
      <guid>http://communities.vmware.com/thread/232054</guid>
      <dc:date>2009-09-17T14:00:01Z</dc:date>
      <clearspace:dateToText>2 months, 6 days ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>support of moref in http request url to get the VM files</title>
      <link>http://communities.vmware.com/thread/232027</link>
      <description>&lt;br /&gt;
For getting the VM files we need to formulate the httpurl in the form of &lt;br /&gt;
&lt;p /&gt;
example - httpurl: &lt;a class="jive-link-external" href="https://hostname/folder/vmname?dcPath=ha-datacenter/&amp;#38;dsName=Storage"&gt;https://hostname/folder/vmname?dcPath=ha-datacenter/&amp;#38;dsName=Storage&lt;/a&gt; is used for listing the folder.&lt;br /&gt;
&lt;p /&gt;
and example httpurl: &lt;a class="jive-link-external" href="https://hostname/folder/vmname/vmname.vmx?dcPath=ha-datacenter&amp;#38;dsName=LocalStorage"&gt;https://hostname/folder/vmname/vmname.vmx?dcPath=ha-datacenter&amp;#38;dsName=LocalStorage&lt;/a&gt; is used for getting the vmx file.&lt;br /&gt;
&lt;p /&gt;
Here We need to form the vm specification like ?dcPath=dataCenter&amp;#38;dsName=dataStoreName which will be recognised as a http resource. As of now vm specification is not supported  in moref form (like: "moref=24")&lt;br /&gt;
&lt;p /&gt;
will this be supported in future releases?. otherwise its good-to have  if moref is also supported.&lt;br /&gt;
&lt;p /&gt;
Thanks&lt;br /&gt;
&lt;p /&gt;
Yvs</description>
      <pubDate>Thu, 17 Sep 2009 08:04:50 GMT</pubDate>
      <author>yvsvmware</author>
      <guid>http://communities.vmware.com/thread/232027</guid>
      <dc:date>2009-09-17T08:04:50Z</dc:date>
      <clearspace:dateToText>4 weeks, 16 hours ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>customization event</title>
      <link>http://communities.vmware.com/thread/231833</link>
      <description>&lt;br /&gt;
I am currently cloning a vm template and specifying a pre-configured customization spec, currently I am doing this manually using vCenter for testing.&lt;br /&gt;
&lt;br /&gt;
I have a sample c# program that I have included at the end of this email, it is not the final code as I used a working example with modifications.&lt;br /&gt;
The issue is that I can use this filter type below and see the vm power on and off just fine. But I never see any of the customization events.&lt;br /&gt;
&lt;br /&gt;
eventFilter.type = new String[] { "VmPoweredOffEvent", "VmPoweredOnEvent", "CustomizationEvent", "CustomizationStartedEvent", "CustomizationSucceeded" };&lt;br /&gt;
&lt;br /&gt;
If I comment out this filter type line, I see all events including the customization. But the customization events don't appear to be firing as customizationEvents but rather simply an Event. As I have to make this call: ((Event)value).fullFormattedMessage&lt;br /&gt;
Then I see the two start/success messages ie: "Started customization of VM TOMZ2. Customization log located at C:\\Windows\\TEMP\\vmware-imc&lt;br clear="all" /&gt;guestcust.log in the guest OS."&lt;br /&gt;
&lt;br /&gt;
Is this the proper way to determine when customization is started and succeeds? Or am I doing this wrong? Any suggestions or guidance is appreciated.&lt;br /&gt;
&lt;br /&gt;
BTW: the latest vmware tools are installed in the vm/template.&lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;
&lt;hr /&gt;
&lt;hr /&gt;
&lt;br /&gt;
private void createEventHistoryCollector() {&lt;br /&gt;
// Create an Entity Event Filter Spec to &lt;br /&gt;
// specify the MoRef of the VM to be get events filtered for &lt;br /&gt;
EventFilterSpecByEntity entitySpec = new EventFilterSpecByEntity();&lt;br /&gt;
entitySpec.entity =_virtualMachine;&lt;br /&gt;
// we are only interested in getting events for the VM&lt;br /&gt;
//entitySpec.recursion = EventFilterSpecRecursionOption.self;&lt;br /&gt;
entitySpec.recursion = EventFilterSpecRecursionOption.all;&lt;br /&gt;
// set the entity spec in the EventFilter&lt;br /&gt;
EventFilterSpec eventFilter = new EventFilterSpec();&lt;br /&gt;
eventFilter.entity = entitySpec;&lt;br /&gt;
&lt;br /&gt;
// we are only interested in getting events for the VM.&lt;br /&gt;
// Add as many events you want to track relating to vm.&lt;br /&gt;
// Refer to API Data Object vmEvent and see the extends class list for elaborate list of vmEvents&lt;br /&gt;
&lt;br /&gt;
// with this enabled do not see customization events, comment out will see&lt;br /&gt;
eventFilter.type = new String[] { "VmPoweredOffEvent", "VmPoweredOnEvent", "CustomizationEvent", "CustomizationStartedEvent", "CustomizationSucceeded" };&lt;br /&gt;
&lt;p /&gt;
// create the EventHistoryCollector to monitor events for a VM &lt;br /&gt;
// and get the ManagedObjectReference of the EventHistoryCollector returned&lt;br /&gt;
_eventHistoryCollector = _service.CreateCollectorForEvents(_eventManager, eventFilter);&lt;br /&gt;
&lt;p /&gt;
}&lt;br /&gt;
&lt;p /&gt;
private PropertyFilterSpec createEventFilterSpec() {&lt;br /&gt;
// Set up a PropertySpec to use the latestPage attribute &lt;br /&gt;
// of the EventHistoryCollector&lt;br /&gt;
&lt;br /&gt;
PropertySpec propSpec = new PropertySpec();&lt;br /&gt;
propSpec.all = false;&lt;br /&gt;
propSpec.pathSet=new String[] { "latestPage" };&lt;br /&gt;
propSpec.type =_eventHistoryCollector.type;&lt;br /&gt;
&lt;br /&gt;
// PropertySpecs are wrapped in a PropertySpec array&lt;br /&gt;
PropertySpec[] propSpecAry = new PropertySpec&lt;a class="jive-link-external" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;#38;subject=%5D+propSpecAry+%3D+new+PropertySpec%5B"&gt;http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;#38;subject=%5D+propSpecAry+%3D+new+PropertySpec%5B&lt;/a&gt; { propSpec };&lt;br /&gt;
&lt;p /&gt;
// Set up an ObjectSpec with the above PropertySpec for the&lt;br /&gt;
// EventHistoryCollector we just created&lt;br /&gt;
// as the Root or Starting Object to get Attributes for.&lt;br /&gt;
ObjectSpec objSpec = new ObjectSpec();&lt;br /&gt;
objSpec.obj =_eventHistoryCollector;&lt;br /&gt;
objSpec.skip = false;&lt;br /&gt;
&lt;p /&gt;
// Get Event objects in "latestPage" from "EventHistoryCollector"&lt;br /&gt;
// and no "traversl" further, so, no SelectionSpec is specified &lt;br /&gt;
objSpec.selectSet= new SelectionSpec[] { };&lt;br /&gt;
&lt;p /&gt;
// ObjectSpecs are wrapped in an ObjectSpec array&lt;br /&gt;
ObjectSpec[] objSpecAry = new ObjectSpec&lt;a class="jive-link-external" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;#38;subject=%5D+objSpecAry+%3D+new+ObjectSpec%5B"&gt;http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;#38;subject=%5D+objSpecAry+%3D+new+ObjectSpec%5B&lt;/a&gt; { objSpec };&lt;br /&gt;
&lt;p /&gt;
PropertyFilterSpec spec = new PropertyFilterSpec();&lt;br /&gt;
spec.propSet= propSpecAry;&lt;br /&gt;
spec.objectSet= objSpecAry;&lt;br /&gt;
return spec;&lt;br /&gt;
}&lt;br /&gt;
&lt;p /&gt;
void handleUpdate(UpdateSet update)&lt;br /&gt;
{&lt;br /&gt;
ArrayList vmUpdates = new ArrayList();&lt;br /&gt;
PropertyFilterUpdate[] pfus = update.filterSet;&lt;br /&gt;
for (int pfui = 0; pfui &amp;lt; pfus.Length; ++pfui)&lt;br /&gt;
{&lt;br /&gt;
ObjectUpdate[] ous = pfus&lt;a class="jive-link-external" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;#38;subject=pfui"&gt;pfui&lt;/a&gt;.objectSet;&lt;br /&gt;
for (int oui = 0; oui &amp;lt; ous.Length; ++oui)&lt;br /&gt;
{&lt;br /&gt;
if (ous&lt;a class="jive-link-external" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;#38;subject=oui"&gt;oui&lt;/a&gt;.obj.type.Equals("EventHistoryCollector"))&lt;br /&gt;
{&lt;br /&gt;
vmUpdates.Add(ous&lt;a class="jive-link-external" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;#38;subject=oui"&gt;oui&lt;/a&gt;);&lt;br /&gt;
}&lt;br /&gt;
}&lt;br /&gt;
}&lt;br /&gt;
if (vmUpdates.Count &amp;gt; 0)&lt;br /&gt;
{&lt;br /&gt;
Console.WriteLine("Virtual Machine updates:");&lt;br /&gt;
for (IEnumerator vmi = vmUpdates.GetEnumerator(); vmi.MoveNext(); )&lt;br /&gt;
{&lt;br /&gt;
handleObjectUpdate((ObjectUpdate)vmi.Current);&lt;br /&gt;
}&lt;br /&gt;
}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
void handleObjectUpdate(ObjectUpdate oUpdate)&lt;br /&gt;
{&lt;br /&gt;
PropertyChange[] pc = oUpdate.changeSet;&lt;br /&gt;
if (oUpdate.kind == ObjectUpdateKind.enter)&lt;br /&gt;
{&lt;br /&gt;
Console.WriteLine(" New Data:");&lt;br /&gt;
handleChanges(pc);&lt;br /&gt;
}&lt;br /&gt;
else if (oUpdate.kind == ObjectUpdateKind.leave)&lt;br /&gt;
{&lt;br /&gt;
Console.WriteLine(" Removed Data:");&lt;br /&gt;
handleChanges(pc);&lt;br /&gt;
}&lt;br /&gt;
else if (oUpdate.kind == ObjectUpdateKind.modify)&lt;br /&gt;
{&lt;br /&gt;
Console.WriteLine(" Changed Data:");&lt;br /&gt;
handleChanges(pc);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
void handleChanges(PropertyChange[] changes)&lt;br /&gt;
{&lt;br /&gt;
for (int pci = 0; pci &amp;lt; changes.Length; ++pci)&lt;br /&gt;
{&lt;br /&gt;
String name = changes&lt;a class="jive-link-external" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;#38;subject=pci"&gt;pci&lt;/a&gt;.name;&lt;br /&gt;
Object value = changes&lt;a class="jive-link-external" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;#38;subject=pci"&gt;pci&lt;/a&gt;.val;&lt;br /&gt;
PropertyChangeOp op = changes&lt;a class="jive-link-external" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;#38;subject=pci"&gt;pci&lt;/a&gt;.op;&lt;br /&gt;
&lt;br /&gt;
//Console.WriteLine(" S-------- ");&lt;br /&gt;
//Console.WriteLine(" xProperty Name: " + name);&lt;br /&gt;
//Console.WriteLine(" xProperty Value name: " + value.GetType().Name);&lt;br /&gt;
//Console.WriteLine(" xProperty Value base name: " + value.GetType().BaseType.Name);&lt;br /&gt;
//Console.WriteLine(" E-------- ");&lt;br /&gt;
&lt;br /&gt;
if (op != PropertyChangeOp.remove)&lt;br /&gt;
{&lt;br /&gt;
Console.WriteLine(" Property Name: " + name);&lt;br /&gt;
if (value.GetType().BaseType.Name == "VmEvent")&lt;br /&gt;
{&lt;br /&gt;
VmEvent anEvent = (VmEvent)value;&lt;br /&gt;
&lt;br /&gt;
Console.WriteLine(" Event Type: " + anEvent.GetType().Name);&lt;br /&gt;
Console.WriteLine(" Event msg: " + anEvent.fullFormattedMessage);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
else if (value.GetType().BaseType.Name == "Event")&lt;br /&gt;
{&lt;br /&gt;
Event anEvent = (Event)value;&lt;br /&gt;
&lt;br /&gt;
Console.WriteLine(" Event Type: " + anEvent.GetType().Name);&lt;br /&gt;
Console.WriteLine(" Event msg: " + anEvent.fullFormattedMessage);&lt;br /&gt;
}&lt;br /&gt;
&lt;p /&gt;
else if ("name".Equals(name))&lt;br /&gt;
{&lt;br /&gt;
Console.WriteLine(" " + value);&lt;br /&gt;
}&lt;br /&gt;
else&lt;br /&gt;
{&lt;br /&gt;
Console.WriteLine(" " + value.ToString());&lt;br /&gt;
}&lt;br /&gt;
}&lt;br /&gt;
else&lt;br /&gt;
{&lt;br /&gt;
Console.WriteLine("Property Name: " + name + " value removed.");&lt;br /&gt;
}&lt;br /&gt;
}&lt;br /&gt;
}&lt;br /&gt;
&lt;p /&gt;
private void Check()&lt;br /&gt;
{&lt;br /&gt;
bool shouldRun = true;&lt;br /&gt;
string version = "";&lt;br /&gt;
&lt;br /&gt;
do&lt;br /&gt;
{&lt;br /&gt;
&lt;br /&gt;
UpdateSet update = cb.getConnection().Service.WaitForUpdates(propColl, version);&lt;br /&gt;
&lt;br /&gt;
if (update != null &amp;#38;&amp;#38; update.filterSet != null)&lt;br /&gt;
{&lt;br /&gt;
&lt;br /&gt;
this.handleUpdate(update);&lt;br /&gt;
&lt;br /&gt;
version = update.version;&lt;br /&gt;
System.Console.WriteLine(" Current Version: " + version);&lt;br /&gt;
}&lt;br /&gt;
else&lt;br /&gt;
{&lt;br /&gt;
System.Console.WriteLine("No update is present!");&lt;br /&gt;
}&lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;
}&lt;br /&gt;
while (shouldRun);&lt;br /&gt;
&lt;br /&gt;
}&lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;
private static OptionSpec[] constructOptions() {&lt;br /&gt;
OptionSpec [] useroptions = new OptionSpec[1];&lt;br /&gt;
useroptions[0] = new OptionSpec("vmpath","String",1&lt;br /&gt;
,"A VM Inventory Path"&lt;br /&gt;
,null);&lt;br /&gt;
return useroptions;&lt;br /&gt;
}&lt;br /&gt;
&lt;p /&gt;
public static void Main(String[] args) {&lt;br /&gt;
try {&lt;br /&gt;
VMEventHistoryCollectorMonitor eventMonitor = new VMEventHistoryCollectorMonitor();&lt;br /&gt;
cb = AppUtil.AppUtil.initialize("VMEventHistoryCollectorMonitor", VMEventHistoryCollectorMonitor.constructOptions(), args);&lt;br /&gt;
cb.connect(); &lt;br /&gt;
eventMonitor.initialize();&lt;br /&gt;
// eventMonitor.findVirtualMachine();&lt;br /&gt;
if(eventMonitor.findVirtualMachine()) &lt;br /&gt;
{&lt;br /&gt;
eventMonitor.createEventHistoryCollector();&lt;br /&gt;
PropertyFilterSpec eventFilterSpec = eventMonitor.createEventFilterSpec();&lt;br /&gt;
&lt;br /&gt;
propColl = cb.getConnection().PropCol;&lt;br /&gt;
propFilter = cb.getConnection().Service.CreateFilter(propColl, eventFilterSpec, true);&lt;br /&gt;
&lt;p /&gt;
eventMonitor.Check();&lt;br /&gt;
&lt;br /&gt;
//eventMonitor.monitorEvents(eventFilterSpec);&lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;
}&lt;br /&gt;
else {&lt;br /&gt;
Console.WriteLine("Virtual Machine not found from the vmPath specified");&lt;br /&gt;
} &lt;br /&gt;
cb.disConnect();&lt;br /&gt;
Console.WriteLine("Press enter to exit: ");&lt;br /&gt;
Console.Read();&lt;br /&gt;
} &lt;br /&gt;
catch (Exception e) {&lt;br /&gt;
Console.WriteLine("Caught Exception : " +&lt;br /&gt;
" Name : " + e.Data.ToString() +&lt;br /&gt;
" Message : " + e.Message.ToString() +&lt;br /&gt;
" Trace : ");&lt;br /&gt;
Console.Read();&lt;br /&gt;
}&lt;br /&gt;
}&lt;br /&gt;
}&lt;br /&gt;
}</description>
      <pubDate>Wed, 16 Sep 2009 14:40:51 GMT</pubDate>
      <author>beckhamk</author>
      <guid>http://communities.vmware.com/thread/231833</guid>
      <dc:date>2009-09-16T14:40:51Z</dc:date>
      <clearspace:dateToText>2 months, 1 week ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>Disk management is failling when i use  RDM with 2TB size on a VM</title>
      <link>http://communities.vmware.com/thread/231777</link>
      <description>Hi All,&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;br /&gt;
I'm trying to assign a SAN vdisk size 2TB to ESX server3.5 U3 the vdisk&lt;br /&gt;
got assigned and i could able to see the vdisk in the scsci luns.Then&lt;br /&gt;
i'm trying to assign it to VM as RAW device mapping it assigned and got&lt;br /&gt;
created RDM succesfully, now i want to foramt the disk on the vm but&lt;br /&gt;
here i'm unable to initialize the disk with size 2TB on windows 2003&lt;br /&gt;
sp1 vm &lt;br /&gt;
&lt;p /&gt;
So here formatting failing, assign drive letter failing? is that because of vdisk size 2TB.</description>
      <pubDate>Wed, 16 Sep 2009 05:25:09 GMT</pubDate>
      <author>karthimin</author>
      <guid>http://communities.vmware.com/thread/231777</guid>
      <dc:date>2009-09-16T05:25:09Z</dc:date>
      <clearspace:dateToText>2 months, 1 week ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>Extension loginBySubjectName failed</title>
      <link>http://communities.vmware.com/thread/231725</link>
      <description>I am working on the implementaion of extension integration with VC. I encountered a login problem which I debugged for a couple of days.&lt;br /&gt;
&lt;br /&gt;
The test I did are by the following steps:&lt;br /&gt;
&lt;br /&gt;
1. Create an extension.&lt;br /&gt;
&lt;br /&gt;
2.      Set subject name.&lt;br /&gt;
&lt;br /&gt;
3. Registger extension with success. &lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;
4.Register certification with a helper file which has been used and verified by QA&lt;br /&gt;
&lt;br /&gt;
ExtensionHelper.getinstance().registerCertificateWithSocketFactory(&amp;lt;Extension cert&amp;gt;);&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
5. Try to login by using loginExtensionBySubjectNam &lt;br /&gt;
Then I got error:&lt;br /&gt;
faultString: Client connected &lt;br /&gt;
without supplying a certificate. faultDetail: &lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;
{urn:internalvim25}NoClientCertificateFault:null&lt;br /&gt;
&lt;br /&gt;
Any ideas? What is the correct procedure to do this?</description>
      <pubDate>Tue, 15 Sep 2009 21:10:30 GMT</pubDate>
      <author>smileyogurt</author>
      <guid>http://communities.vmware.com/thread/231725</guid>
      <dc:date>2009-09-15T21:10:30Z</dc:date>
      <clearspace:dateToText>2 months, 1 week ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>Monitoring VM adds/removes and their property changes</title>
      <link>http://communities.vmware.com/thread/231355</link>
      <description>&lt;br /&gt;
I'm looking into implementing C# code that watches for the addition and removal of VMs (any managed entity in general).  I'd also like to monitor property updates to the set of VMs that I'm already monitoring.  It sounds like I need the following:&lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Use the ContainerView object to monitor for new/deleted VMs for each Datacenter in my environment..&lt;/li&gt;
&lt;li&gt;Each time a VM is added/removed in the above ContainerView, update a ListView object which monitors a set of properties for those VMs it monitors.&lt;/li&gt;
&lt;/ul&gt;
&lt;p /&gt;
Am I way off base here?  Is there a C# sample lying around somewhere that might help push me in the right direction?  Thanks in advance.&lt;br /&gt;
&lt;p /&gt;
 - Mike</description>
      <pubDate>Mon, 14 Sep 2009 13:35:53 GMT</pubDate>
      <author>gilesm</author>
      <guid>http://communities.vmware.com/thread/231355</guid>
      <dc:date>2009-09-14T13:35:53Z</dc:date>
      <clearspace:dateToText>2 months, 1 week ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>About VMware Contributed Sample Code</title>
      <link>http://communities.vmware.com/thread/230733</link>
      <description>Note from our Legal department regarding VMware Contributed Sample Code - See attached PDF.</description>
      <category domain="http://communities.vmware.com/tags?communityID=2416">vmware_sample_code</category>
      <category domain="http://communities.vmware.com/tags?communityID=2416">disclaimer</category>
      <pubDate>Wed, 09 Sep 2009 23:17:34 GMT</pubDate>
      <author>heyitspablo</author>
      <guid>http://communities.vmware.com/thread/230733</guid>
      <dc:date>2009-09-09T23:17:34Z</dc:date>
      <clearspace:dateToText>2 months, 2 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>JAX-WS stubs for vSphere Web Services SDK</title>
      <link>http://communities.vmware.com/thread/230572</link>
      <description>Instead of Axis and Axis2 stubs, I want to use JAX-WS stubs for vSphere Web Services SDK. &lt;br /&gt;
&lt;p /&gt;
I want ot know whether any one use JAX-WS stubs and whether it  is evaluated, supported from VMware.</description>
      <pubDate>Wed, 09 Sep 2009 08:39:45 GMT</pubDate>
      <author>yvsvmware</author>
      <guid>http://communities.vmware.com/thread/230572</guid>
      <dc:date>2009-09-09T08:39:45Z</dc:date>
      <clearspace:dateToText>2 months, 1 week ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>retrieveServiceContent delay</title>
      <link>http://communities.vmware.com/thread/230458</link>
      <description>Hello all,&lt;br /&gt;
&lt;br /&gt;
I am using the vi vim25 sdk for java to complete a few VC operations. I ended up having to deploy my application as an applet and encountered a few odd errors during deployment. When running as an application locally or through the local Java appletviewer, the connection is created right away (~5 sec). However, when deployed as an applet, the VC connection process takes between 60-90 sec.&lt;br /&gt;
&lt;br /&gt;
The main function that the program is getting stuck at is &lt;br /&gt;
SERVICE_CONTENT = VIM_PORT.retrieveServiceContent(SIMO_REF);&lt;br /&gt;
&lt;br /&gt;
This function call takes about 60 sec on average. The rest of the function calls are relatively quick. I am initializing the VC connection by calling the following functions (adapted from some of the provided sample code in vim25.jar):&lt;br /&gt;
&lt;pre class="jive-pre"&gt;&lt;code class="jive-code jive-plain"&gt;		initSIMORef();
		System.out.println(&amp;quot;11111111111111111111 &amp;quot; + new Date(System.currentTimeMillis()));
		initVimPort(VIM_HOST, VIM_HOST_PORT);
		System.out.println(&amp;quot;22222222222222222222 &amp;quot; + new Date(System.currentTimeMillis()));
		initServiceContent(); //takes forever
		System.out.println(&amp;quot;33333333333333333333 &amp;quot; + new Date(System.currentTimeMillis()));
		connect(VIM_HOST, USER_NAME, PASSWORD);
		System.out.println(&amp;quot;44444444444444444444 &amp;quot; + new Date(System.currentTimeMillis()));
		initPropertyCollector();
		System.out.println(&amp;quot;55555555555555555555 &amp;quot;  + new Date(System.currentTimeMillis()));
		initRootFolder();
		System.out.println(&amp;quot;66666666666666666666 &amp;quot; + new Date(System.currentTimeMillis()));
		System.out.println(&amp;quot;Init All complete&amp;quot;);
&lt;/code&gt;&lt;/pre&gt;&lt;br /&gt;
Anyhelp would be much appreciated. tia&lt;br /&gt;
&lt;br /&gt;
Thanks!</description>
      <pubDate>Tue, 08 Sep 2009 17:27:58 GMT</pubDate>
      <author>sthakkar</author>
      <guid>http://communities.vmware.com/thread/230458</guid>
      <dc:date>2009-09-08T17:27:58Z</dc:date>
      <clearspace:dateToText>2 months, 2 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>event listening in vCenter</title>
      <link>http://communities.vmware.com/thread/230375</link>
      <description>Hi, All!&lt;br /&gt;
Is there possibility to listen for events something like 'push' method. &lt;br /&gt;
&lt;br /&gt;
For now - i can use infrastructure SDK API to pull events for some particular VM, but i am interested in some &lt;br /&gt;
callback functions or push methods to be notified is some type of event happens&lt;br /&gt;
&lt;br /&gt;
Thanks</description>
      <pubDate>Tue, 08 Sep 2009 13:43:49 GMT</pubDate>
      <author>signalpillar</author>
      <guid>http://communities.vmware.com/thread/230375</guid>
      <dc:date>2009-09-08T13:43:49Z</dc:date>
      <clearspace:dateToText>2 months, 2 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>How to set Details field of a Task under Recent Tasks in vSphere client using java api?</title>
      <link>http://communities.vmware.com/thread/230017</link>
      <description>Does anyone know how to populate the details field of the tasks under Recent Tasks in the vSphere client using the java api?&lt;br /&gt;
&lt;br /&gt;
I've tried setting a summary when I register my extension's task types. It picks up the label, but doesn't seem to pick up the summary:&lt;br /&gt;
&lt;br /&gt;
KeyValue label = new KeyValue();&lt;br /&gt;
label.setKey(taskTypeId + ".label");&lt;br /&gt;
label.setValue(taskTypeResource.getLabel());&lt;br /&gt;
&lt;br /&gt;
KeyValue summary = new KeyValue();&lt;br /&gt;
summary.setKey(taskTypeId + ".summary");&lt;br /&gt;
summary.setValue(taskTypeResource.getSummary());&lt;br /&gt;
&lt;br /&gt;
Have also tried setting setting a fault and a result on task.setTaskState().&lt;br /&gt;
&lt;br /&gt;
Thanks in advance ...</description>
      <pubDate>Fri, 04 Sep 2009 20:28:49 GMT</pubDate>
      <author>carllaird</author>
      <guid>http://communities.vmware.com/thread/230017</guid>
      <dc:date>2009-09-04T20:28:49Z</dc:date>
      <clearspace:dateToText>2 months, 2 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>Confusion about the web services sdk and C#</title>
      <link>http://communities.vmware.com/thread/229968</link>
      <description>I've seen answers all around the forums regarding how to create a virtual disk using C# and the Web Services sdk.  In the Vim25Api.dll that I built using the SDK, I see a CreateVirtualDisk_Task(), which is, apparently what I need.&lt;br /&gt;
&lt;br /&gt;
 &lt;a class="jive-link-external" href="http://www.vmware.com/support/developer/vc-sdk/visdk400pubs/ReferenceGuide/vim.VirtualDiskManager.html#createVirtualDisk"&gt;http://www.vmware.com/support/developer/vc-sdk/visdk400pubs/ReferenceGuide/vim.VirtualDiskManager.html#createVirtualDisk&lt;/a&gt; shows that I need a VirtualDiskSpec, but I don't see this in the Vim25Api.dll at all.  Has anyone experienced missing classes while working with C# and the Vim25Api?&lt;br /&gt;
&lt;br /&gt;
 Any help in this matter would be appreciated.&lt;br /&gt;
&lt;p /&gt;
Thank you,&lt;br /&gt;
Derek Belorse</description>
      <pubDate>Fri, 04 Sep 2009 16:21:43 GMT</pubDate>
      <author>derekbelrose</author>
      <guid>http://communities.vmware.com/thread/229968</guid>
      <dc:date>2009-09-04T16:21:43Z</dc:date>
      <clearspace:dateToText>2 months, 1 week ago</clearspace:dateToText>
      <clearspace:messageCount>10</clearspace:messageCount>
      <clearspace:replyCount>9</clearspace:replyCount>
    </item>
    <item>
      <title>How to create a RDM disk using VI SDK?</title>
      <link>http://communities.vmware.com/thread/229893</link>
      <description>&lt;br /&gt;
I have a LUN from SAN visible to esx i.e. vmhba1:4:7:0, I used the code below to create the RDM disk attached to a VM using VI SDK but ti awalys fails with the error "virtual disk is either corrupted or not a supported format"&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
    string lunuuid="0200070000600601609e212200da19c8a13681de11524149442035";&lt;br /&gt;
    string devicename="vmhba1:4:7:0";&lt;br /&gt;
&lt;br /&gt;
    string dmode="persisitent";&lt;br /&gt;
    string cmode="physicalMode";&lt;br /&gt;
&lt;br /&gt;
    ns2__VirtualDiskRawDiskMappingVer1BackingInfo rdmDisk;&lt;br /&gt;
    rdmDisk.diskMode=&amp;dmode;&lt;br /&gt;
    rdmDisk.compatibilityMode = &amp;cmode;&lt;br /&gt;
    rdmDisk.lunUuid=&amp;lunuuid;&lt;br /&gt;
    rdmDisk.deviceName=&amp;devicename;&lt;br /&gt;
    rdmDisk.fileName="&lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=storage1"&gt;storage1&lt;/a&gt; lrmg200/lrmg200.vmdk";&lt;br /&gt;
    rdmDisk.datastore=&amp;dsRef;&lt;br /&gt;
&lt;p /&gt;
    bool allowGuestControl=true;&lt;br /&gt;
    bool connected=true;&lt;br /&gt;
    bool startconnected=true;&lt;br /&gt;
&lt;br /&gt;
    ns2__VirtualDeviceConnectInfo conninfo;&lt;br /&gt;
    conninfo.allowGuestControl=allowGuestControl;&lt;br /&gt;
    conninfo.connected=connected;&lt;br /&gt;
    conninfo.startConnected=startconnected;&lt;br /&gt;
&lt;br /&gt;
    ns2__Description desc;&lt;br /&gt;
&lt;br /&gt;
    desc.label="Hard Disk 5";&lt;br /&gt;
    desc.summary="abcd";&lt;br /&gt;
&lt;br /&gt;
    ns2__VirtualDisk newdisk;&lt;br /&gt;
    newdisk.backing=(ns2__VirtualDiskRawDiskMappingVer1BackingInfo *)&amp;rdmDisk;&lt;br /&gt;
    newdisk.controllerKey=&amp;key;&lt;br /&gt;
    newdisk.unitNumber=&amp;devslot;&lt;br /&gt;
//    newdisk.connectable=&amp;conninfo;&lt;br /&gt;
    newdisk.key=-1;&lt;br /&gt;
    newdisk.capacityInKB =4194304;&lt;br /&gt;
    newdisk.deviceInfo=&amp;desc;&lt;br /&gt;
&lt;br /&gt;
    ns2__VirtualDeviceConfigSpecOperation optype=ns2__VirtualDeviceConfigSpecOperation__add;&lt;br /&gt;
    ns2__VirtualDeviceConfigSpecFileOperation fopType=ns2__VirtualDeviceConfigSpecFileOperation__create;&lt;br /&gt;
&lt;br /&gt;
    ns2__VirtualDeviceConfigSpec  *cspec=new ns2__VirtualDeviceConfigSpec () ;&lt;br /&gt;
&lt;br /&gt;
    cspec-&amp;gt;fileOperation=&amp;fopType;&lt;br /&gt;
    cspec-&amp;gt;operation=&amp;optype;&lt;br /&gt;
    cspec-&amp;gt;device=&amp;newdisk;&lt;br /&gt;
&lt;br /&gt;
    ns2__VirtualMachineConfigSpec vmspec;&lt;br /&gt;
    vmspec.deviceChange.push_back(cspec);&lt;br /&gt;
&lt;p /&gt;
    ns2__ManagedObjectReference  vmRef;&lt;br /&gt;
    vmRef.__item=vmid;&lt;br /&gt;
    vmRef.type=&amp;#38;VM_NAME;&lt;br /&gt;
&lt;br /&gt;
    ns2__ReconfigVMRequestType addreq;&lt;br /&gt;
    _ns2__ReconfigVM_USCORETaskResponse addres;&lt;br /&gt;
&lt;br /&gt;
    addreq._USCOREthis=&amp;vmRef;&lt;br /&gt;
    addreq.spec=&amp;vmspec;&lt;br /&gt;
&lt;p /&gt;
    int retCode = rmSvcConn-&amp;gt;GetVimService()-&amp;gt;ReconfigVM_USCORETask(&amp;#38;addreq, &amp;#38;addres);&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;br /&gt;
If I go and create the backend RDM map file using vmksfstools e.g.  vmkfstools  --createrdmpassthru    /vmfs/devices/disks/vmhba1:4:7:0 /vmfs/volumes/storage1/lrmg200/lrmg200.vmdk and comment out the line "   cspec-&amp;gt;fileOperation=&amp;fopType;"  it works fine. My problem is I don't have the privelegae to go to esx to create the passthru file first.&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
Shouldn't  fileoperation ns2__VirtualDeviceConfigSpecFileOperation__create should create the RDM mapfile.&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;br /&gt;</description>
      <pubDate>Fri, 04 Sep 2009 10:35:15 GMT</pubDate>
      <author>kumars17</author>
      <guid>http://communities.vmware.com/thread/229893</guid>
      <dc:date>2009-09-04T10:35:15Z</dc:date>
      <clearspace:dateToText>2 months, 2 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>What is the best way to implement connecting to VC with Active Directory credentials?</title>
      <link>http://communities.vmware.com/thread/228982</link>
      <description>&lt;br /&gt;
I want to make a connection to a VC using the Active Directory credentials of a particular user. What is the best way to implement this?&lt;br /&gt;
&lt;p /&gt;
 I'm developing a .NET (C#) application that needs to make a connection to a VC. It also needs to retrieve all VMs this particular user has permission to on the VC.&lt;br /&gt;
&lt;p /&gt;
 Any guidence with this is greatly appreciated!!&lt;br /&gt;
&lt;p /&gt;
 Thanks!&lt;br /&gt;
&lt;p /&gt;
Shawn&lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;</description>
      <pubDate>Mon, 31 Aug 2009 19:03:54 GMT</pubDate>
      <author>Leafy</author>
      <guid>http://communities.vmware.com/thread/228982</guid>
      <dc:date>2009-08-31T19:03:54Z</dc:date>
      <clearspace:dateToText>2 months, 3 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>5</clearspace:messageCount>
      <clearspace:replyCount>4</clearspace:replyCount>
    </item>
    <item>
      <title>vSphere Web Service SDK with MyEclipse</title>
      <link>http://communities.vmware.com/thread/228130</link>
      <description>&lt;br /&gt;
Hello! everyone,&lt;br /&gt;
&lt;p /&gt;
I have set up the environment of web service sdk now. The next step is to get start with developing. I chose eclipse / MyEclipse. But how can i configure the web service sdk develop environment in eclipse / MyEclipse? Thank you!</description>
      <pubDate>Wed, 26 Aug 2009 13:37:11 GMT</pubDate>
      <author>xtyangjie</author>
      <guid>http://communities.vmware.com/thread/228130</guid>
      <dc:date>2009-08-26T13:37:11Z</dc:date>
      <clearspace:dateToText>2 months, 4 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>Desperate - trying to get information about datastores through web services</title>
      <link>http://communities.vmware.com/thread/227777</link>
      <description>&lt;p /&gt;
Hi all,&lt;br /&gt;
&lt;p /&gt;
Can some one please help me &lt;img class="jive-emoticon" border="0" src="http://communities.vmware.com/images/emoticons/sad.gif" alt=":(" /&gt; I have spent hours today and am still stuck. I am trying to retrieve the datastores for a datacenter, with information about the datastores (for example, capacity and free space) and which hosts are connected to them. I am trying to do this in module1, in the datastores() sub. I have searched teh forums but have not found anything that really helps me out. Can someone please put me out of my misery? I have attached my code to this post.&lt;br /&gt;
&lt;br /&gt;
Oh, this is in vb.net by the way using the latest vsphere SDK. I will award points &lt;img class="jive-emoticon" border="0" src="http://communities.vmware.com/images/emoticons/happy.gif" alt=":)" /&gt;&lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;
If you found this helpful, please consider awarding points</description>
      <category domain="http://communities.vmware.com/tags?communityID=2416">vb.net</category>
      <category domain="http://communities.vmware.com/tags?communityID=2416">vsphere</category>
      <category domain="http://communities.vmware.com/tags?communityID=2416">sdk</category>
      <category domain="http://communities.vmware.com/tags?communityID=2416">datastores</category>
      <pubDate>Mon, 24 Aug 2009 16:48:42 GMT</pubDate>
      <author>paul_xtravirt</author>
      <guid>http://communities.vmware.com/thread/227777</guid>
      <dc:date>2009-08-24T16:48:42Z</dc:date>
      <clearspace:dateToText>2 months, 4 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>7</clearspace:messageCount>
      <clearspace:replyCount>6</clearspace:replyCount>
    </item>
    <item>
      <title>VMware CIM Storage Management API requirements</title>
      <link>http://communities.vmware.com/thread/226947</link>
      <description>Hello,&lt;br /&gt;
&lt;br /&gt;
     I am new to the VMWare API access and am trying to pull information regarding RDM's and LUN's on specific  virtual machines. &lt;br /&gt;
&lt;br /&gt;
I believe I need to use the: VMware CIM Storage Management API &lt;br /&gt;
I am using a CentOS 5 server with the following installed:&lt;br /&gt;
&lt;br /&gt;
&lt;ul class="jive-dash"&gt;
&lt;li&gt;CIM_SDK_159652 (VMware-vSphere-cim-sdk-4.0.0-159652.zip)&lt;/li&gt;
&lt;li&gt;PYWBEM ( pywbem.svn.sourceforge.net)&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
I can query for some information however other queries fail, for example using VMWARE_VMComputerSystem works but when trying to use VMWARE_ESXComputerSystem the connect appears to lock up. &lt;br /&gt;
&lt;br /&gt;
Do I need to setup and config: VMware vSphere Management Assistant? &lt;br /&gt;
&lt;br /&gt;
I am currently accessing the ESX server directly to test out the functionality of the CIM and intend to change access so the scripts go through the VirtualCenter.&lt;br /&gt;
&lt;br /&gt;
Thanks&lt;br /&gt;
&lt;br /&gt;
Michael</description>
      <category domain="http://communities.vmware.com/tags?communityID=2416">cim</category>
      <category domain="http://communities.vmware.com/tags?communityID=2416">smi-s</category>
      <category domain="http://communities.vmware.com/tags?communityID=2416">sdk</category>
      <pubDate>Wed, 19 Aug 2009 05:17:56 GMT</pubDate>
      <author>MGALE</author>
      <guid>http://communities.vmware.com/thread/226947</guid>
      <dc:date>2009-08-19T05:17:56Z</dc:date>
      <clearspace:dateToText>3 months, 6 days ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>VirtualEthernetCardDistributedVirtualPortBackingInfo</title>
      <link>http://communities.vmware.com/thread/226936</link>
      <description>&lt;br /&gt;
Hi all,&lt;br /&gt;
&lt;p /&gt;
 I'm having a little problem I'm hoping someone can help me with.  We're moving to vsphere 4 and I'm now tasked with converting my old applications to our new way of doing things.  One thing that has changed is that we are now using DistributedVirtualPortGroups for our network connections.  I'm tying into the api to add virtual ethernet cards to the vm's as they get created.  This is now a problem since we are using the Virtual Port Groups.  From what I can tell from the documentation, I need to be using VirtualEthernetCardDistributedVirtualPortBackingInfo instead of VirtualEthernetCardNetworkBackingInfo.  For the life of me, I can not seem to get this to work.  Is there anyone out there who has experience in doing this in .net?  Any help would be appreciated.&lt;br /&gt;
&lt;p /&gt;
 Thanks</description>
      <category domain="http://communities.vmware.com/tags?communityID=2416">c#</category>
      <category domain="http://communities.vmware.com/tags?communityID=2416">api</category>
      <category domain="http://communities.vmware.com/tags?communityID=2416">vsphere</category>
      <pubDate>Wed, 19 Aug 2009 03:02:48 GMT</pubDate>
      <author>thomasduffy</author>
      <guid>http://communities.vmware.com/thread/226936</guid>
      <dc:date>2009-08-19T03:02:48Z</dc:date>
      <clearspace:dateToText>3 months, 6 days ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>Technology Exchange Developer Day - A new support program for the growing the VMware Developer Community</title>
      <link>http://communities.vmware.com/thread/226913</link>
      <description>Hello,&lt;br /&gt;
&lt;br /&gt;
We are happy to announce about our discussion at Technology Exchange Developer Day 2009, A new support program for the growing the VMware Developer Community&lt;br /&gt;
&lt;br /&gt;
Presenter: Peter Warren&lt;br /&gt;
&lt;br /&gt;
Demo ID: DS-24&lt;br /&gt;
&lt;br /&gt;
Time: 3:45 - 4:45 PM&lt;br /&gt;
&lt;br /&gt;
Abstract:&lt;br /&gt;
In this session, we will present a new support offering being created for the developer community. &lt;br /&gt;
This program is aimed at advising developers who are building APIs to extend and customize &lt;br /&gt;
VMware technology. This is your opportunity to help guide the direction of this important new support program.</description>
      <category domain="http://communities.vmware.com/tags?communityID=2416">vmware_developer</category>
      <category domain="http://communities.vmware.com/tags?communityID=2416">developer</category>
      <category domain="http://communities.vmware.com/tags?communityID=2416">developer_day</category>
      <category domain="http://communities.vmware.com/tags?communityID=2416">technology_exchange</category>
      <category domain="http://communities.vmware.com/tags?communityID=2416">community</category>
      <pubDate>Wed, 19 Aug 2009 01:08:47 GMT</pubDate>
      <author>navadavuluri</author>
      <guid>http://communities.vmware.com/thread/226913</guid>
      <dc:date>2009-08-19T01:08:47Z</dc:date>
      <clearspace:dateToText>3 months, 6 days ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>Technology Exchange Developer Day - Choosing the right VMware Toolkit - A Panel Discussion</title>
      <link>http://communities.vmware.com/thread/226910</link>
      <description>Hello,&lt;br /&gt;
&lt;br /&gt;
We are happy to announce about our discussion at Technology Exchange Developer Day 2009, Choosing the right VMware Toolkit - A Panel Discussion&lt;br /&gt;
&lt;br /&gt;
Presenters: Preetham Gopalaswamy and Carter Shanklin&lt;br /&gt;
&lt;br /&gt;
Demo ID: DS-22&lt;br /&gt;
&lt;br /&gt;
Time: 4:45 - 5:45 PM&lt;br /&gt;
&lt;br /&gt;
Abstract:&lt;br /&gt;
&lt;br /&gt;
This panel will provide an overview of several toolkits offered by VMware. The attendees will have an &lt;br /&gt;
opportunity to ask questions about the appropriateness of different toolkits for different scenarios.</description>
      <category domain="http://communities.vmware.com/tags?communityID=2416">vmware</category>
      <category domain="http://communities.vmware.com/tags?communityID=2416">technology_exchange</category>
      <category domain="http://communities.vmware.com/tags?communityID=2416">developer_day</category>
      <category domain="http://communities.vmware.com/tags?communityID=2416">right</category>
      <category domain="http://communities.vmware.com/tags?communityID=2416">toolkit</category>
      <pubDate>Wed, 19 Aug 2009 01:03:49 GMT</pubDate>
      <author>navadavuluri</author>
      <guid>http://communities.vmware.com/thread/226910</guid>
      <dc:date>2009-08-19T01:03:49Z</dc:date>
      <clearspace:dateToText>3 months, 6 days ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>Technology Exchange Developer Day - Benefits of VMware Ready Management Solutions qualification</title>
      <link>http://communities.vmware.com/thread/226909</link>
      <description>Hello,&lt;br /&gt;
&lt;br /&gt;
We are happy to announce about our demo at Technology Exchange Developer Day 2009, Benefits of VMware Ready Management Solutions qualification&lt;br /&gt;
&lt;br /&gt;
Presenter: Phil Strake&lt;br /&gt;
&lt;br /&gt;
Demo ID: DS-20&lt;br /&gt;
&lt;br /&gt;
Time: 1:30 - 2:15 PM&lt;br /&gt;
&lt;br /&gt;
Abstract:&lt;br /&gt;
Are you looking for a way to differentiate your product from competitors and desiring closer alignment &lt;br /&gt;
with VMware product and solution directions? In this talk you will learn how VMware's qualification program &lt;br /&gt;
for vSphere management integrations provides tools for you to build better integrations with VMware APIs, get &lt;br /&gt;
you noticed by VMware's customers and field, and shorten your sales cycle. The tools and best practices &lt;br /&gt;
are useful even for developing better "products" just for internal use. We'll discuss the technical and business&lt;br /&gt;
 requirements for earning the VMware Ready logo, qualification tools and guidance provided, third party lab &lt;br /&gt;
testing, and timelines. You will leave this talk with a clear grasp of some important integration best practices &lt;br /&gt;
and next steps to win the recognition your management integration deserves.</description>
      <category domain="http://communities.vmware.com/tags?communityID=2416">vmware</category>
      <category domain="http://communities.vmware.com/tags?communityID=2416">ready</category>
      <category domain="http://communities.vmware.com/tags?communityID=2416">management</category>
      <category domain="http://communities.vmware.com/tags?communityID=2416">solutions</category>
      <category domain="http://communities.vmware.com/tags?communityID=2416">technology_exchange</category>
      <category domain="http://communities.vmware.com/tags?communityID=2416">developer_day</category>
      <pubDate>Wed, 19 Aug 2009 01:00:59 GMT</pubDate>
      <author>navadavuluri</author>
      <guid>http://communities.vmware.com/thread/226909</guid>
      <dc:date>2009-08-19T01:00:59Z</dc:date>
      <clearspace:dateToText>3 months, 6 days ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>Technology Exchange Developer Day - Java Application Development/Debugging with Eclipse, the Spring framework and VMware Workstation</title>
      <link>http://communities.vmware.com/thread/226908</link>
      <description>Hello,&lt;br /&gt;
&lt;br /&gt;
We are happy to announce about our demo at Technology Exchange Developer Day 2009, Java Application Development/Debugging with Eclipse, the Spring framework and VMware Workstation&lt;br /&gt;
&lt;br /&gt;
Presenter: Justin Murray&lt;br /&gt;
&lt;br /&gt;
Demo ID: DS-18&lt;br /&gt;
&lt;br /&gt;
Time: 9:45 - 10:45 AM&lt;br /&gt;
&lt;br /&gt;
Abstract:&lt;br /&gt;
&lt;br /&gt;
This demo shows an Eclipse plug-in with the Spring Tools Suite (STS) that allows remote launching &lt;br /&gt;
and debugging of server-side Java applications in a virtual machine running within VMware Workstation. &lt;br /&gt;
The demo will also show the use of an OSGi server (using new bundling methods) launched in the virtual machine's guest operating system.</description>
      <category domain="http://communities.vmware.com/tags?communityID=2416">technology_exchange</category>
      <category domain="http://communities.vmware.com/tags?communityID=2416">developer_day</category>
      <category domain="http://communities.vmware.com/tags?communityID=2416">spring</category>
      <category domain="http://communities.vmware.com/tags?communityID=2416">java</category>
      <category domain="http://communities.vmware.com/tags?communityID=2416">application</category>
      <category domain="http://communities.vmware.com/tags?communityID=2416">developement</category>
      <category domain="http://communities.vmware.com/tags?communityID=2416">debugging</category>
      <category domain="http://communities.vmware.com/tags?communityID=2416">eclipse</category>
      <category domain="http://communities.vmware.com/tags?communityID=2416">framework</category>
      <category domain="http://communities.vmware.com/tags?communityID=2416">workstation</category>
      <pubDate>Wed, 19 Aug 2009 00:57:49 GMT</pubDate>
      <author>navadavuluri</author>
      <guid>http://communities.vmware.com/thread/226908</guid>
      <dc:date>2009-08-19T00:57:49Z</dc:date>
      <clearspace:dateToText>3 months, 6 days ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>Technology Exchange Developer Day - Introduction to the vSphere Webservices SDK</title>
      <link>http://communities.vmware.com/thread/226906</link>
      <description>Hello,&lt;br /&gt;
&lt;br /&gt;
We are happy to announce about our hands-on demo at Technology Exchange Developer Day 2009, Introduction to the vSphere Webservices SDK&lt;br /&gt;
&lt;br /&gt;
Presenter: Steve Jin&lt;br /&gt;
&lt;br /&gt;
Demo ID: DS-13&lt;br /&gt;
&lt;br /&gt;
Time: 9:45 - 10:45 AM&lt;br /&gt;
&lt;br /&gt;
Abstract:&lt;br /&gt;
This lab will provide hands-on training for developers to integrate their applications with VMware environments &lt;br /&gt;
to automate and extend it. The participants will have their choice of using Java or C#. Attendees will walk away &lt;br /&gt;
from the lab with a better understanding of VMware vSphere, resources for using the SDK, and the essential skills &lt;br /&gt;
for building the most common types of integrations. Exercises will cover triggering tasks, examining VM attributes, performing &lt;br /&gt;
actions on many VMs simultaneously, and exporting performance data. This lab requires some basic programming experience, ideally in C# or Java.</description>
      <category domain="http://communities.vmware.com/tags?communityID=2416">web_services_sdk</category>
      <category domain="http://communities.vmware.com/tags?communityID=2416">webservices</category>
      <category domain="http://communities.vmware.com/tags?communityID=2416">vsphere</category>
      <category domain="http://communities.vmware.com/tags?communityID=2416">technology_exchange</category>
      <category domain="http://communities.vmware.com/tags?communityID=2416">developer_day</category>
      <pubDate>Wed, 19 Aug 2009 00:50:36 GMT</pubDate>
      <author>navadavuluri</author>
      <guid>http://communities.vmware.com/thread/226906</guid>
      <dc:date>2009-08-19T00:50:36Z</dc:date>
      <clearspace:dateToText>3 months, 6 days ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>Technology Exchange Developer Day - vSphere APIs for Performance Monitoring - A Panel Discussion</title>
      <link>http://communities.vmware.com/thread/226895</link>
      <description>Hello,&lt;br /&gt;
&lt;br /&gt;
We are happy to announce about our demo at Technology Exchange Developer Day 2009, vSphere APIs for Performance Monitoring - A Panel Discussion&lt;br /&gt;
&lt;br /&gt;
Presenter: Ravi Soundararajan&lt;br /&gt;
&lt;br /&gt;
Demo ID: DS-12&lt;br /&gt;
&lt;br /&gt;
Time: 4:45 - 5:45 PM&lt;br /&gt;
&lt;br /&gt;
Abstract:&lt;br /&gt;
&lt;br /&gt;
Our panel of experts will provide an opportunity to explore a deeper conversation on vSphere API monitoring topics</description>
      <category domain="http://communities.vmware.com/tags?communityID=2416">technology_exchange</category>
      <category domain="http://communities.vmware.com/tags?communityID=2416">developer_day</category>
      <category domain="http://communities.vmware.com/tags?communityID=2416">vsphere</category>
      <category domain="http://communities.vmware.com/tags?communityID=2416">apis</category>
      <category domain="http://communities.vmware.com/tags?communityID=2416">performance</category>
      <category domain="http://communities.vmware.com/tags?communityID=2416">monitoring</category>
      <pubDate>Wed, 19 Aug 2009 00:46:48 GMT</pubDate>
      <author>navadavuluri</author>
      <guid>http://communities.vmware.com/thread/226895</guid>
      <dc:date>2009-08-19T00:46:48Z</dc:date>
      <clearspace:dateToText>3 months, 1 week ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>Technology Exchange Developer Day - Key Features in vSphere 4.0 -Live Migration(vMotion), DRS, HA and FT</title>
      <link>http://communities.vmware.com/thread/226893</link>
      <description>Hello,&lt;br /&gt;
&lt;br /&gt;
We are happy to announce about our hands-on demo at Technology Exchange Developer Day 2009, Key Features in vSphere 4.0 -Live Migration(vMotion), DRS, HA and FT&lt;br /&gt;
&lt;br /&gt;
Presenter: Prasad Pmplaskar&lt;br /&gt;
&lt;br /&gt;
Demo ID: DS-08&lt;br /&gt;
&lt;br /&gt;
Time: 10:45 - 11:45 AM&lt;br /&gt;
&lt;br /&gt;
Abstract:&lt;br /&gt;
This demonstration will show how to use the vSphere APIs to perform VMotion and Storage VMotion.&lt;br /&gt;
It will also demonstrate how to enable and disable a DRS cluster and change its automation level. &lt;br /&gt;
This sample is implemented using Java programming language and vSphere APIs, version 4.0.</description>
      <category domain="http://communities.vmware.com/tags?communityID=2416">ft</category>
      <category domain="http://communities.vmware.com/tags?communityID=2416">hd</category>
      <category domain="http://communities.vmware.com/tags?communityID=2416">drs</category>
      <category domain="http://communities.vmware.com/tags?communityID=2416">live_migration</category>
      <category domain="http://communities.vmware.com/tags?communityID=2416">vsphere</category>
      <category domain="http://communities.vmware.com/tags?communityID=2416">developer_day</category>
      <category domain="http://communities.vmware.com/tags?communityID=2416">technology_exchange</category>
      <pubDate>Wed, 19 Aug 2009 00:37:44 GMT</pubDate>
      <author>navadavuluri</author>
      <guid>http://communities.vmware.com/thread/226893</guid>
      <dc:date>2009-08-19T00:37:44Z</dc:date>
      <clearspace:dateToText>3 months, 1 week ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>Technology Exchange Developer Day - Look Before You Leap- Checking compatibility and license-level</title>
      <link>http://communities.vmware.com/thread/226892</link>
      <description>We are happy to announce about our hands-on demo at Technology Exchange Developer Day 2009, Look Before You Leap- Checking compatibility and license-level.&lt;br /&gt;
&lt;br /&gt;
Presenter: Rajesh Kamal&lt;br /&gt;
&lt;br /&gt;
Demo ID: DS-06&lt;br /&gt;
&lt;br /&gt;
Time: 2:30 - 3:30 PM&lt;br /&gt;
&lt;br /&gt;
Abstract: &lt;br /&gt;
&lt;br /&gt;
This demonstration will illustrate host capabilities, how to write SDK checks for vMotion and &lt;br /&gt;
storage vMotion compatibility, as well as verifying feature compatibility and licensing.</description>
      <category domain="http://communities.vmware.com/tags?communityID=2416">license</category>
      <category domain="http://communities.vmware.com/tags?communityID=2416">compatibility</category>
      <category domain="http://communities.vmware.com/tags?communityID=2416">check</category>
      <category domain="http://communities.vmware.com/tags?communityID=2416">vmotion_compatible</category>
      <category domain="http://communities.vmware.com/tags?communityID=2416">technology</category>
      <category domain="http://communities.vmware.com/tags?communityID=2416">technology_exchange</category>
      <category domain="http://communities.vmware.com/tags?communityID=2416">developer_day</category>
      <pubDate>Wed, 19 Aug 2009 00:32:28 GMT</pubDate>
      <author>navadavuluri</author>
      <guid>http://communities.vmware.com/thread/226892</guid>
      <dc:date>2009-08-19T00:32:28Z</dc:date>
      <clearspace:dateToText>3 months, 1 week ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>Technology Exchange Developer Day - Key Features in vSphere 4.0 -Host Profiles</title>
      <link>http://communities.vmware.com/thread/226890</link>
      <description>Hello,&lt;br /&gt;
&lt;br /&gt;
We are happy to announce about our hands-on demo at Technology Exchange Developer Day 2009,  Key Features in vSphere 4.0 -Host Profiles.&lt;br /&gt;
&lt;br /&gt;
Presenter: Raju Koganty &lt;br /&gt;
&lt;br /&gt;
Demo ID: DS-04 &lt;br /&gt;
&lt;br /&gt;
Time: 1:30 - 2:15 PM&lt;br /&gt;
Abstract:&lt;br /&gt;
Host Profiles greatly simplify host configuration management in scale-out&lt;br /&gt;
deployments.This demonstration will illustrate how to use the vSphere&lt;br /&gt;
APIs to create and apply HostProfiles, and check the host configuration&lt;br /&gt;
for compliance. This is implemented using Java programming language&lt;br /&gt;
(1.5) and vSphere APIs (version 4.0).</description>
      <category domain="http://communities.vmware.com/tags?communityID=2416">key</category>
      <category domain="http://communities.vmware.com/tags?communityID=2416">features</category>
      <category domain="http://communities.vmware.com/tags?communityID=2416">vsphere</category>
      <category domain="http://communities.vmware.com/tags?communityID=2416">host</category>
      <category domain="http://communities.vmware.com/tags?communityID=2416">profiles</category>
      <pubDate>Wed, 19 Aug 2009 00:12:18 GMT</pubDate>
      <author>navadavuluri</author>
      <guid>http://communities.vmware.com/thread/226890</guid>
      <dc:date>2009-08-19T00:12:18Z</dc:date>
      <clearspace:dateToText>3 months, 1 week ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>List of ciphers supported by Virtual Center / ESX for SSL</title>
      <link>http://communities.vmware.com/thread/226820</link>
      <description>&lt;br /&gt;
I'm looking for the list of ciphers supported by Virtual Center for SSL communications. &lt;br /&gt;
&lt;p /&gt;
If I try to connect  using only the 40 bit ciphers that are not covered by export controls I get a handshake failed exception &lt;br /&gt;
&lt;p /&gt;
Thanks</description>
      <pubDate>Tue, 18 Aug 2009 20:16:08 GMT</pubDate>
      <author>jstockall</author>
      <guid>http://communities.vmware.com/thread/226820</guid>
      <dc:date>2009-08-18T20:16:08Z</dc:date>
      <clearspace:dateToText>3 months, 1 week ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>Adding &amp;#38; Removing VMFS datastores without deleting contents</title>
      <link>http://communities.vmware.com/thread/226708</link>
      <description>&lt;br /&gt;
I have an ESXi server which is configured and connected to an iSCSI target (RHEL5 with iscsi-target installed).&lt;br /&gt;
&lt;p /&gt;
My question is how do i go about:&lt;br /&gt;
&lt;br /&gt;
&lt;ol&gt;
&lt;li&gt;creating a VMFS datastore on a LUN on this iSCSI target&lt;/li&gt;
&lt;li&gt;Removing the datastore (**WITHOUT** erasing the contents)&lt;/li&gt;
&lt;li&gt;Adding the datastore back in at a later date (with the preserved contents)&lt;/li&gt;
&lt;/ol&gt;
&lt;br /&gt;
I can create a VMFS datastore using the code from this thread: &lt;a class="jive-link-thread" href="http://communities.vmware.com/thread/215818"&gt;http://communities.vmware.com/thread/215818.&lt;/a&gt; This works as expected an i can upload a file to the datastore (using the VI client) and check it persists between iSCSI target and ESXi host reboots.&lt;br /&gt;
&lt;p /&gt;
I assume that i can remove (not destoy) a datastore calling RemoveDatastore(datastoreSystemMOR, datastoreMOR). This work as expected and the datstore is removed (as observed from the VI client).&lt;br /&gt;
&lt;p /&gt;
How do i go about re-adding the datastore (similar to step 1 with some addition tweaking of the spec?) **WITHOUT** formatting the LUN? (and thus my files are still present?).&lt;br /&gt;
&lt;p /&gt;
I did see another post saying that DestroyDatastore and RemoveDatastore were doing the same thing (wiping the contents): &lt;a class="jive-link-message" href="http://communities.vmware.com/message/1164044#1164044"&gt;http://communities.vmware.com/message/1164044&lt;/a&gt;. Has this been fixed yet? &lt;br /&gt;
&lt;p /&gt;
Any help would be appreciated. &lt;br /&gt;
&lt;br /&gt;
&lt;a class="jive-link-thread" href="http://communities.vmware.com/thread/215818"&gt;http://communities.vmware.com/message/1164044&lt;/a&gt;</description>
      <pubDate>Tue, 18 Aug 2009 10:15:34 GMT</pubDate>
      <author>ChrisW199</author>
      <guid>http://communities.vmware.com/thread/226708</guid>
      <dc:date>2009-08-18T10:15:34Z</dc:date>
      <clearspace:dateToText>3 months, 1 week ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>Why does QueryPerf() sometimes return null?</title>
      <link>http://communities.vmware.com/thread/225990</link>
      <description>&lt;br /&gt;
I have an application that uses the VI SDK.  It connects directly to ESX server without going through Virtual Center.  It samples performance counters at regular intervals.  &lt;br /&gt;
&lt;p /&gt;
Most of the time, it collects data fine.  However, once in a while when calling QueryPerf() it gets a null return value.  There is no exception thrown so there is no error message to indicate what happened. This usually happens for a single sample interval and rather sporadically.  Next interval the same metric works fine. &lt;br /&gt;
&lt;p /&gt;
I cannot find any documentation or online posting that describes when or why QueryPerf() would return null.  My only guess is that the ESX server chooses to disregard the request when it is under heavy load. &lt;br /&gt;
&lt;p /&gt;
Does anybody have any experience with this and know why it would be happening?</description>
      <pubDate>Thu, 13 Aug 2009 16:18:31 GMT</pubDate>
      <author>Brian.Westphal</author>
      <guid>http://communities.vmware.com/thread/225990</guid>
      <dc:date>2009-08-13T16:18:31Z</dc:date>
      <clearspace:dateToText>2 months, 3 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>7</clearspace:messageCount>
      <clearspace:replyCount>6</clearspace:replyCount>
    </item>
    <item>
      <title>Technology Exchange - Developer Day Details - Hardware Health Monitoring</title>
      <link>http://communities.vmware.com/thread/225532</link>
      <description>Folks - latest details on our Hardware Health Monitoring Session @ Technology Exchange - Developer Day &lt;br /&gt;
&lt;br /&gt;
Event Information: &lt;a class="jive-link-external" href="http://communities.vmware.com/community/developer/techexchange"&gt;http://communities.vmware.com/community/developer/techexchange&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
VMware exposes a standards-based interface for monitoring server hardware and its health.  This session discusses how to build software solutions that leverage these interfaces.  We will explore using common techniques ranging from writing simple PowerCLI commands to more complex Perl, Java applications. We will also have an opportunity to discuss CIM/WSMAN implementations and some best practices when developing monitoring applications.  You will walk away from this session knowing what tools and resources you have available to develop robust solutions/commercial applications.  There will also be an opportunity to meet our R&amp;#38;D teams and engage in a live demo, ask questions and provide feedback on standards.  This is a must attend session for anyone managing small or large datacenters with VMware environments or software vendors building commercial solutions for Server Hardware Health&lt;br /&gt;
Monitoring. &lt;br /&gt;
&lt;br /&gt;
Speakers:&lt;br /&gt;
Daniel Hiltgen Sr. Staff Engineer VM Kernel Core&lt;br /&gt;
&lt;br /&gt;
Preetham Gopalaswamy Group Product Manager vSphere SDKs / APIs</description>
      <category domain="http://communities.vmware.com/tags?communityID=2416">hardware_health</category>
      <category domain="http://communities.vmware.com/tags?communityID=2416">technology_exchange</category>
      <category domain="http://communities.vmware.com/tags?communityID=2416">developer_day</category>
      <category domain="http://communities.vmware.com/tags?communityID=2416">sdk</category>
      <category domain="http://communities.vmware.com/tags?communityID=2416">api</category>
      <category domain="http://communities.vmware.com/tags?communityID=2416">monitoring</category>
      <category domain="http://communities.vmware.com/tags?communityID=2416">esx</category>
      <category domain="http://communities.vmware.com/tags?communityID=2416">vcenter</category>
      <pubDate>Tue, 11 Aug 2009 16:23:25 GMT</pubDate>
      <author>heyitspablo</author>
      <guid>http://communities.vmware.com/thread/225532</guid>
      <dc:date>2009-08-11T16:23:25Z</dc:date>
      <clearspace:dateToText>3 months, 2 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>Retrieve vmci cid</title>
      <link>http://communities.vmware.com/thread/224910</link>
      <description>&lt;br /&gt;
hi,&lt;br /&gt;
&lt;p /&gt;
There is a way to retrieving the vmware machine vmci cid via  the web services?&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
Thanks!</description>
      <category domain="http://communities.vmware.com/tags?communityID=2416">vsphere</category>
      <category domain="http://communities.vmware.com/tags?communityID=2416">vmci</category>
      <category domain="http://communities.vmware.com/tags?communityID=2416">webservices</category>
      <pubDate>Thu, 06 Aug 2009 20:02:57 GMT</pubDate>
      <author>tshamul</author>
      <guid>http://communities.vmware.com/thread/224910</guid>
      <dc:date>2009-08-06T20:02:57Z</dc:date>
      <clearspace:dateToText>3 months, 2 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>VMware Data Recovery Monitoring ...</title>
      <link>http://communities.vmware.com/thread/224830</link>
      <description>Hi,&lt;br /&gt;
&lt;br /&gt;
I would like to monitor that all VM's defined in Data Recovery are still backuped and "in compliance".&lt;br /&gt;
&lt;br /&gt;
Does somebody knowes if any script exist to do this (any hints welcome)...&lt;br /&gt;
Or if any API's are available to get the status of Data Recovery ? I'm ready to contribute and write some perl code &lt;img class="jive-emoticon" border="0" src="http://communities.vmware.com/images/emoticons/wink.gif" alt=";-)" /&gt;&lt;br /&gt;
&lt;p /&gt;
My target is to be able to know if all backup are done correctly in a tools like nagios.&lt;br /&gt;
&lt;br /&gt;
Kind regards,&lt;br /&gt;
&lt;br /&gt;
Marc</description>
      <category domain="http://communities.vmware.com/tags?communityID=2416">data_recovery</category>
      <category domain="http://communities.vmware.com/tags?communityID=2416">api</category>
      <category domain="http://communities.vmware.com/tags?communityID=2416">nagios</category>
      <pubDate>Thu, 06 Aug 2009 14:10:37 GMT</pubDate>
      <author>nemo_practeo</author>
      <guid>http://communities.vmware.com/thread/224830</guid>
      <dc:date>2009-08-06T14:10:37Z</dc:date>
      <clearspace:dateToText>3 months, 2 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>SSL</title>
      <link>http://communities.vmware.com/thread/224821</link>
      <description>&lt;br /&gt;
Hello All,&lt;br /&gt;
&lt;p /&gt;
All sample programs in vsphere4.0 sdk(java) are using the following line to ease the development by accepting all SSL certificates by default. &lt;br /&gt;
&lt;p /&gt;
System.setProperty("org.apache.axis.components.net.SecureSocketFactory", "org.apache.axis.components.net.SunFakeTrustSocketFactory");&lt;br /&gt;
&lt;p /&gt;
while developing applications what we need to do instead of this?.How to get that rui.crt file programmatically?&lt;br /&gt;
&lt;p /&gt;
See we can get the ip,username,password as input.Then what are the things we need to do to establish a connection with an esx server.&lt;br /&gt;
&lt;p /&gt;
1.How to get the rui.crt file.Do we need to change the rui.crt to *******.keystore?&lt;br /&gt;
&lt;p /&gt;
2.How to use the above created file?&lt;br /&gt;
&lt;p /&gt;
Please help me to proceed further.&lt;br /&gt;
&lt;p /&gt;
Thanks,&lt;br /&gt;
&lt;p /&gt;
Thomas.&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;br /&gt;</description>
      <pubDate>Thu, 06 Aug 2009 12:05:05 GMT</pubDate>
      <author>thomasjulian</author>
      <guid>http://communities.vmware.com/thread/224821</guid>
      <dc:date>2009-08-06T12:05:05Z</dc:date>
      <clearspace:dateToText>3 months, 2 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>If you need any sample code to get started, make a request here!</title>
      <link>http://communities.vmware.com/thread/224748</link>
      <description>Need a sample code, then submit your request here:&lt;a class="jive-link-external" href="http://requestbox.slinkset.com/"&gt; CodeCentral Sample Code Request Box&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
We assure you that all the requests will be processed promptly.&lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;
For more information on how this works:&lt;a class="jive-link-external" href="http://blogs.vmware.com/codecentral/2009/08/community-sample-code-request-box-feedback.html"&gt; Learn about Sample Code Request Box and CodeCentral Feedback&lt;/a&gt;</description>
      <category domain="http://communities.vmware.com/tags?communityID=2416">perl</category>
      <category domain="http://communities.vmware.com/tags?communityID=2416">perltoolkit</category>
      <category domain="http://communities.vmware.com/tags?communityID=2416">scripting</category>
      <category domain="http://communities.vmware.com/tags?communityID=2416">vsphere</category>
      <category domain="http://communities.vmware.com/tags?communityID=2416">webservices</category>
      <category domain="http://communities.vmware.com/tags?communityID=2416">help</category>
      <category domain="http://communities.vmware.com/tags?communityID=2416">samples</category>
      <category domain="http://communities.vmware.com/tags?communityID=2416">sample_code</category>
      <pubDate>Thu, 06 Aug 2009 00:07:19 GMT</pubDate>
      <author>navadavuluri</author>
      <guid>http://communities.vmware.com/thread/224748</guid>
      <dc:date>2009-08-06T00:07:19Z</dc:date>
      <clearspace:dateToText>3 months, 2 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>difference in performance data between VI API 2.5 and 4.0</title>
      <link>http://communities.vmware.com/thread/224685</link>
      <description>Hi&lt;br /&gt;
&lt;br /&gt;
I'm sorry if this was already discusses and I missed it.&lt;br /&gt;
&lt;br /&gt;
There is a difference between VI API 2.5 and 4.0 cluster performance data and I was wondering if this is expected.&lt;br /&gt;
&lt;br /&gt;
In short, the PerfCounterInfo array returned by QueryPerfCounter In API 2.5 is always larger than corresponding PerfEntityMetric array returned by QueryPerf, but in 4.0 it's the opposite.&lt;br /&gt;
&lt;br /&gt;
Precisely, in 4.0 I run into situation when I receive values with keys that are NOT available for a particular managed object.&lt;br /&gt;
&lt;br /&gt;
This happens because QueryAvailablePerfMetric, which I call without the interval id assigned, in 2.5 returned more number of metric ids than I'd later receive values, but in 4.0 it returns less.&lt;br /&gt;
&lt;br /&gt;
As I said, it happens only with clusters.&lt;br /&gt;
&lt;br /&gt;
Any comment, please?&lt;br /&gt;
&lt;br /&gt;
Thanks a lot in advance.</description>
      <pubDate>Wed, 05 Aug 2009 17:45:24 GMT</pubDate>
      <author>dmitrif</author>
      <guid>http://communities.vmware.com/thread/224685</guid>
      <dc:date>2009-08-05T17:45:24Z</dc:date>
      <clearspace:dateToText>3 months, 2 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>CIM SDK used across different hypervisors???</title>
      <link>http://communities.vmware.com/thread/224567</link>
      <description>&lt;br /&gt;
Hi All,&lt;br /&gt;
&lt;p /&gt;
Can you please let me know whether CIM-SDK used across different Hypervisors like MicroSoft's Hyper-v or Zen server(Citrix)???? or is it used only to access ESX/ESXi????&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
Regards,&lt;br /&gt;
&lt;p /&gt;
SHILPA</description>
      <pubDate>Wed, 05 Aug 2009 06:37:23 GMT</pubDate>
      <author>vnshilpa</author>
      <guid>http://communities.vmware.com/thread/224567</guid>
      <dc:date>2009-08-05T06:37:23Z</dc:date>
      <clearspace:dateToText>3 months, 2 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>keytool error: java.io.IOException: Invalid keystore format</title>
      <link>http://communities.vmware.com/thread/224202</link>
      <description>&lt;br /&gt;
I read the Development Setup Guide.Inwhich they have given&lt;br /&gt;
&lt;p /&gt;
Use the Java keytool utility to import a certificate. The syntax is as follows:&lt;br /&gt;
keytool -import -file &amp;lt;certificate-filename&amp;gt; -alias &amp;lt;server-name&amp;gt; -keystore vmware.keystore&lt;br /&gt;
For example:&lt;br /&gt;
C:\VMware-Certs&amp;gt;keytool -import -file rui.crt -alias sdkpubs01 -keystore vmware.keystore&lt;br /&gt;
A prompt requesting a password for the keystore appears:&lt;br /&gt;
Enter keystore password:&lt;br /&gt;
Create a password for the keystore &lt;br /&gt;
&lt;p /&gt;
But when i try to execute the following command &lt;br /&gt;
&lt;p /&gt;
keytool -import -file rui.crt -alias esxsermachinename -keystore rui.crt&lt;br /&gt;
&lt;p /&gt;
I am  getting this error.&lt;br /&gt;
&lt;p /&gt;
keytool error: java.io.IOException: Invalid keystore format &lt;br /&gt;
&lt;p /&gt;
 Any idea?&lt;br /&gt;
&lt;p /&gt;
Thanks,&lt;br /&gt;
&lt;p /&gt;
Thomas</description>
      <pubDate>Mon, 03 Aug 2009 13:41:54 GMT</pubDate>
      <author>thomasjulian</author>
      <guid>http://communities.vmware.com/thread/224202</guid>
      <dc:date>2009-08-03T13:41:54Z</dc:date>
      <clearspace:dateToText>3 months, 3 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>UpgradeTools_Task</title>
      <link>http://communities.vmware.com/thread/223954</link>
      <description>&lt;br /&gt;
Hello,&lt;br /&gt;
&lt;p /&gt;
 I am looking for the &lt;b&gt;installerOptions&lt;/b&gt; for UpgradeTools_Task.&lt;br /&gt;
&lt;p /&gt;
ex. found but don't want the VM be rebooted after the upgrade :&lt;br /&gt;
&lt;p /&gt;
my $vm_views = Vim::find_entity_views(view_type =&amp;gt; 'VirtualMachine', filter =&amp;gt; { 'guest.toolsStatus' =&amp;gt; 'toolsOld' });&lt;br /&gt;
&lt;p /&gt;
foreach (@$vm_views) {&lt;br /&gt;
      my $nameVM = $_-&amp;gt;name;&lt;br /&gt;
      open FILE, "&amp;lt;", "VMToolsUpgradeList.txt" or die $!;&lt;br /&gt;
      my @lines = &amp;lt;FILE&amp;gt;;&lt;br /&gt;
      foreach my $vmname (@lines) {&lt;br /&gt;
         chomp($vmname);&lt;br /&gt;
         if ($nameVM eq $vmname) {&lt;br /&gt;
&lt;b&gt;$_-&amp;gt;UpgradeTools_Task();&lt;/b&gt;&lt;br /&gt;
            print "Issued VMware Tools upgrade task on " . $nameVM . "\n";&lt;br /&gt;
        }&lt;br /&gt;
     }&lt;br /&gt;
}&lt;br /&gt;
&lt;p /&gt;
 Thank you&lt;br /&gt;
&lt;p /&gt;
Dominic</description>
      <pubDate>Fri, 31 Jul 2009 17:24:42 GMT</pubDate>
      <author>fordian</author>
      <guid>http://communities.vmware.com/thread/223954</guid>
      <dc:date>2009-07-31T17:24:42Z</dc:date>
      <clearspace:dateToText>3 months, 3 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>5</clearspace:messageCount>
      <clearspace:replyCount>4</clearspace:replyCount>
    </item>
    <item>
      <title>Video Overview of vSphere SDKs and APIs</title>
      <link>http://communities.vmware.com/thread/223845</link>
      <description>Short video clip provides overview of the VMware vSphere SDKs and APIs &lt;br /&gt;
&lt;br /&gt;
{youtube} &lt;a class="jive-link-external" href="http://www.youtube.com/watch?v=gKaDz0z2_KY"&gt;http://www.youtube.com/watch?v=gKaDz0z2_KY&lt;/a&gt; {youtube}</description>
      <category domain="http://communities.vmware.com/tags?communityID=2416">vsphere</category>
      <category domain="http://communities.vmware.com/tags?communityID=2416">sdk</category>
      <category domain="http://communities.vmware.com/tags?communityID=2416">api</category>
      <category domain="http://communities.vmware.com/tags?communityID=2416">toolkit</category>
      <pubDate>Fri, 31 Jul 2009 00:39:47 GMT</pubDate>
      <author>heyitspablo</author>
      <guid>http://communities.vmware.com/thread/223845</guid>
      <dc:date>2009-07-31T00:39:47Z</dc:date>
      <clearspace:dateToText>3 months, 3 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>Server extension example</title>
      <link>http://communities.vmware.com/thread/223321</link>
      <description>Hi,&lt;br /&gt;
does anyone have a code example of a server extension?&lt;br /&gt;
&lt;br /&gt;
Thanks,&lt;br /&gt;
Gil.</description>
      <pubDate>Tue, 28 Jul 2009 18:22:57 GMT</pubDate>
      <author>gilsharon</author>
      <guid>http://communities.vmware.com/thread/223321</guid>
      <dc:date>2009-07-28T18:22:57Z</dc:date>
      <clearspace:dateToText>3 months, 4 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>How to use hbcheck.pl in Vmware Perl api</title>
      <link>http://communities.vmware.com/thread/223239</link>
      <description>&lt;br /&gt;
Hi all...&lt;br /&gt;
&lt;p /&gt;
 I am using Vmware Vmperl Api on my ESX server 3.5..&lt;br /&gt;
&lt;p /&gt;
I got hbcheck.pl a perl script along this package(Vmware Vmperl Api).&lt;br /&gt;
&lt;p /&gt;
I want to know that for what purpose this script is used and how to use it...&lt;br /&gt;
&lt;p /&gt;
Thanks in advance...&lt;br /&gt;
&lt;p /&gt;
regards ..&lt;br /&gt;
&lt;p /&gt;
Nakul</description>
      <pubDate>Tue, 28 Jul 2009 11:56:29 GMT</pubDate>
      <author>itm.nakul</author>
      <guid>http://communities.vmware.com/thread/223239</guid>
      <dc:date>2009-07-28T11:56:29Z</dc:date>
      <clearspace:dateToText>3 months, 4 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>vSphere 4.0.0 and Windows 7 VM Issue</title>
      <link>http://communities.vmware.com/thread/223095</link>
      <description>&lt;br /&gt;
I am having an issue with my Windows 7 (build 7100 RC) VMs on our vSphere server (v4.0.0 Build 162856) in that everything works fine in the VMs until I update patches. Then upon reboot the VM hangs after the bios hands off the video presentation to Windows. Did not see anything in the log files that is being recorded.&lt;br /&gt;
&lt;p /&gt;
The issue was repeatable in that I could go to a previous restore point, everything would work fine, then after a few reboots it would hang again. Finally figured out that some patches were being applied without notification and when I went back to the restore point, got the OS running again, and then turned off Automatic Updates, the issue did not pop up again. Other then VMware tools, this is a clean OS.  &lt;br /&gt;
&lt;p /&gt;
 Question: Does anyone know of any issues with any patches for Windows 7 running on vSphere 4.0.0 that would cause this issue? I googled and search this site but could not find anything. Thanks.&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
Forum mods: If this question is in the wrong area, please move.</description>
      <pubDate>Mon, 27 Jul 2009 17:16:27 GMT</pubDate>
      <author>PatrickBDunlap</author>
      <guid>http://communities.vmware.com/thread/223095</guid>
      <dc:date>2009-07-27T17:16:27Z</dc:date>
      <clearspace:dateToText>3 months, 4 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>Web Services SDK and ESXi</title>
      <link>http://communities.vmware.com/thread/223020</link>
      <description>&lt;br /&gt;
I've succesfully written some Javascript to handle some VM tasks within Virtual Center (power on, off, clone etc.). I'm now trying to get info out of our (non-VC managed) ESXi hosts using the web services API and can't even get a succesful login. All I'm trying to do at the moment is login, then logout. I assumed all I'd need to do is modify the SDK location url, username and password in my working script, but am getting no session cookie returned and "Login, SOAP fault string: The session is not authenticated" error.&lt;br /&gt;
&lt;p /&gt;
 Am I missing some fundamental difference between the VC API and the ESXi API?&lt;br /&gt;
&lt;p /&gt;
 Cheers, Nick.</description>
      <pubDate>Mon, 27 Jul 2009 12:14:43 GMT</pubDate>
      <author>NPBrown</author>
      <guid>http://communities.vmware.com/thread/223020</guid>
      <dc:date>2009-07-27T12:14:43Z</dc:date>
      <clearspace:dateToText>3 months, 4 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>5</clearspace:messageCount>
      <clearspace:replyCount>4</clearspace:replyCount>
    </item>
    <item>
      <title>“RetrieveServiceContent” takes time to execute in win2k3 system during booting.</title>
      <link>http://communities.vmware.com/thread/223004</link>
      <description>&amp;lt;!--&lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=if+gte+mso+9"&gt;if gte mso 9&lt;/a&gt;&amp;gt;&amp;lt;xml&amp;gt;&lt;br /&gt;
Normal&lt;br /&gt;
0&lt;br /&gt;
false&lt;br /&gt;
false&lt;br /&gt;
false&lt;br /&gt;
MicrosoftInternetExplorer4&lt;br /&gt;
&amp;lt;/xml&amp;gt;&amp;lt;!&lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=endif"&gt;endif&lt;/a&gt;--&amp;gt;&amp;lt;!--&lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=if+gte+mso+9"&gt;if gte mso 9&lt;/a&gt;&amp;gt;&amp;lt;xml&amp;gt;&lt;br /&gt;
&amp;lt;/xml&amp;gt;&amp;lt;!&lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=endif"&gt;endif&lt;/a&gt;--&amp;gt;&lt;br /&gt;
&amp;lt;!--&lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=if+gte+mso+10"&gt;if gte mso 10&lt;/a&gt;&amp;gt;&lt;br /&gt;
&amp;lt;style&amp;gt;&lt;br /&gt;
/* Style Definitions */&lt;br /&gt;
table.MsoNormalTable {mso-style-name:"Table Normal"; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-noshow:yes; mso-style-parent:""; mso-padding-alt:0in 5.4pt 0in 5.4pt; mso-para-margin:0in; mso-para-margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:10.0pt; font-family:"Times New Roman"; mso-ansi-language:#0400; mso-fareast-language:#0400; mso-bidi-language:#0400;}&lt;br /&gt;
&amp;lt;/style&amp;gt;&lt;br /&gt;
&amp;lt;!&lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=endif"&gt;endif&lt;/a&gt;--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  I have a windows service and during service start up I connect to VC . &amp;ldquo;RetrieveServiceContent&amp;rsquo; operation takes time (approximately&lt;br /&gt;
5 min) to complete and this happens only during system restart in win2k3&lt;br /&gt;
systems. Subsequent restart of my service does not take time. These are my&lt;br /&gt;
observation.&lt;br /&gt;
&lt;p /&gt;
1.      If&lt;br /&gt;
I disable "RasMan" service or if I make "RasMan" service&lt;br /&gt;
automatic I don't see said behavior.&lt;br /&gt;
&lt;p /&gt;
2.      This&lt;br /&gt;
behavior is not seen  in Win2k8 system.&lt;br /&gt;
&lt;p /&gt;
Why &amp;ldquo;RasMan&amp;rdquo; service is getting invoked when we&lt;br /&gt;
call &amp;ldquo;RetrieveServiceContent&amp;rdquo;?</description>
      <pubDate>Mon, 27 Jul 2009 10:30:31 GMT</pubDate>
      <author>rajeshv</author>
      <guid>http://communities.vmware.com/thread/223004</guid>
      <dc:date>2009-07-27T10:30:31Z</dc:date>
      <clearspace:dateToText>3 months, 4 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>cisco nexus 1000v - Get vEthernet details</title>
      <link>http://communities.vmware.com/thread/222986</link>
      <description>Hi,&lt;br /&gt;
&lt;br /&gt;
I want to get details of the vethernet attached to cisco distributed switch. &lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;
As we can see  in following output, I required to get vethernet number from vCenter (here for ex. &lt;b&gt;Veth1&lt;/b&gt; or Veth2) &lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;
n1000v# &lt;b&gt;show interface brief&lt;/b&gt;&lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;
&lt;hr /&gt;
Port       VRF             Status IP           Address                                    Speed      MTU&lt;br /&gt;
&lt;hr /&gt;
mgmt0       --         up                        192.168.4.104        1000        1500&lt;br /&gt;
&lt;br /&gt;
&lt;hr /&gt;
Ethernet             VLAN           Type    Mode        Status         Reason                          Speed             Port  Interface                                                                   Ch #&lt;br /&gt;
&lt;hr /&gt;
Eth3/2                  192                eth        trunk        up                  none                                    100(D)            --&lt;br /&gt;
&lt;br /&gt;
&lt;hr /&gt;
Interface          VLAN          Type     Mode       Status         Reason                  MTU&lt;br /&gt;
&lt;hr /&gt;
&lt;b&gt;Veth1&lt;/b&gt;              192                virt      access   up                  none                       1500&lt;br /&gt;
&lt;b&gt;Veth2&lt;/b&gt;              192                virt      access   errDisa      Error disabled                  1500&lt;br /&gt;
&lt;br /&gt;
How can I get required details?&lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;
Thanks,&lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;
D V</description>
      <pubDate>Mon, 27 Jul 2009 06:48:49 GMT</pubDate>
      <author>DVyas</author>
      <guid>http://communities.vmware.com/thread/222986</guid>
      <dc:date>2009-07-27T06:48:49Z</dc:date>
      <clearspace:dateToText>3 months, 4 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>Hello World using vSphere Web Services SDK - Balaji Parimi VMware Ecosystem Engineering</title>
      <link>http://communities.vmware.com/thread/222880</link>
      <description>Balaji from Ecosystem Engineering describes how to get started with the vSphere Web Services SDK 4.0. You can come and meet Balaji at the upcoming Technology Exchange - Developer Day Monday August 31st 2009 @ VMworld 2009&lt;br /&gt;
&lt;br /&gt;
Sample Code and details available at &lt;a class="jive-link-external" href="http://blogs.vmware.com/developer/2009/07/vsphere-sdk-hello-world.html"&gt;http://blogs.vmware.com/developer/2009/07/vsphere-sdk-hello-world.html&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
{youtube} &lt;a class="jive-link-external" href="http://www.youtube.com/watch?v=gV15qi1rnkM"&gt;http://www.youtube.com/watch?v=gV15qi1rnkM&lt;/a&gt; {youtube}</description>
      <category domain="http://communities.vmware.com/tags?communityID=2416">vsphere</category>
      <category domain="http://communities.vmware.com/tags?communityID=2416">sdk</category>
      <category domain="http://communities.vmware.com/tags?communityID=2416">getting</category>
      <category domain="http://communities.vmware.com/tags?communityID=2416">started</category>
      <category domain="http://communities.vmware.com/tags?communityID=2416">vmware</category>
      <category domain="http://communities.vmware.com/tags?communityID=2416">esx3.5</category>
      <pubDate>Sat, 25 Jul 2009 13:07:30 GMT</pubDate>
      <author>heyitspablo</author>
      <guid>http://communities.vmware.com/thread/222880</guid>
      <dc:date>2009-07-25T13:07:30Z</dc:date>
      <clearspace:dateToText>4 months, 1 day ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>Changes to the ESX Service Console for ESX 4.0</title>
      <link>http://communities.vmware.com/thread/222645</link>
      <description>&lt;br /&gt;
Please check out the attched document for information.&lt;br /&gt;
&lt;p /&gt;
This technical paper discusses incompatibilities between the ESX 3.5 service&lt;br /&gt;
console and the ESX 4.0 service console. Included are suggestions of what you might do to upgrade your&lt;br /&gt;
existing environments that depend on the ESX service console. This document also discusses how you might&lt;br /&gt;
bridge the gap to support ESXi, which does not include a service console. And finally, if you are currently&lt;br /&gt;
writing applications that run in the ESX service console, this document suggests some possible options you&lt;br /&gt;
have for transitioning away from it.</description>
      <category domain="http://communities.vmware.com/tags?communityID=2416">changes</category>
      <category domain="http://communities.vmware.com/tags?communityID=2416">service_console</category>
      <category domain="http://communities.vmware.com/tags?communityID=2416">esx_4</category>
      <pubDate>Fri, 24 Jul 2009 01:37:08 GMT</pubDate>
      <author>navadavuluri</author>
      <guid>http://communities.vmware.com/thread/222645</guid>
      <dc:date>2009-07-24T01:37:08Z</dc:date>
      <clearspace:dateToText>4 months, 2 days ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>ERROR:CIM_ERR_ACCESS_DENIED occures</title>
      <link>http://communities.vmware.com/thread/222507</link>
      <description>&lt;br /&gt;
 hi,&lt;br /&gt;
&lt;p /&gt;
I have install VMWare CIM SDK on my machine.&lt;br /&gt;
&lt;p /&gt;
But while executing the sample c++ application  of indications i get following error.&lt;br /&gt;
&lt;p /&gt;
User Sunil has administrative access.&lt;br /&gt;
&lt;p /&gt;
&lt;strike&gt;root@vcc-cim c++&lt;/strike&gt;# indications ESX _Server sunil Sunil  create&lt;br /&gt;
DEBUG: Listener started on port 2742&lt;br /&gt;
DEBUG: Creating filter for SELECT * FROM VMWARE_InstCreation&lt;br /&gt;
Error: failed to create filter: CIM_ERR_ACCESS_DENIED: User (sunil) is not authorized to perform this operation.&lt;br /&gt;
DEBUG: Creating handler for &lt;a class="jive-link-external" href="http://10.77.164.16:2742/test"&gt;http://10.77.164.16:2742/test&lt;/a&gt;&lt;br /&gt;
Error: failed to create Handler: CIM_ERR_ACCESS_DENIED: User (sunil) is not authorized to perform this operation.&lt;br /&gt;
DEBUG: Creating subscription...&lt;br /&gt;
Error: failed to create subscription: HTTP Error (400 Bad Request): CIMError = "request-not-valid" Detail = "Semantic error: on line 14: Illegal value for CLASSNAME.NAME attribute".&lt;br /&gt;
Sleeping forever to wait for indications... (press ^C to terminate)&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
Please let me know,any suggetions.&lt;br /&gt;
&lt;p /&gt;
Sunil &lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;br /&gt;</description>
      <pubDate>Thu, 23 Jul 2009 10:15:53 GMT</pubDate>
      <author>sunilbotre</author>
      <guid>http://communities.vmware.com/thread/222507</guid>
      <dc:date>2009-07-23T10:15:53Z</dc:date>
      <clearspace:dateToText>4 months, 3 days ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>vmWare Api VMpowerOps</title>
      <link>http://communities.vmware.com/thread/222109</link>
      <description>&lt;br /&gt;
Hi.&lt;br /&gt;
&lt;p /&gt;
I have a problem: I connect an esx server via vmware api and i get every vm's name, but only the name. I use for that the SimpleClient.java. The problem is: i want power off, or suspend a machine but VMpowerOps.java dont use the vm's name only some number, which i dont know what is it. I can take suspend a machine only if i know the vm's name?&lt;br /&gt;
&lt;p /&gt;
Thanks the answers!</description>
      <pubDate>Tue, 21 Jul 2009 12:29:17 GMT</pubDate>
      <author>Tozo</author>
      <guid>http://communities.vmware.com/thread/222109</guid>
      <dc:date>2009-07-21T12:29:17Z</dc:date>
      <clearspace:dateToText>4 months, 4 days ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>Can I manually configure a snapshot tree?</title>
      <link>http://communities.vmware.com/thread/222024</link>
      <description>Here's what I'm looking to do:&lt;br /&gt;
&lt;br /&gt;
Create a VM, make changes and take some snapshots. Save the Snapshot-delta.vmdk files in a repository. Later, create a new VM using the same base disk and generate a snapshot tree to add the saved snapshots. &lt;br /&gt;
&lt;br /&gt;
I can do this manually by generating the vmsn, vmsd, &amp;#38; snapshot.vmdk files by hand. What I'd like is a way to do this in code.  Does anyone know a way to configure a snapshot tree in code that will them generate all of these snapshot configuration files when the VM is created?  &lt;br /&gt;
&lt;br /&gt;
Alternatively, I can also take snapshots using CreateSnapshot_Task() and then manually edit the snapshot.vmdk files to point to the saved -delta.vmdk snapshot files. This is less elegant, but if I must go this route, I'd also like a way to edit the snapshot tree (or snapshot.vmdk files) within code, short of invoking a command line script.&lt;br /&gt;
&lt;br /&gt;
Has anyone done anything similar?  Any ideas?</description>
      <pubDate>Tue, 21 Jul 2009 01:00:51 GMT</pubDate>
      <author>cacois</author>
      <guid>http://communities.vmware.com/thread/222024</guid>
      <dc:date>2009-07-21T01:00:51Z</dc:date>
      <clearspace:dateToText>4 months, 5 days ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>Getting values from .vmxf file</title>
      <link>http://communities.vmware.com/thread/221831</link>
      <description>Is there a way a way by which I can get the value of properties present in .vmxf file? I am able to get the values out of .vmx file using vSphere Web Services SDK. But, I couldn't figure out a way to get the 'VMId' value present in .vmxf file using vSphere Seb Services SDK.</description>
      <pubDate>Mon, 20 Jul 2009 03:58:11 GMT</pubDate>
      <author>ajayvk</author>
      <guid>http://communities.vmware.com/thread/221831</guid>
      <dc:date>2009-07-20T03:58:11Z</dc:date>
      <clearspace:dateToText>4 months, 6 days ago</clearspace:dateToText>
      <clearspace:messageCount>5</clearspace:messageCount>
      <clearspace:replyCount>4</clearspace:replyCount>
    </item>
    <item>
      <title>vAPP under vm</title>
      <link>http://communities.vmware.com/thread/221606</link>
      <description>&lt;br /&gt;
Hi.. &lt;br /&gt;
&lt;p /&gt;
  In our environment we are using VMWare vSphere webservices SDK....VirtualMachine entity via we get vm properties like runtime,guest,config details.In this entity shows all vms except vApp under vms...We are not get the vApp under vm properties via VirtualMachine entity..suppose we getDynamiProperty method for vApp under vms collection those details..its take more time...Is any idea to get  vApp under vm properties.&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
Thanks&lt;br /&gt;
&lt;p /&gt;
Ramesh &lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;br /&gt;</description>
      <pubDate>Fri, 17 Jul 2009 07:46:00 GMT</pubDate>
      <author>kbr5678</author>
      <guid>http://communities.vmware.com/thread/221606</guid>
      <dc:date>2009-07-17T07:46:00Z</dc:date>
      <clearspace:dateToText>4 months, 6 days ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>Technology Exchange - Developer Day Session Update -  vSphere APIs for Performance Monitoring</title>
      <link>http://communities.vmware.com/thread/221552</link>
      <description>Folks - this is one of our highest rated sessions. Take a look at the Session from our last Technology Exchange event in Orlando Florida, watch the &lt;a class="jive-link-external" href="http://download3.vmware.com/media/mov/VIAPI-Application_Performance_Monitoring_VIAPI.mov"&gt;video&lt;/a&gt;. &lt;br /&gt;
&lt;br /&gt;
Event information, register today: &lt;a class="jive-link-external" href="http://communities.vmware.com/community/developer/techexchange"&gt;http://communities.vmware.com/community/developer/techexchange&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Session # VS-04&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Session Title&lt;/b&gt; vSphere APIs for Perfomance Monitoring&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Session Abstract:&lt;/b&gt;&lt;br /&gt;
Understand the features available to developers via vSphere Web Services APIs to &lt;br /&gt;
collect performance statistics and discuss best practices in collecting performance &lt;br /&gt;
data when using these APIs.  This presentation is a must-attend for any developer &lt;br /&gt;
that retrieves performance information from the vSphere platform in any large environment. &lt;br /&gt;
While the content is advanced, developers new to the platform will find it useful.&lt;br /&gt;
&lt;b&gt;Level&lt;/b&gt;: Advanced&lt;br /&gt;
&lt;br /&gt;
{youtube}&lt;a class="jive-link-external" href="http://www.youtube.com/watch?v=IxGcNy5m1GM"&gt;http://www.youtube.com/watch?v=IxGcNy5m1GM&lt;/a&gt;{youtube}&lt;br /&gt;
Speaker: &lt;br /&gt;
Ravi Soundararajan &lt;br /&gt;
Staff Engineer Performance Team</description>
      <category domain="http://communities.vmware.com/tags?communityID=2416">vmworld</category>
      <category domain="http://communities.vmware.com/tags?communityID=2416">vmware</category>
      <category domain="http://communities.vmware.com/tags?communityID=2416">technology</category>
      <category domain="http://communities.vmware.com/tags?communityID=2416">exchange</category>
      <category domain="http://communities.vmware.com/tags?communityID=2416">developer</category>
      <category domain="http://communities.vmware.com/tags?communityID=2416">day</category>
      <category domain="http://communities.vmware.com/tags?communityID=2416">session</category>
      <pubDate>Thu, 16 Jul 2009 23:31:09 GMT</pubDate>
      <author>navadavuluri</author>
      <guid>http://communities.vmware.com/thread/221552</guid>
      <dc:date>2009-07-16T23:31:09Z</dc:date>
      <clearspace:dateToText>4 months, 5 days ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>VCenter 4.0 chunks data even with maxBufferedResponseBytes greater than 200MB</title>
      <link>http://communities.vmware.com/thread/221340</link>
      <description>Hello Experts,&lt;br /&gt;
We had noticed that the VCenter 4.0 chunks data in response to client request. As per VMware recomendation we have increased the 'maxBufferedResponseBytes' to &amp;gt;200MB but still we recieve the response in chunked format. Can some body help on this regard?. we have some 70Vms on our data center.&lt;br /&gt;
&lt;br /&gt;
Reference:&lt;br /&gt;
&lt;a class="jive-link-external" href="http://www.vmware.com/support/developer/cim-sdk/4.0/smi/cim_smi_400_prog.pdf"&gt;http://www.vmware.com/support/developer/cim-sdk/4.0/smi/cim_smi_400_prog.pdf&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Thanks&lt;br /&gt;
Elavarasan.S</description>
      <pubDate>Thu, 16 Jul 2009 06:40:15 GMT</pubDate>
      <author>prince0206</author>
      <guid>http://communities.vmware.com/thread/221340</guid>
      <dc:date>2009-07-16T06:40:15Z</dc:date>
      <clearspace:dateToText>4 months, 1 week ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>events monitoring</title>
      <link>http://communities.vmware.com/thread/221292</link>
      <description>&lt;br /&gt;
I would like to know what is the best method for monitoring events in the SDK for a newly cloned vm that is first powered on and is running through the customization process. We noticed the first time the vm is powred on events like "started customization of VM test2. customization log located at c:....... in the guest.&lt;br /&gt;
&lt;p /&gt;
First, I would like to know the best method to use for monitoring this in real time &lt;br /&gt;
&lt;p /&gt;
Second, are we able to filter those events to the specific VM or do we need to parse the text data looking for the vm name on each and every event?&lt;br /&gt;
&lt;p /&gt;
Third, If we are not monitoring in real time, are we able to look back a few hours and review past events?&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
thanks in advance</description>
      <pubDate>Thu, 16 Jul 2009 01:10:55 GMT</pubDate>
      <author>beckhamk</author>
      <guid>http://communities.vmware.com/thread/221292</guid>
      <dc:date>2009-07-16T01:10:55Z</dc:date>
      <clearspace:dateToText>4 months, 1 week ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>probelm with reconfigure resource pool</title>
      <link>http://communities.vmware.com/thread/220914</link>
      <description>&lt;br /&gt;
Having trouble reconfiguring a resource pool. Here's my code:&lt;br /&gt;
&lt;p /&gt;
ManagedObjectReference mor = new ManagedObjectReference();&lt;br /&gt;
&lt;p /&gt;
mor.type = "ResourcePool";&lt;br /&gt;
&lt;p /&gt;
mor.Value = moref;&lt;br /&gt;
&lt;p /&gt;
ResourceConfigSpec rsc = new ResourceConfigSpec();&lt;br /&gt;
&lt;p /&gt;
rsc.cpuAllocation.shares = (string)"1000";&lt;br /&gt;
&lt;p /&gt;
// _service.ReconfigureComputeResource_Task(mor, rsc, true);&lt;br /&gt;
&lt;p /&gt;
_service.ReconfigureComputeResource_Task(mor, ResourceConfigSpec, true);&lt;br /&gt;
&lt;p /&gt;
return null;&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
Problem I have is not sure that ReconfigureComputeResource_Task is that correct option to use and how to define cpuAllocation.shares as I have the value as a string.&lt;br /&gt;
&lt;p /&gt;
Thanks for any help. &lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
Ricky El-Qasem&lt;br /&gt;
&lt;br /&gt;
VCI/VCP - MCSE - RHCT</description>
      <pubDate>Tue, 14 Jul 2009 12:10:34 GMT</pubDate>
      <author>rickyelqasem</author>
      <guid>http://communities.vmware.com/thread/220914</guid>
      <dc:date>2009-07-14T12:10:34Z</dc:date>
      <clearspace:dateToText>4 months, 1 week ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>VI 4.0 responded with "Transfer-Encoding: chunked" in response to 'RetrieveProperties'</title>
      <link>http://communities.vmware.com/thread/220669</link>
      <description>Hello all,&lt;br /&gt;
We have developed our application for backup/restore of VM through VI. Our application was designed in such a way that it expects the 'content length' so it was working fine with VI3.5. We migrated to Vi4.0 since then we face problem, VI4.0 responded with Transfer-Encoding: chunked" for 'RetrieveProperties' query, where there is no content length so our application failed. why is this change in VI4.0? is there way to change this behavior on VI4.0 to return content-length? &lt;br /&gt;
&lt;br /&gt;
Thanks for your time,&lt;br /&gt;
Prince</description>
      <pubDate>Mon, 13 Jul 2009 05:32:33 GMT</pubDate>
      <author>prince0206</author>
      <guid>http://communities.vmware.com/thread/220669</guid>
      <dc:date>2009-07-13T05:32:33Z</dc:date>
      <clearspace:dateToText>4 months, 1 week ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>vCloud API Session @ Technology Exchange Developer Day</title>
      <link>http://communities.vmware.com/thread/220522</link>
      <description>&lt;b&gt;Download this Session&lt;/b&gt;:   See attachment below.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Session abstract&lt;/b&gt;: VMware's vCloud API is a key element of VMware's vision for fostering a Cloud ecosystem of Service Providers, Enterprises, ISVs and VARs.The API enables provisioning and consumption of resources in the Cloud, management and publishing of VMs in the Cloud, as well as migration of VMs between internal and external Clouds. In this session, we will get into some details of the API and explore a few usage scenarios. The audience should walk away with an understanding of how the API fits within VMware's overall Cloud vision, what problem areas it addresses and the key concepts it exposes.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Level&lt;/b&gt;: Beginner&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Presenter Bio&lt;/b&gt; &lt;br /&gt;
&lt;br /&gt;
&lt;img src="http://communities.vmware.com/servlet/JiveServlet/downloadImage/6285/picture.JPG" alt="http://communities.vmware.com/servlet/JiveServlet/downloadImage/6285/picture.JPG" class="jive-image"  /&gt; &lt;br /&gt;
&lt;br /&gt;
Tichomir Tenev&lt;br /&gt;
&lt;br /&gt;
Tichomir is a senior staff engineer at VMware currently working on VMware's Cloud products. He has been with VMware since 2001 and has worked on a number of the well known VMware products today such as VMware workstation and VMware vCenter. &lt;br /&gt;
&lt;br /&gt;
Prior to VMware, Tichomir worked for an energy trading startup and prior to that for a visualization company that spun off from Xerox PARC. &lt;br /&gt;
&lt;br /&gt;
Tichomir holds a Master's degree in Electrical Engineering &amp;#38; Computer Science from MIT, as well as Bachelor Degrees in Computer Science and Applied Math from MIT.</description>
      <category domain="http://communities.vmware.com/tags?communityID=2416">vcloud_api</category>
      <category domain="http://communities.vmware.com/tags?communityID=2416">technology</category>
      <category domain="http://communities.vmware.com/tags?communityID=2416">exchange</category>
      <category domain="http://communities.vmware.com/tags?communityID=2416">developer</category>
      <category domain="http://communities.vmware.com/tags?communityID=2416">day</category>
      <category domain="http://communities.vmware.com/tags?communityID=2416">session</category>
      <pubDate>Sat, 11 Jul 2009 00:10:20 GMT</pubDate>
      <author>navadavuluri</author>
      <guid>http://communities.vmware.com/thread/220522</guid>
      <dc:date>2009-07-11T00:10:20Z</dc:date>
      <clearspace:dateToText>3 weeks, 5 days ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>VM crashed after calling reconfigvm_task</title>
      <link>http://communities.vmware.com/thread/220134</link>
      <description>&lt;br /&gt;
Hi guys, &lt;br /&gt;
&lt;p /&gt;
 when i try to set data into guest OS by calling reconfigvm_task, VM crashed. &lt;br /&gt;
&lt;p /&gt;
i have tried using sample code (VMRconfig.java)  in vi-sdk-4.0.0-161137.zip, everything is OK.  &lt;br /&gt;
&lt;p /&gt;
 but  if I use c++ (using gsoap to generate files), the reconfigvm_task returns OK, but VM crashed immediately after reconfigvm_task finished(i can see this in vCenter).&lt;br /&gt;
&lt;p /&gt;
 does anybody met this before? &lt;br /&gt;
&lt;p /&gt;
a related post is: &lt;a class="jive-link-external" href="http://communities.vmware.com/thread/219491?tstart=0"&gt;http://communities.vmware.com/thread/219491?tstart=0&lt;/a&gt; &lt;br /&gt;
&lt;p /&gt;
Jul 09 16:44:31.156: vmx| &lt;span style="color:#ff0000"&gt;&lt;b&gt;PowerOn&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
Jul 09 16:44:31.162: vmx| VMXVmdb_LoadRawConfig: Loading raw config&lt;br /&gt;
Jul 09 16:44:31.167: vmx| UNAME VMkernel xavmo03.asia.corp.platform.com 3.5.0 #1 SMP Release build-110271 Aug 12 2008 19:36:55 i686 (uwglibc version 6)&lt;br /&gt;
Jul 09 16:44:31.167: vmx| DICT --- USER PREFERENCES&lt;br /&gt;
Jul 09 16:44:31.167: vmx| DICT --- USER DEFAULTS&lt;br /&gt;
Jul 09 16:44:31.167: vmx| DICT --- HOST DEFAULTS&lt;br /&gt;
Jul 09 16:44:31.167: vmx| DICT           authd.proxy.vim = vmware-hostd:hostd-vmdb&lt;br /&gt;
Jul 09 16:44:31.167: vmx| DICT           authd.proxy.nfc = vmware-hostd:ha-nfc&lt;br /&gt;
Jul 09 16:44:31.167: vmx| DICT        authd.proxy.nfcssl = vmware-hostd:ha-nfcssl&lt;br /&gt;
Jul 09 16:44:31.167: vmx| DICT        vmauthd.logEnabled = FALSE&lt;br /&gt;
Jul 09 16:44:31.167: vmx| DICT       log.vmauthdFileName = /var/log/vmware/authd.log&lt;br /&gt;
Jul 09 16:44:31.167: vmx| DICT            authd.fullpath = /sbin/authd&lt;br /&gt;
Jul 09 16:44:31.167: vmx| DICT          authd.soapServer = TRUE&lt;br /&gt;
Jul 09 16:44:31.167: vmx| DICT vmauthd.server.alwaysProxy = TRUE&lt;br /&gt;
Jul 09 16:44:31.167: vmx| DICT              vmx.fullpath = /bin/vmx&lt;br /&gt;
Jul 09 16:44:31.167: vmx| DICT      authd.proxy.vpxa-nfc = vmware-vpxa:vpxa-nfc&lt;br /&gt;
Jul 09 16:44:31.167: vmx| DICT   authd.proxy.vpxa-nfcssl = vmware-vpxa:vpxa-nfcssl&lt;br /&gt;
Jul 09 16:44:31.167: vmx| DICT --- SITE DEFAULTS&lt;br /&gt;
Jul 09 16:44:31.167: vmx| DICT --- COMMAND LINE&lt;br /&gt;
Jul 09 16:44:31.167: vmx| DICT               sched.group = host/user&lt;br /&gt;
Jul 09 16:44:31.167: vmx| DICT --- CONFIGURATION&lt;br /&gt;
Jul 09 16:44:31.167: vmx| DICT            config.version = 8&lt;br /&gt;
Jul 09 16:44:31.167: vmx| DICT         virtualHW.version = 4&lt;br /&gt;
Jul 09 16:44:31.167: vmx| DICT           floppy0.present = TRUE&lt;br /&gt;
Jul 09 16:44:31.167: vmx| DICT                     nvram = not_delete.nvram&lt;br /&gt;
Jul 09 16:44:31.167: vmx| DICT        deploymentPlatform = windows&lt;br /&gt;
Jul 09 16:44:31.167: vmx| DICT virtualHW.productCompatibility = hosted&lt;br /&gt;
Jul 09 16:44:31.167: vmx| DICT      tools.upgrade.policy = manual&lt;br /&gt;
Jul 09 16:44:31.167: vmx| DICT        powerType.powerOff = default&lt;br /&gt;
Jul 09 16:44:31.167: vmx| DICT         powerType.powerOn = default&lt;br /&gt;
Jul 09 16:44:31.167: vmx| DICT         powerType.suspend = default&lt;br /&gt;
Jul 09 16:44:31.167: vmx| DICT           powerType.reset = default&lt;br /&gt;
Jul 09 16:44:31.167: vmx| DICT               displayName = not_delete&lt;br /&gt;
Jul 09 16:44:31.167: vmx| DICT        extendedConfigFile = not_delete.vmxf&lt;br /&gt;
Jul 09 16:44:31.167: vmx| DICT             scsi0.present = TRUE&lt;br /&gt;
Jul 09 16:44:31.167: vmx| DICT           scsi0.sharedBus = none&lt;br /&gt;
Jul 09 16:44:31.167: vmx| DICT          scsi0.virtualDev = lsilogic&lt;br /&gt;
Jul 09 16:44:31.167: vmx| DICT                   memsize = 512&lt;br /&gt;
Jul 09 16:44:31.167: vmx| DICT           scsi0:0.present = TRUE&lt;br /&gt;
Jul 09 16:44:31.167: vmx| DICT          scsi0:0.fileName = not_delete.vmdk&lt;br /&gt;
Jul 09 16:44:31.167: vmx| DICT        scsi0:0.deviceType = scsi-hardDisk&lt;br /&gt;
Jul 09 16:44:31.167: vmx| DICT      sched.scsi0:0.shares = normal&lt;br /&gt;
Jul 09 16:44:31.167: vmx| DICT            ide0:0.present = TRUE&lt;br /&gt;
Jul 09 16:44:31.167: vmx| DICT       ide0:0.clientDevice = TRUE&lt;br /&gt;
Jul 09 16:44:31.167: vmx| DICT         ide0:0.deviceType = cdrom-raw&lt;br /&gt;
Jul 09 16:44:31.168: vmx| DICT     ide0:0.startConnected = FALSE&lt;br /&gt;
Jul 09 16:44:31.168: vmx| DICT    floppy0.startConnected = FALSE&lt;br /&gt;
Jul 09 16:44:31.168: vmx| DICT          floppy0.fileName = /dev/fd0&lt;br /&gt;
Jul 09 16:44:31.168: vmx| DICT      floppy0.clientDevice = TRUE&lt;br /&gt;
Jul 09 16:44:31.168: vmx| DICT         ethernet0.present = TRUE&lt;br /&gt;
Jul 09 16:44:31.168: vmx| DICT     ethernet0.networkName = VM Network&lt;br /&gt;
Jul 09 16:44:31.168: vmx| DICT     ethernet0.addressType = vpx&lt;br /&gt;
Jul 09 16:44:31.168: vmx| DICT ethernet0.generatedAddress = 00:50:56:86:35:15&lt;br /&gt;
Jul 09 16:44:31.168: vmx| DICT            guestOSAltName = Red Hat Enterprise Linux 4 (32-bit)&lt;br /&gt;
Jul 09 16:44:31.168: vmx| DICT                   guestOS = rhel4&lt;br /&gt;
Jul 09 16:44:31.168: vmx| DICT                 uuid.bios = 50 06 ab c5 01 16 92 2e-a7 10 34 ee 0d 47 1b 15&lt;br /&gt;
Jul 09 16:44:31.168: vmx| DICT              log.fileName = vmware.log&lt;br /&gt;
Jul 09 16:44:31.168: vmx| DICT           snapshot.action = keep&lt;br /&gt;
Jul 09 16:44:31.168: vmx| DICT             sched.cpu.min = 0&lt;br /&gt;
Jul 09 16:44:31.168: vmx| DICT           sched.cpu.units = mhz&lt;br /&gt;
Jul 09 16:44:31.168: vmx| DICT          sched.cpu.shares = normal&lt;br /&gt;
Jul 09 16:44:31.168: vmx| DICT         sched.mem.minsize = 0&lt;br /&gt;
Jul 09 16:44:31.168: vmx| DICT          sched.mem.shares = normal&lt;br /&gt;
Jul 09 16:44:31.168: vmx| DICT  toolScripts.afterPowerOn = TRUE&lt;br /&gt;
Jul 09 16:44:31.168: vmx| DICT   toolScripts.afterResume = TRUE&lt;br /&gt;
Jul 09 16:44:31.168: vmx| DICT toolScripts.beforeSuspend = TRUE&lt;br /&gt;
Jul 09 16:44:31.168: vmx| DICT toolScripts.beforePowerOff = TRUE&lt;br /&gt;
Jul 09 16:44:31.168: vmx| DICT      evcCompatibilityMode = FALSE&lt;br /&gt;
Jul 09 16:44:31.168: vmx| DICT              guestCPUID.0 = 0000000a756e65476c65746e49656e69&lt;br /&gt;
Jul 09 16:44:31.168: vmx| DICT              guestCPUID.1 = 0001067800010800000802010febfbff&lt;br /&gt;
Jul 09 16:44:31.168: vmx| DICT       guestCPUID.80000001 = 00000000000000000000000000100000&lt;br /&gt;
Jul 09 16:44:31.168: vmx| DICT               hostCPUID.0 = 0000000a756e65476c65746e49656e69&lt;br /&gt;
Jul 09 16:44:31.168: vmx| DICT               hostCPUID.1 = 0001067600040800000ce33dbfebfbff&lt;br /&gt;
Jul 09 16:44:31.168: vmx| DICT        hostCPUID.80000001 = 00000000000000000000000120100000&lt;br /&gt;
Jul 09 16:44:31.168: vmx| DICT              scsi0:0.redo = &lt;br /&gt;
Jul 09 16:44:31.168: vmx| DICT       tools.remindInstall = FALSE&lt;br /&gt;
Jul 09 16:44:31.168: vmx| DICT               userCPUID.0 = 0000000a756e65476c65746e49656e69&lt;br /&gt;
Jul 09 16:44:31.168: vmx| DICT               userCPUID.1 = 0001067600040800000802010febfbff&lt;br /&gt;
Jul 09 16:44:31.168: vmx| DICT        userCPUID.80000001 = 00000000000000000000000120100000&lt;br /&gt;
Jul 09 16:44:31.168: vmx| DICT vmware.tools.requiredversion = 7302&lt;br /&gt;
Jul 09 16:44:31.168: vmx| DICT             uuid.location = 56 4d 2f 18 1b 32 1f 1d-47 f9 32 8b 18 0e e5 40&lt;br /&gt;
Jul 09 16:44:31.168: vmx| DICT    sched.swap.derivedName = /vmfs/volumes/4a23aa4f-83952332-c698-001ec9b96e60/not_delete/not_delete-2b6a4fc3.vswp&lt;br /&gt;
Jul 09 16:44:31.168: vmx| DICT           ide0:0.fileName = /usr/lib/vmware/isoimages/linux.iso&lt;br /&gt;
Jul 09 16:44:31.168: vmx| DICT            tools.syncTime = FALSE&lt;br /&gt;
Jul 09 16:44:31.168: vmx| DICT                  numvcpus = 1&lt;br /&gt;
Jul 09 16:44:31.168: vmx| DICT            vm-data.script = &lt;br /&gt;
Jul 09 16:44:31.168: vmx| DICT        guestinfo.vm-data2 = &lt;br /&gt;
Jul 09 16:44:31.168: vmx| DICT --- USER DEFAULTS&lt;br /&gt;
Jul 09 16:44:31.168: vmx| DICT --- HOST DEFAULTS&lt;br /&gt;
Jul 09 16:44:31.168: vmx| DICT           authd.proxy.vim = vmware-hostd:hostd-vmdb&lt;br /&gt;
Jul 09 16:44:31.168: vmx| DICT           authd.proxy.nfc = vmware-hostd:ha-nfc&lt;br /&gt;
Jul 09 16:44:31.168: vmx| DICT        authd.proxy.nfcssl = vmware-hostd:ha-nfcssl&lt;br /&gt;
Jul 09 16:44:31.168: vmx| DICT        vmauthd.logEnabled = FALSE&lt;br /&gt;
Jul 09 16:44:31.168: vmx| DICT       log.vmauthdFileName = /var/log/vmware/authd.log&lt;br /&gt;
Jul 09 16:44:31.168: vmx| DICT            authd.fullpath = /sbin/authd&lt;br /&gt;
Jul 09 16:44:31.168: vmx| DICT          authd.soapServer = TRUE&lt;br /&gt;
Jul 09 16:44:31.168: vmx| DICT vmauthd.server.alwaysProxy = TRUE&lt;br /&gt;
Jul 09 16:44:31.168: vmx| DICT              vmx.fullpath = /bin/vmx&lt;br /&gt;
Jul 09 16:44:31.168: vmx| DICT      authd.proxy.vpxa-nfc = vmware-vpxa:vpxa-nfc&lt;br /&gt;
Jul 09 16:44:31.168: vmx| DICT   authd.proxy.vpxa-nfcssl = vmware-vpxa:vpxa-nfcssl&lt;br /&gt;
Jul 09 16:44:31.168: vmx| DICT --- SITE DEFAULTS&lt;br /&gt;
Jul 09 16:44:31.168: vmx| DICT --- GLOBAL SETTINGS&lt;br /&gt;
Jul 09 16:44:31.227: vmx| hostCpuFeatures = 0x406000fc&lt;br /&gt;
Jul 09 16:44:31.227: vmx| hostNumPerfCounters = 2&lt;br /&gt;
Jul 09 16:44:31.274: vmx| VMMon_CreateVM: vmmon.numVCPUs=1&lt;br /&gt;
Jul 09 16:44:31.274: vmx| Swap file path: '/vmfs/volumes/4a23aa4f-83952332-c698-001ec9b96e60/not_delete/not_delete-2b6a4fc3.vswp'&lt;br /&gt;
Jul 09 16:44:31.305: vmx| Using swap file '/vmfs/volumes/4a23aa4f-83952332-c698-001ec9b96e60/not_delete/not_delete-2b6a4fc3.vswp'&lt;br /&gt;
Jul 09 16:44:31.305: vmx| VMXVmdb_LoadRawConfig: Loading raw config&lt;br /&gt;
Jul 09 16:44:31.631: vmx| vmm32-modules: &lt;strike&gt;vmm.vmm32 .data:0x2c000 .sdata:0x2e000 .statvars:0x2f000 .peer:0x30000 .shared:0x57000 .bss:0x6d000 .rodata:0x74000 .text:0x80000 .kstatvars:0x4000 ,mmu-pae.vmm32 .rodata:0x7f520 .data:0x2d4a0 .peer:0x54be0 .shared:0x6c51e .bss:0x72c00 .text:0xd66a0 .comment:0x40000dc8 .statvars:0x2000 .kstatvars:0x2000 .scb:0x40004740 .shared_meta:0x40004530 .peer_meta:0x40000cc0 ,sharedmmu-none.vmm32 .text:0xe0540 .comment:0x40000ed6 ,pv-none.vmm32 .data:0x2d4c0 .peer:0x1000 .shared:0x6ce5e .bss:0x730c0 .text:0xe056c .comment:0x40000ee8 .statvars:0x1000 .kstatvars:0x1000 .shared_meta:0x400048c0 ,hv-none.vmm32 .text:0xe0660 .comment:0x40000f42 ,&amp;lt;MonSrcFile&amp;gt; .rodata:0x7f530 &lt;/strike&gt;&lt;br /&gt;
Jul 09 16:44:31.631: vmx| KHZEstimate 1995000&lt;br /&gt;
Jul 09 16:44:31.631: vmx| MHZEstimate 1995&lt;br /&gt;
Jul 09 16:44:31.631: vmx| NumVCPUs 1&lt;br /&gt;
Jul 09 16:44:31.631: vmx| UUID: location-UUID is 56 4d 2f 18 1b 32 1f 1d-47 f9 32 8b 18 0e e5 40&lt;br /&gt;
Jul 09 16:44:31.631: vmx| WORKER: Creating new group with numThreads=2 (2)&lt;br /&gt;
Jul 09 16:44:31.637: vmx| Mapped mainmem as pageable&lt;br /&gt;
Jul 09 16:44:31.637: vmx| MStat: Creating Stat vm.uptime&lt;br /&gt;
Jul 09 16:44:31.637: vmx| MStat: Creating Stat vm.suspendTime&lt;br /&gt;
Jul 09 16:44:31.637: vmx| MStat: Creating Stat vm.powerOnTimeStamp&lt;br /&gt;
Jul 09 16:44:31.643: vmx| VMXVmdb_LoadRawConfig: Loading raw config&lt;br /&gt;
Jul 09 16:44:31.648: vmx| DISK: OPEN scsi0:0 '/vmfs/volumes/4a23aa4f-83952332-c698-001ec9b96e60/not_delete/not_delete.vmdk' persistent R&lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=%28null%29"&gt;(null)&lt;/a&gt;&lt;br /&gt;
Jul 09 16:44:31.662: vmx| DISKLIB-VMFS : "/vmfs/volumes/4a23aa4f-83952332-c698-001ec9b96e60/not_delete/not_delete-flat.vmdk" : open successful (10) size = 8589934592, hd = 41042016. Type 3&lt;br /&gt;
Jul 09 16:44:31.662: vmx| DISKLIB-DSCPTR: Opened [0]: "not_delete-flat.vmdk" (0xa)&lt;br /&gt;
Jul 09 16:44:31.662: vmx| DISKLIB-LINK  : Opened '/vmfs/volumes/4a23aa4f-83952332-c698-001ec9b96e60/not_delete/not_delete.vmdk' (0xa): vmfs, 16777216 sectors / 8192 Mb.&lt;br /&gt;
Jul 09 16:44:31.662: vmx| DISKLIB-LIB   : Opened "/vmfs/volumes/4a23aa4f-83952332-c698-001ec9b96e60/not_delete/not_delete.vmdk" (flags 0xa). 896655C&lt;br /&gt;
Jul 09 16:44:32.267: vmx| DISK: OPEN '/vmfs/volumes/4a23aa4f-83952332-c698-001ec9b96e60/not_delete/not_delete.vmdk' Geo (1044/255/63) BIOS Geo (0/0/0) freeSpace=311582Mb, lsilogic&lt;br /&gt;
Jul 09 16:44:32.317: vmx| TimeTracker host to guest rate conversion 2797829524657212 @ 1995000000Hz -&amp;gt; 2797829524657212 @ 1995000000Hz&lt;br /&gt;
Jul 09 16:44:32.317: vmx| TimeTracker host to guest rate conversion ((x * 2147483648) &amp;gt;&amp;gt; 31) + 0&lt;br /&gt;
Jul 09 16:44:32.318: vmx| MKS not attempting to initialize X.&lt;br /&gt;
Jul 09 16:44:32.318: vmx| Msg_Reset:&lt;br /&gt;
Jul 09 16:44:32.318: vmx|&lt;hr /&gt;
Jul 09 16:44:32.324: vmx| MKS REMOTE Loading VNC Configuration from VM config file&lt;br /&gt;
Jul 09 16:44:32.326: vmx| DVGA: Full screen VGA will not be available.&lt;br /&gt;
Jul 09 16:44:32.326: vmx| SVGA: Truncated max res to VRAM size: 4194304 bytes VRAM, 1180x885 Max Resolution&lt;br /&gt;
Jul 09 16:44:32.327: vmx| Creating virtual dev for 0:0&lt;br /&gt;
Jul 09 16:44:32.327: vmx| DumpDiskInfo: scsi0:0 createType=11, capacity = 16777216, numLinks = 1, allocationType = 0&lt;br /&gt;
Jul 09 16:44:32.327: vmx| SCSIDiskESXPopulateVDevDesc: Using FS backend&lt;br /&gt;
Jul 09 16:44:32.327: vmx| SCSI0: UNTAGGED commands will be converted to ORDER tags.&lt;br /&gt;
Jul 09 16:44:32.327: vmx| VLANCE: send cluster threshold is 80, size = 2 recalcInterval is 2 ticks&lt;br /&gt;
Jul 09 16:44:32.327: vmx| Ethernet0 MAC Address: 00:50:56:86:35:15&lt;br /&gt;
Jul 09 16:44:32.328: vmx| MStat: Creating Stat vm.heartbeat&lt;br /&gt;
Jul 09 16:44:32.328: vmx| DISKUTIL: scsi0:0 : toolsVersion = 7302&lt;br /&gt;
Jul 09 16:44:32.329: vmx| TOOLS INSTALL initializing state to IDLE on power on.&lt;br /&gt;
Jul 09 16:44:32.393: vmx| PTSC to VMI Wallclock (nsec) 2797829676465180 @ 1995000000Hz -&amp;gt; 1247157872000000000 @ 1000000000Hz&lt;br /&gt;
Jul 09 16:44:32.393: vmx| PTSC to VMI Wallclock (nsec) ((x * 2152865812) &amp;gt;&amp;gt; 32) + 1245755451109887382&lt;br /&gt;
Jul 09 16:44:32.393: vmx| PTSC to ParaTime RealCycles 0 @ 1995000000Hz -&amp;gt; 0 @ 1995000000Hz&lt;br /&gt;
Jul 09 16:44:32.393: vmx| PTSC to ParaTime RealCycles ((x * 1) &amp;gt;&amp;gt; 0) + 0&lt;br /&gt;
Jul 09 16:44:32.393: vmx| ParaTime RealCycles to PTSC 0 @ 1995000000Hz -&amp;gt; 0 @ 1995000000Hz&lt;br /&gt;
Jul 09 16:44:32.393: vmx| ParaTime RealCycles to PTSC ((x * 1) &amp;gt;&amp;gt; 0) + 0&lt;br /&gt;
Jul 09 16:44:32.396: vmx| guestCpuFeatures = 0x406000f8&lt;br /&gt;
Jul 09 16:44:32.398: vmx| VMXVmdb_LoadRawConfig: Loading raw config&lt;br /&gt;
Jul 09 16:44:32.403: vmx| guestCPUID vendor: GenuntelineI&lt;br /&gt;
Jul 09 16:44:32.403: vmx| guestCPUID level 00000000, 0: 0x0000000a 0x756e6547 0x6c65746e 0x49656e69&lt;br /&gt;
Jul 09 16:44:32.403: vmx| guestCPUID level 00000001, 0: 0x00010678 0x00010800 0x00080201 0x0febfbff&lt;br /&gt;
Jul 09 16:44:32.403: vmx| guestCPUID level 80000000, 0: 0x80000008 0x00000000 0x00000000 0x00000000&lt;br /&gt;
Jul 09 16:44:32.403: vmx| guestCPUID level 80000001, 0: 0x00000000 0x00000000 0x00000000 0x00100000&lt;br /&gt;
Jul 09 16:44:32.403: vmx| guestCPUID level 80000008, 0: 0x00003024 0x00000000 0x00000000 0x00000000&lt;br /&gt;
Jul 09 16:44:32.427: vmx| VMX_PowerOn: ModuleTable_PowerOn = 1&lt;br /&gt;
Jul 09 16:44:32.427: vmx| VMX setting maximum IPC write buffers to 0 packets, 0 bytes&lt;br /&gt;
Jul 09 16:44:32.427: mks| Async MKS thread is alive&lt;br /&gt;
Jul 09 16:44:32.427: vcpu-0| VMMon_Start: vcpu-0: worldID=4850017&lt;br /&gt;
Jul 09 16:44:32.436: vcpu-0| APIC: version = 0x14, max LVT = 5&lt;br /&gt;
Jul 09 16:44:32.436: vcpu-0| APIC: LDR = 0x2000000, DFR = 0xffffffff&lt;br /&gt;
Jul 09 16:44:32.440: vcpu-0| guestCpuFeatures = 0x406000f8&lt;br /&gt;
Jul 09 16:44:32.443: vcpu-0| CPU reset: hard&lt;br /&gt;
Jul 09 16:44:32.448: vcpu-0| sz=3006432&lt;br /&gt;
Jul 09 16:44:32.469: vcpu-0| vmm32 initialized: Releasebuild-110271. cflags: 0x06000000.00000010.0000d181.00000005&lt;br /&gt;
Jul 09 16:44:32.517: vcpu-0| MonitorInitNumaUnmapVMM32&lt;br /&gt;
Jul 09 16:44:32.798: vcpu-0| SVGA: Registering MemSpace at 0xf8000000(0x0) and 0xf4000000(0x0)&lt;br /&gt;
Jul 09 16:44:32.810: vcpu-0| SVGA: Unregistering MemSpace at 0xf8000000(0xf8000000) and 0xf4000000(0xf4000000)&lt;br /&gt;
Jul 09 16:44:32.823: vcpu-0| SVGA: Registering MemSpace at 0xf8000000(0xf8000000) and 0xf4000000(0xf4000000)&lt;br /&gt;
Jul 09 16:44:32.839: vcpu-0| SVGA: Unregistering MemSpace at 0xf8000000(0xf8000000) and 0xf4000000(0xf4000000)&lt;br /&gt;
Jul 09 16:44:32.841: vcpu-0| SVGA: Registering IOSpace at 0x1060&lt;br /&gt;
Jul 09 16:44:32.841: vcpu-0| SVGA: Registering MemSpace at 0xf8000000(0xf8000000) and 0xf4000000(0xf4000000)&lt;br /&gt;
Jul 09 16:44:33.065: vcpu-0| DISKUTIL: scsi0:0 : geometry=1044/255/63&lt;br /&gt;
Jul 09 16:44:33.128: vcpu-0| BIOS-UUID is 50 06 ab c5 01 16 92 2e-a7 10 34 ee 0d 47 1b 15&lt;br /&gt;
Jul 09 16:44:33.423: vcpu-0| DISKUTIL: scsi0:0 : toolsVersion = 7302&lt;br /&gt;
Jul 09 16:44:33.423: vcpu-0| DISKUTIL: scsi0:0 : toolsVersion = 7302&lt;br /&gt;
Jul 09 16:44:38.215: vcpu-0| Unknown int 10h func 0x0000&lt;br /&gt;
Jul 09 16:44:39.475: vcpu-0| SVGA: Unregistering IOSpace at 0x1060&lt;br /&gt;
Jul 09 16:44:39.475: vcpu-0| SVGA: Registering IOSpace at 0xfffffff0&lt;br /&gt;
Jul 09 16:44:39.476: vcpu-0| SVGA: Unregistering IOSpace at 0xfffffff0&lt;br /&gt;
Jul 09 16:44:39.476: vcpu-0| SVGA: Registering IOSpace at 0x1060&lt;br /&gt;
Jul 09 16:44:46.883: vcpu-0| CDROM: Accepting Event Status Notification 0x10&lt;br /&gt;
Jul 09 16:44:47.459: vcpu-0| HBACommon: First write on scsi0:0.fileName='/vmfs/volumes/4a23aa4f-83952332-c698-001ec9b96e60/not_delete/not_delete.vmdk'&lt;br /&gt;
Jul 09 16:44:47.495: vcpu-0| DISKLIB-CHAIN : UpdateContentID: old = 0x8ee3653c, new = 0x7bc9ee43&lt;br /&gt;
Jul 09 16:44:56.417: vcpu-0| GuestRpc: Channel 0, registration number 1, guest application tools-hgfs.&lt;br /&gt;
Jul 09 16:44:56.417: vcpu-0| DISKUTIL: scsi0:0 : toolsVersion = 7302&lt;br /&gt;
Jul 09 16:45:19.010: vcpu-0| GuestRpc: Channel 1, registration number 1, guest application toolbox.&lt;br /&gt;
Jul 09 16:45:19.010: vcpu-0| TOOLS sending 'OS_PowerOn' (3) state change request&lt;br /&gt;
Jul 09 16:45:19.010: vcpu-0| DISKUTIL: scsi0:0 : toolsVersion = 7302&lt;br /&gt;
Jul 09 16:45:19.241: vcpu-0| Guest: toolbox: Version: build-110271&lt;br /&gt;
Jul 09 16:45:19.241: vcpu-0| TOOLS unified loop capability requested by 'toolbox'; now sending options via TCLO&lt;br /&gt;
Jul 09 16:45:19.247: vcpu-0| TOOLS autoupgrade protocol version 2&lt;br /&gt;
Jul 09 16:45:19.248: vcpu-0| TOOLS ToolsCapabilityGuestTempDirectory received 1 /tmp/vmware-root&lt;br /&gt;
Jul 09 16:45:19.248: vcpu-0| TOOLS setting the tools version to '7302'&lt;br /&gt;
Jul 09 16:45:19.295: vcpu-0| DISKUTIL: scsi0:0 : toolsVersion = 7302&lt;br /&gt;
Jul 09 16:45:19.295: vcpu-0| TOOLS installed version 7302, available version 7302&lt;br /&gt;
Jul 09 16:45:19.295: vcpu-0| TOOLS don't need to be upgraded.&lt;br /&gt;
&lt;span style="color:#0000ff"&gt;Jul 09 16:46:35.523: vmx| TOOLS received request in VMX to set option 'synctime' -&amp;gt; '0'&lt;/span&gt;&lt;br /&gt;
Jul 09 16:46:35.543: vmx| VMXVmdb_LoadRawConfig: Loading raw config&lt;br /&gt;
&lt;span style="color:#ff0000"&gt;&lt;b&gt;Jul 09 16:46:35.623: vmx| Caught signal 11 -- tid 4855136&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
Jul 09 16:46:35.623: vmx| SIGNAL: eip 0x100f6053 esp 0xbf5fd5cc ebp 0xbf5fd5f8&lt;br /&gt;
Jul 09 16:46:35.623: vmx| SIGNAL: eax 0x0 ebx 0x11 ecx 0x0 edx 0xfefeff60 esi 0x878cb42 edi 0x0&lt;br /&gt;
Jul 09 16:46:35.623: vmx| SIGNAL: stack BF5FD5CC : 0x080f8f32 0x00000000 0xbf5fd620 0xbf5fd5f8&lt;br /&gt;
Jul 09 16:46:35.623: vmx| SIGNAL: stack BF5FD5DC : 0x0808489f 0x008b0ef0 0x00000000 0x00000000&lt;br /&gt;
Jul 09 16:46:35.623: vmx| SIGNAL: stack BF5FD5EC : 0x00000000 0x088b0ef0 0xbf5fd620 0xbf5fd838&lt;br /&gt;
Jul 09 16:46:35.623: vmx| SIGNAL: stack BF5FD5FC : 0x081645d5 0x0878cb38 0x00000000 0x0878cb38&lt;br /&gt;
Jul 09 16:46:35.623: vmx| SIGNAL: stack BF5FD60C : 0xbf5fd618 0x74617453 0x65722f65 0x00000000&lt;br /&gt;
Jul 09 16:46:35.623: vmx| SIGNAL: stack BF5FD61C : 0x0878cb38 0x2f6d762f 0x4d565f23 0x6d762f58&lt;br /&gt;
Jul 09 16:46:35.623: vmx| SIGNAL: stack BF5FD62C : 0x61722f78 0x67664377 0x74617453 0x65722f65&lt;br /&gt;
Jul 09 16:46:35.623: vmx| SIGNAL: stack BF5FD63C : 0x38232f71 0x762f3537 0x612f6c61 0x232f6c6c&lt;br /&gt;
Jul 09 16:46:35.623: vmx| Backtrace:&lt;br /&gt;
Jul 09 16:46:35.623: vmx| Backtrace[0] 0xbf5fd2fc eip 0x80594a0 &lt;br /&gt;
Jul 09 16:46:35.623: vmx| Backtrace[1] 0xbf5fd3cc eip 0x80bce6a &lt;br /&gt;
Jul 09 16:46:35.623: vmx| Backtrace[2] 0xbf5fd3fc eip 0x80bcb86 &lt;br /&gt;
Jul 09 16:46:35.623: vmx| Backtrace[3] 0xbf5fd41c eip 0x80bca95 &lt;br /&gt;
Jul 09 16:46:35.623: vmx| Backtrace[4] 0xbf5fd44c eip 0x10043a4e &lt;br /&gt;
Jul 09 16:46:35.623: vmx| Backtrace[5] 0xbf5fd5c4 eip 0x7d00002 &lt;br /&gt;
Jul 09 16:46:35.623: vmx| Backtrace[6] 0xbf5fd5f8 eip 0x100f6053 &lt;br /&gt;
Jul 09 16:46:35.623: vmx| Backtrace[7] 0xbf5fd838 eip 0x81645d5 &lt;br /&gt;
Jul 09 16:46:35.623: vmx| Backtrace[8] 0xbf5fd858 eip 0x8153ac2 &lt;br /&gt;
Jul 09 16:46:35.623: vmx| Backtrace[9] 0xbf5fd9c8 eip 0x80e4670 &lt;br /&gt;
Jul 09 16:46:35.623: vmx| Backtrace&lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=10"&gt;10&lt;/a&gt; 0xbf5fd9d8 eip 0x80ed93f &lt;br /&gt;
Jul 09 16:46:35.623: vmx| Backtrace&lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=11"&gt;11&lt;/a&gt; 0xbf5fdb78 eip 0x8084754 &lt;br /&gt;
Jul 09 16:46:35.623: vmx| Backtrace&lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=12"&gt;12&lt;/a&gt; 0xbf5fdbf8 eip 0x81c58bd &lt;br /&gt;
Jul 09 16:46:35.623: vmx| Backtrace&lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=13"&gt;13&lt;/a&gt; 0xbf5fdc18 eip 0x80f3f39 &lt;br /&gt;
Jul 09 16:46:35.623: vmx| Backtrace&lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=14"&gt;14&lt;/a&gt; 0xbf5ffc98 eip 0x80f3b32 &lt;br /&gt;
Jul 09 16:46:35.623: vmx| Backtrace&lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=15"&gt;15&lt;/a&gt; 0xbf5ffce8 eip 0x80f30f7 &lt;br /&gt;
Jul 09 16:46:35.623: vmx| Backtrace&lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=16"&gt;16&lt;/a&gt; 0xbf5ffd08 eip 0x8092dca &lt;br /&gt;
Jul 09 16:46:35.623: vmx| Backtrace&lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=17"&gt;17&lt;/a&gt; 0xbf5ffd28 eip 0x8092df9 &lt;br /&gt;
Jul 09 16:46:35.623: vmx| Backtrace&lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=18"&gt;18&lt;/a&gt; 0xbf5ffd58 eip 0x810375e &lt;br /&gt;
Jul 09 16:46:35.623: vmx| Backtrace&lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=19"&gt;19&lt;/a&gt; 0xbf5ffd68 eip 0x81036cb &lt;br /&gt;
Jul 09 16:46:35.623: vmx| Backtrace&lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=20"&gt;20&lt;/a&gt; 0xbf5ffd98 eip 0x8102654 &lt;br /&gt;
Jul 09 16:46:35.623: vmx| Backtrace&lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=21"&gt;21&lt;/a&gt; 0xbf5ffdf8 eip 0x804e078 &lt;br /&gt;
Jul 09 16:46:35.623: vmx| Backtrace&lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=22"&gt;22&lt;/a&gt; 0xbf5ffe18 eip 0x804d4b9 &lt;br /&gt;
Jul 09 16:46:35.623: vmx| Backtrace&lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=23"&gt;23&lt;/a&gt; 0xbf5ffe48 eip 0x1009ebed &lt;br /&gt;
Jul 09 16:46:35.623: vmx| Backtrace&lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=24"&gt;24&lt;/a&gt; 00000000 eip 0x804c6a1 &lt;br /&gt;
&lt;b&gt;&lt;span style="color:#ff0000"&gt;Jul 09 16:46:35.623: vmx| Unexpected signal: 11.&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;
Jul 09 16:46:35.623: vmx| Backtrace:&lt;br /&gt;
Jul 09 16:46:35.623: vmx| Backtrace[0] 0xbf5fcedc eip 0x80594a0 &lt;br /&gt;
Jul 09 16:46:35.623: vmx| Backtrace[1] 0xbf5fd2fc eip 0x8102f87 &lt;br /&gt;
Jul 09 16:46:35.623: vmx| Backtrace[2] 0xbf5fd3cc eip 0x80bcf25 &lt;br /&gt;
Jul 09 16:46:35.623: vmx| Backtrace[3] 0xbf5fd3fc eip 0x80bcb86 &lt;br /&gt;
Jul 09 16:46:35.623: vmx| Backtrace[4] 0xbf5fd41c eip 0x80bca95 &lt;br /&gt;
Jul 09 16:46:35.623: vmx| Backtrace[5] 0xbf5fd44c eip 0x10043a4e &lt;br /&gt;
Jul 09 16:46:35.623: vmx| Backtrace[6] 0xbf5fd5c4 eip 0x7d00002 &lt;br /&gt;
Jul 09 16:46:35.623: vmx| Backtrace[7] 0xbf5fd5f8 eip 0x100f6053 &lt;br /&gt;
Jul 09 16:46:35.623: vmx| Backtrace[8] 0xbf5fd838 eip 0x81645d5 &lt;br /&gt;
Jul 09 16:46:35.623: vmx| Backtrace[9] 0xbf5fd858 eip 0x8153ac2 &lt;br /&gt;
Jul 09 16:46:35.623: vmx| Backtrace&lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=10"&gt;10&lt;/a&gt; 0xbf5fd9c8 eip 0x80e4670 &lt;br /&gt;
Jul 09 16:46:35.623: vmx| Backtrace&lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=11"&gt;11&lt;/a&gt; 0xbf5fd9d8 eip 0x80ed93f &lt;br /&gt;
Jul 09 16:46:35.623: vmx| Backtrace&lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=12"&gt;12&lt;/a&gt; 0xbf5fdb78 eip 0x8084754 &lt;br /&gt;
Jul 09 16:46:35.623: vmx| Backtrace&lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=13"&gt;13&lt;/a&gt; 0xbf5fdbf8 eip 0x81c58bd &lt;br /&gt;
Jul 09 16:46:35.623: vmx| Backtrace&lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=14"&gt;14&lt;/a&gt; 0xbf5fdc18 eip 0x80f3f39 &lt;br /&gt;
Jul 09 16:46:35.623: vmx| Backtrace&lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=15"&gt;15&lt;/a&gt; 0xbf5ffc98 eip 0x80f3b32 &lt;br /&gt;
Jul 09 16:46:35.623: vmx| Backtrace&lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=16"&gt;16&lt;/a&gt; 0xbf5ffce8 eip 0x80f30f7 &lt;br /&gt;
Jul 09 16:46:35.623: vmx| Backtrace&lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=17"&gt;17&lt;/a&gt; 0xbf5ffd08 eip 0x8092dca &lt;br /&gt;
Jul 09 16:46:35.623: vmx| Backtrace&lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=18"&gt;18&lt;/a&gt; 0xbf5ffd28 eip 0x8092df9 &lt;br /&gt;
Jul 09 16:46:35.624: vmx| Backtrace&lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=19"&gt;19&lt;/a&gt; 0xbf5ffd58 eip 0x810375e &lt;br /&gt;
Jul 09 16:46:35.624: vmx| Backtrace&lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=20"&gt;20&lt;/a&gt; 0xbf5ffd68 eip 0x81036cb &lt;br /&gt;
Jul 09 16:46:35.624: vmx| Backtrace&lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=21"&gt;21&lt;/a&gt; 0xbf5ffd98 eip 0x8102654 &lt;br /&gt;
Jul 09 16:46:35.624: vmx| Backtrace&lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=22"&gt;22&lt;/a&gt; 0xbf5ffdf8 eip 0x804e078 &lt;br /&gt;
Jul 09 16:46:35.624: vmx| Backtrace&lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=23"&gt;23&lt;/a&gt; 0xbf5ffe18 eip 0x804d4b9 &lt;br /&gt;
Jul 09 16:46:35.624: vmx| Backtrace&lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=24"&gt;24&lt;/a&gt; 0xbf5ffe48 eip 0x1009ebed &lt;br /&gt;
Jul 09 16:46:35.624: vmx| Backtrace&lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=25"&gt;25&lt;/a&gt; 00000000 eip 0x804c6a1 &lt;br /&gt;
Jul 09 16:46:40.085: vmx| Msg_Post: Error&lt;br /&gt;
Jul 09 16:46:40.085: vmx| &lt;a class="jive-link-external" href="http://msg.log.error.unrecoverable"&gt;http://msg.log.error.unrecoverable&lt;/a&gt; VMware ESX Server unrecoverable error: (vmx)&lt;br /&gt;
Jul 09 16:46:40.085: vmx| Unexpected signal: 11.&lt;br /&gt;
Jul 09 16:46:40.085: vmx| &lt;a class="jive-link-external" href="http://msg.panic.haveLog"&gt;http://msg.panic.haveLog&lt;/a&gt; A log file is available in "vmware.log".  &lt;a class="jive-link-external" href="http://msg.panic.haveCore"&gt;http://msg.panic.haveCore&lt;/a&gt; A core file is available in "/var/core/vmx-zdump.007".  &lt;a class="jive-link-external" href="http://msg.panic.requestSupport.withLogAndCore"&gt;http://msg.panic.requestSupport.withLogAndCore&lt;/a&gt; Please request support and include the contents of the log file and core file.  &lt;a class="jive-link-external" href="http://msg.panic.requestSupport.vmSupport"&gt;http://msg.panic.requestSupport.vmSupport&lt;/a&gt; &lt;br /&gt;
Jul 09 16:46:40.085: vmx| To collect files to submit to VMware support, run "vm-support".&lt;br /&gt;
Jul 09 16:46:40.085: vmx| &lt;a class="jive-link-external" href="http://msg.panic.response"&gt;http://msg.panic.response&lt;/a&gt; We will respond on the basis of your support entitlement.&lt;br /&gt;
Jul 09 16:46:40.085: vmx|&lt;hr /&gt;
Jul 09 16:46:40.240: mks| VTHREAD watched thread 0 "vmx" died&lt;br /&gt;
&lt;br /&gt;</description>
      <pubDate>Thu, 09 Jul 2009 09:44:24 GMT</pubDate>
      <author>whiteear</author>
      <guid>http://communities.vmware.com/thread/220134</guid>
      <dc:date>2009-07-09T09:44:24Z</dc:date>
      <clearspace:dateToText>4 months, 2 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>5</clearspace:messageCount>
      <clearspace:replyCount>4</clearspace:replyCount>
    </item>
    <item>
      <title>timezone returned is wrong when targeting VC.</title>
      <link>http://communities.vmware.com/thread/219744</link>
      <description>I have created application where I am targetting to VC and collecting stats data using perfQuery(). VC is in GMT+5:30 timezone and it can be seen from MOB and also box hosting VC.&lt;br /&gt;
After executing query -&amp;gt; (PerfEntityMetric) pValues[j]).getSampleInfo().getTimeStamp().getTimeZone() gives Timezone as "GMT".&lt;br /&gt;
I want to know what is going wrong here ? from where this API picks timezone ? or where to configure the timezone for VC so that it gets picked thru queryPerf API ?&lt;br /&gt;
&lt;br /&gt;
Thanks,&lt;br /&gt;
Deepak</description>
      <pubDate>Tue, 07 Jul 2009 12:23:59 GMT</pubDate>
      <author>deepakmits</author>
      <guid>http://communities.vmware.com/thread/219744</guid>
      <dc:date>2009-07-07T12:23:59Z</dc:date>
      <clearspace:dateToText>4 months, 2 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>How to install VIB on ESX using VISDK in C++?</title>
      <link>http://communities.vmware.com/thread/219709</link>
      <description>&lt;br /&gt;
Hi,&lt;br /&gt;
&lt;p /&gt;
I want install VIB on ESX by using VISDK in C++ . If any body having sample code in c++, Can please share with me.&lt;br /&gt;
&lt;p /&gt;
Thanks,&lt;br /&gt;
&lt;p /&gt;
kvsr</description>
      <pubDate>Tue, 07 Jul 2009 06:07:02 GMT</pubDate>
      <author>ksvreddy</author>
      <guid>http://communities.vmware.com/thread/219709</guid>
      <dc:date>2009-07-07T06:07:02Z</dc:date>
      <clearspace:dateToText>4 months, 2 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>Not able to find HttpNfcLeaseState - c#</title>
      <link>http://communities.vmware.com/thread/219650</link>
      <description>&lt;br /&gt;
Hi All,&lt;br /&gt;
&lt;p /&gt;
 Trying to exportVapp. I am not able to find the HttpNfcLeaseState Enum from the .net Vim25Service2005.dll.&lt;br /&gt;
&lt;p /&gt;
 Error    1    The name 'HttpNfcLeaseState' does not exist in the current context.&lt;br /&gt;
&lt;p /&gt;
 It is not VI SDK 2.5. It is VI SDK 4.0. &lt;br /&gt;
&lt;p /&gt;
Rajesh Kamal.</description>
      <pubDate>Mon, 06 Jul 2009 19:55:59 GMT</pubDate>
      <author>rkamal</author>
      <guid>http://communities.vmware.com/thread/219650</guid>
      <dc:date>2009-07-06T19:55:59Z</dc:date>
      <clearspace:dateToText>4 months, 2 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>5</clearspace:messageCount>
      <clearspace:replyCount>4</clearspace:replyCount>
    </item>
    <item>
      <title>How to resignature multiple clones vmfs volumes?</title>
      <link>http://communities.vmware.com/thread/219524</link>
      <description>&lt;br /&gt;
Hi all&lt;br /&gt;
&lt;p /&gt;
 I`ve cloned iscsi lun (vmfs datastore) backstore, rescaned &amp;#38; got several unresolved vmfs volumes, Of course they have same uuuid &amp;#38; volume label. I need to resign them to get several attached vmfs volumes with same content.&lt;br /&gt;
&lt;p /&gt;
If I make  only 1 clone - all is ok, otherwise - failed &lt;br /&gt;
&lt;p /&gt;
For esx3.5 it worked well if VMFS.EnableResignature == 1 (despite how many clones are)&lt;br /&gt;
&lt;p /&gt;
For esx4 I have problem, I use perl sdk - at first call QueryUnresolvableVmfsVolume &amp;#38; get list of volumes. In case of one clone ($unresolved_vmfs_volume-&amp;gt;{resolveStatus}{resolvable} is 1 ({resolveStatus}{multipleCopies} is 0) all gone ok - I have new resigned volume,&lt;br /&gt;
&lt;p /&gt;
In case of multiple clones  ($unresolved_vmfs_volume-&amp;gt;{resolveStatus}{resolvable} is 0 ({resolveStatus}{multipleCopies} is 1) it failed.&lt;br /&gt;
&lt;p /&gt;
I used both "ResolveMultipleUnresolvedVmfsVolumes" or "ResignatureUnresolvedVmfsVolumes_Task" - it failed every time {resolveStatus}{resolvable} was 0. Seems like resolvable is 0 always when multipleCopies is 1. &lt;br /&gt;
&lt;p /&gt;
What I do wrong? Is it possible to resign volumes in esx4 when there are multiple vmfs volume copies??? // In esx3.5 it worked ok &lt;img class="jive-emoticon" border="0" src="http://communities.vmware.com/images/emoticons/sad.gif" alt=":(" /&gt; &lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;</description>
      <category domain="http://communities.vmware.com/tags?communityID=2416">esx4</category>
      <category domain="http://communities.vmware.com/tags?communityID=2416">vmfs</category>
      <category domain="http://communities.vmware.com/tags?communityID=2416">volume</category>
      <category domain="http://communities.vmware.com/tags?communityID=2416">resignature</category>
      <category domain="http://communities.vmware.com/tags?communityID=2416">datastore</category>
      <category domain="http://communities.vmware.com/tags?communityID=2416">clone</category>
      <pubDate>Mon, 06 Jul 2009 11:30:46 GMT</pubDate>
      <author>asanapa</author>
      <guid>http://communities.vmware.com/thread/219524</guid>
      <dc:date>2009-07-06T11:30:46Z</dc:date>
      <clearspace:dateToText>4 months, 2 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>VC Plugin issue: name and description do not show correctly within Plug-in Manager Window</title>
      <link>http://communities.vmware.com/thread/219252</link>
      <description>&lt;br /&gt;
I have succesfully used java sdk to registered my plugin into VI client. It works perfect.&lt;br /&gt;
&lt;p /&gt;
However, when I open the Plug-in Manager Window. It has display error&lt;br /&gt;
&lt;p /&gt;
name and description is the last part of key, verndor is empty. I have attached a screen shot of this Plugin-Manger.&lt;br /&gt;
&lt;p /&gt;
When I open &lt;a class="jive-link-external" href="http://%3cvc_hostname_or_ip%3e/mob"&gt;http://%3cvc_hostname_or_ip%3e/mob&lt;/a&gt; -&amp;gt;content-&amp;gt;[extensionList&lt;a class="jive-link-external" href="http://null/mob/?moid=ExtensionManager&amp;#38;doPath=extensionList%5b%22com%2exsigo%2exmsweb%2exms%5f172%2e16%2e0%2e181%5fapp%22%5d"&gt;"com.xsigo.xmsweb.xms_172.16.0.181_app"]&lt;/a&gt;&lt;br /&gt;
&lt;p /&gt;
I found company is unset, when I open description, type is unset , dynamicProperty Unset, label an d summary is the last part of key : 181_app&lt;br /&gt;
&lt;p /&gt;
 here is my java grovy code:&lt;br /&gt;
&lt;p /&gt;
DynamicProperty[] dynamicProperty = new DynamicProperty[0]&lt;br /&gt;
        Description description = new Description("", dynamicProperty, "Xsigo Virtual I/O Management", "Xsigo Management System")&lt;br /&gt;
&lt;br /&gt;
        ExtensionServerInfo esi = new ExtensionServerInfo()&lt;br /&gt;
        esi.url = plugInConfigureUrl&lt;br /&gt;
        esi.setDescription(description)&lt;br /&gt;
        esi.company = "Xsigo Systems, Inc."&lt;br /&gt;
        esi.type = 'com.vmware.vim.viClientScripts'&lt;br /&gt;
        esi.adminEmail = &lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=adminEmail"&gt;adminEmail&lt;/a&gt;&lt;br /&gt;
&lt;p /&gt;
        ExtensionClientInfo eci = new ExtensionClientInfo()&lt;br /&gt;
        eci.version ="2.1.0"&lt;br /&gt;
        eci.setDescription(description)&lt;br /&gt;
        eci.company = "Xsigo Systems, Inc."&lt;br /&gt;
        eci.type = "com.vmware.vim.viClientScripts"&lt;br /&gt;
        eci.url = ""&lt;br /&gt;
&lt;p /&gt;
        Extension ext = new Extension()&lt;br /&gt;
  ext.setDescription(description)&lt;br /&gt;
  ext.company = "Xsigo Systems, Inc."&lt;br /&gt;
        ext.key = keyStr //key is com.xsigo.xmsweb.xms_172.16.0.181_app&lt;br /&gt;
        ext.version = "2.1.0"&lt;br /&gt;
        ext.subjectName = "VC Extensibility"&lt;br /&gt;
        ext.server = &lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=esi"&gt;esi&lt;/a&gt;&lt;br /&gt;
        ext.client = &lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=eci"&gt;eci&lt;/a&gt;&lt;br /&gt;
        ext.taskList = []&lt;br /&gt;
        ext.eventList = []&lt;br /&gt;
        ext.faultList = []&lt;br /&gt;
        ext.privilegeList = []&lt;br /&gt;
        ext.resourceList = []&lt;br /&gt;
        ext.lastHeartbeatTime = Calendar.getInstance()&lt;br /&gt;
&lt;p /&gt;
        // get hold of ExtensionManager reference&lt;br /&gt;
        ManagedObjectReference extMgrMof = service.getExtensionManager();&lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;
            service.registerExtension(extMgrMof, ext);&lt;br /&gt;
            log.info "registration successful!"&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
Can someone tell me what I did wrong? the vim25.jar is downloaded from vspher 4.0 sdk.&lt;br /&gt;
&lt;br /&gt;</description>
      <pubDate>Fri, 03 Jul 2009 08:24:35 GMT</pubDate>
      <author>xsigo</author>
      <guid>http://communities.vmware.com/thread/219252</guid>
      <dc:date>2009-07-03T08:24:35Z</dc:date>
      <clearspace:dateToText>4 months, 3 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>Getting the name of the vm using its moref</title>
      <link>http://communities.vmware.com/thread/219098</link>
      <description>&lt;br /&gt;
Hi&lt;br /&gt;
&lt;p /&gt;
 I ve been developing a plug in . In that I ve the moref of the virtual machine (got moref from the URL) . Now I want to get its name..? how could I do that.? Plz help me.&lt;br /&gt;
&lt;p /&gt;
 Thanks in advance.&lt;br /&gt;
&lt;p /&gt;
-ayrus.</description>
      <pubDate>Thu, 02 Jul 2009 13:36:54 GMT</pubDate>
      <author>ayrus</author>
      <guid>http://communities.vmware.com/thread/219098</guid>
      <dc:date>2009-07-02T13:36:54Z</dc:date>
      <clearspace:dateToText>4 months, 3 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Cannot Power on VM - VimApi.FileLocked Unable to access a file since it is locked</title>
      <link>http://communities.vmware.com/thread/218526</link>
      <description>Hello VMWare Community.&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
I want to introduce myself and explain our unusual vmware use case, along with some problems we have been seeing. We are working on a custom virtual lab environment, using the VMWare SDK to generate VMs across ~20 ESX hosts.  These hosts all points to a Fibre Channel SAN, which stores all of our .vmdk files.  When a lab is requetsed, we generate unique virtual machines no the host datastores, using the existing vmdk files on the SAN in independent_nonpersistent mode. The code then takes a snapshot of each VM in the lab, and powers them on. &lt;br /&gt;
&lt;p /&gt;
 When we launch high volumes (15+) of VMs using the same vmdk simultaneously (from separate threads), we have started to see file locks when trying to power on the VMs. The exact error message is&lt;br /&gt;
&lt;p /&gt;
&lt;b&gt;VimApi.FileLocked Unable to access a file since it is locked&lt;/b&gt;&lt;br /&gt;
&lt;p /&gt;
At this point, the VM cannot be powered on manually or through the web service, but other operations, such as taking snapshots, seem to work fine. The vmkernel log shows something like this when it happens:&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
*Jun 29 15:12:56 vtevms00 vmkernel: 20:15:28:48.154 cpu3:3532)World: vm 3533: 901: Starting world vmm0:ba853cbd-5ff3-4909-ac53-b5605f5bd5c8*Launchpad with flags 8*&lt;br /&gt;
*Jun 29 15:12:56 vtevms00 vmkernel: 20:15:28:48.155 cpu3:3532)Sched: vm 3533: 5333: adding 'vmm0:ba853cbd-5ff3-4909-ac53-b5605f5bd5c8*Launchpad': group 'host/user': cpu: shares=-1 min=-1 minLimit=-1 max=-1*&lt;br /&gt;
&lt;b&gt;Jun 29 15:12:56 vtevms00 vmkernel: 20:15:28:48.155 cpu3:3532)Sched: vm 3533: 5352: renamed group 503 to vm.3532&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;Jun 29 15:12:56 vtevms00 vmkernel: 20:15:28:48.155 cpu3:3532)Sched: vm 3533: 5366: moved group 503 to be under group 4&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;Jun 29 15:12:56 vtevms00 vmkernel: 20:15:28:48.279 cpu3:3532)Swap: vm 3533: 2169: extending swap to 393216 KB&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;Jun 29 15:12:57 vtevms00 vmkernel: 20:15:28:48.852 cpu3:3532)FS3: 1973: Checking if lock holders are live for lock [type 10c00001 offset 27942912 v 4399, hb offset 3881472&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;Jun 29 15:12:57 vtevms00 vmkernel: gen 170, mode 2, owner 00000000-00000000-0000-000000000000 mtime 1784637]&lt;/b&gt;&lt;br /&gt;
*Jun 29 15:13:01 vtevms00 vmkernel: 20:15:28:52.866 cpu0:3532)Sched: vm 3533: 1031: name='vmm0:ba853cbd-5ff3-4909-ac53-b5605f5bd5c8*Launchpad'*&lt;br /&gt;
&lt;b&gt;Jun 29 15:13:01 vtevms00 vmkernel: 20:15:28:52.866 cpu0:3532)CpuSched: vm 3533: 13868: zombified unscheduled world: runState=NEW&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;Jun 29 15:13:01 vtevms00 vmkernel: 20:15:28:52.866 cpu0:3532)World: vm 3533: 2489: deathPending set; world not running, scheduling reap&lt;/b&gt;&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
Below is a snippet from the vmware.log generated in the dircetory alongside the .vmx file for a locked VM:&lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;
&lt;b&gt;Jun 29 15:52:35.857: vmx| DISK: OPEN scsi0:0 '/vmfs/volumes/494044aa-10eb8a87-2887-00144f205b31/vte3/disks/Launchpad.vmdk' independent-nonpersistent R&lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=%28null%29"&gt;(null)&lt;/a&gt;&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;Jun 29 15:52:39.901: vmx| DISKLIB-VMFS : "/vmfs/volumes/494044aa-10eb8a87-2887-00144f205b31/vte3/disks/Launchpad-flat.vmdk" : failed to open (1048585): AIOMgr_Open failed. Type 3&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;Jun 29 15:52:39.901: vmx| DISKLIB-DSCPTR: Failed to open extents for descriptor file in normal mode&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;Jun 29 15:52:39.903: vmx| DISKLIB-LINK  : "/vmfs/volumes/494044aa-10eb8a87-2887-00144f205b31/vte3/disks/Launchpad.vmdk" : failed to open (Device or resource busy).&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;Jun 29 15:52:39.903: vmx| DISKLIB-CHAIN : "/vmfs/volumes/494044aa-10eb8a87-2887-00144f205b31/vte3/disks/Launchpad.vmdk" : failed to open (Device or resource busy).&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;Jun 29 15:52:39.903: vmx| DISKLIB-LIB   : Failed to open '/vmfs/volumes/494044aa-10eb8a87-2887-00144f205b31/vte3/disks/Launchpad.vmdk' with flags 0xe (Device or resource busy).&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;Jun 29 15:52:39.903: vmx| DISK: Cannot open disk "/vmfs/volumes/494044aa-10eb8a87-2887-00144f205b31/vte3/disks/Launchpad.vmdk": Device or resource busy (1048585).&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;Jun 29 15:52:39.903: vmx| DISK: Failed to open disk '/vmfs/volumes/494044aa-10eb8a87-2887-00144f205b31/vte3/disks/Launchpad.vmdk' : Device or resource busy (1048585) 3047.&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;Jun 29 15:52:39.903: vmx| DISK: Failed to create child: Device or resource busy (1048585) 3630.&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;Jun 29 15:52:39.903: vmx| Msg_Post: Error&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;Jun 29 15:52:39.903: vmx| &lt;a class="jive-link-external" href="http://msg.disk.noBackEnd"&gt;http://msg.disk.noBackEnd&lt;/a&gt; Cannot open the disk '/vmfs/volumes/494044aa-10eb8a87-2887-00144f205b31/vte3/disks/Launchpad.vmdk' or one of the snapshot disks it depends on.&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;Jun 29 15:52:39.903: vmx| &lt;a class="jive-link-external" href="http://msg.disk.configureDiskError"&gt;http://msg.disk.configureDiskError&lt;/a&gt; Reason: Device or resource busy.----------------------------------------&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;Jun 29 15:52:39.909: vmx| Module DiskEarly power on failed.&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;Jun 29 15:52:39.909: vmx| VMX_PowerOn: ModuleTable_PowerOn = 0&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;Jun 29 15:52:39.911: vmx| WORKER: asyncOps=0 maxActiveOps=0 maxPending=0 maxCompleted=0&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;Jun 29 15:52:40.767: vmx| vmdbPipe_Streams Couldn't read: OVL_STATUS_EOF&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;Jun 29 15:52:40.775: vmx| VMX idle exit&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;Jun 29 15:52:40.797: vmx| Flushing VMX VMDB connections&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;Jun 29 15:52:40.801: vmx| IPC_exit: disconnecting all threads&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;Jun 29 15:52:40.801: vmx| VMX exit (0).&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;Jun 29 15:52:40.801: vmx| AIOMGR-S : stat o=1 r=0 w=0 i=0 br=0 bw=0&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;Jun 29 15:52:40.801: vmx| VMX has left the building: 0.&lt;/b&gt;&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
The above seems to indicate that the lock is on the vmdk file, but lsof does not show the file as being in use. &lt;br /&gt;
&lt;p /&gt;
This locking will happen on a per-host basis, i.e. all VMs on a particular host using an affected vmdk will be locked, while VMs on another host pointing to the same vmdk (on the same SAN) will be unaffected.  The lock seems to clear itself up eventually, though it can take minutes or days for it to go away.  Performing an lsof on all vmdk files on the SAN shows that none of them are in use while the lock error is occurring. The lock seems to occur only on vmdks that are heavily requested, which makes sense for an access conflict. However, wrapping the PowerOn web service call in a mutex doesn't stop the occurrence. &lt;br /&gt;
&lt;p /&gt;
Especially confusing is the "owner 00000000-00000000-0000-000000000000" message seen in the logs, indicating some sort of null owner of the lock?  I have no idea what to make of this. &lt;br /&gt;
&lt;p /&gt;
I have searched the community forums extensively, and all examples of such locking I could find were seen to be file locks visible using lsof on the host, or the users affected were just looking for ways to salvage a single VM from this condition...we need to prevent the condition from occurring in the first place.  I have seen thoughts about scsi reservations causing these sorts of issues, but can't see why I would be able to take a snapshot but not power on a VM in that circumstance. Nor would I know how to avoid scsi reservation conflicts for our setup, if that is indeed the cause. &lt;br /&gt;
&lt;p /&gt;
If anybody has seen this error, or has successfully generated large numbers of VMs off of the same bask disks without locks, I'd very much appreciate any insight you can give.  I'm more than happy to run tests and provide any data necessary to try to get to the bottom of this issue. &lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
Thanks!</description>
      <pubDate>Mon, 29 Jun 2009 20:06:16 GMT</pubDate>
      <author>cacois</author>
      <guid>http://communities.vmware.com/thread/218526</guid>
      <dc:date>2009-06-29T20:06:16Z</dc:date>
      <clearspace:dateToText>4 months, 3 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Create NAS datastore</title>
      <link>http://communities.vmware.com/thread/218522</link>
      <description>&lt;br /&gt;
Hello,&lt;br /&gt;
&lt;p /&gt;
I am trying to create NFS datastore through VI SDK.I tried it using VI client and its getting created succesfully.&lt;br /&gt;
&lt;p /&gt;
Through SDK I am not able to achieve the same.&lt;br /&gt;
&lt;p /&gt;
Here the spec for the same.&lt;br /&gt;
&lt;p /&gt;
HostConfigManager hostConfig = (HostConfigManager)vmUtils._GetPropFromMoref(hostmoref, "configManager");&lt;br /&gt;
&lt;p /&gt;
ManagedObjectReference morefHostStorageSys = hostConfig.storageSystem;&lt;br /&gt;
&lt;p /&gt;
HostNasVolumeSpec nasvmSpec = new HostNasVolumeSpec();&lt;br /&gt;
&lt;p /&gt;
nasvmSpec.accessMode = "readOnly";&lt;br /&gt;
&lt;p /&gt;
nasvmSpec.localPath = "/vmfs/volumes/nas_ds";&lt;br /&gt;
&lt;p /&gt;
nasvmSpec.remoteHost = "avocado";&lt;br /&gt;
&lt;p /&gt;
nasvmSpec.remotePath = "/vol/CrashVM/.snapshot/CRASH_NEW2";&lt;br /&gt;
&lt;p /&gt;
nasvmSpec.type = "NFS";&lt;br /&gt;
&lt;p /&gt;
ManagedObjectReference dsMoref = _mconnection.Service.CreateNasDatastore(morefHostStorageSys, nasvmSpec);&lt;br /&gt;
&lt;p /&gt;
if (dsMoref != null)&lt;br /&gt;
&lt;p /&gt;
{&lt;br /&gt;
&lt;p /&gt;
Console.WriteLine("Datastore got created succesfully");&lt;br /&gt;
&lt;p /&gt;
}&lt;br /&gt;
&lt;p /&gt;
Correct me If I am missing something.&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
Thanks,&lt;br /&gt;
&lt;p /&gt;
-AsHwIN</description>
      <pubDate>Mon, 29 Jun 2009 19:40:52 GMT</pubDate>
      <author>Ashwin89</author>
      <guid>http://communities.vmware.com/thread/218522</guid>
      <dc:date>2009-06-29T19:40:52Z</dc:date>
      <clearspace:dateToText>4 months, 3 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>How to get performance counter information of all the instances?</title>
      <link>http://communities.vmware.com/thread/218372</link>
      <description>&lt;br /&gt;
Hi,&lt;br /&gt;
&lt;p /&gt;
     I want to retrieve performance information of all the instances of CPU. I am using queryPerfComposite to get this information from ESX server and from all the virtual machines under it. I am creating object of PerfMetricId and keeping its "instances" property as "&lt;b&gt;". But when I use "&lt;/b&gt;", VI SDK gives me error as :&lt;br /&gt;
&lt;p /&gt;
&lt;span style="color:#ff0000"&gt;Exception in thread "main" AxisFault&lt;/span&gt;&lt;br /&gt;
&lt;p /&gt;
&lt;span style="color:#ff0000"&gt;faultCode: ServerFaultCode&lt;/span&gt;&lt;br /&gt;
&lt;p /&gt;
&lt;span style="color:#ff0000"&gt;faultSubcode: &lt;/span&gt;&lt;br /&gt;
&lt;p /&gt;
&lt;span style="color:#ff0000"&gt;faultString: A specified parameter was not correct. &lt;/span&gt;&lt;br /&gt;
&lt;p /&gt;
&lt;span style="color:#ff0000"&gt;metricId&lt;/span&gt;&lt;br /&gt;
&lt;p /&gt;
&lt;span style="color:#ff0000"&gt;faultActor: &lt;/span&gt;&lt;br /&gt;
&lt;p /&gt;
&lt;span style="color:#ff0000"&gt;faultNode: &lt;/span&gt;&lt;br /&gt;
&lt;p /&gt;
&lt;span style="color:#ff0000"&gt;faultDetail: &lt;/span&gt;&lt;br /&gt;
&lt;p /&gt;
&lt;span style="color:#ff0000"&gt;{urn:vim2}InvalidArgumentFault:&amp;lt;invalidProperty&amp;gt;metricId&amp;lt;/invalidProperty&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;p /&gt;
&lt;span style="color:#ff0000"&gt;A specified parameter was not correct. &lt;/span&gt;&lt;br /&gt;
&lt;p /&gt;
&lt;span style="color:#ff0000"&gt;metricId&lt;/span&gt;&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
But if I make instance as "", it works,  but I cant get information of all the instances. So, question is how to get performance counter information for all the instances?&lt;br /&gt;
&lt;p /&gt;
Also, If my ESX server has 8 cores and VM's running under it has only 4 cores, then how do the query will respond?&lt;br /&gt;
&lt;p /&gt;
My code snippet is as follows : &lt;br /&gt;
&lt;p /&gt;
&lt;span style="color:#0000ff"&gt;PerfMetricId counterMetric = &lt;b&gt;new&lt;/b&gt; PerfMetricId();&lt;/span&gt;&lt;br /&gt;
&lt;p /&gt;
&lt;span style="color:#0000ff"&gt;counterMetric.setCounterId(counterId);            // I get counterId from an PerfInfo object which I get by queryAvailablePerf() method.&lt;/span&gt;&lt;br /&gt;
&lt;p /&gt;
&lt;span style="color:#0000ff"&gt;counterMetric.setInstance("*");&lt;/span&gt;&lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;</description>
      <category domain="http://communities.vmware.com/tags?communityID=2416">queryperfcomposite</category>
      <category domain="http://communities.vmware.com/tags?communityID=2416">queryavailableperf</category>
      <category domain="http://communities.vmware.com/tags?communityID=2416">counter</category>
      <category domain="http://communities.vmware.com/tags?communityID=2416">instances</category>
      <category domain="http://communities.vmware.com/tags?communityID=2416">vi</category>
      <category domain="http://communities.vmware.com/tags?communityID=2416">sdk</category>
      <pubDate>Mon, 29 Jun 2009 05:09:59 GMT</pubDate>
      <author>Chandrashekhar</author>
      <guid>http://communities.vmware.com/thread/218372</guid>
      <dc:date>2009-06-29T05:09:59Z</dc:date>
      <clearspace:dateToText>4 months, 3 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>issue while associating ports to vms using sdk</title>
      <link>http://communities.vmware.com/thread/218298</link>
      <description>&lt;br /&gt;
hi&lt;br /&gt;
&lt;p /&gt;
i am trying to find vms associated with ports under a port group using vi2.5 sdk of vcenter. i am getting port info using below&lt;br /&gt;
&lt;p /&gt;
for each host i am getting ports by this property of hostSystem " host--&amp;gt;config--&amp;gt;network--&amp;gt;portgroups--&amp;gt;port". &lt;br /&gt;
&lt;p /&gt;
each port has array of macs. i have collected vnic info which has mac. using this i am finding associated vms. but in mobbrowse i could see some of ports does not have few macs of some vms. where as i could see those vms as connected in the configuration tab of host(in vi client) which displays vswitch and port group and ports. i suprise how ui gets this info. my assumption is in vi client what ever we show it is reflection of vi sdk meaning it also uses the above prop to collect this info if it is from vi sdk. &lt;br /&gt;
&lt;p /&gt;
so i need help for below&lt;br /&gt;
&lt;p /&gt;
is there any other way of getting portgroup info. i know  host--&amp;gt;config--&amp;gt;network--&amp;gt;vswitch-&amp;gt;portgroup is other way. but i believe this info is same as above mentioned .&lt;br /&gt;
&lt;p /&gt;
how vi client is getting this info.&lt;br /&gt;
&lt;p /&gt;
thanking you in advance.&lt;br /&gt;
&lt;p /&gt;
Thanks,Chandra</description>
      <pubDate>Sun, 28 Jun 2009 05:55:58 GMT</pubDate>
      <author>Chandras123</author>
      <guid>http://communities.vmware.com/thread/218298</guid>
      <dc:date>2009-06-28T05:55:58Z</dc:date>
      <clearspace:dateToText>4 months, 4 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>Trailing space issue with SearchDatastore</title>
      <link>http://communities.vmware.com/thread/218079</link>
      <description>&lt;br /&gt;
When using the SearchDatastore method, if the "datastorePath" parameter has a trailing space, an error is generated. Here's the code:&lt;br /&gt;
&lt;p /&gt;
my $path = "&lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=dstore_1"&gt;dstore_1&lt;/a&gt; /testing ";&lt;br /&gt;
my $browse_task = $host_data_browser-&amp;gt;SearchDatastore(datastorePath=&amp;gt;$path, searchSpec=&amp;gt;$search_spec);&lt;br /&gt;
&lt;p /&gt;
The "testing " directory does have a trailing space in the name on the physical disk. When I browse the datastore using the SearchDatastore method, the name of that directory is returned as "testing\x{f028}". I don't know why the space is encoded that way, but it is. If I pass that same value into the search though (i.e. I change the "my $path = "&lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=dstore_1"&gt;dstore_1&lt;/a&gt; /testing\x{f028}"), to search the "testing " directory, I get the error "Empty String at /home/omnitool/perl/lib/site_perl/5.8.9/VMware/VICommon.pm line 1406". This is the same error I get if I just pass in the name with the trailing space (not encoded). &lt;br /&gt;
&lt;p /&gt;
I just need to know how to encode the trailing space so that I can actually search that directory. I understand that the easy fix is to just remove the trailing space from the directory on disk and then the problem goes away. However, I want my code to handle the situation properly, which means I want it to handle the space. Any assistance would be greatly appreciated.</description>
      <category domain="http://communities.vmware.com/tags?communityID=2416">perltoolkit</category>
      <category domain="http://communities.vmware.com/tags?communityID=2416">vi-perl</category>
      <category domain="http://communities.vmware.com/tags?communityID=2416">searchdatastore_task</category>
      <pubDate>Fri, 26 Jun 2009 12:26:13 GMT</pubDate>
      <author>piuhapofuhpaosf</author>
      <guid>http://communities.vmware.com/thread/218079</guid>
      <dc:date>2009-06-26T12:26:13Z</dc:date>
      <clearspace:dateToText>4 months, 3 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>4</clearspace:messageCount>
      <clearspace:replyCount>3</clearspace:replyCount>
    </item>
    <item>
      <title>In vApp under virtualMachine.</title>
      <link>http://communities.vmware.com/thread/217866</link>
      <description>&lt;br /&gt;
Hi&lt;br /&gt;
&lt;p /&gt;
 vApp vms get only VirtualApp entity only.Not in HostSystem or VirtualMachine.so for vApp vm details ( runtime,guest,config,datastore ) get through getDynamicProperty only..Is any other idea to get vApp vms.&lt;br /&gt;
&lt;p /&gt;
Thanks&lt;br /&gt;
&lt;p /&gt;
ram</description>
      <pubDate>Thu, 25 Jun 2009 12:42:26 GMT</pubDate>
      <author>kbr5678</author>
      <guid>http://communities.vmware.com/thread/217866</guid>
      <dc:date>2009-06-25T12:42:26Z</dc:date>
      <clearspace:dateToText>5 months, 1 day ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>Why clone with Webservice API(Java) cost so long?</title>
      <link>http://communities.vmware.com/thread/217794</link>
      <description>&lt;br /&gt;
Hello&lt;br /&gt;
&lt;p /&gt;
I am making the clone of a virtual machine from the template now.  &lt;br /&gt;
&lt;p /&gt;
When I clone from a template on the VI Client, it spend about only 13 min.&lt;br /&gt;
&lt;p /&gt;
But When I clone with Java API, it cost me more than 2 hours to finish.&lt;br /&gt;
&lt;p /&gt;
I use the sample code  VMClone.java to clone, and the code snippet is like:&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
         ManagedObjectReference cloneTask &lt;br /&gt;
                   = service.cloneVM_Task(vmRef, vmFolderRef, clonedName, cloneSpec);&lt;br /&gt;
         String status = cb.getServiceUtil().waitForTask(cloneTask);&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
         if(status.equalsIgnoreCase("failure")) {&lt;br /&gt;
              System.out.println("Failure -: Virtual Machine cannot be cloned");&lt;br /&gt;
         }         &lt;br /&gt;
         if(status.equalsIgnoreCase("sucess")) {&lt;br /&gt;
            System.out.println("Virtual Machine Cloned  successfully.");&lt;br /&gt;
         } &lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
I have tried remove the waitForTask() function and only excute the cloneVM_Task function like:&lt;br /&gt;
&lt;p /&gt;
          service.cloneVM_Task(vmRef, vmFolderRef, clonedName, cloneSpec);&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
but with only one time fast clone(about 13 min), the cost time for clone still regain to more than 2 hours.&lt;br /&gt;
&lt;p /&gt;
I can not understand why clone with API cost so much time and without waitForTask(), why only one fast clone happened without waitForTask.&lt;br /&gt;
&lt;p /&gt;
Any one kows about it? &lt;br /&gt;
&lt;p /&gt;
and plz forgive my poor English, thx. &lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
My best regards</description>
      <category domain="http://communities.vmware.com/tags?communityID=2416">webservices</category>
      <pubDate>Thu, 25 Jun 2009 05:59:22 GMT</pubDate>
      <author>firerain</author>
      <guid>http://communities.vmware.com/thread/217794</guid>
      <dc:date>2009-06-25T05:59:22Z</dc:date>
      <clearspace:dateToText>5 months, 1 day ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>How can i configure VM to physical network port ?</title>
      <link>http://communities.vmware.com/thread/217592</link>
      <description>Like i want VM1 to connect with NIC card number 5 and VM2 connect with NIC card number 7 &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;br /&gt;
which method in VI SDK i can use ??</description>
      <pubDate>Wed, 24 Jun 2009 10:08:42 GMT</pubDate>
      <author>pattadon</author>
      <guid>http://communities.vmware.com/thread/217592</guid>
      <dc:date>2009-06-24T10:08:42Z</dc:date>
      <clearspace:dateToText>5 months, 1 day ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>new VM advanced options. IDE or SCSI?</title>
      <link>http://communities.vmware.com/thread/217552</link>
      <description>when creating a new vm, in the advanced options, the virtual device node has 2 options:&lt;br /&gt;
&lt;br /&gt;
SCSI and IDE.&lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;
for some guest OSs, the default is IDE and for some its SCSI.&lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;
where in the SDK is it defined? &lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;
How can I find out for which guest OS the default setting is ISE and for which the default setting is SCSI?&lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;
is it in the GuestOSDescriptor? which property?&lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;
Thanks&lt;br /&gt;
&lt;p /&gt;
idanmnr</description>
      <pubDate>Wed, 24 Jun 2009 07:09:34 GMT</pubDate>
      <author>idanmnr</author>
      <guid>http://communities.vmware.com/thread/217552</guid>
      <dc:date>2009-06-24T07:09:34Z</dc:date>
      <clearspace:dateToText>5 months, 2 days ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>"A specified parameter was not correct" error while executing queryPerfComposite()</title>
      <link>http://communities.vmware.com/thread/217271</link>
      <description>Hi,&lt;br /&gt;
&lt;br /&gt;
I am getting "A specified parameter was not correct" error while executing queryPerfComposite() method. I want to get performance counter information for host systems and virtual machines from vCenter server. I am following steps below : &lt;br /&gt;
&lt;p /&gt;
1) Connect to vCenter server using VI SDK.&lt;br /&gt;
&lt;p /&gt;
2) Get performance manager MOR for vCenter.&lt;br /&gt;
&lt;p /&gt;
3) get MOR of all the hosts present in vCenter.&lt;br /&gt;
&lt;p /&gt;
4) For each host MOR, execute "queryAvailablePerfMetric()" method.&lt;br /&gt;
&lt;p /&gt;
5) Finally, after checking available perfMetrics, call queryPerfComposite().&lt;br /&gt;
&lt;p /&gt;
At step 5, I am getting above error. Anyone has any clue for this?&lt;br /&gt;
&lt;p /&gt;
Below is my code snippet :&lt;br /&gt;
&lt;p /&gt;
&lt;span style="color:#0000ff"&gt;final ArrayList&amp;lt;ManagedObjectReference&amp;gt; hostMORList = &lt;u&gt;connection.getServiceUtil().getDecendentMoRefs(*null*, "HostSystem")&lt;/u&gt;;&lt;/span&gt;&lt;br /&gt;
&lt;p /&gt;
&lt;span style="color:#0000ff"&gt;for (ManagedObjectReference hostMor : hostMORList) {&lt;br /&gt;
&lt;br /&gt;
    final String machineName = (String) connection.getServiceUtil().getDynamicProperty(hostMor, "name");&lt;/span&gt;&lt;br /&gt;
&lt;span style="color:#0000ff"&gt;    &lt;/span&gt;&lt;br /&gt;
&lt;p /&gt;
&lt;span style="color:#0000ff"&gt;    System.&lt;i&gt;out&lt;/i&gt;.println("DEBUG : Machine name : " + machineName);&lt;/span&gt;&lt;br /&gt;
&lt;span style="color:#0000ff"&gt;    &lt;/span&gt;&lt;br /&gt;
&lt;p /&gt;
&lt;span style="color:#0000ff"&gt;    &lt;b&gt;final&lt;/b&gt; PerfCounterInfo&lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=%5D+counterInfo+%3D+%28PerfCounterInfo"&gt;] counterInfo = (PerfCounterInfo&lt;/a&gt;)connection.getServiceUtil().getDynamicProperty(perfManager,"perfCounter");&lt;/span&gt;&lt;br /&gt;
&lt;p /&gt;
&lt;span style="color:#0000ff"&gt;    Calendar metricEndTime = Calendar.+getInstance+();&lt;/span&gt;&lt;br /&gt;
&lt;p /&gt;
&lt;span style="color:#0000ff"&gt;    Calendar metricStartTime = (Calendar) metricEndTime.clone();&lt;/span&gt;&lt;br /&gt;
&lt;p /&gt;
&lt;span style="color:#0000ff"&gt;    metricStartTime.add(Calendar.&lt;i&gt;HOUR&lt;/i&gt;, -1);&lt;/span&gt;&lt;br /&gt;
&lt;p /&gt;
&lt;span style="color:#0000ff"&gt;    final PerfMetricId[] availCounterIds = servicePort.queryAvailablePerfMetric( perfManager,hostMor,metricStartTime,metricEndTime, this.interval);&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style="color:#0000ff"&gt;   final PerfCompositeMetric newValues = getCounterValues(hostMor,counterIds);&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style="color:#0000ff"&gt;   ------------------------------------------------------------------------------------------------------------------&lt;/span&gt;&lt;br /&gt;
&lt;span style="color:#0000ff"&gt;/**&lt;/span&gt;&lt;br /&gt;
&lt;span style="color:#0000ff"&gt;* Searches performance counter information for specified entity. Entity can be host or virtual machine.&lt;/span&gt;&lt;br /&gt;
&lt;span style="color:#0000ff"&gt;* &lt;b&gt;@param&lt;/b&gt; hostMor Managed object reference to host system&lt;/span&gt;&lt;br /&gt;
&lt;span style="color:#0000ff"&gt;* &lt;b&gt;@param&lt;/b&gt; metricList Metric id's from which values to be retrieved&lt;/span&gt;&lt;br /&gt;
&lt;span style="color:#0000ff"&gt;* &lt;b&gt;@return&lt;/b&gt; Performance counter values and information&lt;/span&gt;&lt;br /&gt;
&lt;span style="color:#0000ff"&gt;* &lt;b&gt;@throws&lt;/b&gt; RemoteException throws remote exception&lt;/span&gt;&lt;br /&gt;
&lt;span style="color:#0000ff"&gt;*/&lt;/span&gt;&lt;br /&gt;
&lt;span style="color:#0000ff"&gt;&lt;b&gt;private&lt;/b&gt; PerfCompositeMetric getCounterValues(*final* ManagedObjectReference hostMor,&lt;b&gt;final&lt;/b&gt; PerfMetricId[] metricList) &lt;b&gt;throws&lt;/b&gt; RemoteException {&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;p /&gt;
&lt;span style="color:#0000ff"&gt;    final PerfQuerySpec qSpecs = &lt;b&gt;new&lt;/b&gt; PerfQuerySpec();&lt;/span&gt;&lt;br /&gt;
&lt;span style="color:#0000ff"&gt;    qSpecs.setEntity(hostMor);&lt;/span&gt;&lt;br /&gt;
&lt;span style="color:#0000ff"&gt; &lt;/span&gt;&lt;br /&gt;
&lt;p /&gt;
&lt;span style="color:#0000ff"&gt;    qSpecs.setMaxSample(*new* Integer(*this*.sampleCount));&lt;/span&gt;&lt;br /&gt;
&lt;span style="color:#0000ff"&gt;    qSpecs.setMetricId(metricList);&lt;/span&gt;&lt;br /&gt;
&lt;p /&gt;
&lt;span style="color:#0000ff"&gt;    qSpecs.setIntervalId(*new* Integer(*this*.interval));&lt;/span&gt;&lt;br /&gt;
&lt;p /&gt;
&lt;span style="color:#0000ff"&gt;    &lt;b&gt;final&lt;/b&gt; PerfCompositeMetric compositeMetrics = servicePort.queryPerfComposite(perfManager, qSpecs);&lt;/span&gt;&lt;br /&gt;
&lt;p /&gt;
&lt;span style="color:#0000ff"&gt;    &lt;b&gt;return&lt;/b&gt; compositeMetrics;&lt;/span&gt;&lt;br /&gt;
&lt;p /&gt;
&lt;span style="color:#0000ff"&gt;}&lt;/span&gt;&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;br /&gt;
&lt;hr /&gt;
&lt;br /&gt;
and here is the stack trace after exception :&lt;br /&gt;
&lt;p /&gt;
&lt;span style="color:#ff0000"&gt;&lt;b&gt;Exception in thread "main" AxisFault&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;p /&gt;
&lt;span style="color:#ff0000"&gt;&lt;b&gt;faultCode: ServerFaultCode&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;p /&gt;
&lt;span style="color:#ff0000"&gt;&lt;b&gt;faultSubcode:&lt;/b&gt; &lt;/span&gt;&lt;br /&gt;
&lt;p /&gt;
&lt;span style="color:#ff0000"&gt;&lt;b&gt;faultString: A specified parameter was not correct.&lt;/b&gt; &lt;/span&gt;&lt;br /&gt;
&lt;p /&gt;
&lt;span style="color:#ff0000"&gt;&lt;b&gt;metricId&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;p /&gt;
&lt;span style="color:#ff0000"&gt;&lt;b&gt;faultActor:&lt;/b&gt; &lt;/span&gt;&lt;br /&gt;
&lt;p /&gt;
&lt;span style="color:#ff0000"&gt;&lt;b&gt;faultNode:&lt;/b&gt; &lt;/span&gt;&lt;br /&gt;
&lt;p /&gt;
&lt;span style="color:#ff0000"&gt;&lt;b&gt;faultDetail:&lt;/b&gt; &lt;/span&gt;&lt;br /&gt;
&lt;p /&gt;
&lt;span style="color:#ff0000"&gt;&lt;b&gt;{urn:vim2}InvalidArgumentFault:&amp;lt;invalidProperty&amp;gt;metricId&amp;lt;/invalidProperty&amp;gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;p /&gt;
&lt;span style="color:#ff0000"&gt;&lt;b&gt;A specified parameter was not correct.&lt;/b&gt; &lt;/span&gt;&lt;br /&gt;
&lt;p /&gt;
&lt;span style="color:#ff0000"&gt;&lt;b&gt;metricId&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;br /&gt;
&lt;hr /&gt;
&lt;p /&gt;
Am I missing anything in this code?&lt;br /&gt;
&lt;p /&gt;
My logic to get performance counters from hosts and VM's is as follows :&lt;br /&gt;
&lt;p /&gt;
&lt;b&gt;1) Log in to vCenter server.&lt;/b&gt;&lt;br /&gt;
&lt;p /&gt;
&lt;b&gt;2) get performance manager MOR of vCenter.&lt;/b&gt;&lt;br /&gt;
&lt;p /&gt;
&lt;b&gt;3) Check available performance counters for performance manager.&lt;/b&gt;&lt;br /&gt;
&lt;p /&gt;
&lt;b&gt;4) Get MOR to all the hosts present under vCenter server.&lt;/b&gt;&lt;br /&gt;
&lt;p /&gt;
&lt;b&gt;5) For each host MOR, execute queryAvailablePerfMetric() method.&lt;/b&gt;&lt;br /&gt;
&lt;p /&gt;
&lt;b&gt;6) Call queryPerfComposite for each host MOR so that it will give performance counter information for host and its all the virtual machines also.&lt;/b&gt;&lt;br /&gt;
&lt;p /&gt;
Is my logic correct? Please let me know if i am missing anything...&lt;br /&gt;
&lt;p /&gt;
Thanks in advance!!!!&lt;br /&gt;
&lt;br /&gt;
Message was edited by: Chandrashekhar</description>
      <category domain="http://communities.vmware.com/tags?communityID=2416">a</category>
      <category domain="http://communities.vmware.com/tags?communityID=2416">specified</category>
      <category domain="http://communities.vmware.com/tags?communityID=2416">parameter</category>
      <category domain="http://communities.vmware.com/tags?communityID=2416">was</category>
      <category domain="http://communities.vmware.com/tags?communityID=2416">not</category>
      <category domain="http://communities.vmware.com/tags?communityID=2416">correct</category>
      <category domain="http://communities.vmware.com/tags?communityID=2416">queryperfcomposite</category>
      <category domain="http://communities.vmware.com/tags?communityID=2416">vcenter</category>
      <category domain="http://communities.vmware.com/tags?communityID=2416">esx</category>
      <category domain="http://communities.vmware.com/tags?communityID=2416">performance</category>
      <category domain="http://communities.vmware.com/tags?communityID=2416">counters</category>
      <pubDate>Tue, 23 Jun 2009 04:41:49 GMT</pubDate>
      <author>Chandrashekhar</author>
      <guid>http://communities.vmware.com/thread/217271</guid>
      <dc:date>2009-06-23T04:41:49Z</dc:date>
      <clearspace:dateToText>5 months, 3 days ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>programmatic equivalent to esxcli  swiscsi nic ?</title>
      <link>http://communities.vmware.com/thread/216812</link>
      <description>&lt;br /&gt;
Does anyone know if there is a programmatic equivalent to the remote CLI command "esxcli swiscsi nic"; moreover ideally looking for one that authenticates through virtual center (as opposed to needing the ESX hosts' credentials). The post &lt;a class="jive-link-message" href="http://communities.vmware.com/message/1260170#1260170"&gt;http://communities.vmware.com/message/1260170&lt;/a&gt; seems to suggest it is not present yet, but I wanted to double check.&lt;br /&gt;
&lt;br /&gt;
Thanks,&lt;br /&gt;
Rich</description>
      <pubDate>Fri, 19 Jun 2009 19:43:02 GMT</pubDate>
      <author>rnp2000</author>
      <guid>http://communities.vmware.com/thread/216812</guid>
      <dc:date>2009-06-19T19:43:02Z</dc:date>
      <clearspace:dateToText>5 months, 6 days ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>Apache on ESX 3.5 ?</title>
      <link>http://communities.vmware.com/thread/216828</link>
      <description>hi guys, &lt;br /&gt;
&lt;br /&gt;
anyone cant tell me if Apache is still on ESX 3.5 update 4 ?&lt;br /&gt;
&lt;p /&gt;
my problem is security team wants me to "lockdown" Apache on ESX, but I could not find a lot of apache configuration files and settings.&lt;br /&gt;
&lt;p /&gt;
I believe it was used before on version 2.x, but it's not used anymore...it has just TomCat.&lt;br /&gt;
&lt;p /&gt;
please, give me some direction or if there's some documentation saying it's not there anymore.</description>
      <pubDate>Fri, 19 Jun 2009 18:15:59 GMT</pubDate>
      <author>emeirell21</author>
      <guid>http://communities.vmware.com/thread/216828</guid>
      <dc:date>2009-06-19T18:15:59Z</dc:date>
      <clearspace:dateToText>5 months, 1 week ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>How to retrieve performance counter information of ESX servers and VM's through vCenter?</title>
      <link>http://communities.vmware.com/thread/216742</link>
      <description>&lt;br /&gt;
Hi,&lt;br /&gt;
&lt;p /&gt;
         I want to retrieve performance counter information of ESX servers and virtual machines through vCenter server using VI SDK 2.0. I have one vCenter server , two ESX servers and some VM's on those ESX servers. I am able to get performance information if I directly connect to ESX server but I want to connect to vCenter server and from there directly get performance information of both esx servers and VM's installed on them. &lt;br /&gt;
&lt;p /&gt;
How to do this? Any algorithm, psudocode, steps, hints?&lt;br /&gt;
&lt;p /&gt;
       Also, I tried to get MOR of Datacenter using property collector, but it gives null result although I am able to connect to vCenter server. My code is as follows :&lt;br /&gt;
&lt;p /&gt;
&lt;span style="color:#0000ff"&gt;&lt;b&gt;PropertySpec&lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=%5D+properties+%3D+new+PropertySpec%5B"&gt;] properties = new PropertySpec[&lt;/a&gt; {new PropertySpec()};&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;p /&gt;
&lt;span style="color:#0000ff"&gt;&lt;b&gt;properties[0].setAll(new Boolean(false));&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;p /&gt;
&lt;span style="color:#0000ff"&gt;&lt;b&gt;properties[0].setType("Datacenter");&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;p /&gt;
&lt;span style="color:#0000ff"&gt;&lt;b&gt;ManagedObjectReference rootFolder = content.getRootFolder();&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;p /&gt;
&lt;span style="color:#0000ff"&gt;&lt;b&gt;ObjectSpec&lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=%5D+Objects+%3D+new+ObjectSpec%5B"&gt;] Objects = new ObjectSpec[&lt;/a&gt; {new ObjectSpec()};&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;p /&gt;
&lt;span style="color:#0000ff"&gt; &lt;b&gt;Objects[0].setObj(rootFolder);&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;p /&gt;
&lt;span style="color:#0000ff"&gt; &lt;b&gt;Objects[0].setSkip(new Boolean(true));&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;p /&gt;
&lt;span style="color:#0000ff"&gt;&lt;b&gt;PropertyFilterSpec filter = new PropertyFilterSpec();&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;p /&gt;
&lt;span style="color:#0000ff"&gt;&lt;b&gt;filter.setPropSet(properties);&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;p /&gt;
&lt;span style="color:#0000ff"&gt;&lt;b&gt;filter.setObjectSet(Objects);&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;p /&gt;
&lt;span style="color:#0000ff"&gt;&lt;b&gt;ManagedObjectReference propertyCollector = content.getPropertyCollector();&lt;/b&gt; &lt;/span&gt;&lt;br /&gt;
&lt;p /&gt;
&lt;span style="color:#0000ff"&gt;&lt;b&gt;PropertyFilterSpec&lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=%5D+filters+%3D+new+PropertyFilterSpec%5B"&gt;] filters = new PropertyFilterSpec[&lt;/a&gt; {filter};&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;p /&gt;
&lt;b&gt;&lt;span style="color:#0000ff"&gt;bjectContent[] result = service.retrieveProperties(propertyCollector, filters);&lt;/span&gt;&lt;span style="color:#0000ff"&gt;if(result != null) {{color}&lt;/b&gt;&lt;br /&gt;
&lt;p /&gt;
{color:#0000ff}       &lt;b&gt;System.&lt;i&gt;out&lt;/i&gt;.println("result not null");&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;p /&gt;
&lt;span style="color:#0000ff"&gt;*} else {*{color}&lt;br /&gt;
&lt;p /&gt;
{color:#0000ff}       &lt;b&gt;System.&lt;i&gt;out&lt;/i&gt;.println("result is null");&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;p /&gt;
&lt;span style="color:#0000ff"&gt;&lt;b&gt;}&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
I have one more question. Should I use AppUtil class for all these operation or not? Apputil class logs some information and I want to skip AppUtil. What are the dis advantages if program without using AppUtil?&lt;br /&gt;
&lt;p /&gt;
From user, I will get credentials for connecting to vCenter server only. My program should be able to search all the available ESX servers being monitored by that vCenter server and VM's installed on those ESX servers. &lt;br /&gt;
&lt;p /&gt;
 Any clues, how to do it?&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;br /&gt;</description>
      <category domain="http://communities.vmware.com/tags?communityID=2416">vi</category>
      <category domain="http://communities.vmware.com/tags?communityID=2416">sdk</category>
      <category domain="http://communities.vmware.com/tags?communityID=2416">data</category>
      <category domain="http://communities.vmware.com/tags?communityID=2416">center</category>
      <category domain="http://communities.vmware.com/tags?communityID=2416">vcenter</category>
      <category domain="http://communities.vmware.com/tags?communityID=2416">server</category>
      <category domain="http://communities.vmware.com/tags?communityID=2416">esx</category>
      <category domain="http://communities.vmware.com/tags?communityID=2416">performance</category>
      <category domain="http://communities.vmware.com/tags?communityID=2416">counter</category>
      <pubDate>Fri, 19 Jun 2009 11:46:37 GMT</pubDate>
      <author>Chandrashekhar</author>
      <guid>http://communities.vmware.com/thread/216742</guid>
      <dc:date>2009-06-19T11:46:37Z</dc:date>
      <clearspace:dateToText>5 months, 3 days ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
  </channel>
</rss>

