Skip to Content.
Sympa Menu

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

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 (eb3d325812519df576e9ba5b791f3fb34e190a47)
  • Date: Thu, 27 Jul 2017 12:40:14 +0000

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

z-backup/tsmclient/DETAILS | 6 +++---
z-backup/tsmclient/HISTORY | 5 +++++
z-backup/tsmclient/INSTALL | 12 ++++++++----
z-backup/tsmclient/PRE_BUILD | 1 +
4 files changed, 17 insertions(+), 7 deletions(-)

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

tsmclient: update to 7.1.6.3 and prepare for SSL

diff --git a/z-backup/tsmclient/DETAILS b/z-backup/tsmclient/DETAILS
index c114570..b34c378 100755
--- a/z-backup/tsmclient/DETAILS
+++ b/z-backup/tsmclient/DETAILS
@@ -1,11 +1,11 @@
SPELL=tsmclient
- VERSION=7.1.3.2
+ VERSION=7.1.6.3
VERSIONX=v7r1
- VERSIONXX=v713
+ VERSIONXX=v716
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:451280deabae62c6c2acd281165cbcdec7421aed17531bcc387e46be57fcbb85960fb0a6c8686e5d65d24a732c2778ce8610407f0c1fba21cd5bfce1c2c29fef
+SOURCE_HASH=sha512:cdd5272f479554382a93621dd03fa0fa27b138705327d9bc5b5affd078f46004ffe9a1535a8d51b9ef420564423bbd227a017e60268b91ff78e61cc4f07dd4fa
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SHORT="IBM Tivoli Storage Manager (TSM) client software, x86-64
only"
PATCHLEVEL=1
diff --git a/z-backup/tsmclient/HISTORY b/z-backup/tsmclient/HISTORY
index 415d03f..83a0aa1 100644
--- a/z-backup/tsmclient/HISTORY
+++ b/z-backup/tsmclient/HISTORY
@@ -1,3 +1,8 @@
+2017-01-04 Thoams Orgis <sobukus AT sourcemage.org>
+ * DETAILS: version 7.1.6.3
+ * PRE_BUILD, INSTALL: there is a subdirectory now
+ * INSTALL: also prepare symlinks for certificate database in /etc
+
2016-11-22 Thomas Orgis <sobukus AT sourcemage.org>
* INSTALL: added gsk_wrapper
* DETAILS: PATCHLEVEL++
diff --git a/z-backup/tsmclient/INSTALL b/z-backup/tsmclient/INSTALL
index e510630..e0aec8c 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"/opt/tivoli/* . &&
-cp -r "$SOURCE_DIRECTORY"/usr . &&
+cp -r "$SOURCE_DIRECTORY"/bacli/opt/tivoli/* . &&
+cp -r "$SOURCE_DIRECTORY"/bacli/usr . &&
# Relative links in ./usr need that.
ln -sf ../../opt . &&

@@ -17,13 +17,17 @@ binlib=$(cd tsm/client/ba/bin/lib*/ && pwd) &&
apilib=$(cd tsm/client/api/bin*/ && pwd) &&

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

mkdir -p /etc/tivoli &&
install_config_file "$SCRIPT_DIRECTORY"/dsm.sys /etc/tivoli/dsm.sys &&
install_config_file "$SCRIPT_DIRECTORY"/dsm.opt /etc/tivoli/dsm.opt &&
message "${MESSAGE_COLOR}Remember to edit configuration under /etc/tivoli
the first time.${NORMAL_COLOR}" &&
+message "${MESSAGE_COLOR}For SSL configuration, symlinks have been installed
to make /etc/tivoli/dsmcert.kdb work once you create it.${NORMAL_COLOR}" &&

tsm_wrapper=/opt/tivoli/tsm/bin/tsm-wrapper &&
gsk_wrapper=/opt/tivoli/tsm/bin/gsk-wrapper &&
diff --git a/z-backup/tsmclient/PRE_BUILD b/z-backup/tsmclient/PRE_BUILD
index 3bcae72..53a9bd2 100755
--- a/z-backup/tsmclient/PRE_BUILD
+++ b/z-backup/tsmclient/PRE_BUILD
@@ -4,6 +4,7 @@ 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 (eb3d325812519df576e9ba5b791f3fb34e190a47), Dr. Thomas Orgis, 07/27/2017

Archive powered by MHonArc 2.6.24.

Top of Page