Pathway/iTS System Management Manual (G06.24+)
PROGRAM Commands
HP NonStop Pathway/iTS System Management Manual—426748-002
11-4
ALTER PROGRAM Command
Consideration
If you set multiple values for the RUN PROGRAM TYPE command, the RESET option
deletes only the type you specify. For example, if you define TYPE 2, TYPE 4, and
TYPE 5 for a particular PROGRAM object and enter RESET TYPE 5, only TYPE 5 is
deleted from the list of types for that PROGRAM object definition. If the type specified
with the RESET option is the only type definition for the PROGRAM object, a syntax
error is generated and the attribute is not changed.
Errors
The following table lists the most common error that can occur during the processing of
the ALTER PROGRAM command:
Examples
The following commands change the PROGRAM object attributes shown:
ALTER PROGRAM PROG-1,TCP TCP-1
ALTER PROG-2, RESET ERROR-ABORT
The following commands change multiple PROGRAM object attributes:
ALTER PROGRAM PROG-3, RESET (OWNER,SECURITY,TMF)
ALTER PROGRAM PROG-3, TYPE 5 (INITIAL CONV-EXP) &
, TYPE 4 (INITIAL LOGON)
The following command deletes a specific TYPE attribute from the PROGRAM object
definition:
ALTER PROGRAM PROG-3, RESET TYPE 5
This Message… Is Displayed When…
*1108* TOO MANY
PROGRAM ENTRIES
You have tried to alter a PROGRAM object but you have already
added the maximum number of PROGRAM objects (that is,
4095) supported by the PATHMON process.
The command failed because the PATHMON process executes
the ALTER PROGRAM command by creating a new PROGRAM
object with the altered values before deleting the existing
PROGRAM object. When the maximum number of PROGRAM
objects already exists, the PATHMON process does not have the
space to create a new one.
To avoid this problem, define and add the maximum number of
PROGRAM objects allowed minus 1 (that is, 4094 PROGRAM
objects).