Fusioninventory-agent Ubuntu Thinclient T520
HPDM installation to deploy fusioninventory agent
Tasks :
copy sources.list to /etc/apt/
script (see below)
agent.cfg (already setup) copy to etc/fusioninventory/
(script)
fsunlock
apt-get update
apt-get install -y build-essential
export LANGUAGE=en_US.UTF-8
export LANG=en_US.UTF-8
export LC_ALL=en_US.UTF-8
locale-gen en_US.UTF-8
apt-get install -y perl
apt-get -y install fusioninventory-agent
HPDM installation to deploy fusioninventory agent
Tasks :
Modify sources.list
deb precise main
deb precise main restricted universe multiverse
add script :
sudo fsunlock
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv 049ED9B94765572E
sudo apt-get update
sudo apt-get install -y fusioninventory-agent
deploy agent.cfg with good config
GLPI server name and daemon = 1
deploy fusioninventory-agent file to /etc/default
Mode = daemon (case sensitive)
add script to start daemon
sudo fsunlock
sudo /etc/init.d/fusioninventory-agent start