Registering or unregistering a daemon on Windows or UNIX platforms

Register or unregister a daemon that might:

  • be unsecured
  • be secured
  • use unsecured routing
  • use secured routing

To register a daemon on Windows or UNIX platforms

  1. Check whether the TMTM Extensible Agent is running or not. For Windows and UNIX, enter qpea --status. If it is not running, start it by entering qpea --start.
  2. Change to the directory where you extracted the TIBCO Rendezvous monitoring extension files qptibrv.bat (Windows) or qptibrv.sh (UNIX).
  3. To register, enter the following commands. If you are using daemon certification, add the necessary parameters to the commands (Controlling the TIBCO Rendezvous monitoring extension on Windows or UNIX platforms).

    Substitute the appropriate rvd parameter in the following commands depending on whether the daemon is unsecured, secured, or uses unsecured routing or secured routing. See Controlling the TIBCO Rendezvous monitoring extension on Windows or UNIX platforms for details.

    For Windows, enter:
    qptibrv --register -rvd:service:network:daemon
    -http:URL:port:user:password

    For UNIX, enter:
    ./qptibrv.sh --register -rvd:service:network:daemon
    -http:URL:port:user:password

    where the parameters and options are as described in Controlling the TIBCO Rendezvous monitoring extension on Windows or UNIX platforms.
  4. To unregister, enter the following commands. If you are using daemon certification, add the necessary parameters to the commands (Controlling the TIBCO Rendezvous monitoring extension on Windows or UNIX platforms).

    For Windows, enter:
    qptibrv --unregister -rvd:service:network:daemon

    For UNIX, enter:
    ./qptibrv.sh --unregister -rvd:service:network:daemon

    where the parameters and options are as described in Controlling the TIBCO Rendezvous monitoring extension on Windows or UNIX platforms.

Note

TrueSight Middleware and Transaction Monitor registers the objects as you entered them. TrueSight Middleware and Transaction Monitor does not verify that the objects you provided are spelled the same as they are in your TIBCO Rendezvous environment. If they do not match, the objects are not monitored.
Was this page helpful? Yes No Submitting... Thank you

Comments