Confirming the connection with a destination host
HULFT Manager connects to destination hosts and carries out file transfers using the TCP/IP protocol (included in the operating system). HULFT Manager identifies each destination host by the Host Name. To establish a connection, the test results (using ping command) of the connection with the target host name should be successful.
Confirm that the test results of connection with the target Host Name are successful beforehand.
Execution method of ping
Start the Command Prompt and enter the command line as follows to execute the ping command:
- Example
-
-
For IPv4
ping destination host name
- Example
-
ping HOST01
-
For IPv6
ping -6 destination host name
- Example
-
ping -6 HOST01
-
For details, refer to the relevant manuals of each OS.