Red-Hat like machines
For systems using the RPM, YUM
pair, CC-IN3P3 provides a repository to maintain your TSM package in a version known to be compatible with the one used on the CC-IN2P3 TSM servers. You can also get the TSM packages directly from the official IBM repository to get the latest version available (see link above in the Installation section).
SHA-1 is deprecated on RHEL 9. You can enable it temporarily with:
% update-crypto-policies --set LEGACY
You can disable it again with:
% update-crypto-policies --set DEFAULT
Package repository
Set up the repository
% cat > /etc/yum.repos.d/tsm_ccin2p3.repo
[tsm-ccin2p3]
name=tsm-ccin2p3
baseurl=https://ccrepository.in2p3.fr/pulp/repos/el/all/x86_64/tsm
gpgcheck=1
gpgkey=https://ccrepository.in2p3.fr/pulp/static/tsm.gpg
Install the Storage Protect client and example files
% yum install tsm-ccin2p3
[...]
Dependencies Resolved
============================================================================================================================================================================================================
Package Arch Version Repository Size
============================================================================================================================================================================================================
Installing:
tsm-ccin2p3 noarch 2.0-0 tsm 4.9 k
Installing for dependencies:
TIVsm-API64 x86_64 7.1.2-0 tsm 29 M
TIVsm-BA x86_64 7.1.2-0 tsm 62 M
gskcrypt64 x86_64 8.0-50.40 tsm 1.2 M
gskssl64 x86_64 8.0-50.40 tsm 6.0 M
Transaction Summary
============================================================================================================================================================================================================
Install 1 Package (+4 Dependent packages)
[...]
Note
The installation RPMs will install the TSM client and its libraries under the tree /opt/tivoli/tsm/client
.