Difference between revisions of "Netflow/FProbe/Build"

From Observer GigaFlow Support | VIAVI Solutions Inc.
Jump to: navigation, search
(Created page with " yum -y group install "Development Tools" yum -y install libpcap-devel mkdir /opt mkdir /opt/software cd /opt/software wget -O fprobe-1.1.tar http://builds.anuview.net/fprobe...")

Revision as of 11:30, 30 May 2018

yum -y group install "Development Tools" yum -y install libpcap-devel

mkdir /opt mkdir /opt/software cd /opt/software wget -O fprobe-1.1.tar http://builds.anuview.net/fprobe-1.1.tar tar -vxf fprobe-1.1.tar cd fprobe-1.1/ ./configure make install

wget -O /etc/init.d/fprobed http://builds.anuview.net/fprobed chmod 755 /etc/init.d/fprobed

  1. edit OPTIONS section of /etc/init.d/fprobed for your installation

chkconfig --add fprobed chkconfig --levels 345 fprobed on /etc/init.d/fprobed start