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 [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 ​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.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
  
 -------------------- --------------------
Line 265: Line 279:
 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