What are the commands necessary to install the Endace drivers on Linux?
book
Article ID: 159806
calendar_today
Updated On:
Products
Data Loss Prevention Network Monitor
Issue/Introduction
What are the commands necessary to install the Endace drivers on Linux?
Resolution
The commands necessary to install the Endace drivers on Linux are as follows:
Upload dag driver archive to the system and untar in /usr/local Change directory to /usr/local , cd /usr/local Run the command, tar xf <path_to_dag_archive>
ln -s dag-<version> dag
cd dag
./configure
make depend
make
make install
add "/usr/local/lib" to /etc/ld.so.conf (and run ldconfig)
Rebuild module dependency, depmod
add the line: install dagmem /sbin/insmod /lib/modules/`uname -r`/extra/dagmem.ko dsize=128M to /etc/modprobe.conf.