Ensuring that the route exists when using aggregate ports

Data Migrator Administration Guide for Hitachi NAS Platform

Version
14.8.x
Audience
anonymous
Part Number
MK-92HNAS005-31

To check the existence of a viable route from the EVS hosting the file system to the cloud server you want to migrate files to.

  1. Open a BALI command prompt window.
  2. Enter ping -I <source address> <target name>
    where <source address> is one of the IP addresses on the EVS associated with the file system and <target name> is the fully qualified domain name of the HCP namespace or cloud provider address.
  3. The verification process is complete when the system successfully receives responses to the ping messages from the target. The following is an example of a successful ping to check cloud server reachability from an EVS, with the response of "0% packet loss."
    mercury15:$ ping -I 192.168.43.22 ns01.tenant01.hcp01.us.dev.bluearc.com
    ns01.tenant01.hcp01.us.dev.bluearc.com (10.23.34.58) ...
    64 bytes from 10.23.34.58: icmp_seq=0 time=1 ms
    64 bytes from 10.23.34.58: icmp_seq=1 time <1 ms
    64 bytes from 10.23.34.58: icmp_seq=2 time <1 ms
    64 bytes from 10.23.34.58: icmp_seq=3 time <1 ms
    --
    4 packets transmitted, 4 packets received, 0% packet loss
    round-trip min/avg/max = 0/0/1 ms
    mercury15:$
    
  4. If the route does not exist, refer to the Network Administration Guide.

Ensuring the route exists when using management ports

To check the existence of a viable route from the EVS hosting the file system to the cloud server you want to migrate files to.

  1. Open a Linux command prompt
  2. Enter ping <target name>
    where <target name> is the fully qualified domain name of the HCP namespace or cloud provider address.
  3. If the route does not exist, refer to the Network Administration Guide.