Working with Conductor Script
230 iPlanet Integration Server Process System Guide August 200 1
Working with Conductor Script
Conductor Script is a command line utility built on top of the iPlanet UDS Fscript
command utility. As such, it includes Fscript commands for performing
repository-based operations, as well as a large number of iIS-specific commands.
(A few Fscript commands, however, have been disabled in Conductor Script.)
This section covers topics related to some of the general purpose Fscript commands
accessible from within Conductor Script. iIS-specific operations and commands are
discussed in subsequent sections. The topics covered in this section are the
following:
general Conductor Script operations
writing and executing scripts
operating system and file management commands
-fm memory_options
/MEMORY=
memory_options
Specifies the memory flags to use for the
Conductor Script session. See the iPlanet UDS
System Management Guide for syntax information.
Overrides defaults appropriate for the operating
system. On UNIX, you must specify the memory
flags in double quotes.
-i input_file
/INPUT=input_file
Specifies an input file. The file should consist of a
Conductor Script scripta set of Conductor
Script commandsthat you want to execute
automatically when the Conductor Script utility
starts.
-o output_file
/OUTPUT= output_file
Specifies an alternate output file, in addition to
stdout.
-fns name_service_address
/NAMESERVER=
name_service_address
Specifies the name service address for the
environment in which this application will run.
This value overrides the value, if any, specified by
the FORTE_NS_ADDRESS environment variable.
If you want your application to be able to switch
to a backup Environment Manager if the primary
Environment Manager fails, you can also specify
multiple name service addresses, as discussed in
the iPlanet UDS System Management Guide.
Flag Description