Installing the space management client for IBM Storage Scale Linux systems

You can install the space management client on IBM® Storage Scale Linux® systems from the product installation media.

Before you begin

You must be logged in as the root user to install the product.

About this task

This installation procedure can be used to install new distributions or updates from downloaded installation media. The downloaded files that you use to install the space management client might be compressed. Depending on the package file format, either copy or extract the files to disk and use these instructions to install the components.

You can download the appropriate package file from one of the following websites:
Before installation, you must first check the GSKit signature of the rpm package as follows:
  1. Download the GSKit public PGP key GSKit.pub.pgp from the download sites that also contain the client packages.
  2. Import the GSKit public key by entering the following command:
    rpm --import GSKit.pub.pgp
  3. Verify the GSKit rpm file by entering the following command:
    rpm --checksig <GSKit rpm file> verbose
    where <GSKit rpm file> is the name of a GSKit rpm package that is listed in Table 1 - Package names, contents, and default directory.
You must then check the signature of the space management client package as follows:
  1. Download the generated gpk key RPM-GPG-KEY-ibmpkg from the download sites that also contain the space management client packages.
  2. Import the generated gpk key by entering the following command:
    rpm --import RPM-GPG-KEY-ibmpkg
  3. Verify the space management client package by entering the following command:
    rpm -K <space_management_client_package>.rpm
    where <space_management_client_package> is the name of an rpm package that is listed in Table 1 - Package names and descriptions.

Procedure

  1. Change directory to the installation packages directory.
  2. Optional: Specify HSMINSTALLMODE=SCOUTFREE.
    If you want the IBM Storage Scale policy engine to control automatic migration, you can disable the dsmmonitord and dsmscoutd automatic migration daemons. Disabling these daemons conserves system resources. To disable the automatic migration daemons, start this command in a shell:
    export HSMINSTALLMODE=SCOUTFREE

    For information about configuring IBM Storage Scale integration with the space management client, see Technote 7018848.

  3. Install the IBM Storage® Protect clients in the order that is presented in Package name and descriptions. During installation, these packages are installed in unique directories. Press y to each question when prompted.
    Table 1. Package names and descriptions
    To install Issue this command
    API Install the API files in the /opt/tivoli/tsm/client/api/bin64 directory:
    • On x86_64 systems:
       rpm -i TIVsm-API64.x86_64.rpm
    • On Power Systems Little Endian systems:
       rpm -i TIVsm-API64.ppc64le.rpm
    Backup-archive client (CLI and GUI) web client Administrative client Install the backup-archive client (command line, GUI, and web client) in the /opt/tivoli/tsm/client/ba/bin directory:
    • On x86_64 systems:
       rpm -i TIVsm-BA.x86_64.rpm
    • On Power Systems Little Endian systems:
       rpm -i TIVsm-BA.ppc64le.rpm
    To circumvent the dependence check, you can use the --nodeps option, but then you must check the dependencies manually.
    The space management client Install the space management client commands and the space management agent in /opt/tivoli/tsm/client/hsm/bin directory:
    • On x86_64 systems:
        rpm -i TIVsm-HSM.x86_64.rpm
    • On Power Systems Little Endian systems:
       rpm -i TIVsm-HSM.ppc64le.rpm