Shutting Down the Unified Agent

Learn how to shut down the Unified Agent.

To shutdown a Unified Agent running on a specific port number, enter:
$SYBASE/UAF-2_5/bin/uafshutdown.sh -port port_number
For example, to shutdown a UAF agent that is started on port number 12345:
$SYBASE/UAF-2_5/bin/uafshutdown.sh -port 12345
Note: Do not cancel your Unified Agent process by using Ctrl-C to terminate a parent Java process on a running server: this also kills any Adaptive Server and other auxiliary server instances the agent started.