From c492b1a276af34b7917c3f343d70ada7c9a0ad2d Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Wed, 10 Oct 2012 14:16:57 +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/trunk@13972 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) {