Jar files

As a part of the configuration process, you must copy the samOss.jar file to the java folder in your Netcool/OMNIbus installation.

On UNIX and Linux operating systems, the java folder is in the following location:

$OMNIHOME/probes/java

On Windows operating systems, the java folder is in the following location:

%OMNIHOME%\probes\win32

Configuring the NFMPJARHOME environment variable

If you want to use a path other than the default path mentioned in the previous section for the samOss.jar file, you must configure the NFMPJARHOME environment variable accordingly.

On UNIX and Linux operating systems, configure the $NFMPJARHOME environment variable in the probe environment file ($OMNIHOME/probes/java/nco_p_nokia_nfmp.env) to include the path to samOss.jar. To do this, add the following line:

NFMPJARHOME=directory_path

Where directory_path is the full path to samOss.jar file

For example, add the line:

NFMPJARHOME=/opt/nfmp/samOss.jar

Note: As an alternative to setting the NFMPJARHOME environment variable, copy the samOss.jar file to ${OMNIHOME}/probes/java and the probe will load the Jar file from there.

On Windows operating systems, configure the %NFMPJARHOME% environment variable to include the path to samOss.jar. To do this, run the following command:

set NFMPJARHOME=directory_path

Where directory_path is the full path to samOss.jar file

For example, run the following command:

set NFMPJARHOME=C:\nfmp\jar

Note: As an alternative to setting the NFMPJARHOME environment variable, copy the samOss.jar file to %OMNIHOME%\probes\win32 and the probe will load the Jar file from there.

Location of the jar files

If you use the default installation, you can find the jar file in the following location of the Nokia NFM-P server:

/opt/nsp/nfmp/server/nms/integration/SAM_O/samOss.jar