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 [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: |