« Inventaire du parc informatique » : différence entre les versions
Aller à la navigation
Aller à la recherche
Aucun résumé des modifications |
|||
Ligne 3 : | Ligne 3 : | ||
Afin de suivre au mieux le parc informatique du laboratoire, nous utilisons le logiciel d'inventaire OcsInventory. Cette page explique comment installer l'agent sur votre poste afin qu'il apparaisse dans l'inventaire global. |
Afin de suivre au mieux le parc informatique du laboratoire, nous utilisons le logiciel d'inventaire OcsInventory. Cette page explique comment installer l'agent sur votre poste afin qu'il apparaisse dans l'inventaire global. |
||
= |
= Sous Linux = |
||
Testé avec Debian 8 Jessie |
Testé avec Debian 8 Jessie |
||
Ligne 26 : | Ligne 26 : | ||
</code> |
</code> |
||
'''Recommandé''' : Activer HTTPS en éditant le fichier /etc/cron.daily/ocsinventory-agent : |
|||
⚫ | |||
<code> |
|||
⚫ | |||
$ sudo gedit /etc/cron.daily/ocsinventory-agent |
|||
</code> |
|||
<code> |
|||
<nowiki>#!/bin/sh</nowiki></br> |
|||
PROG=/usr/bin/ocsinventory-agent '''--server=<nowiki>https://www.lama.univ-savoie.fr</nowiki>''' |
|||
... |
|||
</code> |
|||
⚫ | |||
Testé avec OSX 10.8.5 |
|||
* Télécharger l'agent à l'adresse suivante : https://launchpad.net/ocsinventory-unix-agent/stable-2.1/2.1.1/+download/Ocsinventory_Agent_MacOSX-2.1.1.pkg.zip |
|||
* Décompresser l'archive ZIP |
|||
* Lancer le programme d'installation, et à l'étape "Configuration de l'agent OCS" : |
|||
** Changer l'URL du serveur OCS : http://'''www.lama.univ-savoie.fr'''/ocsinventory |
|||
** Décocher "Télé-déploiement" |
|||
** À l'étape "Options du démon de l'agent OCS", cocher la case "Lancer le démon après l'installation" |
|||
** Finaliser l'installation |
|||
Note : avec OSX 10.8.5, l'inventaire par HTTPS pose problème, voir [https://bugs.launchpad.net/ocsinventory-unix-agent/+bug/1426410]. |
|||
⚫ | |||
Testé avec Windows 7 64 bits |
|||
* Télécharger l'agent à l'adresse suvantes : https://launchpad.net/ocsinventory-windows-agent/2.x/2.1.1/+download/OCSNG-Windows-Agent-2.1.1.zip |
|||
* Le décompresser en faisant un clic droit sur l'archive ZIP et en sélectionnant "Extraire tout..." |
|||
* Dans le dossier nouvellement créé, lancer l'installation de l'agent en double-cliquant sur "OCS-NG-Windows-Agent-Setup" |
|||
* Accepter la licence |
|||
* À l'étape "Choisissez les composants", laisser par défaut |
|||
* À l'étape "OCS Inventory NG Server properties" : |
|||
** Mettre l'URL du serveur : <nowiki>https://www.lama.univ-savoie.fr/ocsinventory</nowiki> |
|||
** Décocher "Validate certificates" |
|||
* À l'étape "Proxy Server properties", laisser par défaut |
|||
* À l'étape "OCS Inventory NG Agent for Windows properties" : |
|||
** Cocher "Enable verbose log" |
|||
** Cocher "Never ask for TAG" |
|||
** Cocher "Do not register Systray applet to automatically start" |
|||
* À l'étape suivante, laisser le chemin d'installation par défaut |
|||
* À la dernière étape, décocher "Start OCS inventory NG Systray Applet |
Version du 27 février 2015 à 16:21
En cours de rédaction
Afin de suivre au mieux le parc informatique du laboratoire, nous utilisons le logiciel d'inventaire OcsInventory. Cette page explique comment installer l'agent sur votre poste afin qu'il apparaisse dans l'inventaire global.
Sous Linux
Testé avec Debian 8 Jessie
Pour Debian/Ubuntu, installer le paquet ocsinventory-agent :
$ sudo apt-get install ocsinventory-agent
Répondre aux questions posées :
- Méthode de création de l'inventaire : HTTP
- Nom d'hôte du serveur d'inventaire OCS : www.lama.univ-savoie.fr
Changer la période d'inventaire en éditant le fichier /etc/anacrontab, avec gedit par exemple :
$ sudo gedit /etc/anacrontab
Rajouter tout à la fin de ce fichier la ligne suivante :
2 30 ocsinventory /etc/cron.daily/ocsinventory-agent
Recommandé : Activer HTTPS en éditant le fichier /etc/cron.daily/ocsinventory-agent :
$ sudo gedit /etc/cron.daily/ocsinventory-agent
#!/bin/sh
PROG=/usr/bin/ocsinventory-agent --server=https://www.lama.univ-savoie.fr
...
Sous Mac OSX
Testé avec OSX 10.8.5
- Télécharger l'agent à l'adresse suivante : https://launchpad.net/ocsinventory-unix-agent/stable-2.1/2.1.1/+download/Ocsinventory_Agent_MacOSX-2.1.1.pkg.zip
- Décompresser l'archive ZIP
- Lancer le programme d'installation, et à l'étape "Configuration de l'agent OCS" :
- Changer l'URL du serveur OCS : http://www.lama.univ-savoie.fr/ocsinventory
- Décocher "Télé-déploiement"
- À l'étape "Options du démon de l'agent OCS", cocher la case "Lancer le démon après l'installation"
- Finaliser l'installation
Note : avec OSX 10.8.5, l'inventaire par HTTPS pose problème, voir [1].
Sous Windows
Testé avec Windows 7 64 bits
- Télécharger l'agent à l'adresse suvantes : https://launchpad.net/ocsinventory-windows-agent/2.x/2.1.1/+download/OCSNG-Windows-Agent-2.1.1.zip
- Le décompresser en faisant un clic droit sur l'archive ZIP et en sélectionnant "Extraire tout..."
- Dans le dossier nouvellement créé, lancer l'installation de l'agent en double-cliquant sur "OCS-NG-Windows-Agent-Setup"
- Accepter la licence
- À l'étape "Choisissez les composants", laisser par défaut
- À l'étape "OCS Inventory NG Server properties" :
- Mettre l'URL du serveur : https://www.lama.univ-savoie.fr/ocsinventory
- Décocher "Validate certificates"
- À l'étape "Proxy Server properties", laisser par défaut
- À l'étape "OCS Inventory NG Agent for Windows properties" :
- Cocher "Enable verbose log"
- Cocher "Never ask for TAG"
- Cocher "Do not register Systray applet to automatically start"
- À l'étape suivante, laisser le chemin d'installation par défaut
- À la dernière étape, décocher "Start OCS inventory NG Systray Applet