initialize the powerinterval and syspowerinterval in the site table

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11075 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jjhua 2011-11-30 08:26:45 +00:00
parent 95c110b1cc
commit f58d07b802

View File

@ -1018,6 +1018,8 @@ sub initDB
$chtabcmds .= "$::XCATROOT/sbin/chtab key=ppcmaxp site.value=64;";
$chtabcmds .= "$::XCATROOT/sbin/chtab key=ppcretry site.value=3;";
$chtabcmds .= "$::XCATROOT/sbin/chtab key=ppctimeout site.value=0;";
$chtabcmds .= "$::XCATROOT/sbin/chtab key=powerinterval site.value=0;";
$chtabcmds .= "$::XCATROOT/sbin/chtab key=syspowerinterval site.value=0;";
$chtabcmds .= "$::XCATROOT/sbin/chtab key=sharedtftp site.value=1;";
$chtabcmds .=
"$::XCATROOT/sbin/chtab key=SNsyncfiledir site.value=$syncdir;";