<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:clearspace="http://www.jivesoftware.com/xmlns/clearspace/rss" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:opensearch="http://a9.com/-/spec/opensearch/1.1/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>VMware Communities : Document List - vSphere Command-Line Interface</title>
    <link>http://communities.vmware.com/community/vmtn/vsphere/automationtools/vsphere_cli?view=documents</link>
    <description>Latest Documents in vSphere Command-Line Interface</description>
    <language>en</language>
    <pubDate>Thu, 15 Oct 2009 23:23:39 GMT</pubDate>
    <generator>Clearspace 1.10.12 (http://jivesoftware.com/products/clearspace/)</generator>
    <dc:date>2009-10-15T23:23:39Z</dc:date>
    <dc:language>en</dc:language>
    <item>
      <title>New version of vifs.pl</title>
      <link>http://communities.vmware.com/docs/DOC-10774</link>
      <description />
      <category domain="http://communities.vmware.com/tags?communityID=3087">cli</category>
      <category domain="http://communities.vmware.com/tags?communityID=3087">perl</category>
      <category domain="http://communities.vmware.com/tags?communityID=3087">datacenter</category>
      <pubDate>Tue, 22 Sep 2009 10:38:19 GMT</pubDate>
      <guid>http://communities.vmware.com/docs/DOC-10774</guid>
      <dc:date>2009-09-22T10:38:19Z</dc:date>
      <clearspace:dateToText>1 month, 1 week ago</clearspace:dateToText>
    </item>
    <item>
      <title>Instructions on how to install vCLI 32bit/64bit on Ubuntu 9.04</title>
      <link>http://communities.vmware.com/docs/DOC-10698</link>
      <description>Apparently &lt;a class="jive-link-external" href="http://www.vmware.com/support/developer/vcli/"&gt;VMware vCLI&lt;/a&gt; does not support Ubuntu 9.04 out of the box per &lt;a class="jive-link-message" href="http://communities.vmware.com/message/1358374#1358374"&gt;Re: Installing vCLI on Ubuntu Server 9.04&lt;/a&gt;, but thanks to &lt;a class="jive-link-profile" href="http://communities.vmware.com/people/eparthuisot"&gt;eparthuisot&lt;/a&gt;, it's actually only two packages that you need to install to get the latest version of vCLI installed on your minimal Ubunutu server. &lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Setup:&lt;/b&gt; &lt;br /&gt;
Ubuntu server 9.04 (32bit or 64bit)&lt;br /&gt;
&lt;a class="jive-link-external" href="http://www.vmware.com/support/developer/vcli/"&gt;VMware-vSphere-CLI-4.0.0-161974.i386.tar&lt;/a&gt; (32bit installer)&lt;br /&gt;
&lt;a class="jive-link-external" href="http://www.vmware.com/support/developer/vcli/"&gt;VMware-vSphere-CLI-4.0.0-161974.x86_64.tar&lt;/a&gt; (64bit installer)&lt;br /&gt;
libxml-libxml-perl &lt;br /&gt;
libclass-methodmaker-perl&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Instructions:&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
0. Verify version of Ubuntu:&lt;br /&gt;
&lt;br /&gt;
&lt;pre class="jive-pre"&gt;&lt;code class="jive-code jive-plain"&gt;primp@ubuntu-test:~$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 9.04
Release:        9.04
Codename:       jaunty
&lt;/code&gt;&lt;/pre&gt;&lt;br /&gt;
&lt;p /&gt;
&lt;h2&gt;Steps for installing on Ubuntu Server 9.04 32bit:&lt;/h2&gt;
&lt;br /&gt;
1. Download vCLI from VMware's site and upload via scp or other means to your Ubuntu system&lt;br /&gt;
&lt;br /&gt;
2. Download and install &lt;b&gt;libxml-libxml-perl&lt;/b&gt; and &lt;b&gt;libclass-methodmaker-perl&lt;/b&gt; and &lt;b&gt;libcrypt-ssleay-perl&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;pre class="jive-pre"&gt;&lt;code class="jive-code jive-plain"&gt;primp@ubuntu-test:~$ sudo apt-get install libxml-libxml-perl
[sudo] password for primp:
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
  libxml-libxml-common-perl libxml-namespacesupport-perl libxml-sax-expat-perl libxml-sax-perl
The following NEW packages will be installed:
  libxml-libxml-common-perl libxml-libxml-perl libxml-namespacesupport-perl libxml-sax-expat-perl libxml-sax-perl
0 upgraded, 5 newly installed, 0 to remove and 51 not upgraded.
Need to get 523kB of archives.
After this operation, 2064kB of additional disk space will be used.
Do you want to continue [Y/n]? y
.......
&lt;/code&gt;&lt;/pre&gt;&lt;br /&gt;
&lt;p /&gt;
&lt;pre class="jive-pre"&gt;&lt;code class="jive-code jive-plain"&gt;primp@ubuntu-test:~$ sudo apt-get install libclass-methodmaker-perl
.......
&lt;/code&gt;&lt;/pre&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;pre class="jive-pre"&gt;&lt;code class="jive-code jive-plain"&gt;primp@ubuntu-test:~$ sudo apt-install libcrypt-ssleay-perl 
.......
&lt;/code&gt;&lt;/pre&gt;&lt;br /&gt;
&lt;p /&gt;
&lt;b&gt;Note:&lt;/b&gt; If you're doing this as a regular user, you may need to use sudo or switch over to root to perform these elevated operations&lt;br /&gt;
&lt;br /&gt;
3. Extract vCLI tar file&lt;br /&gt;
&lt;br /&gt;
&lt;pre class="jive-pre"&gt;&lt;code class="jive-code jive-plain"&gt;primp@ubuntu-test:~$ tar -zxvf VMware-vSphere-CLI-4.0.0-161974.i386.tar.gz
.......
&lt;/code&gt;&lt;/pre&gt;&lt;br /&gt;
&lt;p /&gt;
4. Install vCLI&lt;br /&gt;
&lt;br /&gt;
&lt;pre class="jive-pre"&gt;&lt;code class="jive-code jive-plain"&gt;primp@ubuntu-test:~$ cd vmware-vsphere-cli-distrib/

primp@ubuntu-test:~/vmware-vsphere-cli-distrib$ sudo ./vmware-install.pl
Creating a new vSphere CLI installer database using the tar4 format.

Installing vSphere CLI.

Installing version 161974 of vSphere CLI


You must read and accept the vSphere CLI End User License Agreement to
continue.
Press enter to display it.

......
&amp;lt;stick with the defaults&amp;gt;
......

Please wait while copying vSphere CLI files...

The installation of vSphere CLI 4.0.0 build-161974 for Linux completed
successfully. You can decide to remove this software from your system at any
time by invoking the following command:
&amp;quot;/usr/bin/vmware-uninstall-vSphere-CLI.pl&amp;quot;.

This installer has successfully installed both vSphere CLI and the vSphere SDK
for Perl.

Enjoy,

&lt;/code&gt;&lt;/pre&gt;&lt;br /&gt;
&lt;p /&gt;
5. Verify vCLI&lt;br /&gt;
&lt;br /&gt;
&lt;pre class="jive-pre"&gt;&lt;code class="jive-code jive-plain"&gt;primp@ubuntu-test-32bit:~$ esxcfg-nas -l --server himalaya.primp-industries.com --username root
Enter password:

dlgCore-NFS-bigboi.VM-Backups is /exports/XXXXXX from A.B.C.D mounted
&lt;/code&gt;&lt;/pre&gt;&lt;br /&gt;
&lt;p /&gt;
&lt;h2&gt;Steps for installing on Ubuntu Server 9.04 64bit:&lt;/h2&gt;
&lt;br /&gt;
1. Download vCLI from VMware's site and upload via scp or other means to your Ubuntu system&lt;br /&gt;
&lt;br /&gt;
2. Download and install &lt;b&gt;libxml-libxml-perl&lt;/b&gt; and &lt;b&gt;libclass-methodmaker-perl&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;pre class="jive-pre"&gt;&lt;code class="jive-code jive-plain"&gt;primp@ubuntu-test:~$ sudo apt-get install libxml-libxml-perl
[sudo] password for primp:
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
  libxml-libxml-common-perl libxml-namespacesupport-perl libxml-sax-expat-perl libxml-sax-perl
The following NEW packages will be installed:
  libxml-libxml-common-perl libxml-libxml-perl libxml-namespacesupport-perl libxml-sax-expat-perl libxml-sax-perl
0 upgraded, 5 newly installed, 0 to remove and 51 not upgraded.
Need to get 523kB of archives.
After this operation, 2064kB of additional disk space will be used.
Do you want to continue [Y/n]? y
.......
&lt;/code&gt;&lt;/pre&gt;&lt;br /&gt;
&lt;p /&gt;
&lt;pre class="jive-pre"&gt;&lt;code class="jive-code jive-plain"&gt;primp@ubuntu-test:~$ sudo apt-get install libclass-methodmaker-perl
.......
&lt;/code&gt;&lt;/pre&gt;&lt;br /&gt;
&lt;p /&gt;
&lt;b&gt;Note:&lt;/b&gt; If you're doing this as a regular user, you may need to use sudo or switch over to root to perform these elevated operations&lt;br /&gt;
&lt;br /&gt;
3. Extract vCLI tar file&lt;br /&gt;
&lt;br /&gt;
&lt;pre class="jive-pre"&gt;&lt;code class="jive-code jive-plain"&gt;primp@ubuntu-test:~$ tar -zxvf VMware-vSphere-CLI-4.0.0-161974.x86_64.tar
.......
&lt;/code&gt;&lt;/pre&gt;&lt;br /&gt;
&lt;p /&gt;
4. Install vCLI&lt;br /&gt;
&lt;br /&gt;
&lt;pre class="jive-pre"&gt;&lt;code class="jive-code jive-plain"&gt;primp@ubuntu-test:~$ cd vmware-vsphere-cli-distrib/

primp@ubuntu-test:~/vmware-vsphere-cli-distrib$ sudo ./vmware-install.pl
Creating a new vSphere CLI installer database using the tar4 format.

Installing vSphere CLI.

Installing version 161974 of vSphere CLI


You must read and accept the vSphere CLI End User License Agreement to
continue.
Press enter to display it.

......
&amp;lt;stick with the defaults&amp;gt;
......

Please wait while copying vSphere CLI files...

The installation of vSphere CLI 4.0.0 build-161974 for Linux completed
successfully. You can decide to remove this software from your system at any
time by invoking the following command:
&amp;quot;/usr/bin/vmware-uninstall-vSphere-CLI.pl&amp;quot;.

This installer has successfully installed both vSphere CLI and the vSphere SDK
for Perl.

Enjoy,

&lt;/code&gt;&lt;/pre&gt;&lt;br /&gt;
&lt;p /&gt;
5. Verify vCLI&lt;br /&gt;
&lt;br /&gt;
&lt;pre class="jive-pre"&gt;&lt;code class="jive-code jive-plain"&gt;primp@ubuntu-test-64bit:~$ esxcfg-nas -l --server himalaya.primp-industries.com --username root
Enter password:

dlgCore-NFS-bigboi.VM-Backups is /exports/XXXXXX from A.B.C.D mounted
&lt;/code&gt;&lt;/pre&gt;&lt;br /&gt;
&lt;br /&gt;
and now you're on your way to using vCLI on Ubuntu!</description>
      <category domain="http://communities.vmware.com/tags?communityID=3087">ubuntu</category>
      <category domain="http://communities.vmware.com/tags?communityID=3087">9.04</category>
      <category domain="http://communities.vmware.com/tags?communityID=3087">vcli</category>
      <category domain="http://communities.vmware.com/tags?communityID=3087">vsphere</category>
      <pubDate>Thu, 10 Sep 2009 02:17:59 GMT</pubDate>
      <guid>http://communities.vmware.com/docs/DOC-10698</guid>
      <dc:date>2009-09-10T02:17:59Z</dc:date>
      <clearspace:dateToText>2 months, 4 days ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
    </item>
    <item>
      <title>Changes to the ESX Service Console for ESX 4.0</title>
      <link>http://communities.vmware.com/docs/DOC-10411</link>
      <description />
      <category domain="http://communities.vmware.com/tags?communityID=3087">esx</category>
      <category domain="http://communities.vmware.com/tags?communityID=3087">cos</category>
      <category domain="http://communities.vmware.com/tags?communityID=3087">vsphere</category>
      <category domain="http://communities.vmware.com/tags?communityID=3087">what_is_new</category>
      <pubDate>Thu, 23 Jul 2009 23:25:20 GMT</pubDate>
      <guid>http://communities.vmware.com/docs/DOC-10411</guid>
      <dc:date>2009-07-23T23:25:20Z</dc:date>
      <clearspace:dateToText>4 months, 2 days ago</clearspace:dateToText>
    </item>
  </channel>
</rss>

