hi goneri<br><br>on debian 5, I have just this message, and nothing else :<br><br>Not a HASH reference at lib/FusionInventory/Agent/Task/ESX.pm line 255.<br><br><div class="gmail_quote">2011/2/16 Gonéri Le Bouder <span dir="ltr">&lt;<a href="mailto:goneri@rulezlan.org">goneri@rulezlan.org</a>&gt;</span><br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">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" target="_blank">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" target="_blank">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" target="_blank">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><font color="#888888">     Gonéri Le Bouder<br>
</font><br>_______________________________________________<br>
Fusioninventory-devel mailing list<br>
<a href="mailto:Fusioninventory-devel@lists.alioth.debian.org">Fusioninventory-devel@lists.alioth.debian.org</a><br>
<a href="http://lists.alioth.debian.org/mailman/listinfo/fusioninventory-devel" target="_blank">http://lists.alioth.debian.org/mailman/listinfo/fusioninventory-devel</a><br>
<br></blockquote></div><br>