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:
  1. 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.
  1. OpenSSH_7.4p1, OpenSSL 1.0.2k-fips 26 Jan 2017
  2. debug1: Reading configuration data /etc/ssh/ssh_config
  3. debug1: /etc/ssh/ssh_config line 58: Applying options for *
  4. debug1: Connecting to 192.168.10.2 [vCenterIP地址] port 443.
  5. 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.
  1. ssh -v -p 443 <ESXiIP地址>
Test command: If the input result includes the information ‘[debug1: Connection established.],’ it indicates that the network connection is successful.
  1. OpenSSH_7.4p1, OpenSSL 1.0.2k-fips 26 Jan 2017
  2. debug1: Reading configuration data /etc/ssh/ssh_config
  3. debug1: /etc/ssh/ssh_config line 58: Applying options for *
  4. debug1: Connecting to 192.168.10.2 [ESXiIP地址] port 443.
  5. debug1: Connection established.