<?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 - VMware Developer</title>
    <link>http://communities.vmware.com/community/developer?view=discussions&amp;filter=open</link>
    <description>Unanswered Discussion Threads in VMware Developer</description>
    <language>en</language>
    <pubDate>Fri, 20 Nov 2009 15:46:31 GMT</pubDate>
    <generator>Clearspace 1.10.12 (http://jivesoftware.com/products/clearspace/)</generator>
    <dc:date>2009-11-20T15:46:31Z</dc:date>
    <dc:language>en</dc:language>
    <item>
      <title>How do I find the VixVolumeInfo.inGuestMountPoints for volumes that are mounted on a clean NTSF folder</title>
      <link>http://communities.vmware.com/thread/243508</link>
      <description>I have a vm guest with 2 disks… the boot disk is mounted at C: but the second disk it mounted on a founder in the C: file system. &lt;br /&gt;
&lt;br /&gt;
E.g.&lt;br /&gt;
C:\drivef is a mount point for my second disk.&lt;br /&gt;
&lt;br /&gt;
The VixVolumeInfo for the inGuestMountPoints is null so is there another way I can determine that the mound point is C:\drivef&lt;br /&gt;
&lt;br /&gt;
Thanks,&lt;br /&gt;
-Ron</description>
      <pubDate>Fri, 20 Nov 2009 15:46:31 GMT</pubDate>
      <author>red0mark</author>
      <guid>http://communities.vmware.com/thread/243508</guid>
      <dc:date>2009-11-20T15:46:31Z</dc:date>
      <clearspace:dateToText>1 day, 23 hours ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>Authentication timed out?</title>
      <link>http://communities.vmware.com/thread/243435</link>
      <description>&lt;br /&gt;
 Hi,&lt;br /&gt;
&lt;p /&gt;
 I'm trying to snapshot some VM's via vcbmounter.exe from a perl script. The first backup works fine, but on the second I got a  authentication failure. I use this code in the beginning of the script for authentication (how do code tags work here?):&lt;br /&gt;
&lt;p /&gt;
eval {Vim::login(&lt;br /&gt;
        service_url =&amp;gt; $service_url,&lt;br /&gt;
        user_name =&amp;gt; $username, &lt;br /&gt;
        password =&amp;gt; $password);&lt;br /&gt;
        };&lt;br /&gt;
    if ($@) {&lt;br /&gt;
        # error&lt;br /&gt;
        print LOG $@ . "\n";&lt;br /&gt;
        }&lt;br /&gt;
&lt;p /&gt;
This seems to work, since the first VM gets backup'ed. It takes about 1:15h, since in the first run I got an error about it not being able two write back the backup date to a custom field, I added exactly the same authentication into the loop &lt;b&gt;after&lt;/b&gt; the backup. So the login should be valid when the next one starts. However I do get a  &lt;br /&gt;
&lt;p /&gt;
SOAP Fault:&lt;br /&gt;
&lt;hr /&gt;
Fault string: Die Sitzung wurde nicht authentifiziert.&lt;br /&gt;
Fault detail: NotAuthenticatedFault&lt;br /&gt;
&lt;p /&gt;
(the first one translates into "session not authenticated")&lt;br /&gt;
&lt;p /&gt;
Before I had added the additional authenication into the loop, I just would get a "Unable to find VM &lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=name"&gt;name&lt;/a&gt;" from this within the loop:&lt;br /&gt;
&lt;p /&gt;
my $vm = Vim::find_entity_view(view_type =&amp;gt; 'VirtualMachine',&lt;br /&gt;
                                      filter =&amp;gt; {"config.name" =&amp;gt; $_});&lt;br /&gt;
    unless ($vm) {&lt;br /&gt;
        print "Unable to find VM: \"$_\"!\n";&lt;br /&gt;
        exit 1&lt;br /&gt;
    }&lt;br /&gt;
&lt;p /&gt;
So it seems the authentication works fine for the first backup, and then times out. But why does the same authentication code from the start of the script not work again? How would I reauthenticate?&lt;br /&gt;
&lt;p /&gt;
 I've attached the script if anyone wants to take a look...&lt;br /&gt;
&lt;p /&gt;
Lars</description>
      <category domain="http://communities.vmware.com/tags?communityID=3088">vcbmounter</category>
      <category domain="http://communities.vmware.com/tags?communityID=3088">authentication</category>
      <pubDate>Fri, 20 Nov 2009 09:25:30 GMT</pubDate>
      <author>LarsOeschey</author>
      <guid>http://communities.vmware.com/thread/243435</guid>
      <dc:date>2009-11-20T09:25:30Z</dc:date>
      <clearspace:dateToText>2 days, 5 hours ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>Pb stopping a guest using vmrun</title>
      <link>http://communities.vmware.com/thread/243311</link>
      <description>&lt;br /&gt;
Hi, &lt;br /&gt;
&lt;p /&gt;
 I've installed VMware-VIX-1.7.0-186713.x86_64.bundle on a RHEL 5.4 x86-64 Linux box.&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
I've managed to use vmrun to list all VMs :&lt;br /&gt;
&lt;p /&gt;
vmrun -T vc -h &lt;a class="jive-link-external" href="https://hereismyadressip/sdk"&gt;https://hereismyadressip/sdk&lt;/a&gt; -u jylenhof -p hereismypassword list&lt;br /&gt;
Total running VMs: 101&lt;br /&gt;
&lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=s0184%3Astorage1"&gt;s0184:storage1&lt;/a&gt; S0127/S0127.vmx&lt;br /&gt;
&lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=VmVolume3"&gt;VmVolume3&lt;/a&gt; S0136 - Test Linux/S0136 - Test Linux.vmx&lt;br /&gt;
&amp;lt;snip&amp;gt;&lt;br /&gt;
&lt;p /&gt;
 &lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=VMware_Autonome_02"&gt;VMware_Autonome_02&lt;/a&gt; SV0188 - Serveur de Chat/SV0188 - Serveur de Chat.vmx&lt;br /&gt;
&lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=VMware_Autonome_02"&gt;VMware_Autonome_02&lt;/a&gt; SMTP2 - Relais Mail/SMTP2 - Relais Mail.vmx&lt;br /&gt;
&lt;p /&gt;
But when I try to use it to stop a VM, the status reported is not the real one (my guest is powered on) :&lt;br /&gt;
&lt;p /&gt;
&lt;strike&gt;root@sv0220 fence_vmware&lt;/strike&gt;# vmrun -T vc -h &lt;a class="jive-link-external" href="https://hereismyipaddress/sdk"&gt;https://hereismyipaddress/sdk&lt;/a&gt; -u jylenhof -p hereismypassword stop "&lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=VmVolume1"&gt;VmVolume1&lt;/a&gt; sv0221 - Maquette FTP/sv0221 - Maquette FTP.vmx"&lt;br /&gt;
Error: The virtual machine is not powered on: &lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=VmVolume1"&gt;VmVolume1&lt;/a&gt; sv0221 - Maquette FTP/sv0221 - Maquette FTP.vmx&lt;br /&gt;
&lt;strike&gt;root@sv0220 fence_vmware&lt;/strike&gt;#&lt;br /&gt;
&lt;p /&gt;
Nothing is written on the vcenter side. &lt;br /&gt;
&lt;p /&gt;
And when I try to start this already started vm, it says that it cannot connect to the virtual machine... &lt;br /&gt;
&lt;p /&gt;
&lt;strike&gt;root@sv0220 fence_vmware&lt;/strike&gt;# vmrun -T vc -h &lt;a class="jive-link-external" href="https://hereismyipaddress/sdk"&gt;https://hereismyipaddress/sdk&lt;/a&gt; -u jylenhof -p hereismypassword start "&lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=VmVolume1"&gt;VmVolume1&lt;/a&gt; sv0221 - Maquette FTP/sv0221 - Maquette FTP.vmx"&lt;br /&gt;
Error: Cannot connect to the virtual machine&lt;br /&gt;
&lt;strike&gt;root@sv0220 fence_vmware&lt;/strike&gt;#&lt;br /&gt;
&lt;p /&gt;
On the vcenter side, I've this message :&lt;br /&gt;
&lt;p /&gt;
XXX VirtualMachine.powerOn.label not found XXX&lt;br /&gt;
sv0221 - Maquette FTP&lt;br /&gt;
The attempted operation cannot be performed in the current state  Powered  on).&lt;br /&gt;
BANQUE-ACCORD\jylenhofV1000.banque-accord.com&lt;br /&gt;
19/11/2009 17:03:38&lt;br /&gt;
&lt;p /&gt;
Please advice what's wrong with my commands or if there's something wrong anywhere else ?  (I can provide more information if asked precisely)&lt;br /&gt;
&lt;p /&gt;
Regards,</description>
      <pubDate>Thu, 19 Nov 2009 16:10:39 GMT</pubDate>
      <author>jylenhof</author>
      <guid>http://communities.vmware.com/thread/243311</guid>
      <dc:date>2009-11-19T16:10:39Z</dc:date>
      <clearspace:dateToText>2 days, 23 hours ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>MOB equivalent to Vim::find_entity_views?</title>
      <link>http://communities.vmware.com/thread/243285</link>
      <description>Greetings,&lt;br /&gt;
&lt;br /&gt;
i have started using the Managed Object Browser on a vCenter 4 installation to explore the object structure of the API, but i haven't been able to find VM objects so far. Could someone kindly point me to where i can find / query VM instances in the MOB. Similar to what i would do via Vim::find_entity_views. &lt;br /&gt;
&lt;br /&gt;
Thanks&lt;br /&gt;
&lt;br /&gt;
Sebastian</description>
      <pubDate>Thu, 19 Nov 2009 14:57:48 GMT</pubDate>
      <author>skayser</author>
      <guid>http://communities.vmware.com/thread/243285</guid>
      <dc:date>2009-11-19T14:57:48Z</dc:date>
      <clearspace:dateToText>3 days, 25 minutes ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>Proper XML for config and extension...</title>
      <link>http://communities.vmware.com/thread/243172</link>
      <description>&lt;br /&gt;
Going through all of the documentation the one thing that seems incredibly lacking is configuration of the necessary XML files.  I have a test plugin that I have done in C#, when I copy the DLL's to the plugins path it shows up in vSphere and works as expected.  Now what I want to do is make it so that I can have a "Download and Install" link inside the download manager through vCenter.  &lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;
I have managed to get an extension added to vCenter and it will show up in the plugins list, but how do I get the required files (I already have created an installer for them) down to the client from vCenter?  This would be the same kind of behavior as the enterprise converter, which I have tried to dig into, but I can't find the appropriate files.  &lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;
Sorry if this is a bit of a newb type question, but I am not seeing much documentation on this anywhere, and wherever it does exist, it's not very good to explain the different options.</description>
      <category domain="http://communities.vmware.com/tags?communityID=2656">vsphere_client_plugin</category>
      <pubDate>Wed, 18 Nov 2009 21:13:21 GMT</pubDate>
      <author>mikes113</author>
      <guid>http://communities.vmware.com/thread/243172</guid>
      <dc:date>2009-11-18T21:13:21Z</dc:date>
      <clearspace:dateToText>3 days, 18 hours ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>rest api</title>
      <link>http://communities.vmware.com/thread/243052</link>
      <description>&lt;br /&gt;
Hi,&lt;br /&gt;
&lt;p /&gt;
I was looking for some example of how to use VMware rest api for fetching of all virtual machines, or all hosts, or virtual machines of specific host, and I did not find any.&lt;br /&gt;
&lt;p /&gt;
The example in class: com.vmware.vim.rest.sample.RestAppDemo does not show much more then hello world, or alt least it looks to me this way.&lt;br /&gt;
&lt;p /&gt;
Also I was unable to find a list of available URL's which can be used. I know that rest client is using managed object browser as rest service provider, but just by browsing it I was unable to find the URL I need.&lt;br /&gt;
&lt;p /&gt;
E.g. this URL would  fetch some info about the ESX server: &lt;br /&gt;
&lt;p /&gt;
 &lt;a class="jive-link-external" href="https://"&gt;https://&lt;/a&gt;&amp;lt;server&amp;gt;/mob/?moid=ServiceInstance&amp;#38;doPath=content.about&lt;br /&gt;
&lt;p /&gt;
 but where can I find any API for rest calls like this (I found this one in class RestAppDemo) or example that is not trivial. Maybe an example to turn on virtual machine?&lt;br /&gt;
&lt;p /&gt;
Can anyone give me some hint, I've been Google-ing for a few days and did not find anything that could help.&lt;br /&gt;
&lt;p /&gt;
Thanks in advance</description>
      <pubDate>Wed, 18 Nov 2009 10:55:59 GMT</pubDate>
      <author>mdinic</author>
      <guid>http://communities.vmware.com/thread/243052</guid>
      <dc:date>2009-11-18T10:55:59Z</dc:date>
      <clearspace:dateToText>4 days, 4 hours ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>Why does MOB does not return the MOR sometimes?</title>
      <link>http://communities.vmware.com/thread/243033</link>
      <description>&lt;br /&gt;
Hi, &lt;br /&gt;
&lt;p /&gt;
I am connecting to a VSphere Vcenter4.0. Using this Session I am trying to get the Managed Object Reference of a particular managed entity programatically. Sometimes we have the MOR returned null, both programatically and thru MOB as well. &lt;br /&gt;
&lt;p /&gt;
If any one of you had a similar issue please provide the details. Why does this happen when we have a valid connection and valid managed entity working properly on the Vcenter.  &lt;br /&gt;
&lt;p /&gt;
Thanks&lt;br /&gt;
&lt;p /&gt;
Aditya</description>
      <pubDate>Wed, 18 Nov 2009 09:34:25 GMT</pubDate>
      <author>adityan20</author>
      <guid>http://communities.vmware.com/thread/243033</guid>
      <dc:date>2009-11-18T09:34:25Z</dc:date>
      <clearspace:dateToText>4 days, 5 hours ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>Session is not authenticated</title>
      <link>http://communities.vmware.com/thread/243032</link>
      <description>&lt;br /&gt;
Hi, &lt;br /&gt;
&lt;p /&gt;
I have connected to a VSphere VCenter 4.0. With this brand new session when i tried executing com.vmware.vim25.VimBindingStub.queryAvailablePerfMetric(VimBindingStub.java:32080). I am hit with the below exception:   &lt;br /&gt;
&lt;p /&gt;
ERROR 11/17 06:36:23 Stderr               &lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=SerialPollEngine-Worker%237"&gt;SerialPollEngine-Worker#7&lt;/a&gt; 700100 AxisFault&lt;br /&gt;
 faultCode: ServerFaultCode&lt;br /&gt;
 faultSubcode: &lt;br /&gt;
 faultString: The session is not authenticated.&lt;br /&gt;
 faultActor: &lt;br /&gt;
 faultNode: &lt;br /&gt;
 faultDetail: &lt;br /&gt;
 {urn:vim25}NotAuthenticatedFault:&amp;lt;object type="ResourcePool"&amp;gt;resgroup-463773&amp;lt;/object&amp;gt;&amp;lt;privilegeId&amp;gt;System.Read&amp;lt;/privilegeId&amp;gt;&lt;br /&gt;
