fix bug 3524452: rcons to P7 IH LPAR getting Console not ready error
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.7@12559 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
2fb15fdecb
commit
80dcea738a
@ -165,7 +165,7 @@ sub getIPaddress
|
||||
} else {
|
||||
return -3;
|
||||
}
|
||||
} elsif ($type eq "frame" or $type eq "cec" or $type eq "lpar") {
|
||||
} elsif ($type eq "frame" or $type eq "cec" or ($type =~ /lpar/i)) {
|
||||
#In DFM
|
||||
#1. when the node type is frame, its hcp( $nodetocheck ) is frame,
|
||||
#and it will get the BPAs IPs for the Frame.
|
||||
|
Loading…
x
Reference in New Issue
Block a user