h2. Question
How do I find out which version of the agent and driver I have installed?
h2. Solution
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:
{code}# /usr/sbin/r1soft/bin/cdp -v{code}
To find the version of the driver, you can run the following from shell:
{code}# hcp -v{code}
or
{code}# modinfo /lib/module/r1soft/hcpdriver.o{code}
{kb-related-articles}
How do I find out which version of the agent and driver I have installed?
h2. Solution
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:
{code}# /usr/sbin/r1soft/bin/cdp -v{code}
To find the version of the driver, you can run the following from shell:
{code}# hcp -v{code}
or
{code}# modinfo /lib/module/r1soft/hcpdriver.o{code}
{kb-related-articles}