Upgrading QRadar Suite Software
If you have IBM Security QRadar® Suite Software 1.8 or later installed, you can upgrade to the latest 1.10 version.
Before you begin
To complete this task, you must be a Red Hat® OpenShift® cluster administrator.
Install the command-line interface (CLI) utility cpctl from the cp-serviceability pod. For more information, see Installing the cpctl utility.
The Red Hat OpenShift CLI client helps you develop, build, deploy, and run your applications on any Red Hat OpenShift or Kubernetes cluster. It also includes the administrative commands for managing a cluster under the adm subcommand.
- Download Red Hat OpenShift CLI 4.10 or later from
https://mirror.openshift.com/pub/openshift-v4/x86_64/clients/ocp/stable-4.10/
. The file to download is called openshift-client-<platform>-<version>.tar.gz.
- Extract the binary file that you downloaded by typing the following command, where <oc_cli_archive_file> is the name of the archive file that
you
downloaded.
tar -xf <oc_cli_archive_file>
- Modify the permissions of the binary file by typing the following command, where <oc_cli_binary> is the name of the Red Hat OpenShift binary that you extracted from the
archive.
chmod 755 <oc_cli_binary>
- Move the binary file to the /usr/local/bin directory by typing the
following
command.
mv <oc_cli_binary> /usr/local/bin/oc
Tip: If this command returns a No such file or directory or Not a directory error message, create the /usr/local/bin directory by typing the following command.sudo mkdir /usr/local/bin
- Ensure that the Red Hat OpenShift CLI client is
working by typing the following
command.
oc version
Tip: MacOS users might see a message that this tool cannot be opened because it is from an unidentified developer. Close this message and go to . On the General tab, click Open Anyway or Allow Anyway. Repeat the oc version command.
- Download Red Hat OpenShift CLI 4.10 or later from
https://mirror.openshift.com/pub/openshift-v4/x86_64/clients/ocp/stable-4.10/
About this task
Procedure
Upgrading by using the Red Hat OpenShift web console
Procedure
What to do next
If you have connectors from the IBM® X-Force® Exchange / App Exchange, you must reinstall your connectors to avoid compatibility issues when QRadar Suite Software is updated. For more information, see Installing or updating a connector.
If you have connectors that are included in the QRadar Suite Software release package, they are automatically updated when QRadar Suite Software is updated.
Upgrading by using the Red Hat OpenShift CLI
Before you begin
The Red Hat OpenShift CLI client helps you develop, build, deploy, and run your applications on any Red Hat OpenShift or Kubernetes cluster. It also includes the administrative commands for managing a cluster under the adm subcommand.
- Download Red Hat OpenShift CLI 4.10 or later from
https://mirror.openshift.com/pub/openshift-v4/x86_64/clients/ocp/stable-4.10/
. The file to download is called openshift-client-<platform>-<version>.tar.gz.
- Extract the binary file that you downloaded by typing the following command, where <oc_cli_archive_file> is the name of the archive file that
you
downloaded.
tar -xf <oc_cli_archive_file>
- Modify the permissions of the binary file by typing the following command, where <oc_cli_binary> is the name of the Red Hat OpenShift binary that you extracted from the
archive.
chmod 755 <oc_cli_binary>
- Move the binary file to the /usr/local/bin directory by typing the
following
command.
mv <oc_cli_binary> /usr/local/bin/oc
Tip: If this command returns a No such file or directory or Not a directory error message, create the /usr/local/bin directory by typing the following command.sudo mkdir /usr/local/bin
- Ensure that the Red Hat OpenShift CLI client is
working by typing the following
command.
oc version
Tip: MacOS users might see a message that this tool cannot be opened because it is from an unidentified developer. Close this message and go to . On the General tab, click Open Anyway or Allow Anyway. Repeat the oc version command.
- Download Red Hat OpenShift CLI 4.10 or later from
https://mirror.openshift.com/pub/openshift-v4/x86_64/clients/ocp/stable-4.10/
Procedure
What to do next
If you have connectors from the IBM X-Force Exchange / App Exchange, you must reinstall your connectors to avoid compatibility issues when QRadar Suite Software is updated. For more information, see Installing or updating a connector.
If you have connectors that are included in the QRadar Suite Software release package, they are automatically updated when QRadar Suite Software is updated.
Upgrading by using the CASE or IBM Cloud catalog installation method
Before you begin
Gather the following information from the QRadar Suite Software instance that you are upgrading.
Parameter | Description |
---|---|
namespace | The namespace where QRadar Suite Software is installed. |
adminUser | The admin user ID set during the QRadar Suite Software installation. Verify the value by typing
the following command.
|
domain | Retrieve the current domain that is used by QRadar Suite Software by typing the following
command.
|
storageClass | Set the storage class to the same storage class that is used in QRadar Suite Software, which is typically the default storage
class. Verify the default storage class in the cluster by typing the following
command.
|
roksAuthentication | If you are using an IBM Cloud® cluster, set
the value of the roksAuthentication parameter to the same value that you used when you installed
QRadar Suite Software. Verify the value that you used by
typing the following
command.
Important: If you enable roksAuthentication, you cannot revert to using a different type of
identity provider after the upgrade.
|
CSNamespace | The namespace where foundational services is
currently installed. Verify this value by typing the following
command.
|
About this task
Procedure
What to do next
If you have connectors from the IBM X-Force Exchange / App Exchange, you must reinstall your connectors to avoid compatibility issues when QRadar Suite Software is updated. For more information, see Installing or updating a connector.
If you have connectors that are included in the QRadar Suite Software release package, they are automatically updated when QRadar Suite Software is updated.
Upgrading to a later 1.10 release when your approval strategy is set to Manual
If your approval strategy is set to Manual, you must approve any upgrades before you can upgrade to later 1.10 releases.
Before you begin
The Red Hat OpenShift CLI client helps you develop, build, deploy, and run your applications on any Red Hat OpenShift or Kubernetes cluster. It also includes the administrative commands for managing a cluster under the adm subcommand.
- Download Red Hat OpenShift CLI 4.10 or later from
https://mirror.openshift.com/pub/openshift-v4/x86_64/clients/ocp/stable-4.10/
. The file to download is called openshift-client-<platform>-<version>.tar.gz.
- Extract the binary file that you downloaded by typing the following command, where <oc_cli_archive_file> is the name of the archive file that
you
downloaded.
tar -xf <oc_cli_archive_file>
- Modify the permissions of the binary file by typing the following command, where <oc_cli_binary> is the name of the Red Hat OpenShift binary that you extracted from the
archive.
chmod 755 <oc_cli_binary>
- Move the binary file to the /usr/local/bin directory by typing the
following
command.
mv <oc_cli_binary> /usr/local/bin/oc
Tip: If this command returns a No such file or directory or Not a directory error message, create the /usr/local/bin directory by typing the following command.sudo mkdir /usr/local/bin
- Ensure that the Red Hat OpenShift CLI client is
working by typing the following
command.
oc version
Tip: MacOS users might see a message that this tool cannot be opened because it is from an unidentified developer. Close this message and go to . On the General tab, click Open Anyway or Allow Anyway. Repeat the oc version command.
- Download Red Hat OpenShift CLI 4.10 or later from
https://mirror.openshift.com/pub/openshift-v4/x86_64/clients/ocp/stable-4.10/