From 8e348203456b0b0b4d99a52ca0da38ccf7be7b2a Mon Sep 17 00:00:00 2001 From: jjhua Date: Wed, 30 Nov 2011 08:29:26 +0000 Subject: [PATCH] initialize the powerinterval and syspowerinterval in the site table git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.6@11076 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/sbin/xcatconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xCAT-server/sbin/xcatconfig b/xCAT-server/sbin/xcatconfig index 4705cd2bd..33dfe3f6a 100755 --- a/xCAT-server/sbin/xcatconfig +++ b/xCAT-server/sbin/xcatconfig @@ -976,6 +976,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;";