From 32315f63dd4d2ce9f047b7674094858a810bdfa3 Mon Sep 17 00:00:00 2001 From: nott Date: Wed, 29 Feb 2012 14:26:30 +0000 Subject: [PATCH] add force option for nim methods git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11711 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-client/bin/xcatchroot | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/xCAT-client/bin/xcatchroot b/xCAT-client/bin/xcatchroot index acfec9da6..0339c9dc9 100755 --- a/xCAT-client/bin/xcatchroot +++ b/xCAT-client/bin/xcatchroot @@ -49,6 +49,11 @@ if [[ $OSNAME != "AIX" ]] ; then exit 0 fi +# set this variable so the nim methods will work when use a +# gpfs file system +NIM_ATTR_FORCE="yes" +export NIM_ATTR_FORCE + # include common NIM shell defines/functions NIM="/usr/sbin/nim" NIMPATH=/usr/lpp/bos.sysmgt/nim