Common Definitions
HP NonStop TMF Management Programming Manual—540140-008
4-7
Private Token and Field Types
ZTMF-TYP-MEDIA
defines a piece of TMF tape media and the part and copy number of the dump it
contains.
Z-NAME
is the name of the tape volume. If the first character is numeric, up to 5
numeric characters can follow. If the first character is alphabetic, up to 5
numeric or alphabetic characters (in any combination) can follow.
Z-PARTNUMBER
is the part number of the dump that is contained in this tape volume.
Z-COPYNUMBER
is the copy number of the dump that is contained in this tape volume.
ZTMF-TYP-DISKMEDIA
defines a piece of TMF disk media.
Z-SYSTEMFILENAME
is the name of the disk volume. The format is:
[\node.] $volume [.prefix]
Z-PRIORITYORDER
orders the disk media. The value should start at 1 and increase in ascending
numeric order.
def ZTMF-DDL-MEDIA.
02 Z-NAME type ZSPI-DDL-CHAR6.
02 Z-PARTNUMBER type ZSPI-DDL-INT.
02 Z-COPYNUMBER type ZSPI-DDL-INT.
end.
def ZTMF-DDL-DISKMEDIA.
02 Z-SYSTEMFILENAME type ZSPI-DDL-FNAME32.
02 Z-PRIORITYORDER type ZSPI-DDL-INT.
end.
Содержание NonStop TMF
Страница 4: ......
Страница 20: ...About This Manual HP NonStop TMF Management Programming Manual 540140 008 xvi HP Encourages Your Comments ...
Страница 36: ...Introduction to TMF HP NonStop TMF Management Programming Manual 540140 008 1 16 TMF Event Messages ...
Страница 64: ...Common Definitions HP NonStop TMF Management Programming Manual 540140 008 4 12 Tokens in Event Messages ...
Страница 818: ...TMF Configuration Limits and Defaults HP NonStop TMF Management Programming Manual 540140 008 A 6 ...