TMF Management Programming Manual (H06.05+)

Common Definitions
HP NonStop TMF Management Programming Manual540140-002
4-8
Private Token and Field Types
ZTMF-TYP-UserName
defines the ZTMF-TKN-UserName token for the NonStop OS group and user
name.
Z-GroupName
is the 8-character group name of the user.
Z-UserName
is the 8-character user name of the user.
ZTMF-TYP-CpusInfo
defines the processor(s) in which to run a process.
Z-Count
is the beginning CPU number.
Z-Int
is the ending CPU number.
ZTMF-TYP-PioBuffer
defines configuration characteristics of the transport layer.
ZPioBufferSize
is the size, in bytes, of the transport buffer allocated for PIOs. Valid values are
600 to 1800. The default is 600.
def ZTMF-DDL-UserName.
02 Z-GroupName type ZSPI-DDL-Char8.
02 Z-UserName type ZSPI-DDL-Char8.
end.
def ZTMF-DDL-CpusInfo.
02 Z-Count type ZSPI-DDL-Int.
02 Z-Int type ZSPI-DDL-Int.
end.
def ZTMF-DDL-PioBuffer.
02 ZPioBufferSize type ZSPI-DDL-Int2.
02 ZMaxPioPerBuffer type ZSPI-DDL-Int.
02 ZPioDelayTimer type ZSPI-DDL-Int2.
end.