compared with
Current by Nata Ramanenka
on Sep 19, 2012 03:13.

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

Changes (6)

View Page History
Often times we'll need to know which version of the driver/agent is installed on the system. To find the version of the agent that is installed, you can run the following command from shell:

\# /usr/sbin/r1soft/bin/cdp \-v
{code}# /usr/sbin/r1soft/bin/cdp -v{code}

To find the version of the driver, you can run the following from shell:

\# hcp \-v
{code}# hcp -v{code}

or


\# modinfo /lib/module/r1soft/hcpdriver.o
{code}# modinfo /lib/module/r1soft/hcpdriver.o{code}

{kb-related-articles}