From f85446fe1ae41968d6522e2ab4218907b3b735cd Mon Sep 17 00:00:00 2001 From: chenglch Date: Tue, 26 Apr 2016 05:56:38 -0400 Subject: [PATCH] Stop audit command log by default Audit every command in auditlog table may affect performance, disable it by default. close-issue #864 --- xCAT-server/sbin/xcatconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/xCAT-server/sbin/xcatconfig b/xCAT-server/sbin/xcatconfig index 9e84e8ed8..1084e32d6 100755 --- a/xCAT-server/sbin/xcatconfig +++ b/xCAT-server/sbin/xcatconfig @@ -1172,6 +1172,7 @@ sub initDB $chtabcmds .= "$::XCATROOT/sbin/chtab key=dhcplease site.value=43200;"; $chtabcmds .= "$::XCATROOT/sbin/chtab key=auditnosyslog site.value=0;"; $chtabcmds .= "$::XCATROOT/sbin/chtab key=xcatsslversion site.value=TLSv1;"; + $chtabcmds .= "$::XCATROOT/sbin/chtab key=auditskipcmds site.value=ALL;"; #$chtabcmds .= "$::XCATROOT/sbin/chtab key=useflowcontrol site.value=yes;"; # need to fix 4031 if ($::osname eq 'AIX')