Add command – HP NonStop G-Series User Manual

Page 315

Advertising
background image

COUP and PUP Interfaces

HP NonStop Storage Management Foundation User's Guide523562-008

B-11

ADD Command

HIGHPIN

specifies whether or not the process should be associated with a high PIN at
startup. Valid values and their meaning are:

The default value is ON.

DEBUGMODE

specifies the debug utility to invoke if the process fails. Valid values are INSPECT
and DEBUG. The default is INSPECT.

SAVEABEND

specifies whether a SAVEABEND file is created if the process abends. By default,
a value of OFF is assigned, meaning that no SAVEABEND file is created.

DEBUGRULES

specifies where to obtain information determining which debug utility to invoke if
the process fails or whether a SAVEABEND file is created if the process abends. A
value of STANDARD indicates that INSPECT is the debug utility and that a
SAVEABEND file is not created. A value of DEFINED indicates that values should
be obtained from DEBUGMODE and SAVEABEND parameter values. The default
value is STANDARD, unless DEBUGMODE and SAVEABEND parameters have
been specified, in which case the default is DEFINED.

ADD Command

The ADD command adds an entry for a process to the OSCONFIG file. It also allows
you to define attributes for the process by using attribute parameters you pass in the
command or attribute values associated with a process that already has an
OSCONFIG entry. Only members associated with the super-group (255,

n

) can

execute the ADD command.

listfile

is the file to which you want COUP to send its output. The file can be a disk file, a
tape file, a printer, or a process. The default listfile is your home terminal.

Value

Meaning

OFF

If you specify OFF, the process is forced into a low PIN at startup if one is
available.

ON

If you specify ON, the process is forced into a high PIN at startup if one is
available.

ADD [/OUT listfile/] [PROCESS] $new-process-name
[,attribute-parameter | LIKE $existing-process-name ]
[,attribute-parameter]...

Advertising