Conductor Script Commands
FindNode
The FindNode command sets the specified node as the current node.
FindNode node_name
Argument Description
node_name The specified node. Must be in same environment as the engine.
The FindNode command is available only for the current engine.
The FindNode command is normally used to start engine components (using the StartGovernor, StartDBService, and StartUnit Script commands).
FindParentEngine
The FindParentEngine command makes the component’s parent engine current.
FindParentEngine
The FindParentEngine command is available only when an engine component is current.
The FindParentEngine command is used to navigate to the current engine when one of its components is current and you want to make another of its components current. (The Find and Start component Script commands are only available when an engine is current.)
FindPrimary
The FindPrimary command sets the primary engine unit for the current engine as the current component.
FindPrimary
The FindPrimary command is available only when an engine is current, so you must first use the FindEngine Script command to set the current engine. The primary engine unit must also be running.
Appendix A Conductor Script Commands 285