Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master z-rejected grimoire by Dr. Thomas Orgis (1b5d062ffa2f3c30a685b6dad1a5edb4456ccfa5)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: "Dr. Thomas Orgis" <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master z-rejected grimoire by Dr. Thomas Orgis (1b5d062ffa2f3c30a685b6dad1a5edb4456ccfa5)
  • Date: Fri, 13 Dec 2019 16:28:31 +0000

GIT changes to master z-rejected grimoire by Dr. Thomas Orgis
<thomas.orgis AT uni-hamburg.de>:

z-backup/tsmclient/DETAILS | 10 +++++-----
z-backup/tsmclient/INSTALL | 9 ++++-----
z-backup/tsmclient/PRE_BUILD | 1 -
3 files changed, 9 insertions(+), 11 deletions(-)

New commits:
commit 1b5d062ffa2f3c30a685b6dad1a5edb4456ccfa5
Author: Dr. Thomas Orgis <thomas.orgis AT uni-hamburg.de>
Commit: Dr. Thomas Orgis <thomas.orgis AT uni-hamburg.de>

tsmclient: version 8.1.6.1

diff --git a/z-backup/tsmclient/DETAILS b/z-backup/tsmclient/DETAILS
index b34c378..5a5fdce 100755
--- a/z-backup/tsmclient/DETAILS
+++ b/z-backup/tsmclient/DETAILS
@@ -1,16 +1,16 @@
SPELL=tsmclient
- VERSION=7.1.6.3
- VERSIONX=v7r1
- VERSIONXX=v716
+ VERSION=8.1.6.1
+ VERSIONX=v8r1
+ VERSIONXX=v816
SOURCE=$VERSION-TIV-TSMBAC-LinuxX86.tar

SOURCE_URL[0]=ftp://public.dhe.ibm.com/storage/tivoli-storage-management/patches/client/$VERSIONX/Linux/LinuxX86/BA/$VERSIONXX/$VERSION-TIV-TSMBAC-LinuxX86.tar

SOURCE_URL[1]=http://ftp.scc.kit.edu/pub/tsm/mirror/patches/client/$VERSIONX/Linux/LinuxX86/BA/$VERSIONXX/$VERSION-TIV-TSMBAC-LinuxX86.tar
-SOURCE_HASH=sha512:cdd5272f479554382a93621dd03fa0fa27b138705327d9bc5b5affd078f46004ffe9a1535a8d51b9ef420564423bbd227a017e60268b91ff78e61cc4f07dd4fa
+SOURCE_HASH=sha512:8e18de057dd8dc26d89863b809600fcb33380c84cb674d1fc372750a5295c7aec301c60af8d5c8388ff7b3cf69159ae692e8b0e3829602ff8eab5c265c211fac
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SHORT="IBM Tivoli Storage Manager (TSM) client software, x86-64
only"
PATCHLEVEL=1
ARCHIVE=off
-
WEBSITE=http://www.rrz.uni-hamburg.de/de/services/datenhaltung/backup.html
+
WEBSITE=https://www.ibm.com/support/knowledgecenter/en/SSGSG7/landing/welcome_ssgsg7.html
cat << EOF
This is a hacky spell for installing the TSM backup client. The version
is not necessarily the newest, but a tested and current-enough one.
diff --git a/z-backup/tsmclient/INSTALL b/z-backup/tsmclient/INSTALL
index e0aec8c..35ecb4c 100755
--- a/z-backup/tsmclient/INSTALL
+++ b/z-backup/tsmclient/INSTALL
@@ -3,8 +3,8 @@
mkdir -p /opt/tivoli &&
cd /opt/tivoli &&
# cp -a breaks castfs
-cp -r "$SOURCE_DIRECTORY"/bacli/opt/tivoli/* . &&
-cp -r "$SOURCE_DIRECTORY"/bacli/usr . &&
+cp -r "$SOURCE_DIRECTORY"/opt/tivoli/* . &&
+cp -r "$SOURCE_DIRECTORY"/usr . &&
# Relative links in ./usr need that.
ln -sf ../../opt . &&

@@ -13,7 +13,6 @@ ln -sf ../../opt . &&
gsklib=$(cd usr/local/ibm/gsk*/lib*/ && pwd) &&
gskbin=$(cd usr/local/ibm/gsk*/bin && pwd) &&
tivolib=$(cd usr/lib*/ && pwd) &&
-binlib=$(cd tsm/client/ba/bin/lib*/ && pwd) &&
apilib=$(cd tsm/client/api/bin*/ && pwd) &&

dsm_dir=/opt/tivoli/tsm/client/ba/bin &&
@@ -21,7 +20,7 @@ for cfg in dsm.{opt,sys} \
dsmcert.{crl,kdb,rdb,sth}
do
ln -sf /etc/tivoli/$cfg $dsm_dir/
-done
+done &&

mkdir -p /etc/tivoli &&
install_config_file "$SCRIPT_DIRECTORY"/dsm.sys /etc/tivoli/dsm.sys &&
@@ -31,7 +30,7 @@ message "${MESSAGE_COLOR}For SSL configuration, symlinks
have been installed to

tsm_wrapper=/opt/tivoli/tsm/bin/tsm-wrapper &&
gsk_wrapper=/opt/tivoli/tsm/bin/gsk-wrapper &&
-ldpath="$apilib:$gsklib:$tivolib:$binlib" &&
+ldpath="$apilib:$gsklib:$tivolib" &&
mkdir $(dirname $tsm_wrapper) &&

cat <<EOF > $tsm_wrapper &&
diff --git a/z-backup/tsmclient/PRE_BUILD b/z-backup/tsmclient/PRE_BUILD
index 53a9bd2..3bcae72 100755
--- a/z-backup/tsmclient/PRE_BUILD
+++ b/z-backup/tsmclient/PRE_BUILD
@@ -4,7 +4,6 @@ unpack_file &&
# This is hugely wasteful, copying the binaries multiple times.
# But castfs and also installwatch break when I try to directly
# extract the rpms in INSTALL.
-cd bacli &&
for rpm in \
gskcrypt64-*.rpm \
gskssl64-*.rpm \



  • [SM-Commit] GIT changes to master z-rejected grimoire by Dr. Thomas Orgis (1b5d062ffa2f3c30a685b6dad1a5edb4456ccfa5), Dr. Thomas Orgis, 12/13/2019

Archive powered by MHonArc 2.6.24.

Top of Page