create-node-config
create-node-config
Creates a node that is not enabled for remote communication
Synopsis
asadmin [asadmin-options] create-node-config [--help]
[--nodehost node-host]
[--installdir as-install-parent] [--nodedir node-dir] node-name
Description
The create-node-config subcommand creates a node that is not enabled
for remote communication. The create-node-config subcommand does not
require the secure shell (SSH) to be configured to create the node.
A node represents a host on which the Eclipse GlassFish software is installed. A node must exist for every host on which Eclipse GlassFish instances reside.
|
To represent the host where the DAS is running, Eclipse GlassFish
provides the predefined node |
All administration of instances on a node that is not enabled for remote communication must be performed on the host that the node represents. The domain administration server (DAS) on a remote host cannot contact the node. To administer instances on a node that represents a host that is remote from the DAS, you must use the following subcommands:
However, you may use
stop-local-instance(1)
or stop-instance(1) to stop
the instances.
This subcommand is supported in remote mode only.
Options
- asadmin-options
-
Options for the
asadminutility. For information about these options, see theasadmin(1M) help page. --help-?-
Displays the help text for the subcommand.
--nodehost-
The name of the host that the node represents. If this option is omitted, no host is specified for the node.
--installdir-
The full path to the parent of the base installation directory of the Eclipse GlassFish software on the host, for example,
/export/glassfish7/. If this option is omitted, no parent of the base installation directory of the Eclipse GlassFish software is specified for the node. --nodedir-
The path to the directory that is to contain Eclipse GlassFish instances that are created on the node. If a relative path is specified, the path is relative to the as-install directory. If this option is omitted, no directory for instances is specified for the node.
Operands
- node-name
-
The name of the node.
The name must meet the following requirements:-
The name may contain only ASCII characters.
-
The name must start with a letter, a number, or an underscore.
-
The name may contain only the following characters:
-
Lowercase letters
-
Uppercase letters
-
Numbers
-
Hyphen
-
Period
-
Underscore
-
-
The name must be unique in the domain and must not be the name of another node, a cluster, a named configuration, or a Eclipse GlassFish instance.
-
The name must not be
domain,server, or any other keyword that is reserved by Eclipse GlassFish.
-