Removing the stand-alone version

If you upgrade to QRadar version 7.4.3 Fix Pack 1 or later, you must uninstall the IBM Security QRadar Analyst Workflow stand-alone version.

Procedure

  1. To stop the QRadar Analyst Workflow, run the following commands in order.
    /opt/ibm/si/conman/bin/conman-api-cli.sh stop -n ui -f
    /opt/ibm/si/conman/bin/conman-api-cli.sh stop -n graphql -f
  2. To remove the Docker images, run the following command.
    docker images
  3. Obtain the container ID and graphical ID from your system administrator, and run the following command.
    docker image rm <ui-container-id> <graphql-container-id>
  4. To remove the folder extracted from Step 3, for example rm -rf qradar-ui, run the following commands in order.
    cd /root
    rm -rf qradar-ui
  5. To remove the application, run the following commands in order.
    /opt/ibm/si/conman/bin/conman-api-cli.sh remove -n ui -f
    /opt/ibm/si/conman/bin/conman-api-cli.sh remove -n graphql -f

What to do next

After you uninstall the stand-alone version, you can Install the UBI app version.