&lt;p /&gt;
ERROR 11/17 06:36:23 Stderr               &lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=SerialPollEngine-Worker%237"&gt;SerialPollEngine-Worker#7&lt;/a&gt; 700100 The session is not authenticated.&lt;br /&gt;
ERROR 11/17 06:36:23 Stderr               &lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=SerialPollEngine-Worker%237"&gt;SerialPollEngine-Worker#7&lt;/a&gt; 700100  at sun.reflect.GeneratedConstructorAccessor170.newInstance(Unknown Source)&lt;br /&gt;
ERROR 11/17 06:36:23 Stderr               &lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=SerialPollEngine-Worker%237"&gt;SerialPollEngine-Worker#7&lt;/a&gt; 700100  at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)&lt;br /&gt;
ERROR 11/17 06:36:23 Stderr               &lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=SerialPollEngine-Worker%237"&gt;SerialPollEngine-Worker#7&lt;/a&gt; 700100  at java.lang.reflect.Constructor.newInstance(Constructor.java:513)&lt;br /&gt;
ERROR 11/17 06:36:23 Stderr               &lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=SerialPollEngine-Worker%237"&gt;SerialPollEngine-Worker#7&lt;/a&gt; 700100  at java.lang.Class.newInstance0(Class.java:355)&lt;br /&gt;
ERROR 11/17 06:36:23 Stderr               &lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=SerialPollEngine-Worker%237"&gt;SerialPollEngine-Worker#7&lt;/a&gt; 700100  at java.lang.Class.newInstance(Class.java:308)&lt;br /&gt;
ERROR 11/17 06:36:23 Stderr               &lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=SerialPollEngine-Worker%237"&gt;SerialPollEngine-Worker#7&lt;/a&gt; 700100  at org.apache.axis.encoding.ser.BeanDeserializer.&amp;lt;init&amp;gt;(BeanDeserializer.java:104)&lt;br /&gt;
ERROR 11/17 06:36:23 Stderr               &lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=SerialPollEngine-Worker%237"&gt;SerialPollEngine-Worker#7&lt;/a&gt; 700100  at org.apache.axis.encoding.ser.BeanDeserializer.&amp;lt;init&amp;gt;(BeanDeserializer.java:90)&lt;br /&gt;
ERROR 11/17 06:36:23 Stderr               &lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=SerialPollEngine-Worker%237"&gt;SerialPollEngine-Worker#7&lt;/a&gt; 700100  at com.vmware.vim25.NotAuthenticated.getDeserializer(NotAuthenticated.java:87)&lt;br /&gt;
ERROR 11/17 06:36:23 Stderr               &lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=SerialPollEngine-Worker%237"&gt;SerialPollEngine-Worker#7&lt;/a&gt; 700100  at sun.reflect.GeneratedMethodAccessor1128.invoke(Unknown Source)&lt;br /&gt;
ERROR 11/17 06:36:23 Stderr               &lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=SerialPollEngine-Worker%237"&gt;SerialPollEngine-Worker#7&lt;/a&gt; 700100  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)&lt;br /&gt;
ERROR 11/17 06:36:23 Stderr               &lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=SerialPollEngine-Worker%237"&gt;SerialPollEngine-Worker#7&lt;/a&gt; 700100  at java.lang.reflect.Method.invoke(Method.java:597)&lt;br /&gt;
ERROR 11/17 06:36:23 Stderr               &lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=SerialPollEngine-Worker%237"&gt;SerialPollEngine-Worker#7&lt;/a&gt; 700100  at org.apache.axis.encoding.ser.BaseDeserializerFactory.getSpecialized(BaseDeserializerFactory.java:154)&lt;br /&gt;
ERROR 11/17 06:36:23 Stderr               &lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=SerialPollEngine-Worker%237"&gt;SerialPollEngine-Worker#7&lt;/a&gt; 700100  at org.apache.axis.encoding.ser.BaseDeserializerFactory.getDeserializerAs(BaseDeserializerFactory.java:84)&lt;br /&gt;
ERROR 11/17 06:36:23 Stderr               &lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=SerialPollEngine-Worker%237"&gt;SerialPollEngine-Worker#7&lt;/a&gt; 700100  at org.apache.axis.encoding.DeserializationContext.getDeserializer(DeserializationContext.java:464)&lt;br /&gt;
ERROR 11/17 06:36:23 Stderr               &lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=SerialPollEngine-Worker%237"&gt;SerialPollEngine-Worker#7&lt;/a&gt; 700100  at org.apache.axis.encoding.DeserializationContext.getDeserializerForType(DeserializationContext.java:547)&lt;br /&gt;
ERROR 11/17 06:36:23 Stderr               &lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=SerialPollEngine-Worker%237"&gt;SerialPollEngine-Worker#7&lt;/a&gt; 700100  at org.apache.axis.message.SOAPFaultDetailsBuilder.onStartChild(SOAPFaultDetailsBuilder.java:157)&lt;br /&gt;
ERROR 11/17 06:36:23 Stderr               &lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=SerialPollEngine-Worker%237"&gt;SerialPollEngine-Worker#7&lt;/a&gt; 700100  at org.apache.axis.encoding.DeserializationContext.startElement(DeserializationContext.java:1035)&lt;br /&gt;
ERROR 11/17 06:36:23 Stderr               &lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=SerialPollEngine-Worker%237"&gt;SerialPollEngine-Worker#7&lt;/a&gt; 700100  at org.apache.xerces.parsers.AbstractSAXParser.startElement(Unknown Source)&lt;br /&gt;
ERROR 11/17 06:36:23 Stderr               &lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=SerialPollEngine-Worker%237"&gt;SerialPollEngine-Worker#7&lt;/a&gt; 700100  at org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanStartElement(Unknown Source)&lt;br /&gt;
ERROR 11/17 06:36:23 Stderr               &lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=SerialPollEngine-Worker%237"&gt;SerialPollEngine-Worker#7&lt;/a&gt; 700100  at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown Source)&lt;br /&gt;
ERROR 11/17 06:36:23 Stderr               &lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=SerialPollEngine-Worker%237"&gt;SerialPollEngine-Worker#7&lt;/a&gt; 700100  at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)&lt;br /&gt;
ERROR 11/17 06:36:23 Stderr               &lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=SerialPollEngine-Worker%237"&gt;SerialPollEngine-Worker#7&lt;/a&gt; 700100  at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)&lt;br /&gt;
ERROR 11/17 06:36:23 Stderr               &lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=SerialPollEngine-Worker%237"&gt;SerialPollEngine-Worker#7&lt;/a&gt; 700100  at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)&lt;br /&gt;
ERROR 11/17 06:36:23 Stderr               &lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=SerialPollEngine-Worker%237"&gt;SerialPollEngine-Worker#7&lt;/a&gt; 700100  at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)&lt;br /&gt;
ERROR 11/17 06:36:23 Stderr               &lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=SerialPollEngine-Worker%237"&gt;SerialPollEngine-Worker#7&lt;/a&gt; 700100  at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)&lt;br /&gt;
ERROR 11/17 06:36:23 Stderr               &lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=SerialPollEngine-Worker%237"&gt;SerialPollEngine-Worker#7&lt;/a&gt; 700100  at org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)&lt;br /&gt;
ERROR 11/17 06:36:23 Stderr               &lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=SerialPollEngine-Worker%237"&gt;SerialPollEngine-Worker#7&lt;/a&gt; 700100  at javax.xml.parsers.SAXParser.parse(SAXParser.java:395)&lt;br /&gt;
ERROR 11/17 06:36:23 Stderr               &lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=SerialPollEngine-Worker%237"&gt;SerialPollEngine-Worker#7&lt;/a&gt; 700100  at org.apache.axis.encoding.DeserializationContext.parse(DeserializationContext.java:227)&lt;br /&gt;
ERROR 11/17 06:36:23 Stderr               &lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=SerialPollEngine-Worker%237"&gt;SerialPollEngine-Worker#7&lt;/a&gt; 700100  at org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:696)&lt;br /&gt;
ERROR 11/17 06:36:23 Stderr               &lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=SerialPollEngine-Worker%237"&gt;SerialPollEngine-Worker#7&lt;/a&gt; 700100  at org.apache.axis.Message.getSOAPEnvelope(Message.java:435)&lt;br /&gt;
ERROR 11/17 06:36:23 Stderr               &lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=SerialPollEngine-Worker%237"&gt;SerialPollEngine-Worker#7&lt;/a&gt; 700100  at org.apache.axis.transport.http.HTTPSender.readFromSocket(HTTPSender.java:796)&lt;br /&gt;
ERROR 11/17 06:36:23 Stderr               &lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=SerialPollEngine-Worker%237"&gt;SerialPollEngine-Worker#7&lt;/a&gt; 700100  at org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.java:144)&lt;br /&gt;
ERROR 11/17 06:36:23 Stderr               &lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=SerialPollEngine-Worker%237"&gt;SerialPollEngine-Worker#7&lt;/a&gt; 700100  at org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32)&lt;br /&gt;
ERROR 11/17 06:36:23 Stderr               &lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=SerialPollEngine-Worker%237"&gt;SerialPollEngine-Worker#7&lt;/a&gt; 700100  at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118)&lt;br /&gt;
ERROR 11/17 06:36:23 Stderr               &lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=SerialPollEngine-Worker%237"&gt;SerialPollEngine-Worker#7&lt;/a&gt; 700100  at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83)&lt;br /&gt;
ERROR 11/17 06:36:23 Stderr               &lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=SerialPollEngine-Worker%237"&gt;SerialPollEngine-Worker#7&lt;/a&gt; 700100  at org.apache.axis.client.AxisClient.invoke(AxisClient.java:165)&lt;br /&gt;
ERROR 11/17 06:36:23 Stderr               &lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=SerialPollEngine-Worker%237"&gt;SerialPollEngine-Worker#7&lt;/a&gt; 700100  at org.apache.axis.client.Call.invokeEngine(Call.java:2784)&lt;br /&gt;
ERROR 11/17 06:36:23 Stderr               &lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=SerialPollEngine-Worker%237"&gt;SerialPollEngine-Worker#7&lt;/a&gt; 700100  at org.apache.axis.client.Call.invoke(Call.java:2767)&lt;br /&gt;
ERROR 11/17 06:36:23 Stderr               &lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=SerialPollEngine-Worker%237"&gt;SerialPollEngine-Worker#7&lt;/a&gt; 700100  at org.apache.axis.client.Call.invoke(Call.java:2443)&lt;br /&gt;
ERROR 11/17 06:36:23 Stderr               &lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=SerialPollEngine-Worker%237"&gt;SerialPollEngine-Worker#7&lt;/a&gt; 700100  at org.apache.axis.client.Call.invoke(Call.java:2366)&lt;br /&gt;
ERROR 11/17 06:36:23 Stderr               &lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=SerialPollEngine-Worker%237"&gt;SerialPollEngine-Worker#7&lt;/a&gt; 700100  at org.apache.axis.client.Call.invoke(Call.java:1812)&lt;br /&gt;
ERROR 11/17 06:36:23 Stderr               &lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=SerialPollEngine-Worker%237"&gt;SerialPollEngine-Worker#7&lt;/a&gt; 700100  at com.vmware.vim25.VimBindingStub.queryAvailablePerfMetric(VimBindingStub.java:32080)&lt;br /&gt;
ERROR 11/17 06:36:23 Stderr               &lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=SerialPollEngine-Worker%237"&gt;SerialPollEngine-Worker#7&lt;/a&gt; 700100  at com.proactivenet.monitors.VMwareAdapter.VMwareAdapter.getAvailablePerfMetrics(VMwareAdapter.java:2056)&lt;br /&gt;
ERROR 11/17 06:36:23 Stderr               &lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=SerialPollEngine-Worker%237"&gt;SerialPollEngine-Worker#7&lt;/a&gt; 700100  at com.proactivenet.monitors.VMwareAdapter.VMwareAdapter.buildQuerySpec(VMwareAdapter.java:898)&lt;br /&gt;
ERROR 11/17 06:36:23 Stderr               &lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=SerialPollEngine-Worker%237"&gt;SerialPollEngine-Worker#7&lt;/a&gt; 700100  at com.proactivenet.monitors.VMwareAdapter.VMwareAdapter.doPoll(VMwareAdapter.java:1018)&lt;br /&gt;
ERROR 11/17 06:36:23 Stderr               &lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=SerialPollEngine-Worker%237"&gt;SerialPollEngine-Worker#7&lt;/a&gt; 700100  at com.proactivenet.mf3.MF3PollJob.run(MF3PollJob.java:41)&lt;br /&gt;
ERROR 11/17 06:36:23 Stderr               &lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=SerialPollEngine-Worker%237"&gt;SerialPollEngine-Worker#7&lt;/a&gt; 700100  at com.proactivenet.mf3.MF3PollJob.doPoll(MF3PollJob.java:25)&lt;br /&gt;
ERROR 11/17 06:36:23 Stderr               &lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=SerialPollEngine-Worker%237"&gt;SerialPollEngine-Worker#7&lt;/a&gt; 700100  at com.proactivenet.monitors.serialpollengine.SerialPollWorker.run(SerialPollWorker.java:15)&lt;br /&gt;
ERROR 11/17 06:36:23 Stderr               &lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=SerialPollEngine-Worker%237"&gt;SerialPollEngine-Worker#7&lt;/a&gt; 700100  at com.proactivenet.util.ThreadPool$WorkerThread.run(ThreadPool.java:79)&lt;br /&gt;
&lt;p /&gt;
What can be cause for this, If any of you had a similar experience please share the reason and let me know how do we handle it. &lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;</description>
      <pubDate>Wed, 18 Nov 2009 09:25:56 GMT</pubDate>
      <author>adityan20</author>
      <guid>http://communities.vmware.com/thread/243032</guid>
      <dc:date>2009-11-18T09:25:56Z</dc:date>
      <clearspace:dateToText>4 days, 5 hours ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>Getting NFS datastores performance metrics (version 2.5.0)</title>
      <link>http://communities.vmware.com/thread/242950</link>
      <description>&lt;br /&gt;
How do we get nfs datastores perfromance metrics using API? &lt;br /&gt;
&lt;p /&gt;
 It seems all instances in perfromance counters of "disk" are for vmfs.</description>
      <pubDate>Tue, 17 Nov 2009 21:12:31 GMT</pubDate>
      <author>ara548</author>
      <guid>http://communities.vmware.com/thread/242950</guid>
      <dc:date>2009-11-17T21:12:31Z</dc:date>
      <clearspace:dateToText>4 days, 18 hours ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <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>4 days, 20 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>5 days, 13 hours ago</clearspace:dateToText>
      <clearspace:messageCount>4</clearspace:messageCount>
      <clearspace:replyCount>3</clearspace:replyCount>
    </item>
    <item>
      <title>How to monitor VM is normally running or facing a problem.</title>
      <link>http://communities.vmware.com/thread/242586</link>
      <description>&lt;br /&gt;
First of all, I wrote my question as document by mistake, so I submit again here. &lt;br /&gt;
&lt;p /&gt;
I have a question how a remote program can monitor VM is normally running or not on VMware.&lt;br /&gt;
&lt;p /&gt;
My environment is VMware ESX 4.0 and VIX API 1.7.&lt;br /&gt;
My C++ program can successfully access VMware from remote workstation, monitor power state of VM, power on or shutdown VM. And I want to monitor VM health state in order to confirm VM is normally running, that is power state of VM is running and also VM is not in hang condition.&lt;br /&gt;
&lt;p /&gt;
In case of Hyper-V of Microsoft, VM object, Msvm_ComputerSystem, has HealthState and OperationStatus properties. So it is possible to monitor VM is normally running by periodically monitoring those properties, I think.&lt;br /&gt;
&lt;p /&gt;
In case of VMware, VM object has not such a property. So if anyone has an idea to know health state of VM, please let me know.&lt;br /&gt;
&lt;p /&gt;
I have an idea to confirm VM health by periodically writing and reading variable to VM as follows, but I don't know this is effective or not.&lt;br /&gt;
############################################################################&lt;br /&gt;
BOOL writeReadPropertiesToVM(VixHandle vmHandle, BOOL* vmOK)&lt;br /&gt;
{&lt;br /&gt;
BOOL status = FALSE;&lt;br /&gt;
VixError err = VIX_OK;&lt;br /&gt;
VixHandle jobHandle = VIX_INVALID_HANDLE;&lt;br /&gt;
char *readValue = NULL;&lt;br /&gt;
&lt;p /&gt;
jobHandle = VixVM_WriteVariable(vmHandle,&lt;br /&gt;
VIX_VM_GUEST_VARIABLE,&lt;br /&gt;
"myTestVariable",&lt;br /&gt;
"newValue",&lt;br /&gt;
0, // options&lt;br /&gt;
NULL, // callbackProc&lt;br /&gt;
NULL); // clientData);&lt;br /&gt;
&lt;p /&gt;
err = VixJob_Wait(jobHandle, VIX_PROPERTY_NONE);&lt;br /&gt;
if (VIX_OK != err)&lt;br /&gt;
{&lt;br /&gt;
// Handle the error...&lt;br /&gt;
const char* errorString = Vix_GetErrorText(err, NULL);&lt;br /&gt;
printf("VixVM_WriteVariable, status = 0x0%x(%s).\n", err, errorString);&lt;br /&gt;
goto abort;&lt;br /&gt;
}&lt;br /&gt;
printf("VixVM_WriteVariable succeeded.n");&lt;br /&gt;
&lt;br /&gt;
jobHandle = VixVM_ReadVariable(vmHandle,&lt;br /&gt;
VIX_VM_GUEST_VARIABLE,&lt;br /&gt;
"myTestVariable",&lt;br /&gt;
0, // options&lt;br /&gt;
NULL, // callbackProc&lt;br /&gt;
NULL); // clientData);&lt;br /&gt;
err = VixJob_Wait(jobHandle, &lt;br /&gt;
VIX_PROPERTY_JOB_RESULT_VM_VARIABLE_STRING,&lt;br /&gt;
&amp;#38;readValue,&lt;br /&gt;
VIX_PROPERTY_NONE);&lt;br /&gt;
if (VIX_OK != err)&lt;br /&gt;
{&lt;br /&gt;
// Handle the error...&lt;br /&gt;
const char* errorString = Vix_GetErrorText(err, NULL);&lt;br /&gt;
printf("VixVM_ReadVariable, status = 0x0%x(%s).\n", err, errorString);&lt;br /&gt;
goto abort;&lt;br /&gt;
}&lt;br /&gt;
printf("VixVM_ReadVariable succeeded.\n");&lt;br /&gt;
*vmOK = TRUE;&lt;br /&gt;
&lt;p /&gt;
status = TRUE;&lt;br /&gt;
&lt;p /&gt;
abort:&lt;br /&gt;
Vix_FreeBuffer(readValue);&lt;br /&gt;
Vix_ReleaseHandle(jobHandle);&lt;br /&gt;
return status;&lt;br /&gt;
&lt;p /&gt;
}&lt;br /&gt;
&lt;p /&gt;
Thanks and regards,&lt;br /&gt;
&lt;p /&gt;
Shigemi</description>
      <category domain="http://communities.vmware.com/tags?communityID=2417">vmware</category>
      <category domain="http://communities.vmware.com/tags?communityID=2417">vix_api</category>
      <category domain="http://communities.vmware.com/tags?communityID=2417">guest</category>
      <category domain="http://communities.vmware.com/tags?communityID=2417">hangs</category>
      <pubDate>Mon, 16 Nov 2009 01:30:05 GMT</pubDate>
      <author>Shigemi</author>
      <guid>http://communities.vmware.com/thread/242586</guid>
      <dc:date>2009-11-16T01:30:05Z</dc:date>
      <clearspace:dateToText>4 days, 15 hours ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>Welcome to the VMware vCenter ChargeBack API - Community</title>
      <link>http://communities.vmware.com/thread/242048</link>
      <description>Welcome Developers, &lt;br /&gt;
