Installing the Linux x86_64 client
You can install the Linux® x86_64 backup-archive client from the product installation media.
Before you begin
- You must be logged in as root to install the product.
- If you plan to install the client on the same system as the IBM Spectrum® Protect 8.1.2 or later server, ensure that you halt the IBM Spectrum Protect server before you install the client. This action will prevent the client installation process from forcing the system to reboot. After you install the client, you can restart the IBM Spectrum Protect server.
- If you have IBM Spectrum Protect 6.2 (or an earlier version) installed, remove it (rpm -e) and any other dependent software programs before you install a newer version.
- If you have IBM Spectrum Protect 6.3 (or later version) installed, you can use the rpm upgrade option (rpm -U) or the rpm freshen option (rpm -F) to upgrade the existing software to a newer version. The rpm -U command can be used to install new packages or upgrade existing packages only if you did not previously install any language packages. The rpm -F command can update only packages that are already installed.
- Stop any running client processes before you uninstall or upgrade the IBM Spectrum Protect API or backup-archive client.
- If any language packages are installed, you must uninstall them before you install or upgrade the IBM Spectrum Protect API or backup-archive client.
About this task
The following installation options are available in uncompressed packages on the installation media.
Package Name | Contents | Default directory |
---|---|---|
gskcrypt64-8.x.x.x.linux.x86_64.rpm
gskssl64-8.x.x.x.linux.x86_64.rpm |
64-bit Global Security Kit (GSKit) packages | /usr/local/ibm/gsk8 |
TIVsm-API64.x86_64.rpm | Application programming interface (API), which contains the IBM Spectrum Protect API shared libraries and samples. | /opt/tivoli/tsm/client/api/bin64 |
TIVsm-BA.x86_64.rpm | Backup-archive client (command-line and GUI), administrative client (dsmadmc), and the web client. | /opt/tivoli/tsm/client/ba/bin This directory is considered to be the default installation directory for many backup-archive client files. The sample system-options file (dsm.sys.smp) is written to this directory. If the DSM_DIR environment variable is not set, the dsmc executable file, the resource files, and the dsm.sys file are stored in this directory. If DSM_CONFIG is not set, the client user-options file must be in this directory. If you do not define DSM_LOG, writes messages to the dsmerror.log and dsmsched.log files in the current working directory. |
TIVsm-APIcit.x86_64.rpm TIVsm-BAcit.x86_64.rpm |
Optional. These files provide the Common Inventory Technology components that you can use to obtain information about the number of client and server devices that are connected to the system, and the utilization of processor value units (PVUs) by server devices. For more information about PVUs, see Estimating processor value units in the IBM Spectrum Protect server documentation. |
APIcit is installed in /opt/tivoli/tsm/client/api/bin64/cit/ BAcit is installed in /opt/tivoli/tsm/client/ba/bin/cit/ |
TIVsm-filepath-source.tar.gz TIVsm-JBB.x86_64.rpm |
Files needed to support journal-based backups. |
Filepath is installed in /opt/filepath JBB is installed in /opt/tivoli/tsm/client/ba/bin |
TIVsm_BAhdw.x86_64.rpm | Provides support for snapshot incremental backup for NetAPP and N-Series file servers. | /opt/tivoli/tsm/client/ba/bin/plugins |
TIVsm-WEBGUI.x86_64.rpm | Provides the files that are required to perform remote client operations by using the web user interface. | /opt/tivoli/tsm/tdpvmware |
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 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.
- Download the client package from Passport Advantage® or Fix Central.
- For the latest information, updates, and maintenance fixes, go to the IBM® Support Portal.
- Download the GSKit public PGP key GSKit.pub.pgp from the download sites that also contain the client packages.
- Import the GSKit public key by issuing the following
command:
rpm --import GSKit.pub.pgp
- Verify the GSKit rpm file by issuing the following
command:
where <GSKit rpm file> is the name of a GSKit rpm package that is listed in Table 1 - Package names, contents, and default directory.rpm --checksig <GSKit rpm file> --verbose
- Download the generated gpk key RPM-GPG-KEY-ibmpkg from the download sites that also contain the client packages.
- Import the generated gpk key by issuing the following
command:
rpm --import RPM-GPG-KEY-ibmpkg
- Verify the client package by issuing the following
command:
where <client_package> is the name of an rpm package that is listed in Table 1 - Package names, contents, and default directory.rpm -K <client_package>.rpm
Procedure
To install the Linux x86_64 backup-archive client, complete the following steps: