Revert "Make new commands added to setup_tsm_server.sh synchronous."
authorMartin Schwenke <martin@meltin.net>
Thu, 21 Jan 2010 02:57:06 +0000 (13:57 +1100)
committerMartin Schwenke <martin@meltin.net>
Thu, 21 Jan 2010 02:57:06 +0000 (13:57 +1100)
These changes don't work.  :-(

This reverts commit 831738a709251d57b13e8c02bfcc1f60dcb5a895.

base/all/root/scripts/setup_tsm_server.sh

index 481ff01fe7edc4ba2987d14a23c553507ab0130a..1b5997cfbcfa686bbed45ee72e94a3562b16bf55 100755 (executable)
@@ -109,8 +109,8 @@ def vol backuppool  /tsmdiskpool/backup1.dsm format=@@TSM_BACKUP_POOL_SIZE@@ wai
 del vol /opt/tivoli/tsm/server/bin/backup.dsm wait=yes
 def vol archivepool /tsmdiskpool/archive1.dsm format=@@TSM_ARCHIVE_POOL_SIZE@@ wait=yes
 del vol /opt/tivoli/tsm/server/bin/archive.dsm wait=yes
-upd stgpool archivepool next=spacemgpool wait=yes
-upd stgpool backuppool  next=spacemgpool wait=yes
+upd stgpool archivepool next=spacemgpool
+upd stgpool backuppool  next=spacemgpool
 EOF
 } | dsmadmc -id=admin -password=admin -noconfirm || true