From 7754845c7c2a5a8ce7fd35897eb5f2f307bae75b Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Tue, 17 Sep 2013 17:26:36 -0400 Subject: [PATCH] Fix pasu with multi-node eX5 systems --- xCAT-client/bin/pasu | 1 + 1 file changed, 1 insertion(+) diff --git a/xCAT-client/bin/pasu b/xCAT-client/bin/pasu index 3ebdb6038..19f1d6b87 100755 --- a/xCAT-client/bin/pasu +++ b/xCAT-client/bin/pasu @@ -219,6 +219,7 @@ sub asunode { my $passwd = shift; my $batchfile = shift; my $args; + $bmc =~ s/,.*//; if ($batchfile) { $args = "batch $batchfile"; } else {