Sun Microsystems Logo
Products and Services
 
Support and Training
 
 

A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
 
User Commandscreate-node-agent-config(1)


NAME

 create-node-agent-config - adds a new unbound node agent to a domain

SYNOPSIS

 create-node-agent-config user admin_name passwordfile filename [host localhost] [port port_number] [secure=false] [terse=false] [echo=false] [interactive=true] nodeagent_name

DESCRIPTION

This command allows an agent placeholder to be created before the node agent's directory structure is created, using the create-node-agent command. This supports the offline configuration scenario where administrators define server instances in advance of creating the node agents on remote machines.

OPTIONS

u user

The authorized domain application server administrative username.

w password

The password option is deprecated. Use passwordfile instead.

passwordfile

The name of the file containing the domain application server password. The passwordfile should contain either of the following entries: AS_ADMIN_PASSWORD=password or AS_ADMIN_MAPPEDPASSWORD=password. If this option is not called directly, you will be prompted for it before the requested action is completed.

H host

The machine name where the the domain application server is running.

p port

The port number of the domain application server listening for administration requests.

s secure

If set to true, this command uses SSL/TLS to communicate with the domain application server.

t terse

Indicates that any output data must be very concise, typically avoiding human-friendly sentences and favoring well-formatted data for consumption by a script. The default is false.

e echo

Setting this option to true will echo the command line statement on the standard output. The default is false.

I interactive

If this option is set to true (default), only the required password options are prompted.

OPERANDS

nodeagent_name

The name of the node must be unique on the machine. Typically, the nodeagent_name is the host name of the machine where the node agent will reside.

EXAMPLES

Example 1. Using create-node-agent-config

asadmin> create-node-agent-config --user admin1 --passwordfile filename nodeagent1

Command create-node-agent-config executed successfully.

EXIT STATUS

0

command executed successfully

1

error in executing the command

SEE ALSO

delete-node-agent-config(1)


J2EE SDK 1.4Go To TopLast Changed 31 Jan 2005