Starting Nodes
You can start nodes using the Administrator GUI or CLI. If the
Administrator server is not running, you can start the nodes by starting the
TIBCO Host instance that manages the nodes.
GUI
Procedure
-
-
In the Nodes list, click one or more nodes.
-
Click the
Start button.
The Node State of the node changes to Starting.
-
Click the Refresh button until the Runtime State changes to
Running.
CLI
Procedure
-
In the data file, specify an
Environment and one or more Node definitions in base format. You can also use a
data file previously used to create the nodes in which the nodes are specified
in full format.
<Environment name="DevEnvironment"
<Node name="node1"/>
<Node name="node2"/>
</Environment>
-
In the data file, specify an
Environment and one or more Node definitions in base format. You can also use a
data file previously used to create the nodes in which the nodes are specified
in full format.
<Environment name="DevEnvironment"
<Node name="node1"/>
<Node name="node2"/>
</Environment>
-
In the build file, set the
action
attribute of the
AMXAdminTask element to
start and
the
objectSelector attribute to
Environment/Node.
<AMXAdminTask action="start" objectSelector="Environment/Node" />
Copyright © TIBCO Software Inc. All Rights Reserved.