vovtestsocket
Test vovserver socket connectivity.
The result is printed and a time-stamped property of the form SOCKET_<HOST>_<PORT> is attached. See example below.
vovtestsocket: Usage Message
DESCRIPTION:
This utility tests the connectivity to a socket
and leaves the status in a property of the trace.
The property is called SOCKET_$HOST_$PORT.
USAGE:
% vovtestsocket HOST PORT
Examples
myproject@server DEFAULT ~ > vovtestsocket tiger 110
vovtestsocket 04/24/2017 10:21:55: message: Status: 'ok'
myproject@server BASE+SVN1 ~ > vovprop list 1 | grep SOCK
SOCKET_tiger_110 = '1493054515 ok'
This example attempts to connect to a host 'tiger' on port 110 (the one usually used by POP3 protocol). This command returns 0 exit status irrespective of the result.