mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-06-03 03:50:08 +00:00
Support syslog for Cumulus Switch (#3850)
This commit is contained in:
parent
bc64981b79
commit
6e5b960886
@ -176,7 +176,7 @@ sub config_ssh {
|
||||
$rc= xCAT::Utils->runcmd($cmd, 0);
|
||||
print "ssh configured for $csw\n";
|
||||
if ($::ALL) {
|
||||
$cmd = "updatenode $csw -P hardeths,enablesnmp,configinterface";
|
||||
$cmd = "updatenode $csw -P hardeths,syslog,enablesnmp,configinterface";
|
||||
$rc= xCAT::Utils->runcmd($cmd, 0);
|
||||
if ($::RUNCMD_RC != 0) {
|
||||
xCAT::MsgUtils->message("E","Failed to run updatenode, please check the switch");
|
||||
|
Loading…
x
Reference in New Issue
Block a user