diff --git a/xCAT-server/lib/xcat/plugins/blade.pm b/xCAT-server/lib/xcat/plugins/blade.pm index ac55bff94..8841e27eb 100644 --- a/xCAT-server/lib/xcat/plugins/blade.pm +++ b/xCAT-server/lib/xcat/plugins/blade.pm @@ -4444,6 +4444,9 @@ sub network { } $hosttab->close(); } + unless ($ip) { + $ip = xCAT::NetworkUtils->getipaddr($node); + } } else { my $ppctab = xCAT::Table->new( 'ppc' ); if ($ppctab) {