diff options
Diffstat (limited to 'base/root/scripts')
| -rwxr-xr-x | base/root/scripts/setup_tsm_server.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/root/scripts/setup_tsm_server.sh b/base/root/scripts/setup_tsm_server.sh index bde10e2..8f805a9 100755 --- a/base/root/scripts/setup_tsm_server.sh +++ b/base/root/scripts/setup_tsm_server.sh @@ -6,7 +6,7 @@ CLUSTER=@@CLUSTER@@ yum -y install TIVsm-BA TIVsm-HSM TIVsm-API TIVsm-server -service multipathd off || true +chkconfig multipathd off || true service multipathd stop || true multipath -F || true |
