1FUSIONINVENTORY-ESX(1)User Contributed Perl DocumentationFUSIONINVENTORY-ESX(1)
2
3
4
6 fusioninventory-esx - vCenter/ESX/ESXi remote inventory for
7 FusionInventory or OCSInventory
8
10 fusioninventory-esx
11 [ --host host --user user --password password --directory /tmp --tag tag
12 ]
13
15 % fusioninventory-esx --host myesx --user foo --password bar --directory /tmp
16
17 You can import the .ocs file in your inventory server with the
18 fusioninventory-injector tool.
19 %fusioninventory-injector -v --file /tmp/*.ocs -u
20 https://myserver/ocsinventory
21
23 fusioninventory-esx creates inventory of remote ESX/ESXi and vCenter
24 VMware. It uses the SOAP interface of the remote server.
25
26 Supported systems:
27
28 ESX and ESXi 3.5
29 ESX and ESXi 4.1
30 vCenter 4.1
31
32 Active Directory users, please note the AD authentification don't work.
33 You must create a account on the VMware server.
34
36 This module has been written by TECLIB'.
37
38 The maintainer is Goneri LE BOUDER <goneri@rulezlan.org>
39
40 The FusionInventory project
41 fusioninventory-devel@lists.alioth.debian.org
42
44 The SSL hostname check of the server is disabled.
45
47 · FusionInventory website: <http://www.FusionInventory.org/>
48
49 · project Forge: <http://Forge.FusionInventory.org>
50
51 · The source code of the agent is available on:
52
53 · Gitorious: <http://gitorious.org/fusioninventory>
54
55 · Github:
56 Lhttps://github.com/fusinv/fusioninventory-agent-task-esx>
57
58 · The mailing lists:
59
60 · http://lists.alioth.debian.org/mailman/listinfo/fusioninventory-devel
61 <http://lists.alioth.debian.org/mailman/listinfo/fusioninventory-
62 devel>
63
64 · http://lists.alioth.debian.org/mailman/listinfo/fusioninventory-user
65 <http://lists.alioth.debian.org/mailman/listinfo/fusioninventory-
66 user>
67
68 · IRC: #FusionInventory on FreeNode IRC Network
69
71 Please, use the mailing lists as much as possible. You can also use the
72 bugtracker on http://forge.fusionInventory.org
73
75 Copyright (C) 2011 FusionInventory project Copyright (C) 2011 TECLIB' (
76 http://www.teclib.com )
77
78 This program is free software; you can redistribute it and/or modify
79 it under the terms of the GNU General Public License as published by
80 the Free Software Foundation; either version 2 of the License, or
81 (at your option) any later version.
82
83 This program is distributed in the hope that it will be useful,
84 but WITHOUT ANY WARRANTY; without even the implied warranty of
85 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
86 GNU General Public License for more details.
87
88 You should have received a copy of the GNU General Public License
89 along with this program; if not, write to the Free Software
90 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
91
92
93
94perl v5.12.3 2011-06-27 FUSIONINVENTORY-ESX(1)