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:
parent
91eeaf74db
commit
a62aeead2a
@ -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.");
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
#-----------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user