For some projects, the service network adapter is installed to the NAS engine onsite. After that, if the NAS engine version is not updated, you need to configure the IP address of the new network adapter by the following method:
For example, two 10GE cards are added to a two-node cluster. Before configuring slot 1, check whether the 10GE card is inserted in slot1. If yes, run the following command as user master to add the network adapter.
1. Four network ports on two network adapters require four physical IP addresses. Run network ip addr show to check whether there are four unused physical IP addresses. If no, run etwork ip addr add xxx.xxx.xxx.xxx (IP address) xxx.xxx.xxx.xxx (mask) physical to add four.
Network> ip addr show
IP Netmask Device Node Type Status
-- ------- ------ ---- ---- ------
10.216.114.212 255.255.255.0 pubeth0 node5_1 Physical
…..
10.216.114.216 255.255.255.0 ( unused ) Physical
10.216.114.217 255.255.255.0 ( unused ) Physical
10.216.114.218 255.255.255.0 ( unused ) Physical
10.216.114.219 255.255.255.0 ( unused ) Physical
2. Run network ip link add slot1 xxx.xxx.xxx.xxx (virtual IP initial address) xxx.xxx.xxx.xxx (mask) to add the network adapter.
Huawei Storage Product Information Self-Service Platform: Link
Huawei Storage Product Multi-media Zone (Youku): Link
Huawei Storage After-sales Documentation Bookshelf: Link-CH and Link-EN