compared with
Version 3 by Weston See
on Mar 22, 2012 14:15.

Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (4)

View Page History
Each time a new kernel is installed on a Linux CDP Agent or upon the first time installing the CDP Agent, you must ensure that you have a CDP Agent kernel driver for your current running kernel. You can install a kernel module for the agent by using the r1soft-setup utility, after ensuring that you have the kernel devel and kernel headers in the Linux OS that match your current running kernel.
{info:title=Note}Please refer to your Linux distribution documentation for more information about kernel devel and kernel headers [http://wiki.r1soft.com/display/CDP3/r1soft-setup|http://wiki.r1soft.com/display/CDP3/r1soft-setup]

{info}
You can install a kernel module for your running agent by using the r1soft-setup utility, after ensuring that you have the kernel-devel (Redhat/CentOS) or kernel-headers (Debian/Ubuntu) package installed for your current running kernel. To find the current running kernel run:
Then you can check that the module is loaded properly with the lsmod command in Linux. [http://linux.die.net/man/8/lsmod |http://linux.die.net/man/8/lsmod]


{code}
lsmod | grep hcpdriver
[http://linux.die.net/man/8/modinfo]


{code}
root@shell:/lib/modules/r1soft# modinfo hcpdriver-cki-2.6.38-11-server.ko
vermagic: 2.6.38-11-server SMP mod_unload modversions
{code}
{kb-related-articles}