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:40] 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 28: | Line 33: | ||
| Follow the procedure for FusionInventory (install from sources) | Follow the procedure for FusionInventory (install from sources) | ||
| - | Pour les dépendances Perl, le mieux est de désactiver les tests (cela ira plus vite) | + | https://documentation.fusioninventory.org/FusionInventory_agent/installation/source/ |
| - | donc depuis le répertoire des sources : | + | |
| + | https://github.com/fusioninventory/fusioninventory-agent/releases/tag/2.6 | ||
| + | |||
| + | To install Perl modules, you can disable tests to download much faster from source repository | ||
| <cli prompt='$'> | <cli prompt='$'> | ||
| root@vm-aix72:/tmp/glpi-agent-1.4$ cpanm -n . | root@vm-aix72:/tmp/glpi-agent-1.4$ cpanm -n . | ||
| Line 35: | Line 43: | ||
| </cli> | </cli> | ||
| - | Ensuite les : | + | Then compile: |
| <cli prompt='#'> | <cli prompt='#'> | ||
| perl Makefile.PL | perl Makefile.PL | ||
| Line 42: | 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 | ||
| + | |||