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:08] Nicolas Stolz [Upgrading a working TSM instance to the latest package] |
public:tsm-backup [2024/12/11 10:42] (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.24.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.24.0-TIV-TSMBAC-LinuxX86_DEB.tar TSMinstall; cd TSMinstall |
- | tar xvf 8.1.20.0-TIV-TSMBAC-LinuxX86_DEB.tar | + | tar xvf 8.1.24.0-TIV-TSMBAC-LinuxX86_DEB.tar |
| | ||
# Install the packages in following order: | # Install the packages in following order: | ||
Line 265: | Line 265: | ||
You have to update glibc to minimum version v2.14 AND libstdc (GLIBCXX) to minimum version v3.4.15. | You have to update glibc to minimum version v2.14 AND libstdc (GLIBCXX) to minimum version v3.4.15. | ||
- | This is not a clean way of updating, but tested working in several machines running CentOS 6: | + | Beginning with IBM Spectrum Protect backup-archive client level 8.1.19, the operating system RHEL 6 and SLES 11 are no longer supported, as stated here: \\ [[https://www.ibm.com/support/pages/apar/IT44180]] |
+ | |||
+ | However, you can manually update the required libraries. This is not a clean way of updating, but tested working in several machines running CentOS 6: | ||
<code bash> | <code bash> | ||
Line 313: | Line 315: | ||
rpm -Uvh gskssl64-8.0.55.31.linux.x86_64.rpm gskcrypt64-8.0.55.31.linux.x86_64.rpm TIVsm-API64.x86_64.rpm TIVsm-APIcit.x86_64.rpm TIVsm-BA.x86_64.rpm TIVsm-BAcit.x86_64.rpm | rpm -Uvh gskssl64-8.0.55.31.linux.x86_64.rpm gskcrypt64-8.0.55.31.linux.x86_64.rpm TIVsm-API64.x86_64.rpm TIVsm-APIcit.x86_64.rpm TIVsm-BA.x86_64.rpm TIVsm-BAcit.x86_64.rpm | ||
</code> | </code> | ||
+ | \\ | ||
==== Restore ==== | ==== Restore ==== | ||