Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

 
 

Installing the NSM Plug-In

Use SSH to install the Juniper Networks NSM plug-in on your JSA console.

About this task

The target directory (/opt/qradar/conf/webplugins/117/) must exist on your JSA system. After you install the plug-in, the target directory is automatically created when you log in to the JSA user interface and click the NSM Settings Plug-in icon on the Admin tab

If multiple users or remote users view the Admin tab, refresh your browser to display the NSM Plug-in Settings icon to be displayed.

To Install the NSM Plug-In follow the steps given below :

  1. Download the JSA ISO from the following website:
  2. Copy the ISO file to your JSA console.
  3. Using SSH, log in to JSA as the root user.
  4. Type the following command to mount the JSA ISO file:

    Where <path to the JSA ISO> is the directory path to where the installation ISO is stored.

  5. Type the following command to install the NSM plug-in rpm:

    Where <release> is the related JSA release and <build> is the related JSA build number.

    The package manager installs the NSM plug-in rpm.

    Note:

    Type the following command to find the rpm:

  6. To create the target directory:
    1. Log in to the JSA user interface:

      https://<IP Address>

      Where <IP Address> is the IP address of the JSA system.

    2. Click the Admin tab.

    3. Click the NSM Plug-in Settings icon.

  7. Using SSH, log in to JSA as the root user.
  8. Choose the following option:
    • To connect JSA to Juniper NSM server, you must copy a certificate to JSA, go to Step 9.

    • To connect JSA to any other version of Juniper NSM, go to Step 11.

  9. Type the following command to copy the server certificate from your Juniper NSM server to the JSA console:

    Where <NSM IP address> is the IP address of the Juniper Networks NSM server. The server.crt file is copied from the Juniper Networks NSM server and renamed to nsmPlugin.cert on your JSA console.

  10. Type the following command to set the proper file permissions:chown nobody:nobody /opt/qradar/conf/webplugins/117/nsmPlugin.cert
  11. Type the following command to restart Tomcat:service tomcat restart