Certificate
After installing the client software, it is necessary to install the root certificate T-TeleSec GlobalRoot Class 2 on your system.
To do this, navigate to the previously created temporary directory and enter the following commands to download and install the certificate.
mkdir /tmp/backup_client/ -p cd /tmp/backup_client/ wget https://capi.sabio.itc.rwth-aachen.de/documents/0962a984657bb2e901657bc9e2810004/1jifm42ljvvhw/678eb74e538b4256b2407745d2b5896c/rootcert.pem cd /opt/tivoli/tsm/client/ba/bin/ ./dsmcert -add -server "T-TeleSec GlobalRoot Class 2" -file /tmp/backup_client/rootcert.pem |
Clear temporary directory
After the installation has been successfully completed, you can remove the temporary directory and the installation packages.
rm -rf /tmp/backup_client/ |