diff options
Diffstat (limited to 'base/root/scripts')
| -rwxr-xr-x | base/root/scripts/setup_tsm_server.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/base/root/scripts/setup_tsm_server.sh b/base/root/scripts/setup_tsm_server.sh index 6002eeb..2a7738b 100755 --- a/base/root/scripts/setup_tsm_server.sh +++ b/base/root/scripts/setup_tsm_server.sh @@ -6,9 +6,15 @@ CLUSTER=@@CLUSTER@@ yum -y install TIVsm-BA TIVsm-HSM TIVsm-API TIVsm-server +echo "Ensuring multipath is disabled on this disk" chkconfig multipathd off || true service multipathd stop || true multipath -F || true +cat <<EOF >> /etc/multipath.conf +blacklist { + "^sdb" +} +EOF mkfs.ext3 -F /dev/sdb mkdir -p /tsmdiskpool |
