Configuring an update server
Configure an Apache server as the update server for your IBM
QRadar deployment.
Before you begin
Download the autoupdate package from Fix Central (www.ibm.com/support/fixcentral/). You can find QRadar products in the Security Systems Product Group.
Procedure
-
Access your Apache server and create an update directory named
autoupdates/.
By default, the update directory is in the web root directory of the Apache server. You can place the directory in another location if you configure IBM QRadar accordingly.
- Optional: Create an Apache user account and password to be used by the update process.
- Save the autoupdate package file on your Apache server in the autoupdates/ directory that you created.
-
On the Apache server, type the following command to uncompress the autoupdate package.
tar -zxf updatepackage-[timestamp].tgz
-
On
the navigation menu (
), click Admin.
- In the System Configuration section, click Auto Update.
- Click Change Settings, and click the Advanced tab.
-
In the Server Config pane, configure the settings for the Apache
server.
-
In the Web Server field, type the address or directory path of your
Apache server.
If the Apache server runs on non-standard ports, add the port number to the end of the address. For example, type http://my-auto-update-server.com:8080/.
-
In the Directory field, type the directory location where the web server
stores the updates.
The default directory is autoupdates/.
- Optional: If the application server uses a proxy server to connect to the internet, type the URL in the Proxy Server field.
- Optional: If you are using an authenticated proxy, type the credentials in the Proxy Username and Proxy Password fields.
-
In the Web Server field, type the address or directory path of your
Apache server.
- Click Save.
- On the Admin tab, click Deploy changes.
- Using SSH, log in to QRadar as the root user.
-
Type the following command to configure the user name that you set for your Apache server:
/opt/qradar/bin/UpdateConfs.pl -change_username <username>
-
Type the following command to configure the password that you set for your Apache server:
/opt/qradar/bin/UpdateConfs.pl -change_password <password>
-
To test the update server, type the following command as a single line of text in the command
line interface.
wget -q -O- --no-check-certificate https://<your update server>/<directory path to updates>/manifest_list
- Type the user name and password.