Help Center/ Bare Metal Server/ Private Image Creation Guide/ Linux/ Configuring the VM Environment/ (Optional) Deleting the Network Management Tool Plug-in
Updated on 2025-11-07 GMT+08:00

(Optional) Deleting the Network Management Tool Plug-in

A distributed BMS image uses the NetworkManager provided by the OS, you need to delete the NetworkManager-config-server plug-in from the VM. Otherwise, the NIC cannot automatically obtain an IP address. For a centralized BMS, skip this section because it does not use NetworkManager.

Run rpm -qa | grep NetworkManager-config-server to check whether there is such a plug-in.

If yes, run rpm -e NetworkManager-config-server to delete it.