(Optional) Disabling NetworkManager

Scenario

A centralized BMS uses NetworkManager for network management. This tool needs to be disabled because it may conflict with the network-config configuration. For a distributed BMS, skip this section.

For SUSE 11 SP4, Ubuntu 16.04, and Ubuntu 14.04, skip this section. For BMSs with SDI 3.0 or 2.2 NIC cards, skip this section because NetworkManager is used for network management.

Note:

If NetworkManager is used for network management, you need to perform the following operations (only for Ubuntu):

Take Ubuntu 1804.2 as an example.

1. Run the systemctl status NetworkManager command to check whether the service is set to automatically start upon system startup.

If the service does not exist, run the apt-get install network-manager command to install it.

2. Add the network management service and NIC information to the /etc/netplan/01*yaml file.

Enter :wq!. Then, run the netplan try command to update the network configuration.

Procedure