1FUSIONINVENTORY-ESX(1)User Contributed Perl DocumentationFUSIONINVENTORY-ESX(1)
2
3
4

NAME

6       fusioninventory-esx - vCenter/ESX/ESXi remote inventory from command
7       line
8

SYNOPSIS

10       fusioninventory-esx --host <host> --user <user> --password <password>
11       --directory <directory>
12
13         Options:
14           --help                 this menu
15           --host hostname        ESX server hostname
16           --user username        user name
17           --password xxxx        user password
18           --directory directory  output directory
19           --tag tag              tag for the inventoried machine
20

EXAMPLES

22           % fusioninventory-esx --host myesx --user foo --password bar --directory /tmp
23
24       You can import the .ocs file in your inventory server with the
25       fusioninventory-injector tool.
26
27           %fusioninventory-injector -v --file /tmp/*.ocs -u https://example/plugins/fusioninventory/
28

DESCRIPTION

30       fusioninventory-esx creates inventory of remote ESX/ESXi and vCenter
31       VMware.  It uses the SOAP interface of the remote server.
32
33       Supported systems:
34
35       ESX and ESXi 3.5
36       ESX and ESXi 4.1
37       ESXi 5.0
38       vCenter 4.1
39       vCenter 5.0
40
41       Active Directory users, please note the AD authentication doesn't work.
42       You must create a account on the VMware server.
43

LIMITATION

45       So far, ESX serial number are not collected.
46

SECURITY

48       The SSL hostname check of the server is disabled.
49
50
51
52perl v5.28.1                      2019-04-12            FUSIONINVENTORY-ESX(1)
Impressum