How to install & configure OCSInventory 2.1 Agent on Centos 6.5 64 bit
OCSInventory 2.1 Agent Client Side installation on Linux Centos6
OCSInventory 2.1 Agent install on linux Centos 6.5 64 bit
yum install -y perl-XML-Simple perl-Compress-Zlib perl-Net-IP perl-LWP perl-Digest-MD5 perl-Net-SSLeay
yum install -y perl-Crypt-SSLeay perl-Net-SNMP perl-Proc-Daemon perl-Proc-PID-File perl-Sys-Syslog pciutils smartmontools monitor-edid
wget https://launchpad.net/ocsinventory-unix-agent/stable-2.1/2.1rc1/+download/Ocsinventory-Unix-Agent-2.1rc1.tar.gz
tar zxvf Ocsinventory-Unix-Agent-2.1rc1.tar.gz
cd Ocsinventory-Unix-Agent-2.1rc1
perl Makefile.PL
make
make install
Do you want to configure the agent
press y
Where do you want to write the configuration file?
press 2
Do you want to create the directory /etc/ocsinventory-agent?
press y
Should the old linux_agent settings be imported ?
Type n
What is the address of your ocs server?
Type server name or ip (192.168.1.126)
Do you need credential for the server?
Type n
Do you want to apply an administrative tag on this machine
Type n
Do yo want to install the cron task in /etc/cron.d
Type y
Do you want to create the /var/lib/ocsinventory-agent directory?
Type y
Should I remove the old linux_agent
Type n
Do you want to activate debug configuration option ?
Type y
Do you want to use OCS Inventory NG UNix Unified agent log file ?
Type n
Do you want disable SSL CA verification configuration option (not recommended) ?
Type n
Do you want to set CA certificate chain file path ?
Type n
Do you want to use OCS-Inventory software deployment feature?
Type y
Do you want to use OCS-Inventory SNMP scans feature?
Type y
Do you want to send an inventory of this machine?
Type y
To check the status of server
ocsinventory-agent -f
No comments:
Post a Comment