1FUSIONINVENTORY-ESX(1)User Contributed Perl DocumentationFUSIONINVENTORY-ESX(1)
2
3
4
6 fusioninventory-esx - vCenter/ESX/ESXi remote inventory from command
7 line
8
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
21 Advanced options:
22 --dump also dump esx host full info datas in a *-hostfullinfo.dump file
23 --dumpfile file generate one inventory from a *-hostfullinfo.dump file
24
26 % fusioninventory-esx --host myesx --user foo --password bar --directory /tmp
27
28 You can import the .ocs file in your inventory server with the
29 fusioninventory-injector tool.
30
31 %fusioninventory-injector -v --file /tmp/*.ocs -u https://example/plugins/fusioninventory/
32
34 fusioninventory-esx creates inventory of remote ESX/ESXi and vCenter
35 VMware. It uses the SOAP interface of the remote server.
36
37 Supported systems:
38
39 ESX and ESXi 3.5
40 ESX and ESXi 4.1
41 ESXi 5.0
42 vCenter 4.1
43 vCenter 5.0
44
45 Active Directory users, please note the AD authentication doesn't work.
46 You must create a account on the VMware server.
47
49 So far, ESX serial number are not collected.
50
52 The SSL hostname check of the server is disabled.
53
54
55
56perl v5.38.0 2023-07-19 FUSIONINVENTORY-ESX(1)