table of contents
other versions
- wheezy 2.1.0-1
- wheezy-backports 1:2.3.10.1-1~bpo70+1
- jessie 1:2.3.10.1-1
- unstable 1:2.3.16-1
| FUSIONINVENTORY-ESX(1p) | User Contributed Perl Documentation | FUSIONINVENTORY-ESX(1p) |
NAME¶
fusioninventory-esx - vCenter/ESX/ESXi remote inventory from command lineSYNOPSIS¶
fusioninventory-esx --host <host> --user <user> --password <password> --directory <directory> Options:
--help this menu
--host hostname ESX server hostname
--user username user name
--password xxxx user password
--directory directory output directory
--tag tag tag for the inventoried machine
EXAMPLES¶
% fusioninventory-esx --host myesx --user foo --password bar --directory /tmpYou can import the .ocs file in your inventory server with the fusioninventory-injector tool.
%fusioninventory-injector -v --file /tmp/*.ocs -u https://myserver/ocsinventory
DESCRIPTION¶
fusioninventory-esx creates inventory of remote ESX/ESXi and vCenter VMware. It uses the SOAP interface of the remote server. Supported systems:- ESX and ESXi 3.5
- ESX and ESXi 4.1
- ESXi 5.0
- vCenter 4.1
- vCenter 5.0
LIMITATION¶
So far, ESX serial number are not collected.SECURITY¶
The SSL hostname check of the server is disabled.| 2014-03-10 | perl v5.14.2 |