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

  1. Infrastructure > Nodes
  2. In the Nodes list, click one or more nodes.
  3. Click the Start button.
    The Node State of the node changes to Starting.
  4. Click the Refresh button until the Runtime State changes to Running.

CLI

Procedure

  1. 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>
  2. 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>
  3. 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" />