From df516a289d55ac822507fe2a4df832f9fdb01f7a Mon Sep 17 00:00:00 2001 From: linggao Date: Wed, 29 Oct 2008 19:55:30 +0000 Subject: [PATCH] console opens on demand on AIX git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2416 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 ac8b9c065..3613c9b64 100644 --- a/xCAT-server/sbin/xcatconfig +++ b/xCAT-server/sbin/xcatconfig @@ -641,6 +641,8 @@ if ((!-r "/etc/xcat/site.sqlite") || $::FORCE) { $chtabcmds .= "$::XCATROOT/sbin/chtab key=useSSHonAIX site.value=no;"; + $chtabcmds .= + "$::XCATROOT/sbin/chtab key=consoleondemand site.value=yes;"; } my $outref = xCAT::Utils->runcmd("$chtabcmds", 0);