HP OpenVMS Systemsask the wizard |
The Question is: What is equivalent of the windows "TRACERT.exe" command using VMS and UCX ? The Answer is :
Please provide the OpenVMS Wizard with details and background of what
you want to do -- while mention of examples or commands or callbacks
from other platforms can sometimes help, such inclusions assume that
the OpenVMS Wizard is familiar with the details of these other platforms,
and this is not a safe assumption. Providing specific background on what
you wish to do should always be included, in addition to any references
or pointers to other platform(s).
The OpenVMS Wizard will assume this is a request for a traceroute or
tcptrace tool within TCP/IP Services. If so, please see the TCP/IP
Services documentation for the "traceroute" and "tcptrace" tools:
http://www.openvms.digital.com:8000/
/721final/6523/6523pro_002.html#tools
http://www.openvms.digital.com:8000/
72final/6526/6526profile_030.html#tcptrace_sec
Alternatively, for traceroute, please see:
$ @SYS$MANAGER:TCPIP$DEFINE_COMMANDS.COM;1
$ traceroute -?
Usage: traceroute [-dnrv] [-w wait] [-m max_ttl] [-p port#] [-q nqueries]
[-t tos] [-s src_addr] host [data size]
$
|