-
Notifications
You must be signed in to change notification settings - Fork 33
dx_connection_check
Marcin Przepiorowski edited this page Apr 9, 2020
·
1 revision
dx_connection_check [ -engine|d <delphix identifier> | -all ] [ -configfile file ] -hostip IP/FQDN -port portno [ --help|? ] [ -debug ]
Check connectivity between Delphix Engine and host using a specified port
Delphix Engine selection - if not specified a default host(s) from dxtools.conf will be used.
- -engine|d Specify Delphix Engine name from dxtools.conf file
- -all Run script on all engines
- -hostip IP/FQDN Host IP or FQDN
- -port portno Port to check
- -help Print this screen
- -debug Turn on debugging
Check if listener port is open
dx_connection_check -d 53 -hostip 192.168.1.20 -port 1521
Connection to 192.168.1.20:1521 refused - port closed
Check if ssh port is open
dx_connection_check -d 53 -hostip 192.168.1.20 -port 22
Connection to 192.168.1.20:22 sucessful - port seems to be opened
Delphix