Table 4-6
Configuration requirements of virtual network adapters
Name
Configuration
Requirement
Example
Networ
k
adapter
2
vmnic0 connects to
controller A of the local
and remote storage
systems in the HyperMetro
pair.
n
Switch name: vSwitch 1
n
Physical adapters name: vmnic0
n
Physical adapters IP addresses and
mask: 192.168.6.31/255.255.255.0
Networ
k
adapter
3
vmnic1 connects to
controller B of the local
and remote storage
systems in the HyperMetro
pair.
n
Switch name: vSwitch 2
n
Physical adapters name: vmnic1
n
Physical adapters IP addresses and
mask: 192.168.7.31/255.255.255.0
–
When deploying the arbitration software using physical machines, the two ports of
the quorum server are not bonded and you are advised to configure service IP
addresses at two different network segments for arbitration ports. In this example,
arbitration software is deployed on physical machines, and two ports of the quorum
server are not bonded.
lists configuration examples.
Table 4-7
Examples for configuring IP addresses of arbitration services
Arbitration
Port
Service IP Address
Mask
Arbitration
port 1
192.168.6.31
255.255.255.0
Arbitration
port 2
192.168.7.31
255.255.255.0
Run the
sudo vi /etc/network/interfaces
command to open the configuration file of the
network adapter used by the quorum server for arbitration. The following uses network
adapters
eth1
and
eth2
for arbitration ports as an example to describe how to modify the
file. Modify the
address
and
netmask
in this file and then save the file.
NOTICE
The start mode must be set to auto.
XXX@ubuntu:~$sudo vi /etc/network/interfaces
auto eth1 //The parameter must be set to auto.
iface eth1 inet static
address 192.168.6.31
gateway 192.168.6.1
netmask 255.255.255.0
auto eth2 //The parameter must be set to auto.
iface eth2 inet static
address 192.168.7.31
OceanStor V3 Series
HyperMetro Feature Guide for File
4 Configuration
Issue 05 (2018-01-30)
Huawei Proprietary and Confidential
Copyright © Huawei Technologies Co., Ltd.
77