-
Notifications
You must be signed in to change notification settings - Fork 8
Installation Debian or Ubuntu
This document describes how to manually install IBM TSM on Debian or Ubuntu Linux (64-bit).
Since the latest release, 7.1.2, IBM ships .deb archives, so you can get them directly. For older deb/ubuntu machine the procedure below may still be useful.
Deb archives available on our local mirror here: https://api.cloud.ipnett.se/dist/tsm/mirror/maintenance/storage/tivoli-storage-management/maintenance/client/v7r1/Linux/LinuxX86_DEB/ and at IBMs site: https://www3.software.ibm.com/storage/tivoli-storage-management/maintenance/client/v7r1/Linux/LinuxX86_DEB/
In this example, files are fetched from the IPnett TSM mirror.
wget https://api.cloud.ipnett.se/dist/tsm/mirror/maintenance/storage/tivoli-storage-management/maintenance/client/v7r1/Linux/LinuxX86/BA/v711/7.1.1.0-TIV-TSMBAC-LinuxX86.tar
tar xf *-TIV-TSMBAC-LinuxX86.tar
Make sure you have alien
and rpm
installed first.
With root privileges, run
for rpm in gsk*.rpm TIVsm-API64*.rpm TIVsm-BA.x86_64.rpm ; do alien -c -d $rpm ; done
With root privileges:
dpkg -i *.deb
Edit /etc/ld.so.conf.d/tsm.conf
and add, for a 64-bit system:
/opt/tivoli/tsm/client/api/bin64/
/usr/local/ibm/gsk8_64/lib64/
With root privileges:
ldconfig
wget https://raw.githubusercontent.com/IPnett/cloud-BaaS/master/pki/IPnett-Cloud-Root-CA.sh
wget https://raw.githubusercontent.com/IPnett/cloud-BaaS/master/pki/IPnett-Cloud-Root-CA.pem
sh ./IPnett-Cloud-Root-CA.sh
The TSM configuration files are unique to each node, and can be generated via the BaaS API or the portal. Place the two files at this location:
- /opt/tivoli/tsm/client/ba/bin/dsm.sys
- /opt/tivoli/tsm/client/ba/bin/dsm.opt
When you start the TSM client for the first time, you will be prompted for your password. If you get asked for the nodename, accept the default which is configured in dsm.sys already (see previous step).
dsmc query session
# Edit the IBM-supplied /etc/init.d/dsmcad to work on your system. It seems to not-support non-RH/Suse systems, but the basics is just "start or stop dsmcad", so it should be easily edited to work on any kind of Linux system.
IPnett Cloud Services