From 7eb7682292b543eaad0600e3d439efdc0729284b Mon Sep 17 00:00:00 2001 From: Martin Schwenke Date: Thu, 10 Sep 2009 14:25:24 +1000 Subject: Attempt to set adminMode to allToAll in setup_gpfs.sh to for GPFS 3.3. GPFS 3.3 requires that adminMode be set to allToAll for mm commands to be run from any node. The redirect from /dev/null ensures that older versions of GPFS won't get stuck when they prompt you to warn about an unknown option - hopefully the failure will be graceful. Signed-off-by: Martin Schwenke --- base/root/scripts/setup_gpfs.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'base/root/scripts') diff --git a/base/root/scripts/setup_gpfs.sh b/base/root/scripts/setup_gpfs.sh index 5dc08d4..f870a36 100755 --- a/base/root/scripts/setup_gpfs.sh +++ b/base/root/scripts/setup_gpfs.sh @@ -56,6 +56,10 @@ if type mmchlicense >/dev/null 2>&1 ; then mmchlicense server --accept -N all fi +echo +echo "Attempting to set adminMode=allToAll" +mmchconfig adminMode=allToAll