Forthe full syntax, type asadmin help start-node-agent.
Stoppinga Node Agent
Anode agent is stopped using the stop-node-agent command and specifying the node agent
name.For example, to stop the node agent mynodeagent, type the following:
$ asadmin stop-node-agent mynodeagent
Forthe full syntax, type asadmin help stop-node-agent.
Starting an Instance
Aserver instance is started using the start-instance command. The following example starts
theserver instance named myinstance. The command prompts for the administrative
passwords.
$ asadmin start-instance --host myhost --port 1234 --user admin myinstance
Theadministrative server host is myhost, the administrative port is 1234, the administrative
usernameis admin. The server instance myinstance can be clustered or standalone.
Forthe full syntax, type asadmin help start-instance.
Stoppingan Instance
Aserver instance is started using the stop-instance command. The following example stops
theserver instance named myinstance. The command prompts for the administrative
passwords.
$ asadmin stop-instance --host myhost --port 1234 --user admin myinstance
Theadministrative server host is myhost, the administrative port is 1234, the administrative
usernameis admin. The server instance myinstance can be clustered or standalone.
Forthe full syntax, type asadmin help stop-instance.
Restarting an Instance
Torestart server instance, stop and start the instance.
BasicEnterpriseSer ver Commands
Chapter1 • Enterprise Ser ver Overview 35