This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
public:tsm-backup [2023/12/06 15:47] Nicolas Stolz [Upgrading a working TSM instance to the latest package] |
public:tsm-backup [2025/11/03 15:04] (current) Nicolas Stolz |
||
|---|---|---|---|
| Line 6: | Line 6: | ||
| \\ | \\ | ||
| - | Download the IBM Tivoli Client Software <del>(v7 is mandatory, v8 is not yet fully supported by the UIBK ADSM server)</del>: | + | Download the IBM Tivoli Client Software: |
| * Version 8 branch: | * Version 8 branch: | ||
| * Open https://public.dhe.ibm.com/storage/tivoli-storage-management/maintenance/client/v8r1/Linux/LinuxX86_DEB/BA/ | * Open https://public.dhe.ibm.com/storage/tivoli-storage-management/maintenance/client/v8r1/Linux/LinuxX86_DEB/BA/ | ||
| - | * Navigate in the directory with the newest version and get the tarball file (e.g. ''8.1.20.0-TIV-TSMBAC-LinuxX86_DEB.tar'') \\ \\ | + | * Navigate in the directory with the newest version and get the tarball file (e.g. ''8.1.27.0-TIV-TSMBAC-LinuxX86_DEB.tar'') \\ \\ |
| * Version 7 branch: | * Version 7 branch: | ||
| * Download tarball from here: ftp://ftp.software.ibm.com/storage/tivoli-storage-management/maintenance/client/v7r1/Linux/LinuxX86_DEB/BA/v718/7.1.8.0-TIV-TSMBAC-LinuxX86_DEB.tar | * Download tarball from here: ftp://ftp.software.ibm.com/storage/tivoli-storage-management/maintenance/client/v7r1/Linux/LinuxX86_DEB/BA/v718/7.1.8.0-TIV-TSMBAC-LinuxX86_DEB.tar | ||
| Line 17: | Line 17: | ||
| <code bash> | <code bash> | ||
| # Put the tarball in a spearate directory and extract it: | # Put the tarball in a spearate directory and extract it: | ||
| - | # E.g., for version 7 branch: | + | # E.g., for version 8 branch: |
| - | mkdir TSMinstall; mv 8.1.20.0-TIV-TSMBAC-LinuxX86_DEB.tar TSMinstall; cd TSMinstall | + | mkdir TSMinstall; mv 8.1.27.0-TIV-TSMBAC-LinuxX86_DEB.tar TSMinstall; cd TSMinstall |
| - | tar xvf 8.1.20.0-TIV-TSMBAC-LinuxX86_DEB.tar | + | tar xvf 8.1.27.0-TIV-TSMBAC-LinuxX86_DEB.tar |
| | | ||
| # Install the packages in following order: | # Install the packages in following order: | ||
| Line 28: | Line 28: | ||
| # E.g., for version 8 branch: | # E.g., for version 8 branch: | ||
| - | dpkg -i gskcrypt64_8.0-55.31.linux.x86_64.deb | + | dpkg -i gskcrypt64_8.0-60.4.linux.x86_64.deb |
| - | dpkg -i gskssl64_8.0-55.31.linux.x86_64.deb | + | dpkg -i gskssl64_8.0-60.4.linux.x86_64.deb |
| dpkg -i tivsm-api64.amd64.deb | dpkg -i tivsm-api64.amd64.deb | ||
| dpkg -i tivsm-ba.amd64.deb | dpkg -i tivsm-ba.amd64.deb | ||
| Line 180: | Line 180: | ||
| * Change locale with <code bash>localectl set-locale LANG="en_US" LC_CTYPE="en_US"</code> and verify with <code bash>localectl</code> | * Change locale with <code bash>localectl set-locale LANG="en_US" LC_CTYPE="en_US"</code> and verify with <code bash>localectl</code> | ||
| * Finally, restart dsmcad scheduler:<code bash>systemctl restart dsmcad</code> In the next run all files including those with special characters should be backed up. | * Finally, restart dsmcad scheduler:<code bash>systemctl restart dsmcad</code> In the next run all files including those with special characters should be backed up. | ||
| + | |||
| + | -------------------- | ||
| + | |||
| + | === ANS1592E Failed to initialize SSL protocol. === | ||
| + | |||
| + | :!: //UIBK only!// \\ \\ | ||
| + | In some (rare) cases, you can experience this error when trying to connect with ''dsmc'' after a fresh install. | ||
| + | \\ \\ | ||
| + | Unlike the error may suggest, the problem lies on the server side. ZID has to do follwing steps to correct that: | ||
| + | |||
| + | * (Re)set your node password to a different one | ||
| + | * Correct the Node Registration (set session security to transitional) | ||
| + | |||
| + | There are some ZID-Tickets addressing this issue, e.g. https://zid-ts.uibk.ac.at/browse/SYSOP-101605 | ||
| -------------------- | -------------------- | ||