OSI/MHS Management Programming Manual
Commands and Responses
OSI/MHS Management Programming Manual—424824-001
5-80
ADD GROUP
ZMHS-MAP-RS-PARAMS
is an extensible structured token that contains attributes specific to RS GROUP
process. This token is required. ZMHS-DDL-RS-PARAMS contains the following
fields:
ZRS-PNAME
is the name of the RS process within this group. This process must reside on the
same node as the MHS manager. The SPI-NULL value for this field is 0.
ZRS-CPU
is the CPU on which the RS process will run. No range checking is performed.
However, this value should not exceed the number of CPUs on the target system
minus one (for example, a value in the range 0 to 7 for an eight-CPU system). If
the null value is detected, the default value for the group is used. The SPI-
NULL value for this field is 255.
ZRS-BACKUP
is the backup CPU the RS process will use. No range checking is performed.
However, this value should not exceed the number of CPUs on the target system
minus one (for example, a value in the range 0 to 7 for an eight-CPU system). If
the null value is detected, the default value for the group is used. The SPI-
NULL value for this field is 255.
ZRS-PRI
is the priority at which the RS process will run. The maximum value is the
priority of the MHS manager minus 1. If the null value is detected, the default
value for the group is used. The SPI-NULL value for this field is 255.
ZPSELECTOR
is a structure that defines the PSEL part of the OSI address used by this group
for receiving associations from remote UAs. This structure identifies a
presentation layer entity. If you specify the attribute name without any
characters as the address or you do not specify this attribute name at all, this part
of the address is unused. The SPI-NULL value for this structure is 255.
ZPSELECTOR contains the following fields:
ZLENGTH
is the length of the string field in bytes. This values must be an even
number in the range 0 through 32.
ZSTRING
is the OSI address PSEL. This value must be a hexadecimal string of the
length specified in ZLENGTH.