SNMP Adapter Software Requirements

The SNMP adapter is automatically included with all base editions of HCL Link

To use the SNMP adapter, you must install the Java™ Dynamic Management Kit (JDMK) runtime module available from the OpenDMK project on GitHub: https://github.com/xtreemfs/opendmk

Prerequisite: You need Git and Maven to download the project and build the binaries.
  1. Clone the opendmk project:
    git clone https://github.com/xtreemfs/opendmk.git
  2. Change to the opendmk directory:
    cd opendmk
  3. Build the OpenDMK binaries:
    mvn install
  4. Locate the runtime library:
    opendmk\jdmkrt\jdmkrt-dist\target\jdmkrt.jar
  5. Add the jdmkrt.jar file to the CLASSPATH environment variable.