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 SAMJARHOME 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 SAMJARHOME environment variable accordingly.

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

SAMJARHOME=directory_path

Where directory_path is the full path to samOss.jar file

For example, add the line:

SAMJARHOME=/opt/5620sam/samOss.jar

Note: As an alternative to setting the SAMJARHOME 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 %SAMJARHOME% environment variable to include the path to samOss.jar. To do this, run the following command:

set SAMJARHOME=directory_path

Where directory_path is the full path to samOss.jar file

For example, run the following command:

set SAMJARHOME=C:\5620sam\jar

Note: As an alternative to setting the SAMJARHOME 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 Alcatel-Lucent 5620 SAM server:

/opt/5620sam/server/nms/integration/SAM_O/samOss.jar