Test the connectivity from HyperBDR to the management network of vCenter/ESXi
If your fallback testing environment is interconnected with the on-premises network through Huawei Cloud VPN, you can test the network connectivity from HyperBDR to the Common Storage Fallback Gateway using the following steps.
Log in to the HyperBDR host
Test access to the vCenter address port
Replace the IP address of vCenter in the command with the actual IP address from the production environment.
Test command:
ssh -v -p 443 <vCenter IP Address>
If the input result includes the information ‘[debug1: Connection established.],’ it indicates that the network connection is successful.
OpenSSH_7.4p1, OpenSSL 1.0.2k-fips 26 Jan 2017
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 58: Applying options for *
debug1: Connecting to 192.168.10.2 [vCenter的IP地址] port 443.
debug1: Connection established.
Test access to the ESXi address port
Replace the IP address of ESXi in the command with the actual IP address from the production environment.
ssh -v -p 443 <ESXi的IP地址>
Test command:
If the input result includes the information ‘[debug1: Connection established.],’ it indicates that the network connection is successful.
OpenSSH_7.4p1, OpenSSL 1.0.2k-fips 26 Jan 2017
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 58: Applying options for *
debug1: Connecting to 192.168.10.2 [ESXi的IP地址] port 443.
debug1: Connection established.