Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Description

The RESTART option specifies whether or not this execution of the UCMD Manager is a restart of a previous manager fault tolerant UCMD Manager.

(See Manager Fault Tolerance - Universal Command for details on the manager fault tolerant feature.

Usage

Method

Syntax

IBM i

UNIX

Windows

z/OS

Command Line, Short Form

-R option


(tick)

(tick)

(tick)

Command Line, Long Form

-restart option


(tick)

(tick)

(tick)

Environment Variable

UCMDRESTART option

(tick)

(tick)

(tick)


Configuration File Keyword

restart option

(tick)

(tick)

(tick)

(tick)

STRUCM Parameter

RESTART(*option)

(tick)




Values

option is the specification for whether or not this execution of UCMD Manager is a restart.

Valid values for option are:

  • yes
    UCMD Manager is restarting an existing unit of work represented by a command ID.
     
    The COMMAND_ID and MANAGER_FAULT_TOLERANT options are required.
  • no
    UCMD Manager is not restarting.
  • auto
    UCMD Manager checks to see if the Universal Broker is executing an existing unit of work, identified by COMMAND_ID. If a matching command ID is found, the UCMD Manager attempts a restart. If a matching command ID is not found, the UCMD Manager does not attempt a restart.
     
    The COMMAND_ID and MANAGER_FAULT_TOLERANT options are required. However, auto cannot be used if the COMMAND_ID value is *, which specifies that the UCMD Manager will generate a unique command ID for each run.


Default is no.

  • No labels