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:
parent
2b4af17c32
commit
df516a289d
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user