Hello, Baifeili
Welcome to our community!
I hope the following answer can help you!
The default IP address of the SC, that is, 192.168.1.100, is already in use by another service. Due to the IP address conflict, an exception occurs when starting up the network adapter. Please resolve it follow the steps:
Log in to the operating system of the SC from the background.
For details about how to log in to the operating system in BMS-based installation scenarios, see Remotely Logging In Through the Management Port.
For details about how to log in to the operating system in FusionSphere virtualization suite (FusionCompute) scenarios, see Logging In to a VM Operating System (Installed Based on FusionCompute).
For details about how to log in to the operating system in HCS scenarios, see Logging In to an ECS Using the VNC.
Log in to the operating system of the SC as the root user. The default password is Change_Me.
Go to the /usr/huawei/switchcenter/Uninstall directory and run the stop.sh script to stop the SC services.
cd /usr/huawei/switchcenter/Uninstall
sh stop.sh
Change the IP address of the eth0 network port.
vi /etc/sysconfig/network-scripts/ifcfg-eth0
The following information is displayed:
DECIVE='eth0'
STARTMODE="auto"
BOOTPROTO='static'
IPADDR='10.175.1.130' //Change it to the planned IPv4 address.
NETMASK='255.255.255.0' //Change it to the planned subnet mask.
Press Esc to exit the editing mode. Then, run the :wq command to save the settings and exit.
Restart the network service.
service network restart
Go to /usr/huawei/switchcenter/Install and run the start.sh script to start the local SC service.
cd /usr/huawei/switchcenter/Install
sh start.sh
Use the new IP address to log in to the SC and continue with other configurations.
ssh admin@10.175.1.130 -p 122