From dab3cf53b038f2eaf75c6e842a4a515f10829ba1 Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Tue, 9 Oct 2012 20:46:49 +0000 Subject: [PATCH] Have slpdiscover.pm tolerate more variation in IMM prompt git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.7@13968 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/slpdiscover.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/slpdiscover.pm b/xCAT-server/lib/xcat/plugins/slpdiscover.pm index e28f80bdc..b5b2f5e27 100644 --- a/xCAT-server/lib/xcat/plugins/slpdiscover.pm +++ b/xCAT-server/lib/xcat/plugins/slpdiscover.pm @@ -225,7 +225,7 @@ sub setupIMM { -output_record_separator=>"\r", Timeout=>15, Errmode=>'return', - Prompt=>'/MYIMM> $/'); + Prompt=>'/> $/'); if ($ssh and $ssh->atprompt) { #we are in and good to issue commands $ssh->cmd("users -1 -n ".$args{username}." -p ".$args{password}." -a super"); #this gets ipmi going foreach my $ip (@ips) {