Sun Microsystems 3 Tablet Accessory User Manual


 
Conductor Script Commands
284 iPlanet Integration Server Process System Guide August 2001
FindEngine
The FindEngine command sets the specified engine as the current engine.
FindEngine engine_name
The FindEngine command is always available. The specified engine need not be
running.
You can use the ListEngines Script command to display the list of engines. The
FindEngine command is normally the first command issued to perform any
engine management, database management, or process execution management
tasks.
FindGovernor
The FindGovernor command sets the governor for the current engine as the
current component.
FindGovernor
The FindGovernor command is available only when an engine is current, so you
must first use the
FindEngine Script command to set the current engine. The
governor must also be running.
The
FindGovernor command is normally used to check the status of the governor
(using the
ShowStatus Script command) or to shut it down (using the Shutdown
Script command).
Argument Description
engine_name The specified engine.