diff --git a/xCAT-server/sbin/xcatd b/xCAT-server/sbin/xcatd index b6b793eb6..9d5c6cbbc 100755 --- a/xCAT-server/sbin/xcatd +++ b/xCAT-server/sbin/xcatd @@ -469,6 +469,8 @@ sub do_installm_service { alarm(0); print $conn "done\n"; $text =~ s/\r//g; + # Clear IP-Name cache, Workaround (#4913) for IP changed cases. + xCAT::NetworkUtils->clearcache(); if ($text =~ /next/) { my %request = ( command => ['nodeset'],