startNode
The startNode method starts the ActiveMatrix Service Grid node, if not running.
Type
Synchronous,
IMPACT_ACTION.
Arguments
Name | Type | Description |
---|---|---|
Node Name | String | The node name. |
Node start mode | String |
Two types of mode can be specified for a node start-up. The
Default value is
|
Exceptions
Condition | Result |
---|---|
If node does not exist. | Throws a
MicroAgentException with Message “TIBCO-AMX-HPA-012106: node TestNode does not exist ".
|
If node is already started/running. | Throws a
MicroAgentException with Message “Provided node name '<nodename>
already started for host '<hostname> ".
|
Returns
None.