NOTE
– If you want to enable other ports for the firewall, add the port IDs to the
FW_SERVICES_EXT_TCP
configuration item. For example, if you want to enable port
22
,
type
FW_SERVICES_EXT_TCP="30002 22"
.
– If a virtual machine (VM) is used to deploy the arbitration software, enable the firewall port of
the physical machine where the VM is deployed.
XXX@Linux:~# ## Type: string
#
# 9.)
# Which TCP services _on the firewall_ should be accessible from
# untrusted networks?
#
# Format: space separated list of ports, port ranges or well known
# service names (see /etc/services)
#
# Examples: "ssh", "123 514", "3200:3299", "ftp 22 telnet 512:514"
#
# Note: this setting has precedence over FW_SERVICES_ACCEPT_*
#
FW_SERVICES_EXT_TCP="30002"
4.
Check whether the firewall configuration of the quorum server takes effect.
Enter the CLI of the quorum server, go to any directory, run the
rcSuSEfirewall2 restart
command in any directory to restart the firewall. Then run the
iptables -L
command to
check whether the firewall configuration takes effect. If the ACCEPT tcp -- anywhere
anywhere tcp dpt:pago-services2 information is displayed in the command output, the
firewall configuration takes effect.
XXX@Linux:~# iptables -L
.
.
.
.
.
.
ACCEPT tcp -- anywhere anywhere tcp dpt:pago-services2
.
.
.
.
.
.
Step 2
Go to the command-line interface (CLI) of the arbitration software.
In any directory of the quorum server's operating system, run the
qsadmin
command to open
the arbitration software. The arbitration software page is displayed.
XXX@Linux:~# qsadmin
start main!
Waiting for connecting to server...
admin:/>
NOTE
After the arbitration software is started, run the
help
command to check help information and understand
the commands that are required during the configuration process.
Step 3
Add the service IP address and port ID of the quorum server to the arbitration software.
In the CLI of the arbitration software, run the
add server_ip
command to add the service IP
address and port ID of the quorum server to the arbitration software for management.
admin:/>add server_ip ip=192.168.6.31 port=30002
OceanStor V3 Series
HyperMetro Feature Guide for File
4 Configuration
Issue 05 (2018-01-30)
Huawei Proprietary and Confidential
Copyright © Huawei Technologies Co., Ltd.
68