Adding a DSM
If your Device Support Module (DSM) is not automatically discovered, manually install a DSM.
Each type of log source has a corresponding DSM that parses and normalizes events from the log source.
- Download the DSM RPM file from the https://support.juniper.net/support/downloads/.
- Copy the RPM file to JSA.
- Using SSH, log in to the JSA host as the root user.
- Go to the directory that includes the downloaded file.
- Type the following command:
# yum localinstall -y --disablerepo=* --nogpgcheck<DSM/PROTOCOL>
Note The rpm -Uvh <rpm_filename> command line to install was replaced with the following command:
# yum localinstall -y --disablerepo=* --nogpgcheck<DSM/PROTOCOL>
- Log in to JSA.
- On the Admin tab, click Deploy
Changes.
Note Uninstalling a DSM is not supported in JSA.