summaryrefslogtreecommitdiffstats
path: root/base/root/scripts/setup_tsm_client.sh
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2008-07-16 16:29:14 +1000
committerAndrew Tridgell <tridge@samba.org>2008-07-16 16:29:14 +1000
commita773ee0e6797017da12afeb7819e87f435039ec2 (patch)
tree41317c508f7a06cb1ddc0469b29c641120499eb2 /base/root/scripts/setup_tsm_client.sh
parent6c5467590d5fee0b6fad5f5968c18da024e1bae1 (diff)
updated tsm scripts after advice from Paul
Diffstat (limited to 'base/root/scripts/setup_tsm_client.sh')
-rwxr-xr-xbase/root/scripts/setup_tsm_client.sh6
1 files changed, 5 insertions, 1 deletions
diff --git a/base/root/scripts/setup_tsm_client.sh b/base/root/scripts/setup_tsm_client.sh
index ac043f1..b980655 100755
--- a/base/root/scripts/setup_tsm_client.sh
+++ b/base/root/scripts/setup_tsm_client.sh
@@ -20,6 +20,7 @@ onnode all rsync $HOSTNAME:/opt/tivoli/tsm/client/ba/bin/dsm.sys /opt/tivoli/tsm
echo "Setting up dsm.opt"
cat <<EOF > /opt/tivoli/tsm/client/ba/bin/dsm.opt
servername @@CLUSTER@@tsm
+dateformat 2
EOF
onnode all rsync $HOSTNAME:/opt/tivoli/tsm/client/ba/bin/dsm.opt /opt/tivoli/tsm/client/ba/bin
@@ -65,4 +66,7 @@ echo "Restarting gpfs"
mmshutdown -a
mmstartup -a
-echo "TSM client setup complete"
+cat <<EOF
+TSM client setup complete
+You should reboot the nodes before using HSM
+EOF