Skip to main content
Skip table of contents

PRIZCON

PRIZCON is the Prizm Gateway console process, which supports that management console. The process must be attached to an existing PRIZMON process.

Starting the Process

The PRIZCON process is started by running the PRIZCON program from TACL. 

tacl > run PRIZGATE / run-options / command-line-options

You should be logged-on as a user with sufficient privileges to access the system resources that the process requires.

run-options

The standard TACL run options. The CPU option is recommended in order to load-balance across multiple cpus. The NOWAIT options is recommended. The TERM options is also recommended if started from a dynamic terminal device. The IN and OUT options are ignored.

command-line-options

@<command-file>

Reads command line options from <command-file>. Options specified on the command line override any duplicates specified in the file. At most, one '@' option may used. The file itself cannot contain an '@' option (i.e., no nesting).

--monitor <process-name>

Specifies the name of the PRIZCON process to attach to.  This option is required. The PRIZMON process must be running on the same node as the PRIZCON process.

Remarks

On startup, the PRIZCON process loads its configuration from the CFGCON file in the gateway configuration subvolume. This subvolume is specified using the PRIZMON --config option.

Examples

Start the PRIZCON process and attach to an already running PRIZMON process $PZMON.

tacl> run prizgate / name, nowait, cpu 2 / --monitor $pzmon

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.