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
This commit is contained in:
linggao 2008-10-29 19:55:30 +00:00
parent 2b4af17c32
commit df516a289d

View File

@ -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);