diff options
| author | Andrew Tridgell <tridge@samba.org> | 2008-07-16 16:29:14 +1000 |
|---|---|---|
| committer | Andrew Tridgell <tridge@samba.org> | 2008-07-16 16:29:14 +1000 |
| commit | a773ee0e6797017da12afeb7819e87f435039ec2 (patch) | |
| tree | 41317c508f7a06cb1ddc0469b29c641120499eb2 /base/root/scripts/setup_tsm_client.sh | |
| parent | 6c5467590d5fee0b6fad5f5968c18da024e1bae1 (diff) | |
updated tsm scripts after advice from Paul
Diffstat (limited to 'base/root/scripts/setup_tsm_client.sh')
| -rwxr-xr-x | base/root/scripts/setup_tsm_client.sh | 6 |
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 |
