diff options
| author | Andrew Tridgell <tridge@samba.org> | 2008-07-11 15:30:04 +1000 |
|---|---|---|
| committer | Andrew Tridgell <tridge@samba.org> | 2008-07-11 15:30:04 +1000 |
| commit | 32ab8fea10e9daa4e857b4d0093e21299d4b4393 (patch) | |
| tree | bdeba1adeb0c9e5032a653fbbc753a54e9d65cef /base/root/scripts | |
| parent | a1336eddefa0626652bba89be4de0ecfba59fe30 (diff) | |
fixed a typo
Diffstat (limited to 'base/root/scripts')
| -rwxr-xr-x | base/root/scripts/setup_tsm_client.sh | 4 |
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" |
