How To
Summary
How to verify if the latest QRadar Risk Manager adapters are installed.
Steps
- Log in to your Console as the root user.
- Open an SSH session to your QRadar Risk Manager appliance.
- To list currently installed scanner RPM files, type:
yum list installed | grep adapters
yum list installed | grep adapters < installed_scanners.txt
- Review the output of the command.
- To verify whether a newer version of a scanner is available, go to IBM Fix Central.
- For QRadar Risk Manager 7.5.x, see adapter bundle on IBM Fix Central.
- For QRadar Risk Manager 7.4.x, see adapter bundle on IBM Fix Central.
- If a newer adapter bundle is available, click on the link and log in to IBM Fix Central.
- Right-click on the bundle and click Copy Link.
-
To download the file to your Risk Manager appliance, type the following command:
wget {paste in the copied link}
scp adapters.bundle-2022.09-13093628.zip root@192.0.2.0:
- To unpack and install the adapters, type the following command:
unzip adapters.zip yum install -y adapters*.rpm
- To install the adapters, type the following command:
yum install -y adapters*.rpm
- To restart the services for the ziptie server and complete the installation, type the following command:
service ziptie-server restart
Results
After the service restarts, the adapters are updated.
Document Location
Worldwide
[{"Type":"MASTER","Line of Business":{"code":"LOB24","label":"Security Software"},"Business Unit":{"code":"BU059","label":"IBM Software w\/o TPS"},"Product":{"code":"SSBQQU","label":"IBM Security QRadar Risk Manager"},"ARM Category":[{"code":"a8m0z000000cwtKAAQ","label":"QRadar Risk and Vulnerability Manager"}],"ARM Case Number":"","Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"All Versions"}]
Was this topic helpful?
Document Information
Modified date:
21 November 2023
UID
ibm17060806