To create a node agent, run the asadmin
command create-node-agent
locally on the machine on which the node agent runs.
For example:
$ asadmin create-node-agent --host myhost --port 4849 ---user admin nodeagent1
where myhost
is your Domain Administration Server hostname, 4849
is your Domain Administration Server port number, admin
is your Domain Administration Server user, and nodeagent1
is the name of the node agent you are creating.
The default name for a node agent is the host name on which the node agent is created.
If you’ve already created a node agent placeholder, use the same name as the node agent placeholder to create the associated node agent.
For a complete description of the command syntax, see the online help for the command.
See Also: