Removing obsolete software packages from an accelerator

To free up space on an accelerator and reduce the number of versions that are displayed in the selection window, you can remove packages that you no longer need.

About this task

The removal wizard can remove all packages that have been deployed with the help of the transfer wizard, that is:
  • Accelerator software packages
  • Database software packages

Procedure

  1. Select the accelerator that you want to remove packages from.
    For more information, see Selecting an accelerator.
  2. Prepare the removal:
    IBM Db2 Analytics Accelerator Studio
    1. If necessary, expand the About section.
    2. In the sub-section labeled Server, click Remove.
    IBM Data Server Manager
    1. In the lower half of the window, scroll down to the Server section.
    2. Click Remove.
    IBM Unified Experience for z/OS On the accelerator details page:
    1. Make sure that the Overview tab is in front.
    2. In the System information box, click the 3-dot menu in the System information box icon.
    3. Select Manage software from the menu.
    4. In the Manage software window, click the Remove software version tab.
    IBM Db2 Analytics Accelerator Administration Services
    1. Start an /accelerator/removeFilesFromAccelerator request.
    2. In the request body, specify:
      • The proper connection name as the value of the "connectionName": parameter. Choose a Db2 subsystem or data sharing group that connects to the accelerator you want remove packages from. If you are not connected to the proper system yet, submit a /source/add or /source/edit request first.
      • The name of the accelerator that you want to remove packages from as the value of the "accelName": parameter.
  3. Select the packages (files) to remove
    IBM Db2 Analytics Accelerator Studio In the Remove Software Versions window, select the software packages that you want to remove. To do so, select the appropriate check boxes in the first column.

    As a decision aid, you might want to read the information under Details of selected version, which is displayed for each package.

    IBM Data Server Manager In the Remove Software Versions window, select the software packages that you want to remove. To do so, select the appropriate check boxes in the first column.

    As a decision aid, you might want to read the information under Details of selected version, which is displayed for each package.

    IBM Unified Experience for z/OS On the Remove software version tab, select the software packages that you want to remove. To do so, select the appropriate check boxes in the first column of the table under the heading List of files transferred to accelerator.

    As a decision aid, you might want to read the information under Details of selected version, which is displayed for each package.

    IBM Db2 Analytics Accelerator Administration Services In the request body:
    1. Specify the files to remove in an array that serves as the value of the "files": parameter. Separate the file names by a comma. Example:
      "files": [
          "software_package_1.zip",
          "software_package_2.zip"
        ],
    2. Specify "software" as the value of the "type": parameter.
  4. Confirm:
    IBM Db2 Analytics Accelerator Studio Click Remove.
    IBM Data Server Manager Click Remove.
    IBM Unified Experience for z/OS Click Submit.
    IBM Db2 Analytics Accelerator Administration Services Click Execute.

What to do next

The removal process that is described in this topic can only remove packages from an accelerator. To free up space in the z/OS UNIX file system (zFS) of your data server, manually delete no longer needed IBM Db2 Analytics Accelerator for z/OS packages from the zFS. To do so, open a UNIX System Services shell and delete the files by using the rm command.