Configuring the QRadar Console as the update server
To streamline your maintenance process, you can configure your QRadar
Console to be your update server so
that QRadar updates are
automatically downloaded to the Console.
Procedure
-
Download the auto update package from Fix Central
(www.ibm.com/support/fixcentral/).
You can find QRadar products in the Security Systems Product Group list on Fix Central.
-
Save the auto update package file in the /tmp/ directory on your QRadar
Console.
Note: The size of the auto update file is approximately 2 - 5 GB.
- Log in to QRadar as the root user.
- Check to see if the /opt/qradar/www/autoupdates folder exists. If this folder exists, delete it before completing Step 5.
-
Create a symbolic link to /opt/qradar/www/autoupdates by typing the
following command:
mkdir -p /store/downloads/autoupdates; ln -s /store/downloads/autoupdates /opt/qradar/www -
To verify that the symbolic link was created properly, type the following command:
touch /store/downloads/autoupdates/testfile -
Confirm that the test file value is created in the
/opt/qradar/www/autoupdates directory by typing the following command:
ls /opt/qradar/www/autoupdates - Copy the autoupdates-<version>.tgz file from the /tmp/ directory to the QRadar Console, and place it in the /opt/qradar/www/autoupdates/ directory or the symbolic link directory that you created in Step 6.
-
On the QRadar
Console, type the
following commands to extract the auto update package:
cd /opt/qradar/www/autoupdates/ tar -zxf /tmp/<name_of_autoupdate_file> - Log in to QRadar.
-
On
the navigation menu (
), click
Admin.
- In the System Configuration section, click Auto Update.
- Click Change Settings, and select the Advanced tab.
- In the Directory field, type autoupdates/.
- In the Web Server field, type https://<console_IP_address_or_hostname>.
- Click Save.