Difference between revisions of "Netflow/FProbe/CENTOS7"

From Observer GigaFlow Support | VIAVI Solutions Inc.
Jump to: navigation, search
(Created page with "wget -O /usr/local/sbin/fprobe http://builds.anuview.net/fprobe wget -O /etc/init.d/fprobed http://builds.anuview.net/fprobed #edit OPTIONS section of /etc/init.d/fprobed for ...")
 
 
Line 1: Line 1:
wget -O /usr/local/sbin/fprobe http://builds.anuview.net/fprobe
+
wget -O /usr/local/sbin/fprobe http://builds.anuview.net/fprobe
wget -O /etc/init.d/fprobed http://builds.anuview.net/fprobed
+
wget -O /etc/init.d/fprobed http://builds.anuview.net/fprobed
#edit OPTIONS section of /etc/init.d/fprobed for your installation
+
#edit OPTIONS section of /etc/init.d/fprobed for your installation
chmod 755 /etc/init.d/fprobed
+
chmod 755 /etc/init.d/fprobed
chkconfig --add fprobed
+
chkconfig --add fprobed
chkconfig --levels 345 fprobed on
+
chkconfig --levels 345 fprobed on
/etc/init.d/fprobed start
+
/etc/init.d/fprobed start

Latest revision as of 10:17, 31 May 2018

wget -O /usr/local/sbin/fprobe http://builds.anuview.net/fprobe
wget -O /etc/init.d/fprobed http://builds.anuview.net/fprobed
#edit OPTIONS section of /etc/init.d/fprobed for your installation
chmod 755 /etc/init.d/fprobed
chkconfig --add fprobed
chkconfig --levels 345 fprobed on
/etc/init.d/fprobed start