summaryrefslogtreecommitdiffstats
path: root/base/root/scripts
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2008-07-11 15:30:04 +1000
committerAndrew Tridgell <tridge@samba.org>2008-07-11 15:30:04 +1000
commit32ab8fea10e9daa4e857b4d0093e21299d4b4393 (patch)
treebdeba1adeb0c9e5032a653fbbc753a54e9d65cef /base/root/scripts
parenta1336eddefa0626652bba89be4de0ecfba59fe30 (diff)
fixed a typo
Diffstat (limited to 'base/root/scripts')
-rwxr-xr-xbase/root/scripts/setup_tsm_client.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/base/root/scripts/setup_tsm_client.sh b/base/root/scripts/setup_tsm_client.sh
index 48e096c..0d879df 100755
--- a/base/root/scripts/setup_tsm_client.sh
+++ b/base/root/scripts/setup_tsm_client.sh
@@ -48,7 +48,7 @@ echo "Shutting down gpfs"
mmshutdown -a
echo "Starting up gpfs again"
-mstartup -a
+mmstartup -a
echo "Enabling DMAPI in gpfs"
mmchfs gpfs0 -z yes
@@ -61,4 +61,6 @@ mmmount gpfs0 -a
dsmmigfs add /gpfs
+onnode all dsmmigfs start
+
echo "TSM client setup complete"