Working with Conductor Script
230
iPlanet Integration Server • Process System Guide • August 2001
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 script—a set of Conductor
Script commands—that 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
Содержание iPlanet Integration Server 3.0
Страница 1: ...Process System Guide iPlanet Integration Server Version3 0 August 2001...
Страница 14: ...14 iPlanet Integration Server Process System Guide August 2001...
Страница 18: ...18 iPlanet Integration Server Process System Guide August 2001...
Страница 42: ...iIS Process Management Tools 42 iPlanet Integration Server Process System Guide August 2001...
Страница 82: ...iIS Console Main Window Command Summary 82 iPlanet Integration Server Process System Guide August 2001...
Страница 156: ...Performing Application Upgrades 156 iPlanet Integration Server Process System Guide August 2001...
Страница 226: ...Performance Charts 226 iPlanet Integration Server Process System Guide August 2001...
Страница 326: ...Conductor Script Commands 326 iPlanet Integration Server Process System Guide August 2001...
Страница 358: ...Database Schema Reference 358 iPlanet Integration Server Process System Guide August 2001...