&lt;br /&gt;
Join our newly minted community, ask questions, participate and be recognized. &lt;br /&gt;
&lt;br /&gt;
Pablo Roesch</description>
      <pubDate>Thu, 12 Nov 2009 00:53:37 GMT</pubDate>
      <author>heyitspablo</author>
      <guid>http://communities.vmware.com/thread/242048</guid>
      <dc:date>2009-11-12T00:53:37Z</dc:date>
      <clearspace:dateToText>1 week, 3 days ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>CopyFilefromHostToGuest C# webservices or VIXAPI</title>
      <link>http://communities.vmware.com/thread/241955</link>
      <description>&lt;br /&gt;
Hi,&lt;br /&gt;
&lt;p /&gt;
 Can any one help me to CopyFileFromHostToGuest using the Web Services in C#. Any sample code would be greatly appreciated.&lt;br /&gt;
&lt;p /&gt;
I am using VIX PAI call VixVM_CopyFileFromHostToGuest. But this call seems to be not working corectly. The VIX API call only working when i specify the particular directory on th Host System and it is copying all the files in the directory to the destination. If I specify the particular file to copy it is throwing the error.&lt;br /&gt;
&lt;p /&gt;
 Thanks a lot for the Help!</description>
      <pubDate>Wed, 11 Nov 2009 16:52:46 GMT</pubDate>
      <author>sid101020203030</author>
      <guid>http://communities.vmware.com/thread/241955</guid>
      <dc:date>2009-11-11T16:52:46Z</dc:date>
      <clearspace:dateToText>1 week, 3 days ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>Coffee Talk Webinar - Creating vSphere Client Plugins - Wed December 2rd, 2009 9:00 AM PST</title>
      <link>http://communities.vmware.com/thread/241823</link>
      <description>Folks,&lt;br /&gt;
&lt;br /&gt;
We are happy to have Nimish from the R&amp;#38;D team present this very popular session on creating vSphere Client Plugins. Please join us. &lt;br /&gt;
PDF, MP3 and Web Ex will be posted here right after webinar. &lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Title:&lt;/b&gt; Creating vSphere Client Plug-ins&lt;br /&gt;
&lt;b&gt;Abstract:&lt;/b&gt; VMware vSphere Client Plug-ins allows VMware partners/ customers to extend vSphere client by integrating with 3rd party applications. In this session you will understand capabilities of vSphere client's extensibility framework, best practices in development of plug-ins.&lt;br /&gt;
&lt;b&gt;Level&lt;/b&gt; Advanced&lt;br /&gt;
&lt;b&gt;Date&lt;/b&gt;: Wednesday, December 2, 2009 &lt;br /&gt;
&lt;b&gt;Time:&lt;/b&gt; 9:00 am, Pacific Standard Time (GMT -08:00, San Francisco) &lt;br /&gt;
Meeting Number: 921 448 054 &lt;br /&gt;
Meeting Password: (This meeting does not require a password.) &lt;br /&gt;
Dial In: Toll free: 1-888-373-5705&lt;br /&gt;
Toll: 1-719-457-3840&lt;br /&gt;
Tie: 650-3310&lt;br /&gt;
Join Meeting: &lt;a class="jive-link-external" href="https://vmware.webex.com/vmware/j.php?ED=124086677&amp;#38;UID=0"&gt;https://vmware.webex.com/vmware/j.php?ED=124086677&amp;#38;UID=0&lt;/a&gt; &lt;br /&gt;
Intl Toll Free: &lt;a class="jive-link-wiki" href="http://communities.vmware.com/docs/DOC-11189"&gt;http://communities.vmware.com/docs/DOC-11189&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Message was edited by: heyitspablo Corrected date in subject line &lt;img class="jive-emoticon" border="0" src="http://communities.vmware.com/images/emoticons/wink.gif" alt=";)" /&gt;</description>
      <category domain="http://communities.vmware.com/tags?communityID=2656">coffee_talk</category>
      <category domain="http://communities.vmware.com/tags?communityID=2656">webinar</category>
      <category domain="http://communities.vmware.com/tags?communityID=2656">client_plugins</category>
      <pubDate>Wed, 11 Nov 2009 01:04:46 GMT</pubDate>
      <author>heyitspablo</author>
      <guid>http://communities.vmware.com/thread/241823</guid>
      <dc:date>2009-11-11T01:04:46Z</dc:date>
      <clearspace:dateToText>1 week, 4 days ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>Questions on Bursting between Internal Clouds &amp;#38; External Clouds with vCloud</title>
      <link>http://communities.vmware.com/thread/241766</link>
      <description>&lt;br /&gt;
i have a few questions on Internal clouds and External cloud with vCloud Services.&lt;br /&gt;
&lt;p /&gt;
 1. What is the current availability vCloud Services stack that can be deployed on vSphere platform?  Is it the beta of the "vCloud Appliance"?&lt;br /&gt;
&lt;p /&gt;
2. If I have to federate between a Data Center (which has vSphere...) and a Service Provider with vCloudExpress, what would be be the approach?&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;How would I create vAPPs? &lt;br clear="all" /&gt; Could I programmatically interface with the vCloud APIs  at  the &lt;strike&gt;vCLoudExpress@Service&lt;/strike&gt; Provider? &lt;br clear="all" /&gt; Is there a vCenter plug-in to manage the remote (Service Provider) private cloud from the Enterprise? &lt;br clear="all" /&gt; Do I have to have a VPN Tunnel between the Enterprise and the Service Provider (for me to use the vCloudExpress as an "overflow" capacity) &lt;br clear="all" /&gt; Thanks in advance for the answers &lt;br clear="all" /&gt; -raghu&lt;/blockquote&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;</description>
      <category domain="http://communities.vmware.com/tags?communityID=3221">vcloud_api</category>
      <category domain="http://communities.vmware.com/tags?communityID=3221">bursting</category>
      <category domain="http://communities.vmware.com/tags?communityID=3221">vcloudexpress</category>
      <pubDate>Tue, 10 Nov 2009 18:29:11 GMT</pubDate>
      <author>RYELURI</author>
      <guid>http://communities.vmware.com/thread/241766</guid>
      <dc:date>2009-11-10T18:29:11Z</dc:date>
      <clearspace:dateToText>1 week, 4 days ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </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>5 days, 6 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, 4 days ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>VixDiskLib samply compilation failure</title>
      <link>http://communities.vmware.com/thread/241673</link>
      <description>&lt;br /&gt;
Compile error prompted the following:&lt;br /&gt;
&lt;p /&gt;
 g++ -o vix-disklib-sample `pkg-config --cflags --libs vix-disklib` vixDiskLibSample.cpp&lt;br /&gt;
