This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
aix:install_glpi_agent [2023/11/12 18:22] manu created |
aix:install_glpi_agent [2024/02/25 18:45] (current) manu |
||
---|---|---|---|
Line 16: | Line 16: | ||
* Install GNU CC 8 | * Install GNU CC 8 | ||
* Install Perl from Toolbox, set also the PATH variable to version Toolbox | * Install Perl from Toolbox, set also the PATH variable to version Toolbox | ||
- | /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 | ||
* wget [site cpanmin.us] > /opt/freeware/bin/cpanm + chmod 755 /opt/freeware/bin/cpanm | * wget [site cpanmin.us] > /opt/freeware/bin/cpanm + chmod 755 /opt/freeware/bin/cpanm | ||
- | Download GLPI Agent source from archive GLPI | + | https://github.com/glpi-project/glpi-agent/blob/develop/README.md |
- | Et suivre la procédure de FusionInventory (installation depuis les sources) | + | |
- | Pour les dépendances Perl, le mieux est de désactiver les tests (cela ira plus vite) | + | |
- | donc depuis le répertoire des sources : | + | Download GLPI Agent from source GLPI\\ |
+ | 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 | ||
+ | |||
+ | To install Perl modules, you can disable tests to download much faster from source repository | ||
+ | <cli prompt='$'> | ||
root@vm-aix72:/tmp/glpi-agent-1.4$ cpanm -n . | root@vm-aix72:/tmp/glpi-agent-1.4$ cpanm -n . | ||
- | (partir boire un café) | + | (now you have time ... many minutes) |
+ | </cli> | ||
- | Ensuite les : | + | Then compile: |
+ | <cli prompt='#'> | ||
perl Makefile.PL | perl Makefile.PL | ||
make && make install | make && make install | ||
+ | </cli> | ||
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 | ||
+ |