Download & Installation
Installation unter Linux (RHEL 7 bzw. CentOS 7.6.1810, nicht debian oder Ubuntu)
Please note that you need root privileges to perform this tutorial on your system!
Download the client software
Create a temporary directory and download the client software to this directory.
The downloaded file is an archive and must be unpacked after the download.
mkdir /tmp/backup_client/ cd /tmp/backup_client/ wget ftp://public.dhe.ibm.com/storage/tivoli-storage-management/maintenance/client/v8r1/Linux/LinuxX86/BA/<current version>/<current version>-TIV-TSMBAC-LinuxX86.tar |
Note:
Repository without signed packages. For internal use only and at your own risk.
sudo wget -O /etc/yum.repos.d/tsm8.repo http://installc1.rz.rwth-aachen.de/rwth/tsm8/tsm8.repo yum install -y gskcrypt64.linux.x86_64 gskssl64.linux.x86_64 TIVsm-BAcit.x86_64 TIVsm-APIcit.x86_64 TIVsm-API64.x86_64 TIVsm-BA.x86_64 |
Installing the client software
After you have downloaded and unpacked the client software, the required packages are installed with the following command.
Make sure you are still in the /tmp/backup_client/ directory!
rpm -ivh gskcrypt64-8.0.55.4.linux.x86_64.rpm gskssl64-8.0.55.4.linux.x86_64.rpm TIVsm-BAcit.x86_64.rpm TIVsm-APIcit.x86_64.rpm TIVsm-API64.x86_64.rpm TIVsm-BA.x86_64.rpm |
Note:
Repository without signed packages. For internal use only and at your own risk.
sudo wget -O /etc/yum.repos.d/tsm8.repo http://installc1.rz.rwth-aachen.de/rwth/tsm8/tsm8.repo yum install -y gskcrypt64.linux.x86_64 gskssl64.linux.x86_64 TIVsm-BAcit.x86_64 TIVsm-APIcit.x86_64 TIVsm-API64.x86_64 TIVsm-BA.x86_64 |
You can use the following command to check whether the installation was successful.
yum list installed | grep -e tsm -e gsk -e TIV Ausgabe: TIVsm-API64.x86_64 8.1.8-0 installed TIVsm-APIcit.x86_64 8.1.8-0 installed TIVsm-BA.x86_64 8.1.8-0 installed TIVsm-BAcit.x86_64 8.1.8-0 installed gskcrypt64.x86_64 8.0-55.4 installed gskssl64.x86_64 8.0-55.4 installed |