<?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 : All Content - Automation Tools</title>
    <link>http://communities.vmware.com/community/vmtn/vsphere/automationtools</link>
    <description>All Content in Automation Tools</description>
    <language>en</language>
    <pubDate>Mon, 23 Nov 2009 10:13:11 GMT</pubDate>
    <generator>Clearspace 1.10.12 (http://jivesoftware.com/products/clearspace/)</generator>
    <dc:date>2009-11-23T10:13:11Z</dc:date>
    <dc:language>en</dc:language>
    <item>
      <title>Error input / output during Host Profile Apply</title>
      <link>http://communities.vmware.com/message/1423662</link>
      <description>Hi everybody,&lt;br /&gt;
&lt;br /&gt;
I've installed 4 esx 4 servers and added they to the vCenter. I configure all options in one ESX server, and confiure new Host Profile with this ESX server for reference.&lt;br /&gt;
&lt;br /&gt;
When I would apply this profile on another server, I receive everytime this error : &lt;br /&gt;
&lt;br /&gt;
Apply host configuration&lt;br /&gt;
xxx.xxx.xxx.xx&lt;br /&gt;
Error during the &lt;br /&gt;
configuration of the &lt;br /&gt;
host: Input/output &lt;br /&gt;
error: Input/output &lt;br /&gt;
error&lt;br /&gt;
xxx\xxxxxx&lt;br /&gt;
xxx.xxx.xxx.xx&lt;br /&gt;
23.11.2009 11:02:15&lt;br /&gt;
23.11.2009 11:02:15&lt;br /&gt;
23.11.2009 11:02:19&lt;br /&gt;
&lt;br /&gt;
But I don't find any solution to resolve this issu.&lt;br /&gt;
&lt;br /&gt;
Somebody can help me?&lt;br /&gt;
&lt;br /&gt;
P.S : sorry for my English</description>
      <pubDate>Mon, 23 Nov 2009 10:13:11 GMT</pubDate>
      <author>krfa261286</author>
      <guid>http://communities.vmware.com/message/1423662</guid>
      <dc:date>2009-11-23T10:13:11Z</dc:date>
      <clearspace:dateToText>2 days, 19 hours ago</clearspace:dateToText>
    </item>
    <item>
      <title>PowerCLI &amp;#38; host name</title>
      <link>http://communities.vmware.com/message/1414465</link>
      <description>I do not believe there is a cmdlet for this.  You're talking about the NetworkSystem.&lt;br /&gt;
&lt;br /&gt;
&lt;pre class="jive-pre"&gt;&lt;code class="jive-code jive-plain"&gt;
Connect-VIServer ESX_HOSTNAME
$HS = Get-View -VIObject (Get-VMHost ESX_HOSTNAME)
$NS = Get-View $HS.ConfigManager.NetworkSystem
$NS.DnsConfig

&lt;/code&gt;&lt;/pre&gt;&lt;br /&gt;
&lt;br /&gt;
You'll probably need to create a HostDnsConfig object and pass it to UpdateDnsConfig.&lt;br /&gt;
&lt;br /&gt;
If that isn't enough to nudge you in the right direction, this may be:&lt;br /&gt;
&lt;br /&gt;
&lt;pre class="jive-pre"&gt;&lt;code class="jive-code jive-plain"&gt;$dnsconfig = $NS.NetworkConfig.DnsConfig # copy the existing values

$dnsConfig.hostName = &amp;quot;MYHOSTNAME&amp;quot;
$dnsConfig.domainName = &amp;quot;MYLAB.LOCAL&amp;quot;
$dnsConfig.SearchDomain = (&amp;quot;MYDOMAIN.AZ.US&amp;quot;,&amp;quot;AZ.US&amp;quot;)

$NS.UpdateDnsConfig($dnsConfig)
&lt;/code&gt;&lt;/pre&gt;&lt;br /&gt;
&lt;br /&gt;
Good luck</description>
      <pubDate>Wed, 11 Nov 2009 15:29:09 GMT</pubDate>
      <author>DougBaer</author>
      <guid>http://communities.vmware.com/message/1414465</guid>
      <dc:date>2009-11-11T15:29:09Z</dc:date>
      <clearspace:dateToText>2 weeks, 13 hours ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Can a vm bootstrap trigger an action?</title>
      <link>http://communities.vmware.com/message/1402620</link>
      <description>&lt;br /&gt;
Hi,&lt;br /&gt;
&lt;p /&gt;
 I was wondering whether it's possible to setup an even handler kind of thing which would trigger an action/function whenver a vm is bootstraping. Not loading the OS, but bootstraping- the stage before OS loads.&lt;br /&gt;
&lt;p /&gt;
Time to time there are operations I need to perform which require to power down a vm, or all vms on a lun or on a host.  It's difficult to schedule a down time, since the vms are used by multiple teams. If the even handler thing was possible, I could just setup a script which would perform the desired action as soon as the user reboots (from within the OS). The end user won't notice anything (except some delay until the vm comes back online) and I get my tasks done. E.g. I need to redo a LUN, but can't vmotion some vms since they have snapshots. The task is not critical/urgent, so I would give it few weeks. After that there is a big chance all (or most) vms were rebooted and migrated somewhere else. &lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
Any ideas?</description>
      <pubDate>Thu, 29 Oct 2009 10:05:49 GMT</pubDate>
      <author>Park3r</author>
      <guid>http://communities.vmware.com/message/1402620</guid>
      <dc:date>2009-10-29T10:05:49Z</dc:date>
      <clearspace:dateToText>3 weeks, 6 days ago</clearspace:dateToText>
    </item>
    <item>
      <title>Automatically remove snaphots older than X days</title>
      <link>http://communities.vmware.com/message/1399970</link>
      <description>&lt;br /&gt;
No problem,&lt;br /&gt;
&lt;p /&gt;
 Just realised, right-click on the snapremdate.ps1 file select properties and then select unblock.&lt;br /&gt;
&lt;p /&gt;
This should get rid of the request for running it.&lt;br /&gt;
&lt;p /&gt;
Dan</description>
      <pubDate>Tue, 27 Oct 2009 13:52:52 GMT</pubDate>
      <author>a2alpha</author>
      <guid>http://communities.vmware.com/message/1399970</guid>
      <dc:date>2009-10-27T13:52:52Z</dc:date>
      <clearspace:dateToText>4 weeks, 1 day ago</clearspace:dateToText>
      <clearspace:replyCount>13</clearspace:replyCount>
    </item>
    <item>
      <title>Problem getting vSphere CLI 4.0 installed on Ubuntu 9.04?</title>
      <link>http://communities.vmware.com/message/1388988</link>
      <description>It appears that your syntax for using &lt;b&gt;vihostupdate&lt;/b&gt; is incorrect due to the error. Can you please provide the &lt;u&gt;exact&lt;/u&gt; command you're using on the vCLI system... I don't think you mean to connect to 'localhost' as your ESXi host.&lt;br /&gt;
&lt;br /&gt;
Here's an example of what params you should be passing to that command: &lt;a class="jive-link-external" href="http://www.vm-help.com/esx/esx3i/esx_3i_rcli/vihostupdate.php"&gt;http://www.vm-help.com/esx/esx3i/esx_3i_rcli/vihostupdate.php&lt;/a&gt;&lt;br /&gt;
&lt;p /&gt;
=========================================================================&lt;br /&gt;
William Lam&lt;br /&gt;
VMware vExpert 2009&lt;br /&gt;
VMware ESX/ESXi scripts and resources at: &lt;a class="jive-link-external" href="http://engineering.ucsb.edu/~duonglt/vmware/"&gt;http://engineering.ucsb.edu/~duonglt/vmware/&lt;/a&gt;&lt;br /&gt;
&lt;a class="jive-link-wiki" href="http://communities.vmware.com/docs/DOC-9852"&gt;vGhetto Script Repository&lt;/a&gt;&lt;br /&gt;
&lt;a class="jive-link-community" href="http://communities.vmware.com/community/private/bitbucket/developer/codecentral" title="Sample code for VMware vSphere SDKs and APIs"&gt;VMware Code Central - Scripts/Sample code for Developers and Administrators&lt;/a&gt;&lt;br /&gt;
&lt;a class="jive-link-community" href="http://communities.vmware.com/community/private/bitbucket/developer" title="Resources for Administrators and Developers"&gt;VMware Developer Comuunity&lt;/a&gt;&lt;br /&gt;
&lt;a class="jive-link-external" href="http://twitter.com/lamw"&gt;Twitter: @lamw&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;img src="http://engineering.ucsb.edu/~duonglt/vmware/vexpert_silver_icon.jpg" alt="http://engineering.ucsb.edu/~duonglt/vmware/vexpert_silver_icon.jpg" class="jive-image"  /&gt;&lt;br /&gt;
&lt;br /&gt;
If you find this information useful, please award points for "correct" or "helpful".</description>
      <pubDate>Wed, 14 Oct 2009 01:32:29 GMT</pubDate>
      <author>lamw</author>
      <guid>http://communities.vmware.com/message/1388988</guid>
      <dc:date>2009-10-14T01:32:29Z</dc:date>
      <clearspace:dateToText>1 month, 1 week ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Host Profiles question</title>
      <link>http://communities.vmware.com/message/1381227</link>
      <description>You will need to do a very basic build on each of the other hosts, so that they can be added to the VC - you will not be able to use host profiles on the hosts until they are added to the VC - so these are manually specified at build time. the rest can come down from the template (You could .. if you really wanted to . . get additional storage ports and any other VMkernel ports to be assigned IP by DHCP)</description>
      <pubDate>Mon, 05 Oct 2009 09:14:35 GMT</pubDate>
      <author>bulletprooffool</author>
      <guid>http://communities.vmware.com/message/1381227</guid>
      <dc:date>2009-10-05T09:14:35Z</dc:date>
      <clearspace:dateToText>1 month, 3 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>ESX Update Tools</title>
      <link>http://communities.vmware.com/docs/DOC-10815</link>
      <description />
      <category domain="http://communities.vmware.com/tags?communityID=3102">powershell</category>
      <category domain="http://communities.vmware.com/tags?communityID=3102">update</category>
      <category domain="http://communities.vmware.com/tags?communityID=3102">esxupdate</category>
      <category domain="http://communities.vmware.com/tags?communityID=3102">vmware</category>
      <category domain="http://communities.vmware.com/tags?communityID=3102">vi</category>
      <category domain="http://communities.vmware.com/tags?communityID=3102">infrastructure</category>
      <category domain="http://communities.vmware.com/tags?communityID=3102">automation</category>
      <category domain="http://communities.vmware.com/tags?communityID=3102">patch</category>
      <pubDate>Thu, 24 Sep 2009 14:42:55 GMT</pubDate>
      <author>phsym</author>
      <guid>http://communities.vmware.com/docs/DOC-10815</guid>
      <dc:date>2009-09-24T14:42:55Z</dc:date>
      <clearspace:dateToText>2 months, 2 days ago</clearspace:dateToText>
    </item>
    <item>
      <title>vCenter - Query active triggered alarms</title>
      <link>http://communities.vmware.com/message/1369540</link>
      <description>Hi,&lt;br /&gt;
&lt;br /&gt;
i would like to query the vCenter for any active triggered alarms (in my example Datastore Disk Usage/ Overallocation alarms) with powershell.&lt;br /&gt;
&lt;br /&gt;
Is this possible ? &lt;br /&gt;
&lt;br /&gt;
I'm not sure if "Get-VIEvent" is right (because it retrieves many/all events ?) &lt;br /&gt;
&lt;br /&gt;
It is possible to detect if an alarm has acknowledged ?&lt;br /&gt;
&lt;p /&gt;
Thanks for help&lt;br /&gt;
&lt;p /&gt;
Debcha</description>
      <pubDate>Mon, 21 Sep 2009 17:25:47 GMT</pubDate>
      <author>Debcha</author>
      <guid>http://communities.vmware.com/message/1369540</guid>
      <dc:date>2009-09-21T17:25:47Z</dc:date>
      <clearspace:dateToText>2 months, 5 days ago</clearspace:dateToText>
    </item>
    <item>
      <title>vSphere &amp;#38; VM backup</title>
      <link>http://communities.vmware.com/message/1357609</link>
      <description>Can you guide me how can i take VM backup using script. I mean procedure/steps.</description>
      <category domain="http://communities.vmware.com/tags?communityID=3102">vsphere</category>
      <category domain="http://communities.vmware.com/tags?communityID=3102">&amp;amp;</category>
      <category domain="http://communities.vmware.com/tags?communityID=3102">vm</category>
      <category domain="http://communities.vmware.com/tags?communityID=3102">backup</category>
      <pubDate>Tue, 08 Sep 2009 09:17:36 GMT</pubDate>
      <author>vShpere</author>
      <guid>http://communities.vmware.com/message/1357609</guid>
      <dc:date>2009-09-08T09:17:36Z</dc:date>
      <clearspace:dateToText>2 months, 2 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
    </item>
    <item>
      <title>How to set Details field of a Task under Recent Tasks in vSphere client using java api?</title>
      <link>http://communities.vmware.com/message/1355830</link>
      <description>Sorry, wrong forum ... I've posted this in the web services sdk forum.</description>
      <pubDate>Fri, 04 Sep 2009 20:30:10 GMT</pubDate>
      <author>carllaird</author>
      <guid>http://communities.vmware.com/message/1355830</guid>
      <dc:date>2009-09-04T20:30:10Z</dc:date>
      <clearspace:dateToText>2 months, 3 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Automatic Add and Remove RDM on VM</title>
      <link>http://communities.vmware.com/message/1350750</link>
      <description>&lt;br /&gt;
Thanks,&lt;br /&gt;
&lt;p /&gt;
commands via the storage I can identify what the name of Mon Know kindly tell me in general what are the commands to remove and add the RDM? &lt;br /&gt;
Also with esx4 and 'can hook a physical HBA to a virtual machine? If this were the case would be fully resolved. &lt;br /&gt;
Thanks for your kind response to a.&lt;br /&gt;
&lt;p /&gt;
By&lt;br /&gt;
&lt;p /&gt;
ii00907</description>
      <pubDate>Mon, 31 Aug 2009 12:19:36 GMT</pubDate>
      <author>ii00907</author>
      <guid>http://communities.vmware.com/message/1350750</guid>
      <dc:date>2009-08-31T12:19:36Z</dc:date>
      <clearspace:dateToText>2 months, 3 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>remove last snapshot from command line</title>
      <link>http://communities.vmware.com/message/1349281</link>
      <description>If you want to do this via the classic ESX Service Console, you can take a look into &lt;b&gt;vimsh&lt;/b&gt; for your snapshot operation:&lt;br /&gt;
&lt;br /&gt;
&lt;pre class="jive-pre"&gt;&lt;code class="jive-code jive-plain"&gt;[root@himalaya ~]# vmware-vim-cmd vmsvc/snapshot.remove
Insufficient arguments.
Usage: snapshot.remove vmid [removeChildren] [snapshotLevel] [snapshotIndex]

Remove a snapshot on the vm.

&lt;/code&gt;&lt;/pre&gt;&lt;br /&gt;
&lt;br /&gt;
I forget offhand which way the index level grows, you may want to do some testing but I think you just need to modify the last param &lt;b&gt;snapshotIndex&lt;/b&gt; and it'll either start 0 and grow or the opposite value. &lt;br /&gt;
&lt;br /&gt;
A more elegant solution is to use the vSphere SDK/VI SDK which allows you to just remove a particular snapshot by name &lt;b&gt;RemoveSnapshot_Task()&lt;/b&gt; &lt;a class="jive-link-external" href="http://www.vmware.com/support/developer/vc-sdk/visdk400pubs/ReferenceGuide/vim.vm.Snapshot.html#remove"&gt;http://www.vmware.com/support/developer/vc-sdk/visdk400pubs/ReferenceGuide/vim.vm.Snapshot.html#remove&lt;/a&gt; but this will require you to run a script outside of the ESX Service Console on either a Windows/Linux or on &lt;a class="jive-link-external" href="http://www.vmware.com/support/developer/vima/index.html"&gt;vMA&lt;/a&gt;&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
=========================================================================&lt;br /&gt;
William Lam&lt;br /&gt;
VMware vExpert 2009&lt;br /&gt;
VMware ESX/ESXi scripts and resources at: &lt;a class="jive-link-external" href="http://engineering.ucsb.edu/~duonglt/vmware/"&gt;http://engineering.ucsb.edu/~duonglt/vmware/&lt;/a&gt;&lt;br /&gt;
&lt;a class="jive-link-wiki" href="http://communities.vmware.com/docs/DOC-9852"&gt;vGhetto Script Repository&lt;/a&gt;&lt;br /&gt;
&lt;a class="jive-link-community" href="http://communities.vmware.com/community/private/bitbucket/developer/codecentral" title="Sample code for VMware vSphere SDKs and APIs"&gt;VMware Code Central - Scripts/Sample code for Developers and Administrators&lt;/a&gt;&lt;br /&gt;
&lt;a class="jive-link-community" href="http://communities.vmware.com/community/vmtn/archive/beta/vibeta1/developer"&gt;VMware Developer Comuunity&lt;/a&gt;&lt;br /&gt;
&lt;a class="jive-link-external" href="http://twitter.com/lamw"&gt;Twitter: @lamw&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;img src="http://engineering.ucsb.edu/~duonglt/vmware/vexpert_silver_icon.jpg" alt="http://engineering.ucsb.edu/~duonglt/vmware/vexpert_silver_icon.jpg" class="jive-image"  /&gt;&lt;br /&gt;
&lt;br /&gt;
If you find this information useful, please award points for "correct" or "helpful".</description>
      <pubDate>Fri, 28 Aug 2009 13:58:52 GMT</pubDate>
      <author>lamw</author>
      <guid>http://communities.vmware.com/message/1349281</guid>
      <dc:date>2009-08-28T13:58:52Z</dc:date>
      <clearspace:dateToText>2 months, 4 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Scripts after VM creation</title>
      <link>http://communities.vmware.com/message/1344975</link>
      <description>You can take a look at VMware VIX: &lt;a class="jive-link-external" href="http://www.engr.ucsb.edu/~duonglt/vmware/#vmware_vix"&gt;http://www.engr.ucsb.edu/~duonglt/vmware/#vmware_vix&lt;/a&gt; which allows you to execute commands within the guestOS, so long as you have VMware Tools installed. The current version 1.6.2 supports up to ESX 3.5, but not vSphere, I've heard the next version will fully support vSphere in case you were looking to deploy VMs on ESX(i) 4.0&lt;br /&gt;
&lt;br /&gt;
You could also use Windows run once reg. keys and if you have the scripts stored in some shared accessible repository such as an NFS server, you could easily copy them over and execute them. I also think if you deploy from a template, you have an option in the customization to run custom scripts as part of the deployment, I'm not 100% sure but I believe that is the case for Windows. &lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
=========================================================================&lt;br /&gt;
William Lam&lt;br /&gt;
VMware vExpert 2009&lt;br /&gt;
VMware ESX/ESXi scripts and resources at: &lt;a class="jive-link-external" href="http://engineering.ucsb.edu/~duonglt/vmware/"&gt;http://engineering.ucsb.edu/~duonglt/vmware/&lt;/a&gt;&lt;br /&gt;
&lt;a class="jive-link-wiki" href="http://communities.vmware.com/docs/DOC-9852"&gt;vGhetto Script Repository&lt;/a&gt;&lt;br /&gt;
&lt;a class="jive-link-community" href="http://communities.vmware.com/community/private/bitbucket/developer/codecentral" title="Sample code for VMware vSphere SDKs and APIs"&gt;VMware Code Central - Scripts/Sample code for Developers and Administrators&lt;/a&gt;&lt;br /&gt;
&lt;a class="jive-link-external" href="http://twitter.com/lamw"&gt;http://twitter.com/lamw&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;img src="http://engineering.ucsb.edu/~duonglt/vmware/vexpert_silver_icon.jpg" alt="http://engineering.ucsb.edu/~duonglt/vmware/vexpert_silver_icon.jpg" class="jive-image"  /&gt;&lt;br /&gt;
&lt;br /&gt;
If you find this information useful, please award points for "correct" or "helpful".</description>
      <pubDate>Mon, 24 Aug 2009 14:09:55 GMT</pubDate>
      <author>lamw</author>
      <guid>http://communities.vmware.com/message/1344975</guid>
      <dc:date>2009-08-24T14:09:55Z</dc:date>
      <clearspace:dateToText>3 months, 3 days ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Automating vMA installation</title>
      <link>http://communities.vmware.com/message/1342125</link>
      <description>Well it's already pretty easy to deploy with a few clicks ... how many are you planning on deploying? I guess if you really wanted to, you could try to write something using PowerCLI or vSphere SDK for Perl, you can look into import vApp via .ovf and with vMA, there is a direct link from VMware at: &lt;a class="jive-link-external" href="http://www.vmware.com/support/developer/vima/index.html"&gt;http://www.vmware.com/support/developer/vima/index.html&lt;/a&gt; &lt;br /&gt;
&lt;br /&gt;
&lt;a class="jive-link-external" href="http://www.vmware.com/go/importvma/vma4.ovf"&gt;http://www.vmware.com/go/importvma/vma4.ovf&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
From the release notes it's not a good idea to clone vMA ... and it probably won't work if you try to clone it but you could try and see if you can turn it into a template and then deploy and try to customize the image using vCenter. These are probably the ways I can think of in terms of automating a deployment of vMA, if it even works. &lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
=========================================================================&lt;br /&gt;
William Lam&lt;br /&gt;
VMware vExpert 2009&lt;br /&gt;
VMware ESX/ESXi scripts and resources at: &lt;a class="jive-link-external" href="http://engineering.ucsb.edu/~duonglt/vmware/"&gt;http://engineering.ucsb.edu/~duonglt/vmware/&lt;/a&gt;&lt;br /&gt;
&lt;a class="jive-link-wiki" href="http://communities.vmware.com/docs/DOC-9852"&gt;vGhetto Script Repository&lt;/a&gt;&lt;br /&gt;
&lt;a class="jive-link-community" href="http://communities.vmware.com/community/private/bitbucket/developer/codecentral" title="Sample code for VMware vSphere SDKs and APIs"&gt;VMware Code Central - Scripts/Sample code for Developers and Administrators&lt;/a&gt;&lt;br /&gt;
&lt;a class="jive-link-external" href="http://twitter.com/lamw"&gt;http://twitter.com/lamw&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;img src="http://engineering.ucsb.edu/~duonglt/vmware/vexpert_silver_icon.jpg" alt="http://engineering.ucsb.edu/~duonglt/vmware/vexpert_silver_icon.jpg" class="jive-image"  /&gt;&lt;br /&gt;
&lt;br /&gt;
If you find this information useful, please award points for "correct" or "helpful".</description>
      <pubDate>Thu, 20 Aug 2009 04:08:24 GMT</pubDate>
      <author>lamw</author>
      <guid>http://communities.vmware.com/message/1342125</guid>
      <dc:date>2009-08-20T04:08:24Z</dc:date>
      <clearspace:dateToText>3 months, 1 week ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
  </channel>
</rss>

