Set consoleondemand to yes to prevent conserver connections setup with conserver daemon start

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5746 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
wanghuaz 2010-04-13 02:45:15 +00:00
parent f03baf5ff1
commit c0d79d30b2

View File

@ -930,7 +930,7 @@ sub initDB
$chtabcmds .=
"$::XCATROOT/sbin/chtab key=ipmitimeout site.value=2;";
$chtabcmds .=
"$::XCATROOT/sbin/chtab key=consoleondemand site.value=no;";
"$::XCATROOT/sbin/chtab key=consoleondemand site.value=yes;";
}
$chtabcmds .= "$::XCATROOT/sbin/chtab key=master site.value=$master;";
$chtabcmds .= "$::XCATROOT/sbin/chtab key=maxssh site.value=8;";