&lt;p /&gt;
/usr/bin/ld: warning: libfuse.so.2, needed by /usr/lib/vmware-vix-disklib/lib32/libvixMntapi.so, not found (try using -rpath or -rpath-link)&lt;br /&gt;
/usr/lib/vmware-vix-disklib/lib32/libvixMntapi.so: undefined reference to `fuse_main_real@FUSE_2.5'&lt;br /&gt;
collect2: ld returned 1 exit status&lt;br /&gt;
make: *** &lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=vix-disklib-sample"&gt;vix-disklib-sample&lt;/a&gt; Error 1&lt;br /&gt;
&lt;p /&gt;
where is my error?&lt;br /&gt;
&lt;p /&gt;
Development Environment : red hat 5.4 32 bit&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;br /&gt;</description>
      <pubDate>Tue, 10 Nov 2009 11:19:29 GMT</pubDate>
      <author>fishboyzyf</author>
      <guid>http://communities.vmware.com/thread/241673</guid>
      <dc:date>2009-11-10T11:19:29Z</dc:date>
      <clearspace:dateToText>1 week, 5 days ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>Limit on the number of mounted disks</title>
      <link>http://communities.vmware.com/thread/241591</link>
      <description>Is there a limit on the number of simultaneous virtual disk that can be mounted with vmware-mount ?&lt;br /&gt;
What about mounting VDDK ?&lt;br /&gt;
&lt;br /&gt;
Assuming I am mounting the disks on a Linux machine, is there a limit from the Linux side ?</description>
      <pubDate>Mon, 09 Nov 2009 21:42:37 GMT</pubDate>
      <author>giladb</author>
      <guid>http://communities.vmware.com/thread/241591</guid>
      <dc:date>2009-11-09T21:42:37Z</dc:date>
      <clearspace:dateToText>1 week, 5 days ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>What do i need to use the VIX?</title>
      <link>http://communities.vmware.com/thread/241488</link>
      <description>Hello!&lt;br /&gt;
&lt;br /&gt;
My questions:&lt;br /&gt;
1. Supported guest OS?&lt;br /&gt;
2. What do i need to install in guest OS?&lt;br /&gt;
&lt;br /&gt;
I tried to use VIX on Solaris 10 (i use Vmware Workstation 7.0 on Windows). In guest OS installed vmware tools (version from WS6.5).&lt;br /&gt;
&lt;br /&gt;
vmrun -T ws -gu root -gw ******** "full_path_to_vmx_file" "cmd_in_guest_os"&lt;br /&gt;
Error: This operation is not supported on this guest&lt;br /&gt;
&lt;br /&gt;
why?</description>
      <pubDate>Mon, 09 Nov 2009 13:36:46 GMT</pubDate>
      <author>eXeC001er</author>
      <guid>http://communities.vmware.com/thread/241488</guid>
      <dc:date>2009-11-09T13:36:46Z</dc:date>
      <clearspace:dateToText>1 week, 4 days ago</clearspace:dateToText>
      <clearspace:messageCount>5</clearspace:messageCount>
      <clearspace:replyCount>4</clearspace:replyCount>
    </item>
    <item>
      <title>Uninstalling legacy installation... This version of "VMware VIX API" is incompatible with this operating system. Please install the "x86_64" version of this program instead.</title>
      <link>http://communities.vmware.com/thread/241353</link>
      <description>&lt;br /&gt;
get this error when trying to install workstation 7 after removing workstation RC1.&lt;br /&gt;
&lt;p /&gt;
Uninstalling legacy installation...&lt;br /&gt;
This version of "VMware VIX API" is incompatible with this operating system.&lt;br /&gt;
Please install the "x86_64" version of this program instead.&lt;br /&gt;
&lt;p /&gt;
kernel 2.6.27.29-0.1 &lt;br /&gt;
&lt;p /&gt;
 I am using a x64 Opensuse 11.1 install.&lt;br /&gt;
&lt;p /&gt;
i have tried to install both32 bit and 64 &lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;br /&gt;</description>
      <category domain="http://communities.vmware.com/tags?communityID=2417">vix</category>
      <category domain="http://communities.vmware.com/tags?communityID=2417">workstation_7</category>
      <pubDate>Mon, 09 Nov 2009 02:20:51 GMT</pubDate>
      <author>sbuhk</author>
      <guid>http://communities.vmware.com/thread/241353</guid>
      <dc:date>2009-11-09T02:20:51Z</dc:date>
      <clearspace:dateToText>1 week, 6 days ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>"Invalid user name or password for the guest OS" error in vmrun runProgramInGuest Operation</title>
      <link>http://communities.vmware.com/thread/241295</link>
      <description>&lt;br /&gt;
Hi all,&lt;br /&gt;
&lt;p /&gt;
i have this script&lt;br /&gt;
&lt;p /&gt;
&lt;i&gt;"%ProgramFiles(x86)%\vmware\VMware VIX\vmrun.exe" -T ws revertToSnapshot "C:\_virtual-machines\vmware virtual machines\windows xp hry\windows xp hry.vmx" "testovani instalace 3"&lt;/i&gt;&lt;br /&gt;
&lt;i&gt;"%ProgramFiles(x86)%\vmware\VMware VIX\vmrun.exe" -T ws start "C:\_virtual-machines\vmware virtual machines\windows xp hry\windows xp hry.vmx"&lt;/i&gt;&lt;br /&gt;
&lt;i&gt;"%ProgramFiles(x86)%\vmware\VMware VIX\vmrun.exe" -T ws -gu user -gp aaaa copyFileFromHostToGuest "C:\_virtual-machines\vmware virtual machines\windows xp hry\windows xp hry.vmx" E:\lgo\software\tes4-oblivion-isles\_actual\Output\lgooblivionshiveringislesczech100.exe c:\temp\lgooblivionshiveringislesczech100.exe&lt;/i&gt;&lt;br /&gt;
&lt;i&gt;"%ProgramFiles(x86)%\vmware\VMware VIX\vmrun.exe" -T ws -gu user -gp aaaa runProgramInGuest "C:\_virtual-machines\vmware virtual machines\windows xp hry\windows xp hry.vmx" -activeWindow -interactive c:\temp\lgooblivionshiveringislesczech100.exe /silent&lt;/i&gt;&lt;br /&gt;
&lt;p /&gt;
all operations is ok but last operation is write this error message: Invalid user name or password for the guest OS&lt;br /&gt;
&lt;p /&gt;
i am not understand this. if you see for console output:&lt;br /&gt;
&lt;p /&gt;
&lt;i&gt;E:\lgo\software\tes4-oblivion-isles\_actual&amp;gt;"C:\Program Files (x86)\vmware\VMware VIX\vmrun.exe" -T ws&lt;/i&gt;&lt;br /&gt;
+ -gu user -gp aaaa copyFileFromHostToGuest "C:\_virtual-machines\vmware virtual machines\windows+&lt;br /&gt;
+ xp hry\windows xp hry.vmx" E:\lgo\software\tes4-oblivion-isles\_actual\Output\lgooblivionshiveringisl+&lt;br /&gt;
&lt;i&gt;esczech100.exe c:\temp\lgooblivionshiveringislesczech100.exe&lt;/i&gt;&lt;br /&gt;
&lt;p /&gt;
&lt;i&gt;E:\lgo\software\tes4-oblivion-isles\_actual&amp;gt;"C:\Program Files (x86)\vmware\VMware VIX\vmrun.exe" -T ws&lt;/i&gt;&lt;br /&gt;
+ -gu user -gp aaaa runProgramInGuest "C:\_virtual-machines\vmware virtual machines\windows xp hr+&lt;br /&gt;
&lt;i&gt;y\windows xp hry.vmx" -activeWindow -interactive c:\temp\lgooblivionshiveringislesczech100.exe /silent&lt;/i&gt;&lt;br /&gt;
&lt;p /&gt;
&lt;i&gt;Error: Invalid user name or password for the guest OS&lt;/i&gt;&lt;br /&gt;
&lt;p /&gt;
first guest operation is run ok and second with same username and password not run for username and password problems &lt;img class="jive-emoticon" border="0" src="http://communities.vmware.com/images/emoticons/sad.gif" alt=":(" /&gt;&lt;br /&gt;
&lt;p /&gt;
host: windows vista ultimate english x64 sp2&lt;br /&gt;
guest: windows xp professional sp3&lt;br /&gt;
vmproduct: vmware workstation 7 rtm&lt;br /&gt;
&lt;p /&gt;
Any idea for this problem? &lt;br /&gt;
thanks for any help&lt;br /&gt;
&lt;p /&gt;
michal zobec</description>
      <category domain="http://communities.vmware.com/tags?communityID=2417">vmrunprograminguest</category>
      <category domain="http://communities.vmware.com/tags?communityID=2417">error</category>
      <category domain="http://communities.vmware.com/tags?communityID=2417">windows</category>
      <category domain="http://communities.vmware.com/tags?communityID=2417">workstation_7</category>
      <pubDate>Sun, 08 Nov 2009 02:32:11 GMT</pubDate>
      <author>michal zobec</author>
      <guid>http://communities.vmware.com/thread/241295</guid>
      <dc:date>2009-11-08T02:32:11Z</dc:date>
      <clearspace:dateToText>1 week, 5 days ago</clearspace:dateToText>
      <clearspace:messageCount>4</clearspace:messageCount>
      <clearspace:replyCount>3</clearspace:replyCount>
    </item>
    <item>
      <title>How do you VixPropertyList_AllocPropertyList in VixCOM (or how to open an encrypted VM)?</title>
      <link>http://communities.vmware.com/thread/241041</link>
      <description>&lt;br /&gt;
I've added support to VixCOM 1.8 to VMWareTasks (Player, etc.), but I can't figure out how to allocate a new property list from C# via VIXCOM to support encrypted virtual machines. I want this code basically in C#. Ideas?&lt;br /&gt;
&lt;p /&gt;
err = VixPropertyList_AllocPropertyList(hostHandle,&lt;br /&gt;
                                        &amp;#38;propertyHandle,&lt;br /&gt;
                                        VIX_PROPERTY_VM_ENCRYPTION_PASSWORD,&lt;br /&gt;
                                        "vmPassword",&lt;br /&gt;
                                        VIX_PROPERTY_NONE);&lt;br /&gt;
if (err != VIX_OK) {&lt;br /&gt;
   // Handle the error...&lt;br /&gt;
   goto abort;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
// Open the virtual machine:&lt;br /&gt;
jobHandle = VixHost_OpenVM(hostHandle,&lt;br /&gt;
                           "c:&lt;br clear="all" /&gt;Virtual Machines\\vm1&lt;br clear="all" /&gt;win2000.vmx",&lt;br /&gt;
                           VIX_VMOPEN_NORMAL,&lt;br /&gt;
                           propertyHandle,&lt;br /&gt;
                           NULL, // callbackProc&lt;br /&gt;
                           NULL); // clientData</description>
      <pubDate>Fri, 06 Nov 2009 00:00:02 GMT</pubDate>
      <author>dblock</author>
      <guid>http://communities.vmware.com/thread/241041</guid>
      <dc:date>2009-11-06T00:00:02Z</dc:date>
      <clearspace:dateToText>2 weeks, 2 days ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </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, 5 days ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>how to change ovf exported from vsphere to be compatible with workstation?</title>
      <link>http://communities.vmware.com/thread/240921</link>
      <description>&lt;br /&gt;
Hi,&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
we want make our virtual appliance as vmware ready. We want have OVF file with VMDK compatible with vmware workstation, player, server and esx3.5. But we have only Vmware vSphere. vSphere exports OVF to format 1.0. But I cant import this format to older versions as Workstation 6.5 (but to 7.0 i can't too), to esx 3.5, etc....&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
What can I do for it to import it? I have template of ovf 0.9. I try to rewrite it. Import was sucessful, but when I start this machine which includes Linux with vmware toolsm kernel says KERNEL PANIC. Is there other format of exported VMDK file on esx 4 than esx 3?&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
Is is neccessary to make it compatible with Workstation to have vmware ready for VA status??&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
Please help...</description>
      <pubDate>Thu, 05 Nov 2009 14:26:23 GMT</pubDate>
      <author>zoomprofile</author>
      <guid>http://communities.vmware.com/thread/240921</guid>
      <dc:date>2009-11-05T14:26:23Z</dc:date>
      <clearspace:dateToText>2 weeks, 3 days ago</clearspace:dateToText>
      <clearspace:messageCount>5</clearspace:messageCount>
      <clearspace:replyCount>4</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, 3 days ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>Error: Server version unavailable at 'https://1.1.1.1/sdk/vimService.wsdl' when connecting to virtual center with connect.pl</title>
      <link>http://communities.vmware.com/thread/240659</link>
      <description>&lt;br /&gt;
Hi,&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
I have a strange problem, I have 3 RHEL 5.4 servers that are clones of each other, I have install the SDK on all 3 of them, version:&lt;br /&gt;
&lt;p /&gt;
I have installed VMware-vSphere-SDK-for-Perl-4.0.0-161974 &lt;br /&gt;
&lt;p /&gt;
and on 2 servers whith connect.pl it works great:&lt;br /&gt;
&lt;p /&gt;
&lt;ol&gt;
&lt;li&gt;/usr/lib/vmware-vcli/apps/general/connect.pl --server 1.1.1.1 --username XXX --password XX&lt;/li&gt;
&lt;/ol&gt;
&lt;p /&gt;
Connection Successful&lt;br /&gt;
Server Time : 2009-11-04T11:53:30.449415Z&lt;br /&gt;
&lt;p /&gt;
On the third server it doesn't work:&lt;br /&gt;
&lt;p /&gt;
&lt;ol&gt;
&lt;li&gt;/usr/lib/vmware-vcli/apps/general/connect.pl --server 1.1.1.1 --username XXX --password XX&lt;/li&gt;
&lt;/ol&gt;
&lt;p /&gt;
Error: Server version unavailable at 'https://1.1.1.1/sdk/vimService.wsdl'&lt;br /&gt;
&lt;p /&gt;
 I am connecting to a VC with esx 3.5, on the third server I can access the url 'https://1.1.1.1/sdk/vimService.wsdl' with no problems&lt;br /&gt;
&lt;p /&gt;
Any idea what can be the problem ?&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
Thnx</description>
      <pubDate>Wed, 04 Nov 2009 12:12:05 GMT</pubDate>
      <author>likid000</author>
      <guid>http://communities.vmware.com/thread/240659</guid>
      <dc:date>2009-11-04T12:12:05Z</dc:date>
      <clearspace:dateToText>4 days, 6 hours ago</clearspace:dateToText>
      <clearspace:messageCount>10</clearspace:messageCount>
      <clearspace:replyCount>9</clearspace:replyCount>
    </item>
    <item>
      <title>How to delete privileges registered by extensions?</title>
      <link>http://communities.vmware.com/thread/240456</link>
      <description>&lt;br /&gt;
Hi,&lt;br /&gt;
&lt;p /&gt;
we registered our plugin with a list of privileges as ExtensionPrivilegeInfo.&lt;br /&gt;
&lt;p /&gt;
After deregistration the list of privilieges are not deleteted and i can find them in the AuthorizationManager inside the &lt;b&gt;privilegeList&lt;/b&gt;&lt;br /&gt;
&lt;p /&gt;
Inside the vSphere Client they are shown as XXX.privilege.XXX because of no longer registered Resource Infos.&lt;br /&gt;
&lt;p /&gt;
How can i delete these custom privileges inside the privilegeList of the AuthorizationManager?</description>
      <pubDate>Tue, 03 Nov 2009 15:26:53 GMT</pubDate>
      <author>Andulla</author>
      <guid>http://communities.vmware.com/thread/240456</guid>
      <dc:date>2009-11-03T15:26:53Z</dc:date>
      <clearspace:dateToText>2 weeks, 4 days ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>Get Context Menue Icons for Plugin?</title>
      <link>http://communities.vmware.com/thread/240183</link>
      <description>&lt;br /&gt;
Hi all,&lt;br /&gt;
&lt;p /&gt;
just writing an plugin based on perl toolkit to do some scripting in virtual center directly.&lt;br /&gt;
&lt;p /&gt;
Now it is possible to define an Icon for the Plugin in form of Icon small or icon extension. &lt;br /&gt;
&lt;p /&gt;
But this works not for Context Menue entries. Would be so nice if you can define your own plugin icon,&lt;br /&gt;
&lt;p /&gt;
 first to differ from virtual center commands and second because there's place for icons as the're used by Vmware for Open Console, Edit Settings or migrate command for example in the VM Context Menue.&lt;br /&gt;
&lt;p /&gt;
Does anybody knew a way to get this work... or is it not possible yet?&lt;br /&gt;
&lt;p /&gt;
Any help would be appreciated...&lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;</description>
      <pubDate>Mon, 02 Nov 2009 16:18:35 GMT</pubDate>
      <author>Rossignol</author>
      <guid>http://communities.vmware.com/thread/240183</guid>
      <dc:date>2009-11-02T16:18:35Z</dc:date>
      <clearspace:dateToText>2 weeks, 5 days ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>Can't get disk.totalLatency.average performance counter</title>
      <link>http://communities.vmware.com/thread/240101</link>
      <description>Hi&lt;br /&gt;
&lt;br /&gt;
I have a task to make a command used for collecting  many of performance data.&lt;br /&gt;
&lt;br /&gt;
The command failed  for lack of disk.totalLatency.average performance counter in all of virtual machines. The target is a ESX 4.0 server host, and vSphare SDK for perl has been used.&lt;br /&gt;
&lt;br /&gt;
Any hint is precious to me.&lt;br /&gt;
&lt;br /&gt;
Thanks in advance.</description>
      <pubDate>Mon, 02 Nov 2009 08:51:43 GMT</pubDate>
      <author>luger_lee</author>
      <guid>http://communities.vmware.com/thread/240101</guid>
      <dc:date>2009-11-02T08:51:43Z</dc:date>
      <clearspace:dateToText>2 weeks, 2 days ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Failed to open vmdk</title>
      <link>http://communities.vmware.com/thread/240108</link>
      <description>Hi all,&lt;br /&gt;
&lt;br /&gt;
  Here is some of my environment info:&lt;br /&gt;
  - VMWare ESXi 4.0.0, 164009&lt;br /&gt;
  - VMWare vCenter Server 4.0.0, 162856&lt;br /&gt;
  - GuestOS: Win2k3 Server SP2&lt;br /&gt;
&lt;br /&gt;
  I use VixDiskLib_Open to open a vmdk, however, I got the error code: 0x36b9(14009): VIX_E_HOST_NETWORK_CONN_REFUSED.&lt;br /&gt;
  I was confused by this error code because there is no error returned when I called VixDiskLib_Init and VixDiskLib_Connect.&lt;br /&gt;
&lt;br /&gt;
  Also there is no relative document on this error code, only short description: The server refused connection.&lt;br /&gt;
&lt;br /&gt;
  Can anyone here give me some hint for further investigation ?? Thanks.</description>
      <category domain="http://communities.vmware.com/tags?communityID=2655">vddk1.1</category>
      <pubDate>Mon, 02 Nov 2009 08:19:23 GMT</pubDate>
      <author>MissionaryLiao</author>
      <guid>http://communities.vmware.com/thread/240108</guid>
      <dc:date>2009-11-02T08:19:23Z</dc:date>
      <clearspace:dateToText>2 weeks, 3 days ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>Implementing the VMWare web services in win apps C#</title>
      <link>http://communities.vmware.com/thread/239808</link>
      <description>Hi I am trying to implement the web services that are available at &lt;br /&gt;
&lt;br /&gt;
&lt;a class="jive-link-external" href="http://www.vmware.com/support/developer/vc-sdk/"&gt;http://www.vmware.com/support/developer/vc-sdk/&lt;/a&gt;&lt;br /&gt;
&lt;p /&gt;
in C# windows app. Can you pleases help me out.&lt;br /&gt;
&lt;p /&gt;
I sucess fully extracted the WSDL and generated the class file out of it. &lt;br /&gt;
&lt;p /&gt;
Can any one provide me a simpe windows app using the webservices. I tried to understand the samples provided with the download. But confusing to me!&lt;br /&gt;
&lt;p /&gt;
Please help me out.&lt;br /&gt;
&lt;p /&gt;
Thanks a lot!</description>
      <pubDate>Fri, 30 Oct 2009 16:41:19 GMT</pubDate>
      <author>sid101020203030</author>
      <guid>http://communities.vmware.com/thread/239808</guid>
      <dc:date>2009-10-30T16:41:19Z</dc:date>
      <clearspace:dateToText>3 weeks, 1 day ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>Need help for communication between ESX host and Guest with VMCI</title>
      <link>http://communities.vmware.com/thread/239669</link>
      <description>Hi friends,&lt;br /&gt;
Can someone suggest a method of carrying out communication between ESX host and Guest using VMCI. We want to implement discovery mechanism for co-located VM.</description>
      <pubDate>Fri, 30 Oct 2009 06:28:25 GMT</pubDate>
      <author>ankitgovil</author>
      <guid>http://communities.vmware.com/thread/239669</guid>
      <dc:date>2009-10-30T06:28:25Z</dc:date>
      <clearspace:dateToText>3 weeks, 2 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, 2 days ago</clearspace:dateToText>
      <clearspace:messageCount>5</clearspace:messageCount>
      <clearspace:replyCount>4</clearspace:replyCount>
    </item>
    <item>
      <title>VDDK Logging</title>
      <link>http://communities.vmware.com/thread/239553</link>
      <description>When calling both VixDiskLib_InitEx and VixMntapi_Init my code provides all three logging functions.&lt;br /&gt;
Yet, there are still messages written to standard output, such as &lt;br /&gt;
&lt;p /&gt;
   [2009-10-29 11:51:47.209 B763BB30 info 'App'] Current working directory: /mnt/disk2/home/devel/trunk&lt;br /&gt;
   [2009-10-29 11:26:10.017 B75A3B30 trivia 'SOAP'] Sending soap request to [TCP:10.10.42.200:443]: retrieveContent&lt;br /&gt;
   [2009-10-29 11:26:10.021 B75A3B30 trivia 'SOAP'] Received soap response from [TCP:10.10.42.200:443]: retrieveContent&lt;br /&gt;
   [2009-10-29 11:26:10.022 B75A3B30 trivia 'SOAP'] Sending soap request to [TCP:10.10.42.200:443]: GetConfig&lt;br /&gt;
   [2009-10-29 11:26:10.032 B75A3B30 trivia 'SOAP'] Received soap response from [TCP:10.10.42.200:443]: GetConfig&lt;br /&gt;
&lt;p /&gt;
How can these messages be prevented, or redirected to my own logging functions ?</description>
      <pubDate>Thu, 29 Oct 2009 19:04:03 GMT</pubDate>
      <author>giladb</author>
      <guid>http://communities.vmware.com/thread/239553</guid>
      <dc:date>2009-10-29T19:04:03Z</dc:date>
      <clearspace:dateToText>3 weeks, 2 days ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>determining expired configurations</title>
      <link>http://communities.vmware.com/thread/239502</link>
      <description>It seems that ListConfigurations() calls return all configurations, including those whose storage lease has expired. We would like to be able to exclude these configurations from the results, but can see no way to distinguish between an expired configuration and an unexpired configuration.  we are currently using the v3 api. Looking at v4 it seems there are additional methods and members relating to leases, but still nothing that would enable us to figure out if a configuration's storage lease had expired. &lt;br /&gt;
&lt;br /&gt;
Is there any way to achieve this? Or at least is there a way to determine if a config has expired from any other properties?</description>
      <category domain="http://communities.vmware.com/tags?communityID=2981">api</category>
      <category domain="http://communities.vmware.com/tags?communityID=2981">configuration</category>
      <category domain="http://communities.vmware.com/tags?communityID=2981">strage_lease</category>
      <pubDate>Thu, 29 Oct 2009 15:16:45 GMT</pubDate>
      <author>MartinCartwright</author>
      <guid>http://communities.vmware.com/thread/239502</guid>
      <dc:date>2009-10-29T15:16:45Z</dc:date>
      <clearspace:dateToText>2 weeks, 2 days ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>Java Exception when GetConfigurationByName called for non-existent Configuration</title>
      <link>http://communities.vmware.com/thread/239279</link>
      <description>Hi All -&lt;br /&gt;
&lt;br /&gt;
I'm updating our Java-based application from the LM 2.5.3 API to LM 4 API.  I'm using the unsupported API, and leveraging Axis2 for the SOAP work.&lt;br /&gt;
When using GetConfigurationByName, all works well as long as the requested Configuration exists in LM.&lt;br /&gt;
But, if it doesn't, I get an oddball Axis2/SOAP error (see below).&lt;br /&gt;
&lt;br /&gt;
Anybody else having this problem?&lt;br /&gt;
In fact, anybody else still using Java for LM API? Kinda feels like VMware has abandoned all but the Windows/C# crowd. &lt;img class="jive-emoticon" border="0" src="http://communities.vmware.com/images/emoticons/sad.gif" alt=":-(" /&gt;&lt;br /&gt;
&lt;br /&gt;
Thanks,&lt;br /&gt;
JC&lt;br /&gt;
&lt;br /&gt;
2009-10-28 15:53:07,518 &lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=main"&gt;main&lt;/a&gt; ERROR labmanageradapter.LabManagerAdapter  - Unknown exception encountered when retrieving configuration&lt;br /&gt;
org.apache.axiom.om.impl.exception.OMBuilderException: detail unsupported element in SOAPFault element&lt;br /&gt;
	at org.apache.axiom.soap.impl.builder.SOAP12BuilderHelper.handleEvent(SOAP12BuilderHelper.java:175)&lt;br /&gt;
	at org.apache.axiom.soap.impl.builder.StAXSOAPModelBuilder.constructNode(StAXSOAPModelBuilder.java:374)&lt;br /&gt;
	at org.apache.axiom.soap.impl.builder.StAXSOAPModelBuilder.createOMElement(StAXSOAPModelBuilder.java:212)&lt;br /&gt;
	at org.apache.axiom.soap.impl.builder.StAXSOAPModelBuilder.createNextOMElement(StAXSOAPModelBuilder.java:191)&lt;br /&gt;
	at org.apache.axiom.om.impl.builder.StAXOMBuilder.next(StAXOMBuilder.java:172)&lt;br /&gt;
	at org.apache.axiom.om.impl.llom.OMElementImpl.buildNext(OMElementImpl.java:633)&lt;br /&gt;
	at org.apache.axiom.om.impl.llom.OMNodeImpl.getNextOMSibling(OMNodeImpl.java:141)&lt;br /&gt;
	at org.apache.axiom.om.impl.llom.OMElementImpl.getNextOMSibling(OMElementImpl.java:314)&lt;br /&gt;
	at org.apache.axiom.om.impl.traverse.OMChildrenQNameIterator.next(OMChildrenQNameIterator.java:118)&lt;br /&gt;
	at org.apache.axiom.om.impl.llom.OMElementImpl.getFirstChildWithName(OMElementImpl.java:252)&lt;br /&gt;
	at org.apache.axiom.soap.impl.llom.soap12.SOAP12FaultImpl.getReason(SOAP12FaultImpl.java:143)&lt;br /&gt;
	at org.apache.axis2.AxisFault.initializeValues(AxisFault.java:202)&lt;br /&gt;
	at org.apache.axis2.AxisFault.&amp;lt;init&amp;gt;(AxisFault.java:196)&lt;br /&gt;
	at org.apache.axis2.util.Utils.getInboundFaultFromMessageContext(Utils.java:512)&lt;br /&gt;
	at org.apache.axis2.description.OutInAxisOperationClient.handleResponse(OutInAxisOperation.java:370)&lt;br /&gt;
	at org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:416)&lt;br /&gt;
	at org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxisOperation.java:228)&lt;br /&gt;
	at org.apache.axis2.client.OperationClient.execute(OperationClient.java:163)&lt;br /&gt;
	at com.vmware.labmanager.VMwareLabManagerSOAPinterfaceStub.GetConfigurationByName(VMwareLabManagerSOAPinterfaceStub.java:4428)&lt;br /&gt;
	at org.nplace.ci.fap.labmanageradapter.LabManagerAdapter.getConfigurationByName(LabManagerAdapter.java:390)</description>
      <pubDate>Wed, 28 Oct 2009 20:14:47 GMT</pubDate>
      <author>JohnCasebolt</author>
      <guid>http://communities.vmware.com/thread/239279</guid>
      <dc:date>2009-10-28T20:14:47Z</dc:date>
      <clearspace:dateToText>3 weeks, 3 days ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>VixDiskLib Opening delta disks (snapshots</title>
      <link>http://communities.vmware.com/thread/239170</link>
      <description>Hi!&lt;br /&gt;
&lt;br /&gt;
Is it possible to open delta disks with VixDiskLib? Currently connect fails for me:&lt;br /&gt;
&lt;br /&gt;
&lt;pre class="jive-pre"&gt;&lt;code class="jive-code jive-plain"&gt;Trying to connect to: [TP_SANVOL01] test-Delta/test-Delta.vmx?dcPath=ha-datacenter&amp;#38;dsName=TP_SANVOL01 disk: [TP_SANVOL01]test-Delta/test-Delta-000001.vmdk
conn 0 : connPtr 9522368
** INFO: TicketResolveHostName: Resolving IP address for hostname 192.168.73.204.

** INFO: TicketResolveHostName: Resolved to 192.168.73.204.

** INFO: VixDiskLibVim: TicketLogin

** INFO: VixDiskLibVim: TicketFindDatacenter: dcPath = -ha-datacenter- 

** INFO: VixDiskLibVim: TicketFindVMByDatastorePath: vmxPath = -[TP_SANVOL01] test-Delta/test-Delta.vmx- 

** INFO: VixDiskLibVim: TicketLoadVM

** INFO: VixDiskLibVim: Root Snapshot list has 1 elements.

** INFO: VixDiskLibVim: Unable to find key for disk [TP_SANVOL01]test-Delta/test-Delta-000001.vmdk, trying snapshot tree.

** INFO: VixDiskLibVim: TicketCollectSnapshots

** INFO: VixDiskLibVim: TicketLoadSnapshot

** INFO: VixDiskLibVim: TicketLoadVMCb

** INFO: VixDiskLibVim: TicketLoadInternalSic 

** INFO: VixDiskLibVim: TicketLoadNfcTicket: Request FileManagement diskKey = 2000, readOnly = 0, openSnapshot = 1 

** INFO: VixDiskLibVim: TicketLogout 

---EX caught: 0  :  System.OverflowException: Arithmetic operation resulted in an overflow.
   at vddkNativeTest.Module1.Init(String hostIp, String user, String pass, String vmxSource, String vmxTarget, String sourceDatastore, String targetDatastore, String currentDisk, String targetDisk, String datacenter)
&lt;/code&gt;&lt;/pre&gt;&lt;br /&gt;
&lt;br /&gt;
The VM has that snapshot, is powered-off and the connect works fine for base disks... Any ideas?&lt;br /&gt;
&lt;p /&gt;
Tos2k</description>
      <pubDate>Wed, 28 Oct 2009 12:26:08 GMT</pubDate>
      <author>tos2k</author>
      <guid>http://communities.vmware.com/thread/239170</guid>
      <dc:date>2009-10-28T12:26:08Z</dc:date>
      <clearspace:dateToText>1 week, 6 days ago</clearspace:dateToText>
      <clearspace:messageCount>6</clearspace:messageCount>
      <clearspace:replyCount>5</clearspace:replyCount>
    </item>
    <item>
      <title>Problem with revertToSnapshot</title>
      <link>http://communities.vmware.com/thread/238898</link>
      <description>Hi,&lt;br /&gt;
&lt;br /&gt;
&lt;h6&gt;When I run the command:  &lt;/h6&gt;
&lt;blockquote&gt;&lt;span style="color:#ff6600"&gt;vmrun -T server -h "http_address" -u userHost -p passwordHost  revertToSnapshot  "file.vmx" snapshot_name&lt;/span&gt;&lt;/blockquote&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;h6&gt;I get the following error:&lt;/h6&gt;
&lt;br /&gt;
&lt;span style="color:#ff6600"&gt;One of the parameters was not valid.&lt;/span&gt;&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
What can I do? Please Help me!&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
 Thank, mic</description>
      <pubDate>Tue, 27 Oct 2009 14:00:02 GMT</pubDate>
      <author>mic21</author>
      <guid>http://communities.vmware.com/thread/238898</guid>
      <dc:date>2009-10-27T14:00:02Z</dc:date>
      <clearspace:dateToText>3 weeks, 5 days ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>Problem with revertToSnapshot</title>
      <link>http://communities.vmware.com/thread/238897</link>
      <description>Hi,&lt;br /&gt;
&lt;br /&gt;
&lt;h6&gt;When I run the command:  &lt;/h6&gt;
&lt;blockquote&gt;&lt;span style="color:#ff6600"&gt;vmrun -T server -h "http_address" -u userHost -p passwordHost  revertToSnapshot  "file.vmx" snapshot_name&lt;/span&gt;&lt;/blockquote&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;h6&gt;I get the following error:&lt;/h6&gt;
&lt;br /&gt;
&lt;span style="color:#ff6600"&gt;One of the parameters was not valid.&lt;/span&gt;&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
What can I do? Please Help me!&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
 Thank, mic</description>
      <pubDate>Tue, 27 Oct 2009 13:59:56 GMT</pubDate>
      <author>mic21</author>
      <guid>http://communities.vmware.com/thread/238897</guid>
      <dc:date>2009-10-27T13:59:56Z</dc:date>
      <clearspace:dateToText>3 weeks, 1 day ago</clearspace:dateToText>
      <clearspace:messageCount>4</clearspace:messageCount>
      <clearspace:replyCount>3</clearspace:replyCount>
    </item>
    <item>
      <title>VixDiskLib_Open on RDM (Raw Device Mapping) always returns VIX_E_FILE_ALREADY_LOCKED</title>
      <link>http://communities.vmware.com/thread/238664</link>
      <description>All,&lt;br /&gt;
&lt;br /&gt;
Does VDDK 1.1 support RDM(s)? We have a Window XP vm guest with a RDM but the call to VixDiskLib_Open always returns VIX_E_FILE_ALREADY_LOCKED. We are opening the disk in VIXDISKLIB_FLAG_OPEN_READ_ONLY mode.&lt;br /&gt;
&lt;br /&gt;
Thanks,&lt;br /&gt;
-Ron</description>
      <pubDate>Mon, 26 Oct 2009 15:09:57 GMT</pubDate>
      <author>red0mark</author>
      <guid>http://communities.vmware.com/thread/238664</guid>
      <dc:date>2009-10-26T15:09:57Z</dc:date>
      <clearspace:dateToText>4 days, 11 minutes ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>OVF 0.9 with Debian</title>
      <link>http://communities.vmware.com/thread/238301</link>
      <description>Hi,&lt;br /&gt;
&lt;br /&gt;
is it possible to create OVF 0.9 containing Debian? What is the correct ovf:id code?&lt;br /&gt;
&lt;br /&gt;
I am trying to create OVF that imports into vSphere 4 as Debian (which does support Debian) and is still possible to import through VC 2.5 GUI.&lt;br /&gt;
&lt;br /&gt;
Thanks,&lt;br /&gt;
&lt;br /&gt;
Petr.</description>
      <pubDate>Fri, 23 Oct 2009 12:05:08 GMT</pubDate>
      <author>balous</author>
      <guid>http://communities.vmware.com/thread/238301</guid>
      <dc:date>2009-10-23T12:05:08Z</dc:date>
      <clearspace:dateToText>1 month, 3 hours ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </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, 1 day 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, 1 day ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>Incompatible Class Change Error</title>
      <link>http://communities.vmware.com/thread/238006</link>
      <description>&lt;br /&gt;
Following the example included with the SDK, I wrote an app to try and connect to VMWare, but I'm getting an error message telling me that I have an Incompatible Class Change Error:&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
Exception in thread "AWT-EventQueue-0" java.lang.IncompatibleClassChangeError: Expected non-static field com.vmware.ws.service.BaseServiceStub._service&lt;br /&gt;
        at com.vmware.ws.service.BaseServiceStub.&amp;lt;init&amp;gt;(BaseServiceStub.java:119)&lt;br /&gt;
        at com.vmware.ws.service.BaseServiceStub.&amp;lt;init&amp;gt;(BaseServiceStub.java:108)&lt;br /&gt;
        at com.vmware.ws.service.BaseServiceStub.&amp;lt;init&amp;gt;(BaseServiceStub.java:159)&lt;br /&gt;
        at com.vmware.contrib.vi.Connection.&amp;lt;init&amp;gt;(Connection.java:78)&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
 And it has a few more listed. Here is the block of code:&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
import com.vmware.contrib.vi.Connection; &lt;br /&gt;
&lt;p /&gt;
        String uname = jTextField1.getText();&lt;br /&gt;
        String pass = jTextField2.getText();&lt;br /&gt;
        String server = jTextField3.getText();&lt;br /&gt;
        String protocol = jTextField4.getText();&lt;br /&gt;
&lt;br /&gt;
        Connection.Parameters config = new Connection.Parameters(&lt;br /&gt;
    Connection.Protocol.http, server, null, uname, pass, null);&lt;br /&gt;
&lt;br /&gt;
        try{&lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;
        Connection con = new Connection(config);&lt;br /&gt;
&lt;br /&gt;
        }catch(com.vmware.vi.fault.InvalidLogin e)&lt;br /&gt;
        {&lt;br /&gt;
&lt;br /&gt;
        }catch(com.vmware.vi.fault.InvalidLocale f)&lt;br /&gt;
        {&lt;br /&gt;
&lt;br /&gt;
        }&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
And it's the line Connection con = new Connection(config) which causes the problem. Debugging, I found that everything else works fine and I get legit login information (server, protocol, etc.) Once it gets to that line, it causes the error. &lt;br /&gt;
&lt;p /&gt;
 Anyone have a clue why I'm getting the error and/or what  "com.vmware.ws.service.BaseServiceStub._service" is?&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
Thanks!</description>
      <pubDate>Wed, 21 Oct 2009 21:01:51 GMT</pubDate>
      <author>bleschber</author>
      <guid>http://communities.vmware.com/thread/238006</guid>
      <dc:date>2009-10-21T21:01:51Z</dc:date>
      <clearspace:dateToText>1 month, 1 day ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>can't mount remote vmdk</title>
      <link>http://communities.vmware.com/thread/237916</link>
      <description>Hi,&lt;br /&gt;
&lt;br /&gt;
I'd like to use vmware-mount to remotely mount a vmdk on our ESX 4 server,&lt;br /&gt;
but can't seem to be able to:&lt;br /&gt;
&lt;br /&gt;
bash-3.2# vmware-mount -h esx -u root -F /root/infoblox '&lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=Storage1"&gt;Storage1&lt;/a&gt;Ubuntu/Ubuntu.vmdk' /tmp/vmdk&lt;br /&gt;
Failed to open disk: Unknown error (1)&lt;br /&gt;
Failed to mount disk '&lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=Storage1"&gt;Storage1&lt;/a&gt;Ubuntu/Ubuntu.vmdk': Cannot open the virtual disk&lt;br /&gt;
bash-3.2# vmware-mount -h esx -u root -F /root/infoblox '&lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=Storage1"&gt;Storage1&lt;/a&gt;VMware Studio/VMware Studio.vmdk' /tmp/vmdk&lt;br /&gt;
Failed to open disk: Unknown error (1)&lt;br /&gt;
Failed to mount disk '&lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=Storage1"&gt;Storage1&lt;/a&gt;VMware Studio/VMware Studio.vmdk': Cannot open the virtual disk&lt;br /&gt;
bash-3.2# vmware-mount -h esx -u root -F /root/infoblox '&lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=Storage1"&gt;Storage1&lt;/a&gt;rsp-esx.vmdk' /tmp/vmdk&lt;br /&gt;
Failed to open disk: Unknown error (1)&lt;br /&gt;
Failed to mount disk '&lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=Storage1"&gt;Storage1&lt;/a&gt;rsp-esx.vmdk': Cannot open the virtual disk&lt;br /&gt;
bash-3.2# &lt;br /&gt;
&lt;br /&gt;
On our ESX server, the name of the datastore is Storage1, and I can see the&lt;br /&gt;
vmdk's there:&lt;br /&gt;
&lt;br /&gt;
&lt;strike&gt;root@localhost /&lt;/strike&gt;# find /vmfs/volumes/ | grep vmdk&lt;br /&gt;
/vmfs/volumes/4ad3c6c2-bdf33934-0aaf-00304834fd8a/esxconsole-4ad3c62b-d3d4-4d04-a6f9-00304834fd8a/esxconsole-flat.vmdk&lt;br /&gt;
/vmfs/volumes/4ad3c6c2-bdf33934-0aaf-00304834fd8a/esxconsole-4ad3c62b-d3d4-4d04-a6f9-00304834fd8a/esxconsole.vmdk&lt;br /&gt;
/vmfs/volumes/4ad3c6c2-bdf33934-0aaf-00304834fd8a/Ubuntu/Ubuntu-flat.vmdk&lt;br /&gt;
/vmfs/volumes/4ad3c6c2-bdf33934-0aaf-00304834fd8a/Ubuntu/Ubuntu.vmdk&lt;br /&gt;
/vmfs/volumes/4ad3c6c2-bdf33934-0aaf-00304834fd8a/VMware Studio/VMware Studio-flat.vmdk&lt;br /&gt;
/vmfs/volumes/4ad3c6c2-bdf33934-0aaf-00304834fd8a/VMware Studio/VMware Studio.vmdk&lt;br /&gt;
/vmfs/volumes/4ad3c6c2-bdf33934-0aaf-00304834fd8a/rsp-esx-flat.vmdk&lt;br /&gt;
/vmfs/volumes/4ad3c6c2-bdf33934-0aaf-00304834fd8a/rsp-esx.vmdk&lt;br /&gt;
&lt;strike&gt;root@localhost /&lt;/strike&gt;# &lt;br /&gt;
&lt;br /&gt;
This is the vmware-mount I used:&lt;br /&gt;
&lt;br /&gt;
bash-3.2# vmware-mount -v&lt;br /&gt;
vmware-mount: option requires an argument -- 'v'&lt;br /&gt;
VMware DiskMount Utility version 2.0.1, build-156745&lt;br /&gt;
...&lt;br /&gt;
&lt;p /&gt;
Any help is appreciated.&lt;br /&gt;
&lt;br /&gt;
Thanks,&lt;br /&gt;
&lt;br /&gt;
Kin</description>
      <pubDate>Wed, 21 Oct 2009 15:37:37 GMT</pubDate>
      <author>kinc</author>
      <guid>http://communities.vmware.com/thread/237916</guid>
      <dc:date>2009-10-21T15:37:37Z</dc:date>
      <clearspace:dateToText>1 month, 1 day ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>Use of Event.getKey() and Event.getChainId()</title>
      <link>http://communities.vmware.com/thread/237882</link>
      <description>1.What is the difference between Event properties key and chainid?&lt;br /&gt;
&lt;br /&gt;
Almost all of the events i received have the same key and chain id.What is the use of ChainId property.&lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;
 2.The property key is of data type Integer.Is it capable of&lt;br /&gt;
holding large values.(&amp;lt;code&amp;gt;(java)-2147483648 to&lt;br /&gt;
&amp;lt;/code&amp;gt;&amp;lt;code&amp;gt;2147483647&amp;lt;/code&amp;gt;).&lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;
The Event's key property is increasing for every session&lt;br /&gt;
login,logout.If this continues it will soon reach 2147483647.Then what&lt;br /&gt;
will be the Key value for the next event?&lt;br /&gt;
&lt;p /&gt;
Thanks.</description>
      <pubDate>Wed, 21 Oct 2009 13:45:57 GMT</pubDate>
      <author>thomasjulian</author>
      <guid>http://communities.vmware.com/thread/237882</guid>
      <dc:date>2009-10-21T13:45:57Z</dc:date>
      <clearspace:dateToText>1 month, 1 day ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Multiple threads created by VDDK</title>
      <link>http://communities.vmware.com/thread/237731</link>
      <description>I have a single threaded Linux application that uses VDDK.&lt;br /&gt;
While trying to connect to a virtual disk, ps shows that I have two additional threads (or processes), probably created by VDDK.&lt;br /&gt;
What are these additional threads ?&lt;br /&gt;
Is this behavior documented ?</description>
      <pubDate>Tue, 20 Oct 2009 17:27:36 GMT</pubDate>
      <author>giladb</author>
      <guid>http://communities.vmware.com/thread/237731</guid>
      <dc:date>2009-10-20T17:27:36Z</dc:date>
      <clearspace:dateToText>1 month, 1 day ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>Deploy OVF template with monolithicFlat VMDKs</title>
      <link>http://communities.vmware.com/thread/237693</link>
      <description>I am currently trying to deploy a OVF template that points to a VMDK of &lt;i&gt;createType=monolithicFlat&lt;/i&gt;. At the time of deployment I get an error ..&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Failed to deploy OVF package: The remote server returned an error: (500) Internal Server Error&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
There are other posts in this forum that point to incorrect sizes in the OVF file as one of the potential issues. But none of these seem to correspond to VMDKs of monolithicFlat type. I have listed below the References and DiskSection of my OVF file and VMDK file descriptor. I will appreciate it if someone can point out  potential errors.&lt;br /&gt;
&lt;br /&gt;
&lt;hr /&gt;
&amp;lt;References&amp;gt;&lt;br /&gt;
&amp;lt;File ovf:href="disk.vmdk" ovf:id="Disk" ovf:size="1073741824"/&amp;gt;&lt;br /&gt;
&amp;lt;/References&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;DiskSection&amp;gt;&lt;br /&gt;
    &amp;lt;Info&amp;gt;Virtual disk information&amp;lt;/Info&amp;gt;&lt;br /&gt;
    &amp;lt;Disk ovf:diskId="Disk" ovf:fileRef="Disk"&lt;br /&gt;
          ovf:capacity="1073741824" ovf:capacityAllocationUnits="byte"  &lt;br /&gt;
          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;hr /&gt;
# cat disk.vmdk&lt;br /&gt;
&lt;br /&gt;
# Disk DescriptorFile&lt;br /&gt;
version=1&lt;br /&gt;
encoding="UTF-8"&lt;br /&gt;
CID=67632d29&lt;br /&gt;
parentCID=ffffffff&lt;br /&gt;
createType="monolithicFlat"&lt;br /&gt;
&lt;br /&gt;
# Extent description&lt;br /&gt;
RW 2097152 FLAT "disk-flat.vmdk" 0&lt;br /&gt;
&lt;br /&gt;
# The Disk Data Base &lt;br /&gt;
#DDB&lt;br /&gt;
&lt;br /&gt;
ddb.virtualHWVersion = "7"&lt;br /&gt;
ddb.geometry.cylinders = "2080"&lt;br /&gt;
ddb.geometry.heads = "16"&lt;br /&gt;
ddb.geometry.sectors = "63"&lt;br /&gt;
ddb.adapterType = "ide"&lt;br /&gt;
&lt;hr /&gt;
&lt;br /&gt;
Thanks</description>
      <category domain="http://communities.vmware.com/tags?communityID=3086">monolithicflat</category>
      <category domain="http://communities.vmware.com/tags?communityID=3086">vmdk</category>
      <category domain="http://communities.vmware.com/tags?communityID=3086">ovf</category>
      <pubDate>Tue, 20 Oct 2009 16:51:48 GMT</pubDate>
      <author>NarayanVenkat</author>
      <guid>http://communities.vmware.com/thread/237693</guid>
      <dc:date>2009-10-20T16:51:48Z</dc:date>
      <clearspace:dateToText>1 month, 2 days ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>Plans for generic SOAP support within workflows?</title>
      <link>http://communities.vmware.com/thread/237675</link>
      <description>&lt;br /&gt;
Hi,&lt;br /&gt;
&lt;p /&gt;
Are there any plans to add generic SOAP support into VMO (so that SOAP operations can be called from workflows)?&lt;br /&gt;
&lt;p /&gt;
By "generic SOAP support", I mean things such as&lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Importing a WSDL&lt;/li&gt;
&lt;li&gt;Having the types exposed by the XML schemas used by the WSDL automatically exposed as types / scriptable objects in VMO&lt;/li&gt;
&lt;li&gt;Perhaps having a "SOAP operation" task to invoke a soap operation as part of a workflow.&lt;/li&gt;
&lt;li&gt;Perhaps having the interface defined by the WSDL exposed as a scriptable object in VMO (so that operations can be invoked via javascript)&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
--Phil</description>
      <category domain="http://communities.vmware.com/tags?communityID=3081">soap</category>
      <category domain="http://communities.vmware.com/tags?communityID=3081">wsdl</category>
      <pubDate>Tue, 20 Oct 2009 15:26:04 GMT</pubDate>
      <author>philsttr</author>
      <guid>http://communities.vmware.com/thread/237675</guid>
      <dc:date>2009-10-20T15:26:04Z</dc:date>
      <clearspace:dateToText>3 weeks, 2 days ago</clearspace:dateToText>
      <clearspace:messageCount>5</clearspace:messageCount>
      <clearspace:replyCount>4</clearspace:replyCount>
    </item>
    <item>
      <title>Flex Applications and Client Plug-ins</title>
      <link>http://communities.vmware.com/thread/237517</link>
      <description>&lt;br /&gt;
I sat in the ConfigControl presentation at VMworld and they mentioned the UI will be built in Flex.  Will applications built in Flex be supported as part of the client plug-in framework?&lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;</description>
      <pubDate>Mon, 19 Oct 2009 18:02:13 GMT</pubDate>
      <author>dcap</author>
      <guid>http://communities.vmware.com/thread/237517</guid>
      <dc:date>2009-10-19T18:02:13Z</dc:date>
      <clearspace:dateToText>4 weeks, 1 day ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>CACHE.XML</title>
      <link>http://communities.vmware.com/thread/237508</link>
      <description>&lt;br /&gt;
I recently ran into a problem on two identical hosts where a plug-in that I am developing appeared as "Disabled" in the plug-in manager.  Prior to this day, the plug-in has been working without any issues.  When the user attempted to "Enable" the plug-in, it had no effect.  The plug-in just stayed as "disabled."&lt;br /&gt;
&lt;p /&gt;
I tried a number of different tweaks to get this working and I eventually found the file, C:\Documents and Settings\Administrator\Local Settings\Application Data\VMware\vpx\PluginCache\cache.xml.  Once I deleted this file and re-loaded vSphere Client, the plug-in was enabled again.  Upon exit of vSphere Client, this file was recreated again.&lt;br /&gt;
&lt;p /&gt;
Can anyone describe the use of this file?  Any insight into why it might force my plug-in to be disabled?</description>
      <category domain="http://communities.vmware.com/tags?communityID=2656">client</category>
      <category domain="http://communities.vmware.com/tags?communityID=2656">plug-in</category>
      <category domain="http://communities.vmware.com/tags?communityID=2656">plug-ins</category>
      <category domain="http://communities.vmware.com/tags?communityID=2656">plugin</category>
      <category domain="http://communities.vmware.com/tags?communityID=2656">vsphere_client_plugin</category>
      <category domain="http://communities.vmware.com/tags?communityID=2656">vsphere</category>
      <pubDate>Mon, 19 Oct 2009 16:04:13 GMT</pubDate>
      <author>LeeTheMC</author>
      <guid>http://communities.vmware.com/thread/237508</guid>
      <dc:date>2009-10-19T16:04:13Z</dc:date>
      <clearspace:dateToText>1 month, 3 days ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>VMware Virtualized Hardware Hotel</title>
      <link>http://communities.vmware.com/thread/237280</link>
      <description>The catchiest music video on the benefits of VMware virtualization technology you'll probably ever hear! "What if the server goes down?"  Great Job ! &lt;br /&gt;
{youtube}&lt;a class="jive-link-external" href="http://www.youtube.com/watch?v=R7JBYJHQmJc"&gt;http://www.youtube.com/watch?v=R7JBYJHQmJc&lt;/a&gt;{youtube}</description>
      <category domain="http://communities.vmware.com/tags?communityID=3176">web_services_video</category>
      <pubDate>Sat, 17 Oct 2009 00:35:58 GMT</pubDate>
      <author>heyitspablo</author>
      <guid>http://communities.vmware.com/thread/237280</guid>
      <dc:date>2009-10-17T00:35:58Z</dc:date>
      <clearspace:dateToText>1 month, 6 days ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>VMware vCenter Site Recovery Manager 4.0 Features</title>
      <link>http://communities.vmware.com/thread/237279</link>
      <description>Learn about the new features in VMware vCenter Site Recovery Manager 4.0&lt;br /&gt;
Maria Basmanova Sr Member of Technical Staff VMWare describes new features. &lt;br /&gt;
{youtube}&lt;a class="jive-link-external" href="http://www.youtube.com/watch?v=HIa_eknXKwk"&gt;http://www.youtube.com/watch?v=HIa_eknXKwk&lt;/a&gt;{youtube}</description>
      <category domain="http://communities.vmware.com/tags?communityID=3176">web_services_video</category>
      <pubDate>Sat, 17 Oct 2009 00:33:12 GMT</pubDate>
      <author>heyitspablo</author>
      <guid>http://communities.vmware.com/thread/237279</guid>
      <dc:date>2009-10-17T00:33:12Z</dc:date>
      <clearspace:dateToText>1 month, 6 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, 6 days ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>OVF imports but gives disk error on power-on</title>
      <link>http://communities.vmware.com/thread/237160</link>
      <description>Fellows, &lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;br /&gt;
We just imported an .ova file using the vSphere Client GUI&lt;br /&gt;
successfully. But when we try to power on the VM, the VM console only shows&lt;br /&gt;
"A disk error" and nothing else. This is a time-sensitive production&lt;br /&gt;
pilot and does not look good!&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;br /&gt;
Anyone experienced this before? Couldn't find anything on&lt;br /&gt;
the topic.&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;br /&gt;
The .ova was created using the same version of vCenter at&lt;br /&gt;
another site.&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;br /&gt;
thanks</description>
      <category domain="http://communities.vmware.com/tags?communityID=3086">ovf</category>
      <category domain="http://communities.vmware.com/tags?communityID=3086">ovftool</category>
      <pubDate>Fri, 16 Oct 2009 13:27:17 GMT</pubDate>
      <author>aandriolli</author>
      <guid>http://communities.vmware.com/thread/237160</guid>
      <dc:date>2009-10-16T13:27: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, 3 hours ago</clearspace:dateToText>
      <clearspace:messageCount>7</clearspace:messageCount>
      <clearspace:replyCount>6</clearspace:replyCount>
    </item>
    <item>
      <title>Create vm privileges</title>
      <link>http://communities.vmware.com/thread/236815</link>
      <description>&lt;br /&gt;
using the SDK, how can I find out if a user has priveleges to create a vm? &lt;br /&gt;
&lt;p /&gt;
thanks&lt;br /&gt;
&lt;p /&gt;
idan</description>
      <pubDate>Wed, 14 Oct 2009 21:50:06 GMT</pubDate>
      <author>idanmnr</author>
      <guid>http://communities.vmware.com/thread/236815</guid>
      <dc:date>2009-10-14T21:50:06Z</dc:date>
      <clearspace:dateToText>1 month, 1 week ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>SISTEMISTI SENIOR WINDOWS / WMWARE</title>
      <link>http://communities.vmware.com/thread/236753</link>
      <description>&lt;span class="newbb_plus_css"&gt;Salve a tutti!&lt;br /&gt;
&lt;br /&gt;
Si ricercano urgentemente due Sistemisti Senior Windows / Wmware per l'area di Verona.&lt;br /&gt;
&lt;br /&gt;
Durata del contratto: un anno.&lt;br /&gt;
&lt;br /&gt;
Gli interessati sono pregati di mandare il Curriculum Vitae a &lt;a class="jive-link-email" href="mailto:job@adfor.it"&gt;job@adfor.it&lt;/a&gt; specificando in oggetto "Candidatura Sistemista Vmware".&lt;br /&gt;
&lt;br /&gt;
Grazie e a presto.</description>
      <category domain="http://communities.vmware.com/tags?communityID=2655">sistemista</category>
      <category domain="http://communities.vmware.com/tags?communityID=2655">senior</category>
      <category domain="http://communities.vmware.com/tags?communityID=2655">vmware</category>
      <pubDate>Wed, 14 Oct 2009 16:05:05 GMT</pubDate>
      <author>GeRiKoOnE</author>
      <guid>http://communities.vmware.com/thread/236753</guid>
      <dc:date>2009-10-14T16:05:05Z</dc:date>
      <clearspace:dateToText>1 month, 1 week ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </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, 2 days ago</clearspace:dateToText>
      <clearspace:messageCount>4</clearspace:messageCount>
      <clearspace:replyCount>3</clearspace:replyCount>
    </item>
    <item>
      <title>Problem in Esx 3i virtual host network card speed.</title>
      <link>http://communities.vmware.com/thread/236413</link>
      <description>&lt;br /&gt;
Hi All,&lt;br /&gt;
&lt;p /&gt;
 I have installed Esx 3i on a Dell PC which has 1Gbp network card and I have installed two Windows 2003 Std virtual hosts. Every virtual server show the network interface with 10 Mbps. So how can i increase the speed of each interface. Pls help.&lt;br /&gt;
&lt;p /&gt;
 Regs,&lt;br /&gt;
&lt;p /&gt;
Sachitha Wimalaratne.</description>
      <pubDate>Tue, 13 Oct 2009 03:24:10 GMT</pubDate>
      <author>sachitha</author>
      <guid>http://communities.vmware.com/thread/236413</guid>
      <dc:date>2009-10-13T03:24:10Z</dc:date>
      <clearspace:dateToText>1 month, 1 week ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>VDDK Implementation Difficulty Question</title>
      <link>http://communities.vmware.com/thread/236353</link>
      <description>&lt;br /&gt;
One of the new features of Windows 7 and Windows 2008 R2 is the ability to create/mount/manage VHDs from the host's LDM.&lt;br /&gt;
&lt;p /&gt;
My question is how difficult would something like this be to implement using VDDK 1.1?&lt;br /&gt;
&lt;p /&gt;
Any ideas on difficulty would be appreciated.</description>
      <pubDate>Mon, 12 Oct 2009 18:46:31 GMT</pubDate>
      <author>RColbert</author>
      <guid>http://communities.vmware.com/thread/236353</guid>
      <dc:date>2009-10-12T18:46:31Z</dc:date>
      <clearspace:dateToText>1 month, 1 week ago</clearspace:dateToText>
      <clearspace:messageCount>7</clearspace:messageCount>
      <clearspace:replyCount>6</clearspace:replyCount>
    </item>
    <item>
      <title>vStorage API for Multi-pathing</title>
      <link>http://communities.vmware.com/thread/236239</link>
      <description>the vStorage API for Multi-pathing, where can i get it from? &lt;br /&gt;
The TAP level partner is enough?&lt;br /&gt;
If i am a TAP partner, how can i get those API?&lt;br /&gt;
&lt;br /&gt;
Thanks!</description>
      <pubDate>Mon, 12 Oct 2009 07:33:50 GMT</pubDate>
      <author>doubin</author>
      <guid>http://communities.vmware.com/thread/236239</guid>
      <dc:date>2009-10-12T07:33:50Z</dc:date>
      <clearspace:dateToText>1 month, 1 week ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>encrypt password</title>
      <link>http://communities.vmware.com/thread/236034</link>
      <description>I am wondering if anyone has any idea on how to encrypt passwords in a powercli script.  I am creating a script that is checking for compliance and then alerting on non-compliant vms.  The script has a requirement of running as a scheduled task every night with no interaction.  I can do this by specifying the vc password.  but, rightfully so, security is stating the password must be encrypted, or the script needs to be complied, it cannot be in clear text.  does anyone have any ideas?</description>
      <pubDate>Fri, 09 Oct 2009 18:31:47 GMT</pubDate>
      <author>jmyerholtz</author>
      <guid>http://communities.vmware.com/thread/236034</guid>
      <dc:date>2009-10-09T18:31:47Z</dc:date>
      <clearspace:dateToText>1 month, 1 week ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>When will OVF support disk reference paths and not embed disk data into mgiration file?</title>
      <link>http://communities.vmware.com/thread/236021</link>
      <description>When moving VMs from RHEV, KVM, Hyper-V, and VMware, which many are doing today, OVF makes sense as a starting point, however, OVF is very ineffecient if the given VMs already have virtual disks in the correct location.  For example, moving VMs from VMware to KVM, and from KVM to VMware, since KVM supports VMDK as does VMware, and both could and can access the same datastore/NFS mount point, the encode/decode of the virtual machine disks in OVF is not needed, just use a reference path to the VM disks, not the actual data.  So the question is, When will OVF support disk reference paths and not embed disk data into mgiration file?  Interesting feature no?</description>
      <category domain="http://communities.vmware.com/tags?communityID=3086">ovf</category>
      <pubDate>Fri, 09 Oct 2009 17:37:12 GMT</pubDate>
      <author>Schorschi</author>
      <guid>http://communities.vmware.com/thread/236021</guid>
      <dc:date>2009-10-09T17:37:12Z</dc:date>
      <clearspace:dateToText>1 month, 1 week ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</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, 1 week ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>vCenter Orchestrator APIs Part 1</title>
      <link>http://communities.vmware.com/thread/235882</link>
      <description>Video from Technology Exchange Developer Day Session - Total time is 58 minutes - (Audio is not the best quality)&lt;br /&gt;
&lt;br /&gt;
Complete Video Here: &lt;a class="jive-link-external" href="http://vmweb.vmware.com/vmworld/2009/techexchange/DE01.html"&gt;http://vmweb.vmware.com/vmworld/2009/techexchange/DE01.html&lt;/a&gt; &lt;br /&gt;
&lt;br /&gt;
Part 1 - 9 Minutes &lt;br /&gt;
{youtube}&lt;a class="jive-link-external" href="http://www.youtube.com/watch?v=PnDhlx8vpYc"&gt;http://www.youtube.com/watch?v=PnDhlx8vpYc&lt;/a&gt;{youtube}</description>
      <category domain="http://communities.vmware.com/tags?communityID=3176">orchestrator_video</category>
      <pubDate>Fri, 09 Oct 2009 01:01:28 GMT</pubDate>
      <author>heyitspablo</author>
      <guid>http://communities.vmware.com/thread/235882</guid>
      <dc:date>2009-10-09T01:01:28Z</dc:date>
      <clearspace:dateToText>1 month, 2 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>unable to copy file from host to guestVM - "Error: Invalid user name or password for the guest OS"</title>
      <link>http://communities.vmware.com/thread/235764</link>
      <description>&lt;br /&gt;
I'm trying to copy a file from an ESX host to a linuxVM running on it&lt;br /&gt;
&lt;p /&gt;
C:\Program Files\VMware\VMware VIX&amp;gt;vmrun -T esx -h &lt;a class="jive-link-external" href="https://10.55.1.16/sdk"&gt;https://10.55.1.16/sdk&lt;/a&gt; -u root -p *** -gu user -gp *** copyFileFromHostToGuest "&lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=QA-NAS-01"&gt;QA-NAS-01&lt;/a&gt; VM/vm.vmx" /root/file /root/file&lt;br /&gt;
&lt;p /&gt;
the command returns  "Error: Invalid user name or password for the guest OS"&lt;br /&gt;
&lt;p /&gt;
opening the console of that machine, I'm able to login with user/*** to the linux shell (linux VM, which has no SSH access) &lt;br /&gt;
&lt;p /&gt;
Any ideas ?&lt;br /&gt;
&lt;p /&gt;
Thanks,&lt;br /&gt;
Zeevik</description>
      <pubDate>Thu, 08 Oct 2009 14:41:14 GMT</pubDate>
      <author>zeevik</author>
      <guid>http://communities.vmware.com/thread/235764</guid>
      <dc:date>2009-10-08T14:41:14Z</dc:date>
      <clearspace:dateToText>1 month, 1 week ago</clearspace:dateToText>
      <clearspace:messageCount>7</clearspace:messageCount>
      <clearspace:replyCount>6</clearspace:replyCount>
    </item>
    <item>
      <title>Problem with rdmCreate.pl</title>
      <link>http://communities.vmware.com/thread/235518</link>
      <description>&lt;br /&gt;
Hi,&lt;br /&gt;
&lt;p /&gt;
i have a problem with Perl Script rdmCreate.pl.&lt;br /&gt;
&lt;p /&gt;
If I create a new disk rdm puntanto all 'esx4, the disc that I am going to add it correctly deal. This is the command;&lt;br /&gt;
&lt;p /&gt;
&lt;strike&gt;root@ITRMVSC1 vm&lt;/strike&gt;# perl rdmCreate.pl --url &lt;a class="jive-link-external" href="https://172.33.22.111/sdk/vimService"&gt;https://172.33.22.111/sdk/vimService&lt;/a&gt; --username MYUSER --password MYPSW --vmname VM1 --filename Test.vmdk --backingtype rdm&lt;br /&gt;
&lt;p /&gt;
Adding Virtual Disk on Virtual machine VM1 in the host esxhost.it.domain.com with file name Test.vmdk&lt;br /&gt;
&lt;p /&gt;
env browser&lt;br /&gt;
&lt;p /&gt;
*****&lt;br /&gt;
ARRAY(0x1fe9eb90)&lt;br /&gt;
*****&lt;br /&gt;
&lt;p /&gt;
*****&lt;br /&gt;
number of present disks is  2&lt;br /&gt;
*****&lt;br /&gt;
ITRMVSC Disk[0]: Capacity /vmfs/devices/disks/naa.6006016055351f00516decc0459cde11&lt;br /&gt;
cannonical_name: /vmfs/devices/disks/naa.6006016055351f00516decc0459cde11VM1 Disk[1]: Capacity /vmfs/devices/disks/naa.6006016055351f00506decc0459cde11&lt;br /&gt;
cannonical_name: /vmfs/devices/disks/naa.6006016055351f00516decc0459cde11&lt;br /&gt;
calling the reconfigure VM&lt;br /&gt;
&lt;p /&gt;
returned from reconfigure VM&lt;br /&gt;
Virtual Disk created.&lt;br /&gt;
&lt;p /&gt;
but when I try to point the Virtual Center back to me the following error;&lt;br /&gt;
&lt;p /&gt;
perl rdmCreate.pl --url &lt;a class="jive-link-external" href="https://172.55.22.444/sdk/webService"&gt;https://172.55.22.444/sdk/webService&lt;/a&gt; --username administrator --password MYPSW --vmname VM1 --filename Test.vmdk --backingtype rdm&lt;br /&gt;
&lt;p /&gt;
Adding Virtual Disk on Virtual machine ITRMVSC in the host 172.33.22.111 with file name Test.vmdk&lt;br /&gt;
env browser&lt;br /&gt;
&lt;p /&gt;
*****&lt;br /&gt;
ARRAY(0xb5a20d0)&lt;br /&gt;
*****&lt;br /&gt;
&lt;p /&gt;
*****&lt;br /&gt;
number of present disks is  2&lt;br /&gt;
*****&lt;br /&gt;
ITRMVSC Disk[0]: Capacity /vmfs/devices/disks/naa.6006016055351f00516decc0459cde11&lt;br /&gt;
cannonical_name: /vmfs/devices/disks/naa.6006016055351f00516decc0459cde11ITRMVSC Disk[1]: Capacity /vmfs/devices/disks/naa.6006016055351f00506decc0459cde11&lt;br /&gt;
cannonical_name: /vmfs/devices/disks/naa.6006016055351f00516decc0459cde11&lt;br /&gt;
calling the reconfigure VM&lt;br /&gt;
Error trapped &lt;br /&gt;
SOAP Fault:&lt;br /&gt;
&lt;hr /&gt;
Fault string: Invalid datastore path 'Test.vmdk'.&lt;br /&gt;
Fault detail: InvalidDatastorePathFalut : &lt;br /&gt;
SOAP Fault:&lt;br /&gt;
&lt;hr /&gt;
Fault string: Invalid datastore path 'Test.vmdk'.&lt;br /&gt;
&lt;p /&gt;
My version ESX : VMware ESX 4.0.0 build-164009&lt;br /&gt;
&lt;p /&gt;
My version Vsphere : VMware vCenter Server Version 4.0.0 Build 162856&lt;br /&gt;
&lt;p /&gt;
vSpher CLI Version : VMware vSphere CLI 4.0.0-161974.x86_64&lt;br /&gt;
&lt;p /&gt;
Please help me.&lt;br /&gt;
&lt;p /&gt;
Attached the script I use&lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;</description>
      <pubDate>Wed, 07 Oct 2009 13:42:57 GMT</pubDate>
      <author>ii00907</author>
      <guid>http://communities.vmware.com/thread/235518</guid>
      <dc:date>2009-10-07T13:42:57Z</dc:date>
      <clearspace:dateToText>1 month, 2 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>Web service address</title>
      <link>http://communities.vmware.com/thread/235405</link>
      <description>hi everybody, i need to know the meaning of   "Web service address", and how to install it (web services) in virtual center 4 &lt;br /&gt;
&lt;br /&gt;
(it's part of the installation of  VC 4 ???? )&lt;br /&gt;
&lt;p /&gt;
Thank you</description>
      <pubDate>Tue, 06 Oct 2009 20:22:10 GMT</pubDate>
      <author>alatariel</author>
      <guid>http://communities.vmware.com/thread/235405</guid>
      <dc:date>2009-10-06T20:22:10Z</dc:date>
      <clearspace:dateToText>1 month, 2 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>Set permission on a particular datastore on ESXi</title>
      <link>http://communities.vmware.com/thread/235357</link>
      <description>&lt;br /&gt;
Hi all,&lt;br /&gt;
&lt;p /&gt;
I'm developping an application using vSphere SDK for Perl. But i'm struggling with the following problem: &lt;br /&gt;
&lt;p /&gt;
Let's say we have 2 users: A and B. Both have accounts on ESXi. Each user is assigned his own datastore.&lt;br /&gt;
&lt;p /&gt;
When A connects to ESXi by VI Client to upload files to his datastore, he can browse B's datastore and even delete B's files.&lt;br /&gt;
&lt;p /&gt;
What i want is that A can browse only his own datastore. &lt;br /&gt;
&lt;p /&gt;
Anyone have ideas how to do it by using vSphere SDK? Please help! &lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
Best regards,  &lt;br /&gt;
&lt;p /&gt;
Anh-Tu &lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;</description>
      <category domain="http://communities.vmware.com/tags?communityID=3088">esxi</category>
      <category domain="http://communities.vmware.com/tags?communityID=3088">permission</category>
      <category domain="http://communities.vmware.com/tags?communityID=3088">vsphere_sdk_for_perl</category>
      <category domain="http://communities.vmware.com/tags?communityID=3088">datastore</category>
      <pubDate>Tue, 06 Oct 2009 15:08:12 GMT</pubDate>
      <author>Dexxt0r</author>
      <guid>http://communities.vmware.com/thread/235357</guid>
      <dc:date>2009-10-06T15:08:12Z</dc:date>
      <clearspace:dateToText>1 month, 2 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>7</clearspace:messageCount>
      <clearspace:replyCount>6</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>Lab Manager plug-in for VMware Orchestrator?</title>
      <link>http://communities.vmware.com/thread/235053</link>
      <description>&lt;br /&gt;
Is Lab Manager plug-in for VMware Orchestrator available? &lt;br /&gt;
&lt;p /&gt;
 If not, please, suggest a simplest way to integrate Lab Manager to VMware Orchestrator.</description>
      <pubDate>Mon, 05 Oct 2009 10:48:34 GMT</pubDate>
      <author>AlexeyBykov</author>
      <guid>http://communities.vmware.com/thread/235053</guid>
      <dc:date>2009-10-05T10:48:34Z</dc:date>
      <clearspace:dateToText>1 month, 2 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>vCloud 0.8 xsd missing schema file import</title>
      <link>http://communities.vmware.com/thread/235033</link>
      <description>&lt;br /&gt;
I am trying to generate python objects to deal with the xsd schema. I use generateDS to generate equivalent python objects that will parse the xml strings returned by vCloud Api.&lt;br /&gt;
&lt;p /&gt;
There however seems to be a missing import.&lt;br /&gt;
&lt;p /&gt;
I have added this line just after line 17 and all imports are working well and compiling the generated python module works fine &lt;br /&gt;
&lt;p /&gt;
 &amp;lt;xs:import namespace="http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_VirtualSystemSettingData" schemaLocation="http://schemas.dmtf.org/wbem/wscim/1.0.0/cim-schema/2.19.0+/CIM_VirtualSystemSettingData.xsd"/&amp;gt;&lt;br /&gt;
&lt;p /&gt;
I have however not found a single online service providing an API. If anyone knows of it can you please point me to it or at least a fake cloud api whichi can run my rest api against or an in-house closu api like eucalyptus for EC2.&lt;br /&gt;
&lt;p /&gt;
Thanks &lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;</description>
      <pubDate>Mon, 05 Oct 2009 08:05:04 GMT</pubDate>
      <author>rinf</author>
      <guid>http://communities.vmware.com/thread/235033</guid>
      <dc:date>2009-10-05T08:05:04Z</dc:date>
      <clearspace:dateToText>4 days, 8 hours ago</clearspace:dateToText>
      <clearspace:messageCount>4</clearspace:messageCount>
      <clearspace:replyCount>3</clearspace:replyCount>
    </item>
    <item>
      <title>vix 1.7 installer crashes</title>
      <link>http://communities.vmware.com/thread/234872</link>
      <description>I am trying to resolve this issue and it has me baffled.&lt;br /&gt;
&lt;br /&gt;
The installer gets to the EULA, I hit enter to begin installing and it just dies. No error message, no indication it did anything, just exits.&lt;br /&gt;
&lt;br /&gt;
Has anyone else experienced this?</description>
      <pubDate>Fri, 02 Oct 2009 22:48:32 GMT</pubDate>
      <author>JonathanHansen</author>
      <guid>http://communities.vmware.com/thread/234872</guid>
      <dc:date>2009-10-02T22:48:32Z</dc:date>
      <clearspace:dateToText>1 month, 2 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>7</clearspace:messageCount>
      <clearspace:replyCount>6</clearspace:replyCount>
    </item>
    <item>
      <title>Cloud Provider API??</title>
      <link>http://communities.vmware.com/thread/234692</link>
      <description>All,&lt;br /&gt;
     I am not sure whether I got the subject line meaningful. I am new to cloud APIs and vCloud - but I understand virtualization. Apparently I don't have vCloud Express to I have no hands on experience. So I am trying to understand some basic concepts + to make sure my understanding so far is on track.&lt;br /&gt;
&lt;br /&gt;
As far as I know &lt;br /&gt;
1) vCloud and vCloud Express are built on vSphere - which is built on vCenter/ESX&lt;br /&gt;
2) Cloud APIs are designed for the end customer (a tenant in the cloud) to manage their own environment&lt;br /&gt;
&lt;br /&gt;
My question is Will vCenter SDK calls will work on vCloud as well? Or are there special APIs for vCloud? The reason why I used the term "Provider API" is because the Cloud provider will have an entirely different view of the cloud. So vmware should provide special API's to expose those views.&lt;br /&gt;
&lt;br /&gt;
Any comments will be appreciated.&lt;br /&gt;
&lt;br /&gt;
Thanks&lt;br /&gt;
~jx</description>
      <pubDate>Thu, 01 Oct 2009 23:03:36 GMT</pubDate>
      <author>jx</author>
      <guid>http://communities.vmware.com/thread/234692</guid>
      <dc:date>2009-10-01T23:03:36Z</dc:date>
      <clearspace:dateToText>1 month, 2 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>4</clearspace:messageCount>
      <clearspace:replyCount>3</clearspace:replyCount>
    </item>
    <item>
      <title>Programmatically Connecting/Disconnecting Removable Devices using VIX API?</title>
      <link>http://communities.vmware.com/thread/234682</link>
      <description>&lt;br /&gt;
Is it somehow possible to connect/disconnect removable devices using the VIX API?&lt;br /&gt;
&lt;p /&gt;
Or is there another mechanism how I might archieve that using my own tool/script?&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
Thanks</description>
      <pubDate>Thu, 01 Oct 2009 22:10:17 GMT</pubDate>
      <author>julzen</author>
      <guid>http://communities.vmware.com/thread/234682</guid>
      <dc:date>2009-10-01T22:10:17Z</dc:date>
      <clearspace:dateToText>1 month, 3 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>c# code needed to list plugins in extension manager!</title>
      <link>http://communities.vmware.com/thread/234654</link>
      <description>Can you help me? I need code to list and unregister plugins in the extension manager.&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
Ricky El-Qasem&lt;br /&gt;
&lt;br /&gt;
VCI/VCP - MCSE - RHCT</description>
      <pubDate>Thu, 01 Oct 2009 20:59:07 GMT</pubDate>
      <author>rickyelqasem</author>
      <guid>http://communities.vmware.com/thread/234654</guid>
      <dc:date>2009-10-01T20:59:07Z</dc:date>
      <clearspace:dateToText>1 month, 3 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>VIX_SERVICEPROVIDER_VMWARE_WORKSTATION error</title>
      <link>http://communities.vmware.com/thread/234592</link>
      <description>&lt;br /&gt;
Hi,&lt;br /&gt;
&lt;p /&gt;
I'm trying to run a script in a 64-bit Windows 7 VM usingthe vmrun command line tool (1.6.0.2073) and the following options:&lt;br /&gt;
&lt;p /&gt;
vmrun -T ws -gu user -gp passwordrunProgramInHost "C:\vms\W7.vmx" -interactive "C:\test\test.cmd"&lt;br /&gt;
&lt;p /&gt;
 and i get the following error:&lt;br /&gt;
&lt;p /&gt;
 Error: Service type VIX_SERVICEPROVIDER_VMWARE_WORKSTATION was specified, but not installed&lt;br /&gt;
&lt;p /&gt;
 Can anyone help me with this error, it would be most appreciated!&lt;br /&gt;
&lt;p /&gt;
 Thanks &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;</description>
      <pubDate>Thu, 01 Oct 2009 15:29:38 GMT</pubDate>
      <author>sarahi</author>
      <guid>http://communities.vmware.com/thread/234592</guid>
      <dc:date>2009-10-01T15:29:38Z</dc:date>
      <clearspace:dateToText>1 month, 3 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>Updated vCenter, now perl scripts get SOAP error "500 EOF when chunk header expected"</title>
      <link>http://communities.vmware.com/thread/233975</link>
      <description>&lt;br /&gt;
We've got some reporting scripts that do a number of things, generate alerts and save performance info, etc.  vCenter was upgraded this weekend and all of the scripts are failing--occasionally--with this error.  At least one of the scripts is pretty light, it doesn't pull that much information, though it does it for hundreds of VMs. &lt;br /&gt;
&lt;p /&gt;
 This is using VI Perl 1.6.&lt;br /&gt;
&lt;p /&gt;
 Any help would be appreciated.&lt;br /&gt;
&lt;p /&gt;
-David</description>
      <pubDate>Mon, 28 Sep 2009 17:30:28 GMT</pubDate>
      <author>david_drew</author>
      <guid>http://communities.vmware.com/thread/233975</guid>
      <dc:date>2009-09-28T17:30:28Z</dc:date>
      <clearspace:dateToText>1 month, 2 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>18</clearspace:messageCount>
      <clearspace:replyCount>17</clearspace:replyCount>
    </item>
    <item>
      <title>there is a way to obtain, CPU and Memory usage from the virtual Machine</title>
      <link>http://communities.vmware.com/thread/233693</link>
      <description>&lt;br /&gt;
there is a way to obtain, CPU and Memory usage from the virtual Machine usink Vix Api.&lt;br /&gt;
&lt;p /&gt;
Regards. &lt;br /&gt;
&lt;p /&gt;
I'm using  C# wrapper.</description>
      <category domain="http://communities.vmware.com/tags?communityID=2417">api</category>
      <category domain="http://communities.vmware.com/tags?communityID=2417">memory</category>
      <category domain="http://communities.vmware.com/tags?communityID=2417">cpu</category>
      <category domain="http://communities.vmware.com/tags?communityID=2417">vix</category>
      <pubDate>Fri, 25 Sep 2009 20:25:56 GMT</pubDate>
      <author>ghosther</author>
      <guid>http://communities.vmware.com/thread/233693</guid>
      <dc:date>2009-09-25T20:25:56Z</dc:date>
      <clearspace:dateToText>1 month, 3 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </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>Blog post on VMware vDistributed Switch By Antone Heyward</title>
      <link>http://communities.vmware.com/thread/233310</link>
      <description>Thought I would share with the vNetwork community - theHyperadvisor by Antone Heyward has a nice article on vDS, nice video as well. Too bad its not on youtube or else I would have embedded,, here is a link. &lt;a class="jive-link-external" href="http://thehyperadvisor.com/?p=398"&gt;http://thehyperadvisor.com/?p=398&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
thanks</description>
      <category domain="http://communities.vmware.com/tags?communityID=3237">vmware</category>
      <category domain="http://communities.vmware.com/tags?communityID=3237">vdistributed</category>
      <category domain="http://communities.vmware.com/tags?communityID=3237">switch</category>
      <pubDate>Thu, 24 Sep 2009 00:52:54 GMT</pubDate>
      <author>heyitspablo</author>
      <guid>http://communities.vmware.com/thread/233310</guid>
      <dc:date>2009-09-24T00:52:54Z</dc:date>
      <clearspace:dateToText>1 month, 4 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>Roll your own VMware ESXi Server and more - Hak5 (fun getting started video)</title>
      <link>http://communities.vmware.com/thread/233293</link>
      <description>Interesting random video on how to install ESXi - VMware install section start at 10:43&lt;br /&gt;
{youtube}&lt;a class="jive-link-external" href="http://www.youtube.com/watch?v=l05hOf4YgMM"&gt;http://www.youtube.com/watch?v=l05hOf4YgMM&lt;/a&gt;{youtube}</description>
      <category domain="http://communities.vmware.com/tags?communityID=3176">web_services_video</category>
      <category domain="http://communities.vmware.com/tags?communityID=3176">sdk_perl_video</category>
      <category domain="http://communities.vmware.com/tags?communityID=3176">lab_manager_video</category>
      <category domain="http://communities.vmware.com/tags?communityID=3176">vprobes_video</category>
      <category domain="http://communities.vmware.com/tags?communityID=3176">sdk_java_video</category>
      <category domain="http://communities.vmware.com/tags?communityID=3176">ovf_video</category>
      <category domain="http://communities.vmware.com/tags?communityID=3176">vnetwork_apis_video</category>
      <category domain="http://communities.vmware.com/tags?communityID=3176">studio_video</category>
      <category domain="http://communities.vmware.com/tags?communityID=3176">client_plug-ins_video</category>
      <category domain="http://communities.vmware.com/tags?communityID=3176">vddk_video</category>
      <category domain="http://communities.vmware.com/tags?communityID=3176">vix_video</category>
      <category domain="http://communities.vmware.com/tags?communityID=3176">guest_sdk_video</category>
      <category domain="http://communities.vmware.com/tags?communityID=3176">vcloud_api_video</category>
      <category domain="http://communities.vmware.com/tags?communityID=3176">cim_sdk_video</category>
      <category domain="http://communities.vmware.com/tags?communityID=3176">orchestrator_video</category>
      <pubDate>Wed, 23 Sep 2009 23:02:08 GMT</pubDate>
      <author>heyitspablo</author>
      <guid>http://communities.vmware.com/thread/233293</guid>
      <dc:date>2009-09-23T23:02:08Z</dc:date>
      <clearspace:dateToText>1 month, 4 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </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, 1 day ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>vprobes status</title>
      <link>http://communities.vmware.com/thread/233227</link>
      <description>Has there been any advancements in vprobes?  Any cool, new things to show us?</description>
      <pubDate>Wed, 23 Sep 2009 18:06:01 GMT</pubDate>
      <author>fixitchris</author>
      <guid>http://communities.vmware.com/thread/233227</guid>
      <dc:date>2009-09-23T18:06:01Z</dc:date>
      <clearspace:dateToText>1 month, 4 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </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, 6 days ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>ShutDown / PowerOn VMs</title>
      <link>http://communities.vmware.com/thread/232914</link>
      <description>&lt;br /&gt;
Hi All,&lt;br /&gt;
&lt;br /&gt;
I like that. How can I apply that so it can work for me? I am not a programmer or developer so that should tell you that I don't know much about scripting, but I think I can play around with it enough to get it going. What I would like to do is a weekly ShutDown then a PowerOn afterwards. Any chance you guys can help me with this? Any help would be appreciated. The way I am doing it right now which is so time consuming is to setup a schedule task for each VM via Virtual Center for ShutDown then again for PowerOn. I just would like to simplify this as much as possible.&lt;br /&gt;
&lt;br /&gt;
I just want to add that we are on an ESX 3.5.0 server and 2.5 VC.&lt;br /&gt;
&lt;p /&gt;
"I posted the this to one of the forums, but I noticed that that forum had been answered already and I did not know if I should just create a new discussion. Sry if I shouldn't have.."&lt;br /&gt;
&lt;p /&gt;
Again any help will be appreciated.&lt;br /&gt;
&lt;p /&gt;
Thank you,&lt;br /&gt;
Express &lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
Thank you,&lt;br /&gt;
Express</description>
      <pubDate>Tue, 22 Sep 2009 15:05:50 GMT</pubDate>
      <author>EXPRESS</author>
      <guid>http://communities.vmware.com/thread/232914</guid>
      <dc:date>2009-09-22T15:05:50Z</dc:date>
      <clearspace:dateToText>1 month, 3 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>15</clearspace:messageCount>
      <clearspace:replyCount>14</clearspace:replyCount>
    </item>
    <item>
      <title>URGENT ---- Connection time out with Virtual Center</title>
      <link>http://communities.vmware.com/thread/232764</link>
      <description>&lt;br /&gt;
Hi, I'm trying to connect to virtual center (v 2.5) to obtain real time performance for my virtual machines, but i've this error:&lt;br /&gt;
&lt;p /&gt;
_svcRef===&amp;gt;&amp;gt;&amp;gt; ServiceInstance&lt;br /&gt;
&lt;p /&gt;
Caught Exception : Exception : org.apache.axis.AxisFault Message : ; nested exception is: &lt;br /&gt;
&lt;p /&gt;
&lt;u&gt;java.net.ConnectException&lt;/u&gt;: Connection timed out: connect StackTrace : &lt;br /&gt;
&lt;p /&gt;
AxisFault&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
i've used the same code to obtain the same performance from an other VC (v 2.5) and all work good.&lt;br /&gt;
&lt;p /&gt;
 could someone give me some information about this error.&lt;br /&gt;
&lt;p /&gt;
 attached two different cases.&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
tks</description>
      <pubDate>Mon, 21 Sep 2009 22:15:12 GMT</pubDate>
      <author>pietroC</author>
      <guid>http://communities.vmware.com/thread/232764</guid>
      <dc:date>2009-09-21T22:15:12Z</dc:date>
      <clearspace:dateToText>2 months, 1 day 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, 2 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, 5 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, 4 days ago</clearspace:dateToText>
      <clearspace:messageCount>5</clearspace:messageCount>
      <clearspace:replyCount>4</clearspace:replyCount>
    </item>
    <item>
      <title>What is Onyx ?</title>
      <link>http://communities.vmware.com/thread/232126</link>
      <description>Onyx generates code to help you solve your toughest automation challenges, demo from VMworld 2009 by Carter Shanklin&lt;br /&gt;
{youtube}&lt;a class="jive-link-external" href="http://www.youtube.com/watch?v=6ab_tMI2a8Y"&gt;http://www.youtube.com/watch?v=6ab_tMI2a8Y&lt;/a&gt;{youtube}</description>
      <category domain="http://communities.vmware.com/tags?communityID=3176">powercli</category>
      <category domain="http://communities.vmware.com/tags?communityID=3176">web_services_video</category>
      <category domain="http://communities.vmware.com/tags?communityID=3176">studio_video</category>
      <category domain="http://communities.vmware.com/tags?communityID=3176">client_plug-ins_video</category>
      <category domain="http://communities.vmware.com/tags?communityID=3176">vddk_video</category>
      <category domain="http://communities.vmware.com/tags?communityID=3176">vix_video</category>
      <category domain="http://communities.vmware.com/tags?communityID=3176">guest_sdk_video</category>
      <category domain="http://communities.vmware.com/tags?communityID=3176">orchestrator_video</category>
      <category domain="http://communities.vmware.com/tags?communityID=3176">cim_sdk_video</category>
      <category domain="http://communities.vmware.com/tags?communityID=3176">sdk_perl_video</category>
      <category domain="http://communities.vmware.com/tags?communityID=3176">lab_manager_video</category>
      <category domain="http://communities.vmware.com/tags?communityID=3176">vprobes_video</category>
      <category domain="http://communities.vmware.com/tags?communityID=3176">sdk_java_video</category>
      <category domain="http://communities.vmware.com/tags?communityID=3176">ovf_video</category>
      <category domain="http://communities.vmware.com/tags?communityID=3176">vnetwork_apis_video</category>
      <category domain="http://communities.vmware.com/tags?communityID=3176">vcloud_api_video</category>
      <pubDate>Thu, 17 Sep 2009 15:58:19 GMT</pubDate>
      <author>heyitspablo</author>
      <guid>http://communities.vmware.com/thread/232126</guid>
      <dc:date>2009-09-17T15:58:19Z</dc:date>
      <clearspace:dateToText>2 months, 5 days ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </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, 5 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>3 weeks, 6 days ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>Demo of OVF Template Deployment in vSphere 4</title>
      <link>http://communities.vmware.com/thread/231971</link>
      <description>Nice Demo of an OVF Template Deployment in vSphere&lt;br /&gt;
{youtube}&lt;a class="jive-link-external" href="http://www.youtube.com/watch?v=Ob3UVPlI7mE"&gt;http://www.youtube.com/watch?v=Ob3UVPlI7mE&lt;/a&gt;{youtube}</description>
      <category domain="http://communities.vmware.com/tags?communityID=3176">vsphere</category>
      <category domain="http://communities.vmware.com/tags?communityID=3176">ovf_video</category>
      <category domain="http://communities.vmware.com/tags?communityID=3176">vcloud_api_video</category>
      <category domain="http://communities.vmware.com/tags?communityID=3176">web_services_video</category>
      <pubDate>Wed, 16 Sep 2009 22:17:10 GMT</pubDate>
      <author>heyitspablo</author>
      <guid>http://communities.vmware.com/thread/231971</guid>
      <dc:date>2009-09-16T22:17:10Z</dc:date>
      <clearspace:dateToText>2 months, 6 days ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>Clone a Virtual Machine In VMware ESX Server</title>
      <link>http://communities.vmware.com/thread/231970</link>
      <description>Nice video showing you how to clone a VM&lt;br /&gt;
{youtube}&lt;a class="jive-link-external" href="http://www.youtube.com/watch?v=tyQ0zQC5DX0"&gt;http://www.youtube.com/watch?v=tyQ0zQC5DX0&lt;/a&gt;{youtube}&lt;br /&gt;
&lt;br /&gt;
&lt;a class="jive-link-external" href="http://www.trainsignal.com/"&gt;http://www.trainsignal.com/&lt;/a&gt;</description>
      <category domain="http://communities.vmware.com/tags?communityID=3176">esx</category>
      <category domain="http://communities.vmware.com/tags?communityID=3176">clone</category>
      <category domain="http://communities.vmware.com/tags?communityID=3176">vm</category>
      <pubDate>Wed, 16 Sep 2009 22:15:10 GMT</pubDate>
      <author>heyitspablo</author>
      <guid>http://communities.vmware.com/thread/231970</guid>
      <dc:date>2009-09-16T22:15:10Z</dc:date>
      <clearspace:dateToText>2 months, 6 days ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>Running VMware View / RDP sessions on your iPhone with the wyse Pocket Cloud client</title>
      <link>http://communities.vmware.com/thread/231969</link>
      <description>Really cool demo running an RDP session from your iPhone &lt;br /&gt;
{youtube}&lt;a class="jive-link-external" href="http://www.youtube.com/watch?v=UZ24A5kE6XM"&gt;http://www.youtube.com/watch?v=UZ24A5kE6XM&lt;/a&gt;{youtube}</description>
      <category domain="http://communities.vmware.com/tags?communityID=3176">web_services_video</category>
      <category domain="http://communities.vmware.com/tags?communityID=3176">client_plug-ins_video</category>
      <category domain="http://communities.vmware.com/tags?communityID=3176">guest_sdk_video</category>
      <category domain="http://communities.vmware.com/tags?communityID=3176">orchestrator_video</category>
      <category domain="http://communities.vmware.com/tags?communityID=3176">vprobes_video</category>
      <category domain="http://communities.vmware.com/tags?communityID=3176">ovf_video</category>
      <category domain="http://communities.vmware.com/tags?communityID=3176">vnetwork_apis_video</category>
      <category domain="http://communities.vmware.com/tags?communityID=3176">vcloud_api_video</category>
      <pubDate>Wed, 16 Sep 2009 22:12:10 GMT</pubDate>
      <author>heyitspablo</author>
      <guid>http://communities.vmware.com/thread/231969</guid>
      <dc:date>2009-09-16T22:12:10Z</dc:date>
      <clearspace:dateToText>2 months, 6 days ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
  </channel>
</rss>

