Conductor Script Commands

Shutdown

The Shutdown command shuts down the current engine or one of its individual components.

Shutdown

The Shutdown command is available only when the engine is current or if an engine component is current. Use the FindEngine Script command to set the current engine, and, in addition, the FindGovernor, FindDBService, FindUnit, or FindPrimary Script command to make the corresponding engine component current.

The effect of the Shutdown command depends upon whether the engine is current or an engine component is current:

if engine: shuts down all components of current engine

if engine component: shuts down the current component

If the Shutdown command results in a primary engine unit being shut down, then all state information in the engine is lost and must be recovered from the engine database when a primary unit comes online.

StartActivity

The StartActivity command changes the state of the specified activity from READY to ACTIVE.

StartActivity process_id activity_name session_id

Argument

Description

 

 

process_id

The process instance in which the activity was created.

activity_name

The name of the activity.

session_id

The session that will perform the ACTIVE activity. Applies only to

 

Offered and Queued activities.

 

 

The StartActivity command is available only when an engine is current, so you must first use the FindEngine Script command to set the current engine.

The StartActivity command does not apply to activities that do not pass through ACTIVE or READY state, such as First and Last activity.

314 iPlanet Integration Server • Process System Guide • August 2001

Page 314
Image 314
Sun Microsystems 3 manual Shutdown, StartActivity