Gets the status of a specific connection.
ratool -status [ <connection_name> ]
The name of the connection you want to status for.
To get the status of RepToJMS:
ratool -status RepToJMS
To get the status of all configured RepConnector connections for RepConnector running on “localhost”, listening on port 8080, connecting as user “repraadmin” with no password:
ratool -status
To display debug logging information while running ratool, issue:
ratool -host machine1 -port 8888 -user newuser -password newpassword -loglevel DEBUG -status
By default, if you do not specify -logfile, logging
information is sent to standard output.
To send the debug logging information to a log file while running ratool, issue:
ratool -host machine1 -port 8888 -user newuser -password newpassword -loglevel DEBUG -logfile ratool.log -status
If you do not specify a connection name, you see the status of all connections. Status values for the connection are:
RUNNING – the connection is running.
STOP – the connection is not running.