Hi,<br><br>During the last days I worked on ESX and ESXi inventory. The goal is to create a nice interface<br>in GLPI. So far, I create a command line script to collect the information and create a .ocs file.<br><br>
An import point: we don&#39;t have dependency against VMware Perl library. This will help a lot the<br>
deployment of the tool.<br>
We plan to finish the GLPI integration in the coming weeks.<br><br>I would be glad if you can give it a try on your ESX(i) servers to ensure everything go right.<br><br># Retrieve the files from the git repository. A git snapshot of the agent is required<br>
git clone git://<a href="http://github.com/fusinv/fusioninventory-agent.git">github.com/fusinv/fusioninventory-agent.git</a><br>cd fusioninventory-agent.git<br>git checkout 2.1.x<br>cd ..<br>git clone git://<a href="http://github.com/fusinv/fusioninventory-agent-task-esx.git">github.com/fusinv/fusioninventory-agent-task-esx.git</a><br>
<br>cd fusioninventory-agent-task-esx<br>perl -I../fusioninventory-agent/lib -Ilib ./fusioninventory-esx --user root --password passord --host esx-server --directory /tmp<br># this will generate a .ocs file in /tmp<br><br>
# You can now push it in the server (ocsinventory of GLPI+FusionInventory 4 GLPI beta1)<br>../fusioninventory-agent/fusioninventory-injector -v --file /tmp/esx-server-2011-01-25-14-11-07.ocs -u <a href="https://myserver/ocsinventory">https://myserver/ocsinventory</a><br>
<br>The script had been tested against OCSinventory 1.3.x server and GLPI0.78+FusionInventory for GLPI beta1.<br><br>Best regards,<br>-- <br>     Gonéri Le Bouder<br>