Working with Conductor Script
232
iPlanet Integration Server • Process System Guide • August 2001
Writing and Executing Scripts
This section describes Conductor Script commands you use to write and execute
scripts to automate iIS process management tasks. For full reference
documentation of the commands, consult the Fscript Reference Guide.
One of the advantages of using Conductor Script over the iIS Console is that
Conductor Script lets you automate your routine system management tasks. You
can capture a sequence of Conductor Script operations into a script file and then
run that file at a later time.
You can run a script either by starting Conductor Script with the -i flag (and
supplying the script file name) or by starting Conductor Script and then issuing the
Include
command when you want to run the script.
Comments
To include comments in your scripts, start the line containing the comment with
the # character, as shown in the following example:
UseLocal
——
Set Conductor Script to recognize file
names specified in local operating system
format.
UsePortable
——
Set Conductor Script to recognize file
names specified in iPlanet UDS portable
name format.
# Shut down the Banking engine.
FindEngine Banking
Shutdown
Command
Arguments
Function
Summary of Contents for iPlanet Integration Server 3.0
Page 1: ...Process System Guide iPlanet Integration Server Version3 0 August 2001...
Page 14: ...14 iPlanet Integration Server Process System Guide August 2001...
Page 18: ...18 iPlanet Integration Server Process System Guide August 2001...
Page 42: ...iIS Process Management Tools 42 iPlanet Integration Server Process System Guide August 2001...
Page 226: ...Performance Charts 226 iPlanet Integration Server Process System Guide August 2001...
Page 326: ...Conductor Script Commands 326 iPlanet Integration Server Process System Guide August 2001...
Page 358: ...Database Schema Reference 358 iPlanet Integration Server Process System Guide August 2001...