add more instance setup for LL

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7520 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
lissav 2010-09-20 11:43:07 +00:00
parent 91eeaf74db
commit a62aeead2a

View File

@ -777,6 +777,22 @@ sub setupinstance
}
}
# for either client or server update
# su to xcatdb and run more setup
$cmd = "export EXTSHM=ON ";
$rc = &rundb2cmd($cmd);
if ($rc != 0)
{
xCAT::MsgUtils->message("I", " $cmd warning.");
}
$cmd = "db2set DB2ENVLIST=EXTSHM ";
$rc = &rundb2cmd($cmd);
if ($rc != 0)
{
xCAT::MsgUtils->message("I", " $cmd warning.");
}
}
#-----------------------------------------------------------------------------