NAME | SYNOPSIS | DESCRIPTION | OPTIONS | OPERANDS | EXAMPLES | EXIT STATUS | SEE ALSO
The local stop-node-agent command is used to stop a node agent. If the agent directory is not specified, the node agent in the default install_dir/nodeagents directory is stopped. If there is more than one node agent in the specified node agent directory, the nodeagent_name operand must be specified. The stop-node-agent commands stops all managed server instances of the node agent.
This command is supported in local mode only.
Like a Domain Administration Server (DAS), each node agent resides in a top level directory named agentdir/nodeagent_name. If specified, the path must be accessible in the filesystem. If not specified, the node agent is created in the default install_dir/nodeagents directory.
Indicates that any output data must be very concise, typically avoiding human-friendly sentences and favoring well-formatted data for consumption by a script. Default is false.
Setting to true will echo the command line statement on to the standard output. Default is false.
If set to true (default), only the required options are prompted.
If set to true, uses SSL/TLS to communicate with the domain administration server.
This is the name of the node agent to stop. If the specified agent directory contains multiple node agents, the nodeagent_name operand is required.
This example stops a node agent, nodeagent1, located in default install_dir/nodeagents directory.
asadmin>stop-node-agent nodeagent1 Command stop-node-agent executed successfully. |
NAME | SYNOPSIS | DESCRIPTION | OPTIONS | OPERANDS | EXAMPLES | EXIT STATUS | SEE ALSO