In this video you will learn how to connect Linux client machine with OCS Inventory server.
Steps:
--------------------------------------------------------------------------
yum install perl-XML-Simple perl-devel perl-Compress-Zlib perl-Net-IP perl-LWP perl-Digest-MD5 perl-Net-SSLeay perl-Data-UUID -y
yum install perl-Crypt-SSLeay perl-Net-SNMP perl-Proc-Daemon perl-Proc-PID-File perl-Sys-Syslog pciutils smartmontools monitor-edid -y
Agent via Repo
wget http://ftp.riken.jp/Linux/fedora/epel...
rpm --import RPM-GPG-KEY-EPEL-6
rm -f RPM-GPG-KEY-EPEL-6
wget http://download.fedoraproject.org/pub...
rpm -ivh epel-release-6-8.noarch.rpm
wget https://dl.fedoraproject.org/pub/epel... $ sudo wget https://rpm.ocsinventory-ng.org/ocsin...
yum -y install ocsinventory-release-latest.el7.ocs.noarch.rpm epel-release-latest-7.noarch.rpm
yum -y install ocsinventory-agent
cd /etc/ocsinventory/
vim ocsinventory-agent.cfg
server=http://172.17.236.136/ocsinventory
RUN COmmand
/usr/sbin/ocsinventory-agent
LOG FILE:
tail -f /var/log/ocsinventory-agent/ocsinventory-agent.log
Test the connection with ping and telnet.
telnet your.ocs.server 80
Trying your.ocs.server ...
telnet: connect to address your.ocs.server: Connection timed out