Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

 
 

Installing Adapters

After you establish the initial connection, JSA console is the only device that can communicate directly with JSA Risk Manager.

You must download the adapter files to your JSA console, and then copy them to JSA Risk Manager.

  1. Using SSH, log in to your JSA console as the root user.
  2. Download the compressed file for the JSA Risk Manager adapters from to your JSA console.
  3. To copy the compressed file from your JSA console to JSA Risk Manager, type the following command:

    scp adapters.zip root@IP_address:

    The IP_address option is the IP address or host name of JSA Risk Manager.

    For example:

    scp adapters.bundle-2014-10-972165.zip root@100.100.100.100:

  4. On your JSA Risk Manager appliance, type the password for the root user.
  5. Using SSH from your JSA console, log in to your JSA Risk Manager appliance as the root user.
  6. To unpack and install the adapters, type the following commands from the root directory that contains the compressed file:

    unzip adapters.zip

    yum install -y adapters*.rpm

    For example:

    unzip adapters.bundle-2014-10-972165.zip

    yum install -y adapters*.rpm

    Note:

    For JSA Risk Manager versions prior to 2014.8 use the rpm command

    For example:

    rpm -Uvh adapters*.rpm

  7. To restart the services for the ziptie server and complete the installation, type the following command:

    service ziptie-server restart

    Note:

    Restarting the services for the ziptie server interrupts any device backups that are in progress from Configuration Source Management.