You can run the nco_pa_shutdown utility to shut down a process agent and optionally stop associated services and processes.
To shut down a process agent, enter the following command:
$NCHOME/omnibus/bin/nco_pa_shutdown command_line_options
In this command, command_line_options represents one or more command-line options that you can specify for the nco_pa_shutdown utility.
Command-line options for the nco_pa_shutdown utility are described in the following table.
| Command-line option | Description |
|---|---|
| -help | Displays help about the command-line options and exits. |
| -nosecure | Connects to process agents in a non-secure mode that does not encrypt login information during transmission. |
| -option string | Specifies how the shutdown is completed. Can
be STOP to shut down all processes that the process
agent manages locally, or LEAVE to leave the locally-managed
processes running after the shutdown. If -option is
not specified on the command line, the utility displays a menu with
the shutdown options and prompts you for the type of shutdown to perform. Tip: To stop a remotely-managed process, you must run the nco_pa_stop utility.
|
| -password string | The password to use for the process agent. |
| -server string | Name of process agent to shut down. |
| -user string | The user name for the process agent. The default is the user running the command. |
| -version | Displays software version information and exits. |