diff --git a/xCAT-server/sbin/xcatconfig b/xCAT-server/sbin/xcatconfig index 02957537c..20b1c6c03 100755 --- a/xCAT-server/sbin/xcatconfig +++ b/xCAT-server/sbin/xcatconfig @@ -901,7 +901,7 @@ sub initDB # don't use if the address is this machine (Management Node) my $forwarders; # find out the names for the Management Node - my @MNnodeinfo = xCAT::Utils->determinehostname; + my @MNnodeinfo = xCAT::NetworkUtils->determinehostname; my $MNnodename = pop @MNnodeinfo; # hostname my @MNnodeipaddr = @MNnodeinfo; # ipaddresses