From 1ab961f083b3ad84b025f557d42c371d96658be5 Mon Sep 17 00:00:00 2001 From: Casandra Qiu Date: Mon, 28 Aug 2017 08:46:09 -0400 Subject: [PATCH] change rspconfig call in the switchdiscover.pm file --- xCAT-server/lib/xcat/plugins/switchdiscover.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/switchdiscover.pm b/xCAT-server/lib/xcat/plugins/switchdiscover.pm index d590d62ce..2bad5ccc8 100644 --- a/xCAT-server/lib/xcat/plugins/switchdiscover.pm +++ b/xCAT-server/lib/xcat/plugins/switchdiscover.pm @@ -1459,7 +1459,7 @@ sub switchsetup { $mask=$net->{'mask'}; } } - $cmd = "rspconfig $pdu hostname=$pdu,ip=$otherinterfaces,netmask=$mask"; + $cmd = "rspconfig $pdu hostname=$pdu ip=$otherinterfaces netmask=$mask"; xCAT::Utils->runcmd($cmd, 0); if ($::RUNCMD_RC == 0) { xCAT::Utils->runxcmd({ command => ['chdef'], arg => ['-t','node','-o',$pdu,"ip=$ip","otherinterfaces="] }, $sub_req, 0, 1);