mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-08-18 17:20:19 +00:00
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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user