This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
aix:install_glpi_agent [2023/11/12 18:47] manu |
aix:install_glpi_agent [2024/02/25 18:45] (current) manu |
||
---|---|---|---|
Line 18: | Line 18: | ||
/usr/bin/perl -> /opt/freeware/bin/perl5.34.1 | /usr/bin/perl -> /opt/freeware/bin/perl5.34.1 | ||
* Add /opt/freeware/bin into PATH (/etc/environnement) | * Add /opt/freeware/bin into PATH (/etc/environnement) | ||
+ | |||
+ | CPAN is a binary availble into the perl RPM pacakage | ||
+ | $ rpm -qpl Downloads/perl-5.34.1-2.aix7.1.ppc.rpm | grep -i cpan | ||
+ | /opt/freeware/bin/cpan | ||
+ | ... | ||
Download CPANM | Download CPANM | ||
Line 27: | Line 32: | ||
Download GLPI Agent from source GLPI\\ | Download GLPI Agent from source GLPI\\ | ||
Follow the procedure for FusionInventory (install from sources) | Follow the procedure for FusionInventory (install from sources) | ||
+ | |||
+ | https://documentation.fusioninventory.org/FusionInventory_agent/installation/source/ | ||
https://github.com/fusioninventory/fusioninventory-agent/releases/tag/2.6 | https://github.com/fusioninventory/fusioninventory-agent/releases/tag/2.6 | ||
Line 43: | Line 50: | ||
Reste à voir si cela se bundle bien en binaire et si cela va fonctionner sur des vrai LPAR AIX 7.2 | Reste à voir si cela se bundle bien en binaire et si cela va fonctionner sur des vrai LPAR AIX 7.2 | ||
+ | |||
+ | https://github.com/glpi-project/glpi-agent/issues/258 | ||
+ | |||
+ | https://documentation.fusioninventory.org/FusionInventory_agent/installation/source/ | ||
+ | |||
+ | https://glpi-agent.readthedocs.io/en/latest/installation/index.html | ||
+ | |||
+ | https://forum.glpi-project.org/viewtopic.php?id=285236 | ||
+ | |||
+ | https://forum.glpi-project.org/viewtopic.php?id=285236 | ||
+ | |||
+ | http://jlbicquelet.free.fr/aix/perl_aix.php | ||
+ | |||
+ | https://github.com/unistra/ansible-collection-glpi | ||
+ | |||
+ | https://linuxfr.org/users/azerttyu/journaux/obtenir-un-inventaire-ansible-depuis-glpi | ||
+ | |||
+ | https://plugins.glpi-project.org/#/plugin/fusioninventory | ||
+ |