User Tools

Site Tools


Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
public:tsm-backup [2023/12/06 15:10]
Nicolas Stolz [Restore]
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 ​branch: +# E.g., for version ​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>
Last modified: 2023/12/06 15:10 by Nicolas Stolz