diff --git a/perl-xCAT/xCAT/PPCfsp.pm b/perl-xCAT/xCAT/PPCfsp.pm index 2db7d820b..33a52df4a 100644 --- a/perl-xCAT/xCAT/PPCfsp.pm +++ b/perl-xCAT/xCAT/PPCfsp.pm @@ -132,7 +132,7 @@ sub connect { ################################## my $hosttab = xCAT::Table->new( 'hosts' ); if ( $hosttab) { - my $hostshash = $hosttab->getNodeAttribs( $server, [qw(ip)]); + my $hostshash = $hosttab->getNodeAttribs( $server, [qw(otherinterfaces)]); if ( $hostshash ) { $server = $hostshash->{ip}; }