HP NonStop TMF Programming Manual
HP NonStop TMF Programming Manual

HP NonStop TMF Programming Manual

Management programming manual
Table of Contents

Advertisement

HP NonStop TMF
Management
Programming Manual
Abstract
This manual is for system and application programmers. It provides system-specific
information about the management programming interfaces to the HP NonStop™
Transaction Management Facility (TMF). These interfaces are based on the
Subsystem Programmatic Interface (SPI) and the Event Management Service (EMS).
They allow applications to send commands to, and monitor events reported by,
TMF 3.6.
Product Version
TMF H01
Supported Release Version Updates (RVUs)
This publication supports J06.03 and all subsequent J-series RVUs and H06.06 and all
subsequent H-series RVUs, until otherwise indicated by its replacement publications.
Part Number
540140-008
Published
February 2013

Advertisement

Table of Contents
loading

Summary of Contents for HP NonStop TMF

  • Page 1 Abstract This manual is for system and application programmers. It provides system-specific information about the management programming interfaces to the HP NonStop™ Transaction Management Facility (TMF). These interfaces are based on the Subsystem Programmatic Interface (SPI) and the Event Management Service (EMS).
  • Page 2 Document History Part Number Product Version Published 540140-003 TMF H01 April 2006 540140-004 TMF H01 May 2007 540140-005 TMF H01 February 2009 540140-006 TMF H01 August 2010 540140-007 TMF H01 February 2011 540140-008 TMF H01 Februrary 2013...
  • Page 3: Legal Notices

    Nothing herein should be construed as constituting an additional warranty. HP shall not be liable for technical or editorial errors or omissions contained herein.
  • Page 5: Table Of Contents

    HP NonStop TMF Management Programming Manual Index Tables Legal Notices What’s New in This Manual Manual Information New and Changed Information viii About This Manual Who Should Read This Manual How This Manual is Organized TMF Documentation xiii Other Documentation...
  • Page 6 Security Retrieving and Decoding Event Messages Event-Management Considerations for TMF Critical Events 3-10 Filters 3-10 Templates and Labels 3-10 Naming Guidelines for Applications 3-11 4. Common Definitions SPI Standard Definitions Information Specific to TMF HP NonStop TMF Management Programming Manual—540140-008...
  • Page 7 5-56 CANCEL OPERATION 5-60 CLOSE RESOURCEMANAGER 5-61 DELETE CATALOG 5-63 DELETE DATAVOLS 5-64 DELETE DUMPS 5-66 DELETE MEDIA 5-68 DELETE RESOURCEMANAGER 5-70 DELETE TMF 5-73 DELETE TRANSACTION 5-74 DISABLE AUDITDUMP 5-76 DISABLE BEGINTRANS 5-78 HP NonStop TMF Management Programming Manual—540140-008...
  • Page 8 5-161 STATUS BEGINTRANS 5-166 STATUS CATALOG 5-169 STATUS DATAVOLS 5-171 STATUS OPERATION 5-177 STATUS RESOURCEMANAGER 5-181 STATUS RMTRANSBRANCHES 5-186 STATUS TMF 5-190 STATUS TMFSERVER 5-195 STATUS TRANSACTION 5-198 STATUS TRANSACTIONCHILDREN 5-205 STOP TMF 5-207 HP NonStop TMF Management Programming Manual—540140-008...
  • Page 9 System Procedure Calls 1-10 Table 1-6. TACL Built-In Functions 1-11 Table 1-7. TMFCOM Commands and Equivalent Programmatic Commands 1-13 Table 3-1. File-System Errors Returned by TMFSERVE Table 4-1. SPI Standard Definitions for Header Tokens HP NonStop TMF Management Programming Manual—540140-008...
  • Page 10 Transaction Limits and Defaults Table A-4. Audit Dump and Online Dump Limits and Defaults Table A-5. Resource Manager Limits and Defaults Table A-6. Process Limits and Defaults Table A-7. Default Program File Names for Processes HP NonStop TMF Management Programming Manual—540140-008...
  • Page 11: April

    Abstract This manual is for system and application programmers. It provides system-specific information about the management programming interfaces to the HP NonStop™ Transaction Management Facility (TMF). These interfaces are based on the Subsystem Programmatic Interface (SPI) and the Event Management Service (EMS).
  • Page 12: New And Changed Information

    Added the following fields in the ZTMF-MAP-Alter-BeginTrans token of the ALTER BEGINTRANS command:  ZThreshAutoIncrease  ZThreshLowerLimit  ZThreshIncrAmount  ZThreshNumberOfIncr  Added the following fields in the ZTMF-MAP-Info-BeginTrans token of the INFO BEGINTRANS command:  ZThreshAutoIncrease  ZThreshLowerLimit HP NonStop TMF Management Programming Manual—540140-008 viii...
  • Page 13 6-446.  Added 482: ZTMF-EVT-ThreshLowerLimXceeded on page 6-449.  Added 485: ZTMF-EVT-ATOVThresholdExceed on page 6-450.  Added the following error numbers:  193 ZTMF-ERR-InvThreshAutoIncrease  194 ZTMF-ERR-InvThreshLowerLimit  195 ZTMF-ERR-InvThreshIncrAmount  196 ZTMF-ERR-InvThreshNumberOfIncr HP NonStop TMF Management Programming Manual—540140-008...
  • Page 14 Changes in the earlier version of the Manual Changes in the earlier version of the Manual This is the third edition of the HP NonStop TMF Management Programming Manual. It has been updated to support the H06.10 release version update (RVU) of the TMF product and to correct and clarify elements in the previous edition.
  • Page 15: About This Manual

    About This Manual This manual provides subsystem-specific information about the management programming interfaces to the HP NonStop Transaction Management Facility (TMF) on HP NonStop servers. These interfaces are based on the Subsystem Programmatic Interface (SPI) and the Event Management Service (EMS). They allow applications to send commands to, and monitor events reported by, TMF.
  • Page 16: Who Should Read This Manual

    (Section  Descriptions of tokens, token values, and related definitions defined by TMF (Section  Detailed descriptions of all programmatic commands that can be directed to TMF and their corresponding responses from TMF (Section HP NonStop TMF Management Programming Manual—540140-008...
  • Page 17: Tmf Documentation

    TMF Operations and Recovery Guide Read this guide for information about how to perform and monitor standard TMF operations, obtain online and audit dumps, and respond to a variety of TMF exception conditions. HP NonStop TMF Management Programming Manual—540140-008 xiii...
  • Page 18: Other Documentation

     HP NonStop Operating System Procedure Calls  HP Tandem Advanced Command Language (TACL)  HP NonStop SQL Relational Database Management System  HP NonStop Transaction Services (TS/MP)  HP NonStop TUXEDO  Distributed Systems Management/Software Configuration Manager (DSM/SCM) ...
  • Page 19: Notation For Management Programming Interfaces

    In the CRE, the message type SYSTEM includes all messages except LOGICAL-CLOSE and LOGICAL-OPEN. HP Encourages Your Comments HP encourages your comments concerning this document. We are committed to providing documentation that meets your needs. Send any errors found, suggestions for improvement, or compliments to docsfeedback@hp.com.
  • Page 20 About This Manual HP Encourages Your Comments HP NonStop TMF Management Programming Manual—540140-008...
  • Page 21: Introduction To Tmf

    Commands provide a two-way interface:  A human operator or application program sends a command to a subsystem.  The subsystem performs some action and returns a response to the operator or application. HP NonStop TMF Management Programming Manual—540140-008...
  • Page 22: How Does Management Programming Apply To Tmf

    How Does Management Programming Apply to TMF? TMF supports both interactive and programmatic interfaces for commands and event messages. HP provides a number of DSM facilities to help you manage systems. The DSM facilities include: ...
  • Page 23: Tmf Basic Concepts

    Audit records contain before-images and after-images of all database rows or records affected by a particular operation; it is typical to have several audit records per transaction. Control records identify transaction-related events such as transaction committed, transaction aborted, undo incomplete, subsystem configuration, and state information. HP NonStop TMF Management Programming Manual—540140-008...
  • Page 24: Auxiliary Audit Trails

    These are referred to as restore-audit volumes. They can be any disk volumes in the system (including data volumes or active-audit volumes). HP NonStop TMF Management Programming Manual—540140-008...
  • Page 25: Database Tables And Files

    (File recovery is also used to reorder a database to a previous date and time, after a problem with the application occurs.) Volume recovery usually makes this HP NonStop TMF Management Programming Manual—540140-008...
  • Page 26: Management Interfaces

    Such destinations range from a local operator console device to a management application running on a remote system. See Section 6, Event Messages for more information about EMS, or see the EMS Manual. HP NonStop TMF Management Programming Manual—540140-008...
  • Page 27: Fup

     NO AUDITCOMPRESS designates no audit compression for an audited file (default). For further information about FUP commands, see the File Utility Program (FUP) Reference Manual. HP NonStop TMF Management Programming Manual—540140-008...
  • Page 28: Pathcom

    Respecifies, in terminal program units, which program units are not configured to operate in transaction mode with TMF. STATUS TERM Reports the configuration of each terminal. For further information about PATHCOM commands, see the Pathway PATHCOM Reference Manual. HP NonStop TMF Management Programming Manual—540140-008...
  • Page 29: Pathway Screen Cobol

    TRANSACTION-ID Contains the value of the transaction identifier that the TMF subsystem assigns when the SCREEN COBOL BEGIN- TRANSACTION statement executes. For more information about these registers, see the Pathway SCREEN COBOL Reference Manual. HP NonStop TMF Management Programming Manual—540140-008...
  • Page 30: Operating System Procedure Calls

    TEXTTOTRANSID Converts a transaction identifier from its external ASCII form to internal format. TRANSIDTOTEXT Converts a transaction identifier in internal format to its external ASCII form. HP NonStop TMF Management Programming Manual—540140-008 1-10...
  • Page 31: Tacl

    TMF. The object types for the TMFCOM interactive interface are not exactly the same as those for the TMFSERVE programmatic interface. The object types for the programmatic interface are as follows: ATDUMPDM ATVOLUME AUDITDUMPFILES AUDITTRAIL BEGINTRANS CATALOG DATAVOLS DISKDUMPS HP NonStop TMF Management Programming Manual—540140-008 1-11...
  • Page 32: Tmf Commands

    TMFCOM, although there is not a direct one-to-one correspondence between interactive and programmatic commands, and there are no programmatic equivalents for some of the TMFCOM commands. Table 1-7 shows the TMFCOM commands and their programmatic counterparts. HP NonStop TMF Management Programming Manual—540140-008 1-12...
  • Page 33: Table 1-7. Tmfcom Commands And Equivalent Programmatic Commands

    CATALOG ZTMF-CMD-DELETE ZTMF-OBJ-CATALOG DATAVOLS ZTMF-OBJ-DATAVOLS DUMPS ZTMF-OBJ-DUMPS ZTMF-OBJ-RM TAPEMEDIA ZTMF-OBJ-MEDIA ZTMF-OBJ-TMF TRANSACTION ZTMF-OBJ-TRANSACTION DISABLE AUDITDUMP ZTMF-CMD-DISABLE ZTMF-OBJ-AUDITDUMP BEGINTRANS ZTMF-OBJ-BEGINTRANS DATAVOLS ZTMF-OBJ-DATAVOLS DUMP FILES ZTMF-CMD-DUMP ZTMF-OBJ-FILES ENABLE AUDITDUMP ZTMF-CMD-ENABLE ZTMF-OBJ-AUDITDUMP BEGINTRANS ZTMF-OBJ-BEGINTRANS DATAVOLS ZTMF-OBJ-DATAVOLS HP NonStop TMF Management Programming Manual—540140-008 1-13...
  • Page 34 DATAVOLS ZTMF-OBJ-DATAVOLS OPERATIONS ZTMF-OBJ-OPERATIONS ZTMF-OBJ-RM SERVER ZTMF-OBJ-TMFSERVER ZTMF-OBJ-TMF TRANSACTION ZTMF-CMD-STATUS ZTMF-OBJ-TRANSACTION ZTMF-OBJ-TRANSACTION CHILDREN STOP ZTMF-CMD-STOP ZTMF-OBJ-TMF For detailed descriptions of the TMFCOM interactive commands listed in Table 1-7, see the TMF Reference Manual. HP NonStop TMF Management Programming Manual—540140-008 1-14...
  • Page 35: Tmf Event Messages

    View Point console application. For information about the use of EMS printing distributors, see the EMS Manual. For descriptions of the displayed format of these messages, see the Operator Messages Manual. HP NonStop TMF Management Programming Manual—540140-008 1-15...
  • Page 36 Introduction to TMF TMF Event Messages HP NonStop TMF Management Programming Manual—540140-008 1-16...
  • Page 37: Communicating With The Tmfserve Process

    If you want to manage TMF on a remote system, you must establish communication with a TMFSERVE process on that system. If you want to make audit dumps or online dumps using a tape drive on another system, that system must have labeled-tape processing configured by SYSGEN. HP NonStop TMF Management Programming Manual—540140-008...
  • Page 38: Starting And Opening Tmfserve

    Management Process” in Section 5 of the SPI Programming Manual. Opening TMFSERVE To open an existing TMFSERVE process, use one of the following: The OPEN or FILE_OPEN_ procedure on the NonStop OS COBOL85 The OPEN verb TACL The #REQUESTER built-in function HP NonStop TMF Management Programming Manual—540140-008...
  • Page 39: Naming Tmfserve

    You install your filter when you start the consumer distributor. Filters are written in the EMS filter language, which is described in the EMS Manual. HP NonStop TMF Management Programming Manual—540140-008...
  • Page 40 Communicating With the TMFSERVE Process Running an EMS Consumer Distributor HP NonStop TMF Management Programming Manual—540140-008...
  • Page 41: Spi Programming Considerations For Tmf

    HP provides these declarations for you in definition files. A set of definition files is provided as part of each HP subsystem that supports DSM, and a few other software components (such as SPI and EMS) also provide definition files.
  • Page 42: Definition Files

    Pathway system as well. If you were writing the TAL management application mentioned above and also wanted to manage Pathway, you would need the following additional SOURCE statement: ?SOURCE ZSPIDEF.ZPWYTAL HP NonStop TMF Management Programming Manual—540140-008...
  • Page 43: Message Elements For Tmf

    These commands and TMF’s responses to them are described in Section 5, Commands and Responses. Object Types TMF supports the following programmatic object types: ATDUMPDM CATALOG PROCESS ATFILE DATAVOLS ATVOLUME DUMPS TMFSERVER AUDITDUMP FILES TRANSACTION AUDITTRAIL MEDIA TRANSACTIONCHILDREN BEGINTRANS OPERATION HP NonStop TMF Management Programming Manual—540140-008...
  • Page 44: Object Names

    Commands, responses, and event messages for TMF, like those for other subsystems, also include other tokens providing further information. Data Lists and Error Lists Responses from TMF can contain data lists and error lists as described in the SPI Programming Manual. HP NonStop TMF Management Programming Manual—540140-008...
  • Page 45: Using Spi To Build Commands And Decode Responses

    The recommended buffer length in bytes for a TMF command is a predefined value that has the name ZTMF-VAL-BUFLEN. The minimum buffer length is a predefined value named ZTMF-VAL-MINBUFLEN, and the maximum buffer length is a predefined value named ZTMF-VAL-MAXBUFLEN. HP NonStop TMF Management Programming Manual—540140-008...
  • Page 46: Discontinuing A Command In Progress

    5. On encountering a context token (ZSPI-TKN-CONTEXT), finish reading the other tokens in the buffer. Then, optionally, use SSMOVE or SSMOVETKN to copy the context token into the command buffer, and resend the command to get the next message in the response. HP NonStop TMF Management Programming Manual—540140-008...
  • Page 47: Error Handling

    A warning reports a condition less serious than that of an error. If no errors occurred but a warning did occur, the return token has a value of zero, but an error list appears in the response, providing information about the warning condition. HP NonStop TMF Management Programming Manual—540140-008...
  • Page 48: Security

    3. Format an EMS distributor CONTROL programmatic command to load a filter you have written, and to specify the source and destination of event messages, if desired. Send the CONTROL command to the consumer distributor using the HP NonStop TMF Management Programming Manual—540140-008...
  • Page 49: Event-Management Considerations For Tmf

    TMF reports events to EMS but not to the Tandem Maintenance and Diagnostic Subsystem (TMDS). The maximum buffer size needed for any TMF event message is 4024 bytes. HP NonStop TMF Management Programming Manual—540140-008...
  • Page 50: Critical Events

    The name of the TMF template object file is ZTMFTMPL; the source file is STMFTMPL. For general information on DSM templates and instructions on how to use and modify them, see the DSM Template Services Manual. HP NonStop TMF Management Programming Manual—540140-008 3-10...
  • Page 51: Naming Guidelines For Applications

    By convention, HP uses names beginning with the letter Z (lowercase z in C) for all definitions and all component fields of structures in its definition files. To avoid present and future conflicts with names defined by HP, it is best not to begin any of your own names with uppercase or lowercase Z.
  • Page 52 SPI Programming Considerations for TMF Naming Guidelines for Applications HP NonStop TMF Management Programming Manual—540140-008 3-12...
  • Page 53: Common Definitions

    SPI token values an application can use. For descriptions of SPI standard definitions, see the SPI Programming Manual. Information about the definitions that is specific to TMF follows Table 4-6. HP NonStop TMF Management Programming Manual—540140-008...
  • Page 54: Table 4-1. Spi Standard Definitions For Header Tokens

    ZSPI-TKN-DATA-FLUSH ZSPI-TKN-NEXTTOKEN ZSPI-TKN-DEFAULT-SSID ZSPI-TKN-OFFSET ZSPI-TKN-DELETE ZSPI-TKN-RESET-BUFFER ZSPI-TKN-USEDLEN Table 4-4. SPI Standard Definitions for Token Types ZSPI-TYP-BOOLEAN ZSPI-TYP-LIST ZSPI-TYP-BYTESTRING ZSPI-TYP-SSCTL ZSPI-TYP-CHAR8 ZSPI-TYP-SSID ZSPI-TYP-CRTPID ZSPI-TYP-STRING ZSPI-TYP-DEVICE ZSPI-TYP-TIMESTAMP ZSPI-TYP-ENUM ZSPI-TYP-TOKENCODE ZSPI-TYP-INT ZSPI-TYP-TRANSID ZSPI-TYP-INT-PAIR ZSPI-TYP-UINT ZSPI-TYP-INT2 ZSPI-TYP-USERID ZSPI-TYP-INT2-PAIR HP NonStop TMF Management Programming Manual—540140-008...
  • Page 55: Information Specific To Tmf

    ZTMF-VAL-SSID, the subsystem ID of TMF. It has the following structure: def ZTMF-VAL-SSID Tacl SSID. 02 Z-FILLER Type Character 8 VALUE ZSPI-VAL-TANDEM. 02 Z-OWNER Redefines Z-FILLER Type ZSPI-DDL-CHAR8. 02 Z-NUMBER Type ZSPI-DDL-INT VALUE ZSPI-SSN-ZTMF. 02 Z-VERSION Type ZSPI-DDL-UINT VALUE ZTMF-VAL-VERSION. end. HP NonStop TMF Management Programming Manual—540140-008...
  • Page 56: Ems Standard Definitions

    DDL file ZSPIDEF.ZTMFDDL, and in the corresponding files for other languages. Tables 4-9 through 4-11 list TMF definitions. The definitions are for: Buffer Declarations Private token and field types Predefined token and field values HP NonStop TMF Management Programming Manual—540140-008...
  • Page 57: Buffer Declarations

    SPI procedures. def ZTMF-DDL-MSG-MINBUFFER. 02 Z-MSGCODE type ZSPI-DDL-INT. 02 Z-BUFLEN type ZSPI-DDL-UINT. 02 Z-OCCURS type ZSPI-DDL-UINT. 02 Z-FILLER type ZSPI-DDL-BYTE Occurs 0 to ZTMF-VAL-MINBUFLEN times depending on Z-OCCURS. end. HP NonStop TMF Management Programming Manual—540140-008...
  • Page 58: Private Token And Field Types

    16-bit signed integer specifying the nodes accessed by a network-distributed transaction. It has a token data type of ZSPI-TDT-INT, it is used to define the ZTMF-TKN-CHILDREN token, and it is part of the ZTMF-DDL-STATUS-TX- CHILDREN extensible structured token. HP NonStop TMF Management Programming Manual—540140-008...
  • Page 59 ZSPI-DDL-INT. end. 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. HP NonStop TMF Management Programming Manual—540140-008...
  • Page 60 ZSPI-DDL-Int2. 02 ZMaxPioPerBuffer type ZSPI-DDL-Int. 02 ZPioDelayTimer type ZSPI-DDL-Int2. end. ZPioBufferSize is the size, in bytes, of the transport buffer allocated for PIOs. Valid values are 600 to 1800. The default is 600. HP NonStop TMF Management Programming Manual—540140-008...
  • Page 61 ZTMF-VAL-TmpWaitTimer-Off ZValue is, for manual mode, the timer value in microseconds. The value can range from 1 (one microsecond) to 1000000 (one second). Values less than 1000 (one millisecond) are rounded up to 1000. HP NonStop TMF Management Programming Manual—540140-008...
  • Page 62 ZZCpu specifies the CPUs where the primary/backup TMP processes are running. ZZHeapPercent is the TMP heap usage in percent for the TMP processes. A null value means that no backup TMP process exists. HP NonStop TMF Management Programming Manual—540140-008 4-10...
  • Page 63: Predefined Token And Field Values

    TMF does not use extensible structured tokens in event messages. Tokens in Event Messages Section 6, Event Messages for a description of each token that occurs in an event message generated by TMF. HP NonStop TMF Management Programming Manual—540140-008 4-11...
  • Page 64 Common Definitions Tokens in Event Messages HP NonStop TMF Management Programming Manual—540140-008 4-12...
  • Page 65: Commands And Responses

    Obtain status on an object or a group of objects  Obtain statistics on an object or a group of objects Note. The command and response tokens are displayed in DDL. For more information about DDL, see the SPI Programming Manual. HP NonStop TMF Management Programming Manual—540140-008...
  • Page 66: Command Summary

    BEGINTRANS MEDIA ATVOLUME CATALOG PROCESS AUDITDUMP DATAVOLS RESOURCEMANAGER AUDITTRAIL DUMPS LIST AUDITTRAIL NEXT AUDITTRAIL RECOVER FILES RELOCATE DISKDUMPS RESOLVE TRANSACTION START STATUS ATFILE RESOURCEMANAGER AUDITDUMP RMTRANSBRANCHES AUDITTRAIL BEGINTRANS TMFSERVER CATALOG TRANSACTION DATAVOLS TRANSACTIONCHILDREN OPERATION STOP HP NonStop TMF Management Programming Manual—540140-008...
  • Page 67: Table 5-2. Tmf Commands, By Object

    ALTER FILES DUMP RECOVER MEDIA DELETE INFO ALTER OPERATION CANCEL STATUS PROCESS ALTER INFO RESOURCEMANAGER DELETE STATUS CLOSE INFO RMTRANSBRANCHES STATUS DELETE STATUS STOP START TMFSERVER STATUS TRANSACTION ABORT RESOLVE STATUS DELETE TRANSACTIONCHILDREN STATUS HP NonStop TMF Management Programming Manual—540140-008...
  • Page 68: Command Descriptions

    The tokens displayed for the command and response buffers are described in the same order in which they appear in the syntax box. The descriptions indicate whether the tokens are optional or required, and whether multiple occurrences of the tokens are allowed. HP NonStop TMF Management Programming Manual—540140-008...
  • Page 69: Abort Transaction

    For information on the tokens present in the command and response buffers, see the SPI Programming Manual. Command ZTMF-CMD-Abort Object Type ZTMF-OBJ-Transaction Tokens in Command Buffer ZTMF-TKN-TransID token-type ZSPI-TYP-TransID. ZTMF-MAP-Abort-Transaction def ZTMF-DDL-Abort-Transaction. 02 ZIgnoreDataErrors token-type ZSPI-DDL-Boolean. 02 ZAvoidHanging token-type ZSPI-DDL-Boolean. end. Tokens in Response Buffer None. HP NonStop TMF Management Programming Manual—540140-008...
  • Page 70 “undo-needed,” so that it is no longer accessible to applications. (To restore the file to the system, you must typically use the file recovery process.) The backout process then aborts the transaction. HP NonStop TMF Management Programming Manual—540140-008...
  • Page 71: Usage Guidelines

    The buffer that receives the results should be large enough to hold the results for all transactions. If ZSPI-TKN-MaxResp is less than the size of buffer needed, the command is not accepted by the TMFSERVE process. For more information about the ABORT Transaction command, see the TMF Reference Manual. HP NonStop TMF Management Programming Manual—540140-008...
  • Page 72: Add Audittrail

    02 ZFileSize token-type ZSPI-DDL-Int. 02 ZAuditDump token-type ZSPI-DDL-Boolean. 02 ZOverflowThreshold token-type ZSPI-DDL-Int. 02 ZBeginTransDisable token-type ZSPI-DDL-Int. 02 ZFileSize32 token-type ZSPI-DDL-Int2. end. Tokens in Response Buffer ZTMF-TKN-VolumeName token-type ZSPI-TYP-String. ZTMF-TKN-ATVolumeType token-type ZSPI-TYP-Enum. ZTMF-TKN-FS-Error token-type ZSPI-TYP-Int. HP NonStop TMF Management Programming Manual—540140-008...
  • Page 73 You cannot specify the same overflow-audit volume twice in the same command. Overflow-audit volumes can be the same volumes as the active-audit volumes; they can also be data volumes or any volumes not configured for other TMF purposes. HP NonStop TMF Management Programming Manual—540140-008...
  • Page 74 ZSPI-VAL-True. A master audit trail cannot be configured with ZAuditDump set to ZSPI-VAL-False unless the auxiliary audit trails are also configured with ZAuditDump set to ZSPI-VAL-False. However, a master audit trail can be HP NonStop TMF Management Programming Manual—540140-008 5-10...
  • Page 75 1024 MB (1024 x 1024 x 1024 bytes) each. At any point after the FileSize attribute value is set, you can change that value by using the ALTER AUDITTRAIL command. HP NonStop TMF Management Programming Manual—540140-008 5-11...
  • Page 76 2. After TMF is started. At this point, however, you can only configure auxiliary audit trails. Under either condition you can issue multiple ADD AUDITTRAIL commands. For more information on the ADD AUDITTRAIL command, see the TMF Reference Manual. HP NonStop TMF Management Programming Manual—540140-008 5-12...
  • Page 77: Add Datavols

    ZSPI-TYP-String. ZSPI-TKN-MaxResp token-type ZSPI-TYP-Int. ZSPI-TKN-Context token-type ZSPI-TYP-ByteString. ZTMF-MAP-Add-DataVols def ZTMF-DDL-Add-DataVols. 02 ZAuditTrailId token-type ZSPI-DDL-Enum. 02 ZRecoveryMode token-type ZSPI-DDL-Enum. 02 ZIgnorePreviousConfig token-type ZSPI-DDL-Boolean. end. Tokens in Response Buffer ZTMF-TKN-VolumeName token-type ZSPI-TYP-String. ZSPI-TKN-Context token-type ZSPI-TYP-ByteString. HP NonStop TMF Management Programming Manual—540140-008 5-13...
  • Page 78 The following values are valid: Master audit trail ZTMF-VAL-Mat Auxiliary audit trail #1 ZTMF-VAL-Aux01 Auxiliary audit trail #2 ZTMF-VAL-Aux02 . . . Auxiliary audit trail #15 ZTMF-VAL-Aux015 If null, the default is ZTMF-VAL-Mat. HP NonStop TMF Management Programming Manual—540140-008 5-14...
  • Page 79 If this field is null, the default is ZSPI-VAL-False. Caution. Volume recovery cannot repair any inconsistencies that exist when a data volume is added with ZIgnorePreviousConfig set to ZSPI-VAL-True, even if the data volume is returned to its previous configuration environment. HP NonStop TMF Management Programming Manual—540140-008 5-15...
  • Page 80 Usage Guidelines Only super-group users can issue this command. TMF must be started. For more information about the ADD DATAVOLS command, see the TMF Reference Manual. HP NonStop TMF Management Programming Manual—540140-008 5-16...
  • Page 81: Add Dumps

    ZTMF-MAP-Add-Dumps def ZTMF-DDL-Add-Dumps. 02 ZSerial token-type ZSPI-DDL-Int2. 02 ZDumpType token-type ZSPI-DDL-Enum. 02 ZMasterSequence token-type ZSPI-DDL-Int2. 02 ZDataSequence token-type ZSPI-DDL-Int2. 02 ZMedium token-type ZSPI-DDL-Enum. 02 ZTimeStamp token-type ZSPI-DDL-TimeStamp. end. Tokens in Response Buffer None. HP NonStop TMF Management Programming Manual—540140-008 5-17...
  • Page 82 The dump is an online dump. ZTMF-VAL-OnlineDump ZMasterSequence specifies the master audit trail sequence number that was active when the dump was made. This field is required if the value of ZDumpType is ZTMF- VAL-OnlineDump. HP NonStop TMF Management Programming Manual—540140-008 5-18...
  • Page 83 If you specify a value for ZTimeStamp, make sure to enter the date and time completely and accurately. Usage Guidelines Only super-group users can issue this command. For more information on the ADD DUMPS command, see the TMF Reference Manual. HP NonStop TMF Management Programming Manual—540140-008 5-19...
  • Page 84: Add Media

    02 ZTapeDrive token-type ZSPI-DDL-Device. 02 ZOperatorDevice token-type ZSPI-DDL-DevName. end. Tokens in Response Buffer None. Tokens in Command Buffer ZTMF-TKN-Media specifies the name of the storage media. This token is required; multiple occurrences are allowed. HP NonStop TMF Management Programming Manual—540140-008 5-20...
  • Page 85 ZTMF-VAL-Released specifies that the contents of the tape volume are not required for file recovery. HP NonStop TMF Management Programming Manual—540140-008 5-21...
  • Page 86 This field is required if the value of ZLabelMedia is ZSPI-VAL-True. Usage Guidelines Only super-group users can issue this command. For more information on the ADD TAPEMEDIA command, see the TMF Reference Manual. HP NonStop TMF Management Programming Manual—540140-008 5-22...
  • Page 87: Add Resourcemanager

    For information on the tokens present in the command and response buffers, see the SPI Programming Manual. Command ZTMF-CMD-Add Object Type ZTMF-OBJ-Rm Tokens in Command Buffer ZTMF-TKN-RmName token-type ZSPI-TYP-String. ZTMF-TKN-RmOwnerID token-type ZSPI-TYP-UserID. ZSPI-TKN-MaxResp token-type ZSPI-TYP-Int. ZSPI-TKN-Context token-type ZSPI-TYP-ByteString. Tokens in Response Buffer ZTMF-TKN-RmName token-type ZSPI-TYP-String. HP NonStop TMF Management Programming Manual—540140-008 5-23...
  • Page 88 If the value specified for ZTMF-TKN-RmName is not a valid resource manager name, the error returned is ZTMF-ERR-InvRmName. If the specified resource manager name is already registered in the directory, the error returned is ZTMF-ERR-RmNameDuplicate. HP NonStop TMF Management Programming Manual—540140-008 5-24...
  • Page 89 For more information on the ADD RESOURCEMANAGER command, see the TMF Reference Manual. HP NonStop TMF Management Programming Manual—540140-008 5-25...
  • Page 90: Alter Auditdump

    02 ZSeriesCopies token-type ZSPI-DDL-Boolean. 02 ZVerifyTape token-type ZSPI-DDL-Boolean. 02 ZBlockSize token-type ZSPI-DDL-Int. 02 ZUnloadMedia token-type ZSPI-DDL-Boolean. 02 ZMedium token-type ZSPI-DDL-Enum. 02 ZSystemName token-type ZSPI-DDL-Char8. 02 ZSystemName2 token-type ZSPI-DDL-Char8. end. Tokens in Response Buffer None. HP NonStop TMF Management Programming Manual—540140-008 5-26...
  • Page 91 This token is only valid if ZMedium is ZTMF-VAL-MediumMagneticDisk. This token can occur from zero to 16 times. If the disk media does not currently exist in the configuration, the ZTMF-ERR-DiskMediaNotFound message is returned. HP NonStop TMF Management Programming Manual—540140-008 5-27...
  • Page 92 If tape verification fails, an error is returned, the audit dump terminates, and the audit dump copy is marked invalid in the catalog. Tape verification approximately doubles the time needed for an audit dump. ZTMF-VAL-False Tapes are not verified. HP NonStop TMF Management Programming Manual—540140-008 5-28...
  • Page 93 (AVR). If the value of ZSystemName is ZTMF-VAL-ResetSystemName, the audit dump process performs AVR on the local system. HP NonStop TMF Management Programming Manual—540140-008 5-29...
  • Page 94 Usage Guidelines Only super-group users can issue this command. Only attributes which are specified with non-null values are modified. For more information on the ALTER AUDITDUMP command, see the TMF Reference Manual. HP NonStop TMF Management Programming Manual—540140-008 5-30...
  • Page 95: Alter Audittrail

    02 ZMaxRetainedATFiles token-type ZSPI-DDL-Int. 02 ZFileSize32 token-type ZSPI-DDL-Int2. 02 ZCommitHoldMode token-type ZSPI-DDL-Enum. 02 ZCommitHoldTimer token-type ZSPI-DDL-Int2. 02 ZTimeoutAction token-type ZSPI-DDL-Enum. end. Tokens in Response Buffer ZTMF-TKN-VolumeName token-type ZSPI-TYP-String. ZTMF-TKN-ATVolumeType token-type ZSPI-TYP-Enum. ZTMF-TKN-FS-Error token-type ZSPI-TYP-Int. HP NonStop TMF Management Programming Manual—540140-008 5-31...
  • Page 96 1. Deleting a volume from a configuration reduces the capacity of the active audit trail by the number of files specified in ZFilesPerVolume. HP NonStop TMF Management Programming Manual—540140-008 5-32...
  • Page 97 If this allocation fails, then the ALTER AUDITTRAIL command returns an error and the ZFilesPerVolume value stays the same as before. HP NonStop TMF Management Programming Manual—540140-008 5-33...
  • Page 98 If the value of this field is changed to ZSPI-VAL-False, all files that have already been dumped will stay dumped. Any files which are not yet dumped will not be dumped. If an audit dump is in progress, it is aborted. HP NonStop TMF Management Programming Manual—540140-008 5-34...
  • Page 99 TMF stays in commit-hold condition, in seconds, once commit-hold mode is activated. Values can range from 5 to 86400. The value -1 specifies infinite. This field can only be specified for the MAT. HP NonStop TMF Management Programming Manual—540140-008 5-35...
  • Page 100 NetDisconnectTimer command. This token is returned only if an error 388 is returned. ZTMF-TKN-OldAutoAbort contains the value of the AutoAbort timer. This token is returned only if an error 388 is returned. HP NonStop TMF Management Programming Manual—540140-008 5-36...
  • Page 101 (and the same volumes are added as active), the extra files are purged and new ones are created to correspond to the new command. For more information on the ALTER AUDITTRAIL command, see the TMF Reference Manual. HP NonStop TMF Management Programming Manual—540140-008 5-37...
  • Page 102: Alter Begintrans

    02 ZRmOpenPerCpu token-type ZSPI-DDL-Int. 02 ZBranchesPerRm token-type ZSPI-DDL-Int. 02 ZThreshAutoIncrease token-type ZSPI-DDL-Boolean. 02 ZThreshLowerLimit token-type ZSPI-DDL-Int. 02 ZThreshIncrAmount token-type ZSPI-DDL-Int. 02 ZThreshNumberOfIncr token-type ZSPI-DDL-Int. end. ZSPI-TKN-Comment token-type ZSPI-TYP-String. Tokens in Response Buffer None. HP NonStop TMF Management Programming Manual—540140-008 5-38...
  • Page 103 ResetWord or ZTMF-VAL-ResetDblWord, the value is 90. To prevent transaction processing from constantly switching back and forth between the enabled and disabled states, a recommended approach is to allow an adequate range between the values of the two limits. HP NonStop TMF Management Programming Manual—540140-008 5-39...
  • Page 104 60 seconds are probably appropriate. If ZAutoAbort has the value 0, the automatic abort feature is turned off and there is no time limit. If this field is ZTMF-VAL-ResetWord, the value is 7200 seconds (two hours). HP NonStop TMF Management Programming Manual—540140-008 5-40...
  • Page 105 TMF must be started for this command to execute successfully. If TMF is not started, the error returned is ZTMF-ERR-TmfNotStarted. If the value specified for ZTMF-TKN-ZRecRmCount is invalid, the error returned is ZTMF-ERR-InxRecRmCount. HP NonStop TMF Management Programming Manual—540140-008 5-41...
  • Page 106 If the value specified for ZTMF-TKN-ZBranchesPerRm is invalid, the error returned is ZTMF-ERR-InvBranchesPerRm. The new values specified by this command do not take effect until TMF is subsequently restarted. For more information about the ALTER BEGINTRANS command, see the TMF Reference Manual. HP NonStop TMF Management Programming Manual—540140-008 5-42...
  • Page 107: Alter Catalog

    The range of values for this field is from 1 through 99; the value of ZTMF-VAL- ResetWord is 3. HP NonStop TMF Management Programming Manual—540140-008 5-43...
  • Page 108 TMF starts from the beginning of the pool every time it must select a tape. Usage Guidelines Only super-group users can issue this command. TMF must be stopped. For more information on the ALTER CATALOG command, see the TMF Reference Manual. HP NonStop TMF Management Programming Manual—540140-008 5-44...
  • Page 109: Alter Datavols

    ZSPI-TYP-String. ZSPI-TKN-Context token-type ZSPI-TYP-ByteString. Tokens in Command Buffer ZTMF-TKN-VolumeName specifies the name of a data volume whose configuration is to be altered. This token must occur at least once; multiple occurrences are allowed. HP NonStop TMF Management Programming Manual—540140-008 5-45...
  • Page 110 ZTMF-TKN-VolumeName in the command buffer. Usage Guidelines Only super-group users can issue this command. TMF must be started. For more information about the ALTER DATAVOLS command, see the TMF Reference Manual. HP NonStop TMF Management Programming Manual—540140-008 5-46...
  • Page 111: Alter Dumps

    02 ZDumpInvalid token-type ZSPI-DDL-Boolean. 02 ZReleased token-type ZSPI-DDL-Boolean. end. Tokens in Response Buffer None. Tokens in Command Buffer ZTMF-TKN-FileName specifies the name of a dump. This token is required; multiple occurrences are allowed. HP NonStop TMF Management Programming Manual—540140-008 5-47...
  • Page 112 Usage Guidelines Only super-group users can issue this command. For more information on the ALTER DUMPS command, see the TMF Reference Manual. HP NonStop TMF Management Programming Manual—540140-008 5-48...
  • Page 113: Alter Media

    This token is required; only one occurrence is allowed. This token contains the following fields: ZMedium specifies the type of storage media. The following value is valid: Tape storage media ZTMF-VAL-MediumTape HP NonStop TMF Management Programming Manual—540140-008 5-49...
  • Page 114 Released to Assigned. For more information, see ALTER CATALOG on page 5-43. ZTMF-VAL-Scratch specifies that the tape volume can be used for dumping files. Usage Guidelines Only super-group users can issue this command. TMF must be started. HP NonStop TMF Management Programming Manual—540140-008 5-50...
  • Page 115: Alter Process

    02 ZCpusInfo token-type ZTMF-DDL-CpusInfo. 02 ZPriority token-type ZSPI-DDL-Int. 02 ZMakeSaveAbend token-type ZSPI-DDL-Boolean. 02 ZDebug token-type ZSPI-DDL-Boolean. 02 ZInspect token-type ZSPI-DDL-Boolean. 02 ZExtendedSegSize token-type ZSPI-DDL-Int-Pair. 02 ZPfsSize token-type ZSPI-DDL-Int2. end. Tokens in Response Buffer None. HP NonStop TMF Management Programming Manual—540140-008 5-51...
  • Page 116 Process pair that coordinates distributed transactions and the TMF configuration Volume recovery process that recovers database files VolumeRecovery to their most recent consistent state if they become inconsistent because of a disk volume or system failure HP NonStop TMF Management Programming Manual—540140-008 5-52...
  • Page 117 ZMakeSaveAbend specifies whether an Inspect program save-abend file is created if the process terminates abnormally. The following values are valid: A save-abend file is created. ZSPI-VAL-True A save-abend file is not created. ZSPI-VAL-False HP NonStop TMF Management Programming Manual—540140-008 5-53...
  • Page 118 Configuration Guide for more information. ZTMF-TKN-ExtFilename specifies the name of the program file that runs for the process type. You must specify a local file name. This token is optional; only one occurrence is allowed. If HP NonStop TMF Management Programming Manual—540140-008 5-54...
  • Page 119 Only super-group users can issue this command. In addition, the Debug attribute requires you to be logged on under the super ID. For more information on the ALTER PROCESS command, see the TMF Reference Manual. HP NonStop TMF Management Programming Manual—540140-008 5-55...
  • Page 120: Alter Tmf

    Values are 1 and 2. A value of 1 indicates format 1. A value of 2 indicates format 2. This token is optional and cannot be included with ZTMF-TKN-VolumeName. HP NonStop TMF Management Programming Manual—540140-008 5-56...
  • Page 121 Private Token and Field Types page 4-6. ZTmpWaitTimer determines how often the TMP awakens to check for pending transaction completions. See the struct ZTMF-DDL-TmpWaitTimer under Private Token and Field Types on page 4-6. HP NonStop TMF Management Programming Manual—540140-008 5-57...
  • Page 122 Specifies a time in seconds or Reset. ZNetSessionIdleTimer may be used to modify or disable the session idle timer in the TMP process. For a description of the NetSessioinIdleTimer, see the description of ALTER TMF in the TMF Reference Manual. HP NonStop TMF Management Programming Manual—540140-008 5-58...
  • Page 123 ALTER TMF Usage Guidelines Only super-group users can issue this command. TMF must be stopped before you issue this command. For more information on the ALTER TMF command, see the TMF Reference Manual. HP NonStop TMF Management Programming Manual—540140-008 5-59...
  • Page 124: Cancel Operation

    The operation numbers generated are reused, to keep the number of digits to just one or two as an aid in remembering these numbers; after the highest number allowed (100) is assigned, the subsystem returns to the lowest possible number (1) to identify the next operation. HP NonStop TMF Management Programming Manual—540140-008 5-60...
  • Page 125: Close Resourcemanager

    Resource manager names can have a maximum length of 128 characters. The first character must be a letter, and the others can be alphanumeric or any of the following special characters: $ _ - ^ @ & HP NonStop TMF Management Programming Manual—540140-008 5-61...
  • Page 126 For more information on the CLOSE RESOURCEMANAGER command, see the TMF Reference Manual. HP NonStop TMF Management Programming Manual—540140-008 5-62...
  • Page 127: Delete Catalog

    Because the DELETE CATALOG command clears all dump and tape-volume entries from the catalog, you cannot use online and audit dumps made before this command was issued. After issuing this command, be sure to make new online dumps to support future restore operations. HP NonStop TMF Management Programming Manual—540140-008 5-63...
  • Page 128: Delete Datavols

    Tokens in Response Buffer ZTMF-TKN-VolumeName token-type ZSPI-TYP-String. ZSPI-TKN-Context token-type ZSPI-TYP-ByteString. Tokens in Command Buffer ZTMF-TKN-VolumeName specifies the name of a data volume to be deleted. This token is required; multiple occurrences are allowed. HP NonStop TMF Management Programming Manual—540140-008 5-64...
  • Page 129 Furthermore, if the data volume is later added back into the configuration, and associated with a different audit trail than before, any attempt at file recovery using an online dump made before the audit-trail change fails. HP NonStop TMF Management Programming Manual—540140-008 5-65...
  • Page 130: Delete Dumps

    For information on the tokens present in the command and response buffers, see the SPI Programming Manual. Command ZTMF-CMD-Delete Object Type ZTMF-OBJ-Dumps Tokens in Command Buffer ZTMF-TKN-FileName token-type ZSPI-TYP-String. ZTMF-MAP-Delete-Dumps def ZTMF-DDL-Delete-Dumps. 02 ZSerial token-type ZSPI-DDL-Int2. 02 ZDeleteOnError token-type ZSPI-DDL-Boolean. end. Tokens in Response Buffer None. HP NonStop TMF Management Programming Manual—540140-008 5-66...
  • Page 131 ZSPI-VAL-True catalog. The dump serial number remains in the catalog. ZSPI-VAL-False Usage Guidelines Only super-group users can issue this command. For more information on the DELETE DUMPS command, see the TMF Reference Manual. HP NonStop TMF Management Programming Manual—540140-008 5-67...
  • Page 132: Delete Media

    For information on the tokens present in the command and response buffers, see the SPI Programming Manual. Command ZTMF-CMD-Delete Object Type ZTMF-OBJ-Media Tokens in Command Buffer ZTMF-TKN-Media token-type ZTMF-TYP-Media. ZTMF-MAP-Delete-Media def ZTMF-DDL-Delete-Media. 02 ZMedium token-type ZSPI-DDL-Enum. end. Tokens in Response Buffer None. HP NonStop TMF Management Programming Manual—540140-008 5-68...
  • Page 133 ZMedium specifies the type of storage media. The following value is valid: Tape storage media ZTMF-VAL-MediumTape Usage Guideline Only super-group users or the owner of the configuration files can issue this command. HP NonStop TMF Management Programming Manual—540140-008 5-69...
  • Page 134: Delete Resourcemanager

    For information on the tokens present in the command and response buffers, see the SPI Programming Manual. Command ZTMF-CMD-Delete Object Type ZTMF-OBJ-Rm Tokens in Command Buffer ZTMF-TKN-RmName token-type ZSPI-TYP-String. ZSPI-TKN-Context token-type ZSPI-TYP-ByteString. Tokens in Response Buffer ZTMF-TKN-RmName token-type ZSPI-TYP-String. ZSPI-TKN-Context token-type ZSPI-TYP-ByteString. HP NonStop TMF Management Programming Manual—540140-008 5-70...
  • Page 135 ZTMF-ERR-RmNameCrashed. A resource manager is crashed if it is not currently open, but has unresolved transaction branches associated with it. All such branches must be resolved before the resource manager name can be deleted from the directory HP NonStop TMF Management Programming Manual—540140-008 5-71...
  • Page 136 For more information on the DELETE RESOURCEMANAGER command, see the TMF Reference Manual. HP NonStop TMF Management Programming Manual—540140-008 5-72...
  • Page 137: Delete Tmf

    This inability, in turn, prevents the proper recovery of databases on other nodes. After a DELETE TMF command, the dump entries remain in the TMF catalog until the next START TMF command is entered. HP NonStop TMF Management Programming Manual—540140-008 5-73...
  • Page 138: Delete Transaction

    ABORT TRANSACTION commands, as noted elsewhere in this section of the manual. If a transaction is in the hung or committed state, you can force its deletion by using the DELETE TRANSACTION command. A hung transaction is one that TMF HP NonStop TMF Management Programming Manual—540140-008 5-74...
  • Page 139 (pin) audit trail files on disk. The only reason you might want to consider deleting a transaction from the committed state is if the child node is destroyed and will never come back online. HP NonStop TMF Management Programming Manual—540140-008 5-75...
  • Page 140: Disable Auditdump

    This token is required; only one occurrence is allowed. The following values are valid: Master audit trail ZTMF-VAL-Mat Auxiliary audit trail #1 ZTMF-VAL-Aux01 Auxiliary audit trail #2 ZTMF-VAL-Aux02 . . . Auxiliary audit trail #15 ZTMF-VAL-Aux015 HP NonStop TMF Management Programming Manual—540140-008 5-76...
  • Page 141 (in other words, its AUDITDUMP attribute must be set to ON). An audit dump stays disabled until it is reenabled by an ENABLE AUDITDUMP command—despite TMF startups and shutdowns. For more information on the DISABLE AUDITDUMP command, see the TMF Reference Manual. HP NonStop TMF Management Programming Manual—540140-008 5-77...
  • Page 142: Disable Begintrans

    ENABLE BEGINTRANS. If transaction processing is already disabled when you issue DISABLE BEGINTRANS command, the ZTMF-ERR-BTDisabled error is returned. The START TMF command also contains a ZTransAllowOption field that disables transaction processing. HP NonStop TMF Management Programming Manual—540140-008 5-78...
  • Page 143: Disable Datavols

    Object Type ZTMF-OBJ-DataVols Tokens in Command Buffer ZTMF-TKN-VolumeName token-type ZSPI-TYP-String. ZSPI-TKN-MaxResp token-type ZSPI-TYP-Int. ZSPI-TKN-Context token-type ZSPI-TYP-ByteString. ZTMF-MAP-Disable-DataVols def ZTMF-DDL-Disable-DataVols. 02 ZAbrupt token-type ZSPI-DDL-Boolean. end. Tokens in Response Buffer ZTMF-TKN-VolumeName token-type ZSPI-TYP-String. ZSPI-TKN-Context token-type ZSPI-TYP-ByteString. HP NonStop TMF Management Programming Manual—540140-008 5-79...
  • Page 144 After a volume is disabled, audited work directed to it is disallowed (the FEDeviceDownForTmf error is returned to transaction applications). This continues until the volume is enabled and restarted. For more information on the DISABLE DATAVOLS command, see the TMF Reference Manual. HP NonStop TMF Management Programming Manual—540140-008 5-80...
  • Page 145: Dump Files

    02 ZBlockSize token-type ZSPI-DDL-Int. 02 ZVerifyTape token-type ZSPI-DDL-Boolean. 02 ZUnloadMedia token-type ZSPI-DDL-Boolean. 02 ZSystemName token-type ZSPI-DDL-Char8. 02 ZMedium token-type ZSPI-DDL-Enum. 02 ZMaxDumpSize token-type ZSPI-DDL-Int2. 02 ZSystemName2 token-type ZSPI-DDL-Char8. end. Tokens in Response Buffer None. HP NonStop TMF Management Programming Manual—540140-008 5-81...
  • Page 146 When specifying the name of a file of filenames, however, only one occurrence of this token is allowed. The names of two different files of filenames can be specified in ZTMF-TKN-Fileset and ZTMF-TKN-NotFileset tokens within the same command buffer. HP NonStop TMF Management Programming Manual—540140-008 5-82...
  • Page 147 If the prefix is not specified, the local-node default, ZT, is automatically assigned as the prefix. Optical discs are not supported for dump-to-disk operations. If you specify ZTMF-TKN-DiskMedia, you must not specify the following fields: ZCopies, ZBlockSize, ZVerifyTape, and ZSystemName. HP NonStop TMF Management Programming Manual—540140-008 5-83...
  • Page 148 If you specify a value of 1, only one tape drive is required and the copy is directed to that drive. If you specify a value of 2, two tape drives are required and the copies are always produced in parallel, not serial, order. HP NonStop TMF Management Programming Manual—540140-008 5-84...
  • Page 149 Tape verification approximately doubles the time needed for a dump. ZSPI-VAL-False Tapes are not verified. If you omit this field, its default value is ZSPI-VAL-False. HP NonStop TMF Management Programming Manual—540140-008 5-85...
  • Page 150 If you specify a remote node for dumps to tape, Guardian labeled-tape processing must be enabled on that node and must be running on RVU C30 or later of the NonStop OS. TMF, however, need not be configured or running on the remote node. HP NonStop TMF Management Programming Manual—540140-008 5-86...
  • Page 151 Commands and Responses DUMP FILES Usage Guidelines Only super-group users can issue this command. TMF must be started. For more information on the DUMP FILES command, see the TMF Reference Manual. HP NonStop TMF Management Programming Manual—540140-008 5-87...
  • Page 152: Enable Auditdump

    This token is required; only one occurrence is allowed. The following values are valid: Master audit trail ZTMF-VAL-Mat Auxiliary audit trail #1 ZTMF-VAL-Aux01 Auxiliary audit trail #2 ZTMF-VAL-Aux02 . . . Auxiliary audit trail #15 ZTMF-VAL-Aux015 HP NonStop TMF Management Programming Manual—540140-008 5-88...
  • Page 153 This command can be issued at any time, whether or not TMF has been started. However, the audit trail associated with the dump must be configured for dumping. If the specified audit trail is not configured for dumping, the ZTMF-ERR-ATNotDumping error is returned. HP NonStop TMF Management Programming Manual—540140-008 5-89...
  • Page 154: Enable Begintrans

    If any of these conditions exist when you enter the ENABLE BEGINTRANS command, the subsystem generates an EMS event message. Before the ENABLE BEGINTRANS command takes effect, all these conditions must be corrected. HP NonStop TMF Management Programming Manual—540140-008 5-90...
  • Page 155: Enable Datavols

    The wild card specifies that all disabled data volumes in the TMF configuration are to be reenabled; exceptions are the volumes specified in the ZTMF-TKN-NotVolumeName token, if any. HP NonStop TMF Management Programming Manual—540140-008 5-91...
  • Page 156 TMF immediately restarts it. If the volume is down (PUP DOWN) when the ENABLE DATAVOLS command is issued, TMF puts it in the down state and restarts it immediately the next time it does come up. HP NonStop TMF Management Programming Manual—540140-008 5-92...
  • Page 157: Info Atdumpdm

    This token is required; only one occurrence is allowed. The following values are valid: Master audit trail ZTMF-VAL-Mat Auxiliary audit trail #1 ZTMF-VAL-Aux01 Auxiliary audit trail #2 ZTMF-VAL-Aux02 . . . Auxiliary audit trail #15 ZTMF-VAL-Aux015 HP NonStop TMF Management Programming Manual—540140-008 5-93...
  • Page 158 Multiple response records are allowed to enable the command to return all the requested information. If the specified audit trail has not been configured for dumping, the ZTMF-ERR- ATNotDumping error is returned. If disk media attributes are not configured, then the ZTMF-ERR-EmptyResponse error is returned. HP NonStop TMF Management Programming Manual—540140-008 5-94...
  • Page 159: Info Atvolume

    The following values are valid: Master audit trail ZTMF-VAL-Mat Auxiliary audit trail #1 ZTMF-VAL-Aux01 Auxiliary audit trail #2 ZTMF-VAL-Aux02 . . . Auxiliary audit trail #15 ZTMF-VAL-Aux015 HP NonStop TMF Management Programming Manual—540140-008 5-95...
  • Page 160 TMF. The following values are possible: The volume returned in the response record is marked ZSPI-VAL-True for deletion The volume returned in the response record is not ZSPI-VAL-False marked for deletion HP NonStop TMF Management Programming Manual—540140-008 5-96...
  • Page 161 Any user can issue this command. You can enter this command at any time, whether or not TMF has been started. Multiple response records are allowed to enable the command to return all the requested information. HP NonStop TMF Management Programming Manual—540140-008 5-97...
  • Page 162: Info Auditdump

    02 ZCopies token-type ZSPI-DDL-Int. 02 ZSeriesCopies token-type ZSPI-DDL-Boolean. 02 ZVerifyTape token-type ZSPI-DDL-Boolean. 02 ZBlockSize token-type ZSPI-DDL-Int. 02 ZUnloadMedia token-type ZSPI-DDL-Boolean. 02 ZMedium token-type ZSPI-DDL-Enum. 02 ZSystemName token-type ZSPI-DDL-Char8. 02 ZSystemName2 token-type ZSPI-DDL-Char8. end. HP NonStop TMF Management Programming Manual—540140-008 5-98...
  • Page 163 ZSeriesCopies specifies whether multiple copies of audit dumps are made in parallel or in series. The following values are possible: Serial copies are made ZSPI-VAL-True Parallel copies are made ZSPI-VAL-False HP NonStop TMF Management Programming Manual—540140-008 5-99...
  • Page 164 ATNotDumping error is returned and the ZTMF-DDL-Info-AuditDump extensible structured token is not included in the response record. You can remove the disk media attributes of the dump process using the INFO ATDUMPDM command. HP NonStop TMF Management Programming Manual—540140-008 5-100...
  • Page 165: Info Audittrail

    02 ZAuditDump token-type ZSPI-DDL-Boolean. 02 ZOverflowThreshold token-type ZSPI-DDL-Int. 02 ZBeginTransDisable token-type ZSPI-DDL-Int. 02 ZMaxRetainedATFiles token-type ZSPI-DDL-Int. 02 ZFileSize32 token-type ZSPI-DDL-Int2. 02 ZCommitHoldMode token-type ZSPI-DDL-Enum. 02 ZCommitHoldTimer token-type ZSPI-DDL-Int2. 02 ZTimeoutAction token-type ZSPI-DDL-Enum. end. HP NonStop TMF Management Programming Manual—540140-008 5-101...
  • Page 166 2047 MB. When the file size exceeds 2047 MB, ZFileSize is set to ZSPI^Null and ZFileSize32 contains the audit-trail file size. HP NonStop TMF Management Programming Manual—540140-008 5-102...
  • Page 167 Commit-hold mode is not yet ZTMF-VAL-ZLTCH-UnConfigured configured for the specified audit trail. Commit-hold mode is on for the ZTMF-VAL-ZLTCH-On specified audit trail. Commit-hold mode is off for the ZTMF-VAL-ZLTCH-Off specified audit trail. HP NonStop TMF Management Programming Manual—540140-008 5-103...
  • Page 168 Any user can issue this command. You can enter this command at any time, whether or not TMF has been started. Multiple response records are allowed to enable the command to return all the requested information. HP NonStop TMF Management Programming Manual—540140-008 5-104...
  • Page 169: Info Begintrans

    02 ZRmOpenPerCpuCurr token-type ZSPI-DDL-Int. 02 ZRmOpenPerCpuConfig token-type ZSPI-DDL-Int. 02 ZBranchesPerRmCurr token-type ZSPI-DDL-Int. 02 ZBranchesPerRmConfig token-type ZSPI-DDL-Int. 02 ZThreshAutoIncrease token-type ZSPI-DDL-Boolean. 02 ZThreshLowerLimit token-type ZSPI-DDL-Int. 02 ZThreshIncrAmount token-type ZSPI-DDL-Int. 02 ZThreshNumberOfIncr token-type ZSPI-DDL-Int. end. HP NonStop TMF Management Programming Manual—540140-008 5-105...
  • Page 170 TMP and non-TMP CPUs. ZAutoAbort specifies the number of seconds a transaction can remain active before it is aborted automatically. If this value is 0, transactions survive indefinitely. HP NonStop TMF Management Programming Manual—540140-008 5-106...
  • Page 171 TransCountThresh upper limit. EMS message 482 will appear if the number of transactions in the system exceeds this percentage of the TransCountThresh upper limit. The default value is 80%. HP NonStop TMF Management Programming Manual—540140-008 5-107...
  • Page 172 ZThreshIncrAmount. Usage Guidelines Any user can issue this command. TMF must be started for this command to execute successfully. If TMF has not been started, the error returned is ZTMF-ERR-TmfNotStarted. HP NonStop TMF Management Programming Manual—540140-008 5-108...
  • Page 173: Info Catalog

    ZTMF-CMD-Info Object Type ZTMF-OBJ-Catalog Tokens in Command Buffer None. Tokens in Response Buffer ZTMF-MAP-Info-Catalog def ZTMF-DDL-Info-Catalog. 02 ZRetainDepth token-type ZSPI-DDL-Int. 02 ZReleased token-type ZSPI-DDL-Boolean. 02 ZRoundRobin token-type ZSPI-DDL-Boolean. 02 ZLastReel token-type ZSPI-DDL-Char6. end. HP NonStop TMF Management Programming Manual—540140-008 5-109...
  • Page 174 ZLastReel is spaces. If TMF is not started, the value of ZLastReel is nulls. Usage Guidelines Any user can issue this command. You can enter this command at any time, whether or not TMF has been started. HP NonStop TMF Management Programming Manual—540140-008 5-110...
  • Page 175: Info Datavols

    ZTMF-DDL-Info-DataVols. 02 ZAuditTrailId token-type ZSPI-DDL-Enum. 02 ZRecoveryMode token-type ZSPI-DDL-Enum. end. Tokens in Response Buffer ZTMF-TKN-VolumeName token-type ZSPI-TYP-String. ZSPI-TKN-Context token-type ZSPI-TYP-ByteString. ZTMF-MAP-Info-DataVols-R def ZTMF-DDL-Info-DataVols-R. 02 ZAuditTrailId token-type ZSPI-DDL-Enum. 02 ZRecoveryMode token-type ZSPI-DDL-Enum. end. HP NonStop TMF Management Programming Manual—540140-008 5-111...
  • Page 176 Audit-trail files are retained on disk. ZTMF-VAL-RecovMode-Archive Audit-trail files are released so that they are not retained on disk solely for the purpose of volume recovery. If this field is null, the default is any recovery mode. HP NonStop TMF Management Programming Manual—540140-008 5-112...
  • Page 177 (either online or archive). Usage Guidelines Any user can issue this command. TMF must be started. Multiple response records are allowed to enable the command to return all the requested information. HP NonStop TMF Management Programming Manual—540140-008 5-113...
  • Page 178: Info Dumps

    02 ZDumpStatus token-type ZSPI-DDL-Enum. 02 ZMediaStatus token-type ZSPI-DDL-Enum. 02 ZSortSelect token-type ZSPI-DDL-Enum. 02 ZTimeStamp token-type ZSPI-DDL-TimeStamp. 02 ZSystemNumber token-type ZSPI-DDL-Int2. 02 ZMedia token-type ZTMF-DDL-Media. 02 ZMedium token-type ZSPI-DDL-Enum. 02 ZDiskMedia token-type ZTMF-DDL-DiskMedia. end. HP NonStop TMF Management Programming Manual—540140-008 5-114...
  • Page 179 The names of two different files of filenames can be specified in ZTMF-TKN-Fileset and ZTMF-TKN-NotFileset tokens within the same command buffer. If this token is present, then ZTMF-DDL-Info-Dumps.ZName must be null. HP NonStop TMF Management Programming Manual—540140-008 5-115...
  • Page 180 SQL/MX objects specified in the ansi-set, in an external format, without delimiting quotes. If this token includes multiple ansi-sets, they must be surrounded by parenthesis and separated by commas. HP NonStop TMF Management Programming Manual—540140-008 5-116...
  • Page 181 The following values are valid: The dump is an audit dump ZTMF-VAL-AuditDump The dump is an online dump ZTMF-VAL-OnlineDump If you omit this field, the default is both. HP NonStop TMF Management Programming Manual—540140-008 5-117...
  • Page 182 The following values are valid: Tape storage media ZTMF-VAL-MediumTape Magnetic disk storage media ZTMF-VAL-MediumMagneticDisk If you omit this field, the default is both. ZDiskMedia This field is not valid for command buffers. HP NonStop TMF Management Programming Manual—540140-008 5-118...
  • Page 183 ZMediaStatus specifies the status (assigned, released, or bad) of the tape volume specified in the ZMedia field. ZSortSelect is not valid for response buffers. ZTimeStamp specifies the time (GMT) the dump was made. HP NonStop TMF Management Programming Manual—540140-008 5-119...
  • Page 184 Private Token and Field Types on page 4-6. Usage Guidelines Any user can issue this command. TMF must be started. Multiple response records are allowed to enable the command to return all the requested information. HP NonStop TMF Management Programming Manual—540140-008 5-120...
  • Page 185: Info Media

    02 ZMediaName token-type ZTMF-DDL-Media. 02 ZMedium token-type ZSPI-DDL-Enum. 02 ZMediaStatus token-type ZSPI-DDL-Enum. end. Tokens in Response Buffer ZTMF-MAP-Info-Media def ZTMF-DDL-Info-Media. 02 ZMediaName token-type ZTMF-DDL-Media. 02 ZMedium token-type ZSPI-DDL-Enum. 02 ZMediaStatus token-type ZSPI-DDL-Enum. end. HP NonStop TMF Management Programming Manual—540140-008 5-121...
  • Page 186 The content of the tape volume is not required ZTMF-VAL-Released for file recovery The tape volume can be used for dumping ZTMF-VAL-Scratch files The tape volume is defective and cannot be ZTMF-VAL-Bad used HP NonStop TMF Management Programming Manual—540140-008 5-122...
  • Page 187 ZTMF-VAL-Assigned ZTMF-VAL-Released ZTMF-VAL-Scratch ZTMF-VAL-Bad ZTMF-VAL-InProcess Usage Guidelines Any user can issue this command. TMF must be started. Multiple response records are allowed to enable the command to return all the requested information. HP NonStop TMF Management Programming Manual—540140-008 5-123...
  • Page 188: Info Process

    02 ZCpusInfo token-type ZTMF-DDL-CpusInfo. 02 ZPriority token-type ZSPI-DDL-Int. 02 ZMakeSaveAbend token-type ZSPI-DDL-Boolean. 02 ZDebug token-type ZSPI-DDL-Boolean. 02 ZInspect token-type ZSPI-DDL-Boolean. 02 ZExtendedSegSize token-type ZSPI-DDL-Int-Pair. 02 ZPfsSize token-type ZSPI-DDL-Int2. 02 ZDfltExtendedSegSize token-type ZSPI-DDL-INT-PAIR. end. HP NonStop TMF Management Programming Manual—540140-008 5-124...
  • Page 189 TMF management process pair that coordinates distributed transactions Volume recovery process that recovers database files to VolumeRecovery their most recent consistent state if they become inconsistent because of a disk volume or system failure HP NonStop TMF Management Programming Manual—540140-008 5-125...
  • Page 190 INSPECT program save-abend file is created if the process terminates abnormally. The following values are possible: A save-abend file is created ZSPI-VAL-True A save-abend file is not created ZSPI-VAL-False If this field is null, the value is ZSPI-VAL-False. HP NonStop TMF Management Programming Manual—540140-008 5-126...
  • Page 191 The first number is the initial size of the extended segment. The second number is the growth limit for the extended segment. Usage Guidelines Any user can issue this command. You can enter this command at any time, whether or not TMF has been started. HP NonStop TMF Management Programming Manual—540140-008 5-127...
  • Page 192: Info Resourcemanager

    For information on the tokens present in the command and response buffers, see the SPI Programming Manual. Command ZTMF-CMD-Info Object Type ZTMF-OBJ-Rm Tokens in Command Buffer ZTMF-TKN-RmName token-type ZSPI-TYP-String. ZSPI-TKN-MaxResp token-type ZSPI-TYP-Int. ZSPI-TKN-Context token-type ZSPI-TYP-ByteString. Tokens in Response Buffer ZTMF-TKN-RmName token-type ZSPI-TYP-String. ZTMF-TKN-RmOwnerID token-type ZSPI-TYP-UserID. HP NonStop TMF Management Programming Manual—540140-008 5-128...
  • Page 193 Only gateway processes running under a resource manager’s owner userid or one of the super group userids will be allowed to open or remove the resource manager. HP NonStop TMF Management Programming Manual—540140-008 5-129...
  • Page 194 For more information on the INFO RESOURCEMANAGER command, see the TMF Reference Manual. HP NonStop TMF Management Programming Manual—540140-008 5-130...
  • Page 195: Info Tmf

    ZSPI-TYP-Int. ZTMF-MAP-Info-Tmf def ZTMF-DDL-Info-Tmf. 02 ZGoRemote token-type ZSPI-DDL-Int. 02 ZPioBuffer token-type ZTMF-DDL-PioBuffer. 02 ZTmpWaitTimer token-type ZTMF-DDL-TmpWaitTimer. 02 ZTransProtocol token-type ZSPI-DDL-Int. 02 ZDisasterRecovery token-type ZSPI-DDL-Boolean. 02 ZNetDisconnectTimer token-type ZSPI-DDL-Int. 02 ZNetSessionIdleTimer token-type ZSPI-DDL-Int. end. HP NonStop TMF Management Programming Manual—540140-008 5-131...
  • Page 196 The following values are valid: MMI protocol. ZTMF-VAL-TransProto-MMI Standard protocol. ZTMF-VAL-TransProto-Standard ZDisasterRecovery Specifies Disaster Recovery setting. The TMF Disaster Recovery Mode is used to control TMF operations in special Disaster Recovery situations. See HP NonStop TMF Management Programming Manual—540140-008 5-132...
  • Page 197 Usage Guidelines Anyone can issue this command. You can issue this command at any time, whether or not TMF is started. For more information on the INFO TMF command, see the TMF Reference Manual. HP NonStop TMF Management Programming Manual—540140-008 5-133...
  • Page 198: List Audittrail

    The following values are valid: Master audit trail ZTMF-VAL-Mat Auxiliary audit trail #1 ZTMF-VAL-Aux01 Auxiliary audit trail #2 ZTMF-VAL-Aux02 . . . Auxiliary audit trail #15 ZTMF-VAL-Aux015 HP NonStop TMF Management Programming Manual—540140-008 5-134...
  • Page 199 You can enter this command at any time, whether or not TMF has been started. All ZTMF-TKN-AuditTrailId tokens are returned in a single response record. The number of tokens returned depends upon the number of audit trails configured. HP NonStop TMF Management Programming Manual—540140-008 5-135...
  • Page 200: Next Audittrail

    Auxiliary audit trail #15 ZTMF-VAL-Aux015 Usage Guidelines Only super-group users can issue this command. TMF must be started. This command does not complete until new audit records are placed in a new audit- trail file. HP NonStop TMF Management Programming Manual—540140-008 5-136...
  • Page 201: Recover Files

    02 ZUnloadMedia token-type ZSPI-DDL-Boolean. 02 ZRecoverVDPPhase1 token-type ZSPI-DDL-Boolean. 02 ZRecoverVDPPhase2 token-type ZSPI-DDL-Boolean. 02 ZRecoverToIdx token-type ZSPI-DDL-Int 02 ZRecoverToSeq token-type ZSPI-DDL-Int2 02 ZRecoverToRba token-type ZSPI-DDL-Int4 02 ZSerial token-type ZSPI-DDL-Int2 end. Tokens in Response Buffer None. HP NonStop TMF Management Programming Manual—540140-008 5-137...
  • Page 202 When specifying the name of a file of filenames, however, only one occurrence of this token is allowed. The names of two different files of filenames can be specified in ZTMF-TKN-Fileset and ZTMF-TKN-NotFileset tokens within the same command buffer. HP NonStop TMF Management Programming Manual—540140-008 5-138...
  • Page 203 Management Foundation (SMF) files only. Before you issue a RECOVER FILES command with this token, it is vital that you read the discussion “Options for the SMF Product” under the RECOVER FILES command description in the TMF Reference Manual. HP NonStop TMF Management Programming Manual—540140-008 5-139...
  • Page 204 ZTMF-TMF-MapNamesDefault tokens, the only files recovered are those that have only the UndoNeeded flag set in the file label; all other files are ignored during file recovery. Furthermore, those files that have the UndoNeeded flag HP NonStop TMF Management Programming Manual—540140-008 5-140...
  • Page 205 If you omit ZFromArchive but include the ZToFirstPurge, ZTimeStamp, ZRecoverToSEQ, ZRecoverToRBA or ZSerial field, or the ZTMF-TKN- MapNameSet and ZTMF-TMF-MapNamesDefault token, the FromArchive operation becomes the default operation (so that all files requested are recovered). HP NonStop TMF Management Programming Manual—540140-008 5-141...
  • Page 206 Guardian labeled-tape processing must be enabled on that node and must be running on release C30 or later of the NonStop OS. TMF, however, need not be configured or running on the remote node. HP NonStop TMF Management Programming Manual—540140-008 5-142...
  • Page 207 If the ZRecoverToRba field is specified, the value of the ZRecoverToSeq field must not be null. HP NonStop TMF Management Programming Manual—540140-008 5-143...
  • Page 208 The dumpserial number from which to select dumps. The default is “all.” Usage Guidelines Only super-group users can issue this command. TMF must be started. For more information on the RECOVER FILES command, see the TMF Reference Manual. HP NonStop TMF Management Programming Manual—540140-008 5-144...
  • Page 209: Relocate Diskdumps

    The system name is optional; if it is not included, the local system name is used. This token is required; only one occurrence is allowed; a wild card value is allowed. HP NonStop TMF Management Programming Manual—540140-008 5-145...
  • Page 210 The command failed because the value in the ZTMF-TKN-NewDmLoc token was not a valid volume name or wild card. ZTMF-ERR-NewDmLocNotWild The command failed because a wild card character was specified for the ZTMF-TKN-OldDmLoc token but not for the ZTMF-TKN-NewDmLoc token. HP NonStop TMF Management Programming Manual—540140-008 5-146...
  • Page 211 RELOCATE DISKDUMPS command. If a wild card (*) is specified for ZTMF-TKN-OldDmLoc, a wild card must also be used for ZTMF-TKN-NewDmLoc. For more information on the RELOCATE DISKDUMPS command, see the TMF Reference Manual. HP NonStop TMF Management Programming Manual—540140-008 5-147...
  • Page 212: Resolve Transaction

    For information on the tokens present in the command and response buffers, see the SPI Programming Manual. Command ZTMF-CMD-Resolve Object Type ZTMF-OBJ-Transaction Tokens in Command Buffer ZTMF-MAP-Resolv-Transaction def ZTMF-DDL-Resolv-Transaction. 02 ZState token-type ZSPI-DDL-Enum. end. Tokens in Response Buffer None. HP NonStop TMF Management Programming Manual—540140-008 5-148...
  • Page 213 Unresolved transactions are aborted ZTMF-VAL-Aborted Unresolved transactions are committed ZTMF-VAL-Committed Usage Guidelines Only super-group users can issue this command. TMF must be started. For more information on the RECOVER FILES command, see the TMF Reference Manual. HP NonStop TMF Management Programming Manual—540140-008 5-149...
  • Page 214: Start Tmf

    For information on the tokens present in the command and response buffers, see the SPI Programming Manual. Command ZTMF-CMD-Start Object Type ZTMF-OBJ-Tmf Tokens in Command Buffer ZTMF-MAP-Start-Tmf def ZTMF-DDL-Start-Tmf. 02 ZTransAllowOption token-type ZSPI-DDL-Enum. end. Tokens in Response Buffer None. HP NonStop TMF Management Programming Manual—540140-008 5-150...
  • Page 215 In addition, if multiple users are accessing your TMFSERVE process through multiple TMFCOM processes, be sure to communicate your intentions to stop or restart the subsystem. HP NonStop TMF Management Programming Manual—540140-008 5-151...
  • Page 216 A previous START TMF command has already been issued.  A STOP TMF command is in progress.  A failure has occurred that requires the system to be cold-loaded before TMF can be restarted. HP NonStop TMF Management Programming Manual—540140-008 5-152...
  • Page 217: Status Atfile

    ZSPI-TYP-Enum. ZTMF-TKN-ATFileStatus token-type ZSPI-TYP-Enum. ZTMF-TKN-ATFileDumpStatus token-type ZSPI-TYP-Enum. ZSPI-TKN-MaxResp token-type ZSPI-TYP-Int. ZSPI-TKN-Context token-type ZSPI-TYP-ByteString. Tokens in Response Buffer ZTMF-TKN-AuditTrailId token-type ZSPI-TYP-Enum. ZTMF-TKN-AuditFileName token-type ZSPI-TYP-String. ZTMF-TKN-ATFileStatus token-type ZSPI-TYP-Enum. ZTMF-TKN-ATFileDumpStatus token-type ZSPI-TYPE-Enum. ZSPI-TKN-Context token-type ZSPI-TYP-ByteString. HP NonStop TMF Management Programming Manual—540140-008 5-153...
  • Page 218 These files are no longer needed for active transactions, volume recovery, or system restart. A file is available for reuse when the current file becomes full. These files remain intact until needed—a file recovery operation might need them. HP NonStop TMF Management Programming Manual—540140-008 5-154...
  • Page 219 Dumping cannot take place until the file is no longer being modified. ZTMF-VAL-DumpStatusDumping specifies a file in the process of being copied to archive media by the AUDITDUMP process, or a file that is next to be dumped. HP NonStop TMF Management Programming Manual—540140-008 5-155...
  • Page 220 ZTMF-TKN-AuditFileName specifies the name of the audit-trail file. This token appears once in each response record. ZTMF-TKN-ATFileStatus specifies the status of the audit-trail file. ZTMF-TKN-ATFileDumpStatus specifies the dump status of the audit-trail file. HP NonStop TMF Management Programming Manual—540140-008 5-156...
  • Page 221 When AUDITDUMP is turned on, the first file to be dumped is the one that is current at the time of the ALTER command. Previous files keep their dump status value of ZTMF-VAL-DumpStatusNotDumping. HP NonStop TMF Management Programming Manual—540140-008 5-157...
  • Page 222: Status Auditdump

    ZTMF-OBJ-AuditDump Tokens in Command Buffer ZTMF-TKN-AuditTrailId token-type ZSPI-TYP-Enum. Tokens in Response Buffer ZTMF-TKN-AuditTrailId token-type ZSPI-TYP-Enum. ZTMF-TKN-AuditFileName token-type ZSPI-TYP-String. ZTMF-TKN-Process-Name token-type ZSPI-TYP-String. ZTMF-MAP-Status-AuditDump def ZTMF-DDL-Status-AuditDump. 02 ZActive token-type ZSPI-DDL-Boolean. 02 ZEnabled token-type ZSPI-DDL-Boolean. end. HP NonStop TMF Management Programming Manual—540140-008 5-158...
  • Page 223 ZActive field has a value of ZTMF-VAL-True. ZTMF-TKN-Process-Name specifies the name of the audit dump process currently attempting to dump the file specified in ZTMF-TKN-AuditFileName. This token is included only when the ZActive field has a value of ZTMF-VAL-True. HP NonStop TMF Management Programming Manual—540140-008 5-159...
  • Page 224 Any user can issue this command. TMF must be started. If the specified audit trail is not configured for dumping, the ZTMF-ERR-AtNotDumping error is returned and the ZTMF-DDL-Status-AuditDump extensible structured token is not included in the response record. HP NonStop TMF Management Programming Manual—540140-008 5-160...
  • Page 225: Status Audittrail

    02 ZCannotRollover token-type ZSPI-DDL-Boolean. 02 ZAuditHold token-type ZSPI-DDL-Boolean. 02 ZCommitHoldGlobalState token-type ZSPI-DDL-Enum. 02 ZCommitHold token-type ZSPI-DDL-Enum. 02 ZCommitHoldTime token-type ZSPI-DDL-TimeStamp. 02 ZCommitHoldVol token-type ZSPI-DDL-Char8. 02 ZCommitHoldTimeRem token-type ZSPI-DDL-Enum. 02 ZTimeoutAction token-type ZSPI-DDL-Enum. end. HP NonStop TMF Management Programming Manual—540140-008 5-161...
  • Page 226 This token is present only if the ZHoldingRenameReason field has the value ZTMF-VAL-HeldRsnDpPermission. ZTMF-TKN-AuditFileName specifies the name of the current audit-trail file. HP NonStop TMF Management Programming Manual—540140-008 5-162...
  • Page 227 The file is kept on the active or overflow-audit volume so that if volume recovery is needed, the audit file does not have to be restored from archive media. HP NonStop TMF Management Programming Manual—540140-008 5-163...
  • Page 228 Activated. ZTMF-VAL-ZLTCH-Activate Suspended. ZTMF-VAL-ZLTCH-Suspend ZCommitHold specifies the current status of commit-hold mode for the specified audit trail. The following values are possible: Not yet configured. ZTMF-VAL-ZLTCH-UnConfigured ZTMF-VAL-ZLTCH-On Off. ZTMF-VAL-ZLTCH-Off Activated. ZTMF-VAL-ZLTCH-Activate Reviving. ZTMF-VAL-ZLTCH-Reviving HP NonStop TMF Management Programming Manual—540140-008 5-164...
  • Page 229 Suspend the commit-hold ZTMF-VAL-ZLTCH-ActionSuspend condition. Crash TMF. ZTMF-VAL-ZLTCH-ActionCrash Usage Guidelines Any user can issue this command. TMF must be started. Multiple response records are allowed to enable the command to return all the requested information. HP NonStop TMF Management Programming Manual—540140-008 5-165...
  • Page 230: Status Begintrans

    02 ZDisableTxCount token-type ZSPI-DDL-Boolean. 02 ZDisableOper token-type ZSPI-DDL-Boolean. 02 ZDisableStop token-type ZSPI-DDL-Boolean. 02 ZDisableAt token-type ZSPI-DDL-Boolean. OCCURS 16 TIMES. 02 ZDisableLibMem token-type ZSPI-DDL-Boolean. OCCURS 16 TIMES. 02 ZDisableTmpMem token-type ZSPI-DDL-Boolean. OCCURS 16 TIMES. end. HP NonStop TMF Management Programming Manual—540140-008 5-166...
  • Page 231 BEGINTRANSACTION is disabled because the audit trail reached its BEGINTRANSDISABLE threshold. The following values are possible: The reason for the disable is true. ZSPI-VAL-True The reason for the disable is false. ZSPI-VAL-False HP NonStop TMF Management Programming Manual—540140-008 5-167...
  • Page 232 The reason for the disable is false. ZSPI-VAL-False Usage Guidelines Any user can issue this command. TMF must be started. Multiple response records are allowed to enable the command to return all the requested information. HP NonStop TMF Management Programming Manual—540140-008 5-168...
  • Page 233: Status Catalog

    For information on the tokens present in the command and response buffers, see the SPI Programming Manual. Command ZTMF-CMD-Status Object Type ZTMF-OBJ-Catalog Tokens in Command Buffer None. Tokens in Response Buffer ZTMF-MAP-Status-Catalog def ZTMF-DDL-Status-Catalog. 02 ZCatalogStatus token-type ZSPI-DDL-Enum. end. HP NonStop TMF Management Programming Manual—540140-008 5-169...
  • Page 234 TMF is being shut down; the catalog is not now ZTMF-VAL-Stopping available. The catalog is up and available. ZTMF-VAL-Up Usage Guidelines Any user can issue this command. You can enter this command at any time, whether or not TMF has been started. HP NonStop TMF Management Programming Manual—540140-008 5-170...
  • Page 235: Status Datavols

    ZSPI-DDL-Enum. 02 ZRecoveryMode token-type ZSPI-DDL-Enum. end. Tokens in Response Buffer ZTMF-TKN-VolumeName token-type ZSPI-TYP-String. ZSPI-TKN-Context token-type ZSPI-TYP-ByteString. ZTMF-MAP-Status-DataVols-R def ZTMF-DDL-Status-DataVols-R. 02 ZState token-type ZSPI-DDL-Enum. 02 ZAuditTrailId token-type ZSPI-DDL-Enum. 02 ZRecoveryMode token-type ZSPI-DDL-Enum. end. HP NonStop TMF Management Programming Manual—540140-008 5-171...
  • Page 236 The associated disk process is processing the initial startup requests for these volumes. Typically, a data volume remains in this state only very briefly. HP NonStop TMF Management Programming Manual—540140-008 5-172...
  • Page 237 Audited files on volumes in this state do not contain any inconsistencies. HP NonStop TMF Management Programming Manual—540140-008 5-173...
  • Page 238 When TMF cannot determine whether a volume is clean, the subsystem assumes that it is dirty. Audited files on a dirty volume can contain both logical and physical inconsistencies, but these are typically repaired by volume recovery when the volume is restarted. HP NonStop TMF Management Programming Manual—540140-008 5-174...
  • Page 239 ZTMF-TKN-VolumeName specifies the name of the data volume(s) specified in the command buffer. This token can appear multiple times. Each occurrence is included in a data list with ZTMF-MAP-Status-DataVols-R. HP NonStop TMF Management Programming Manual—540140-008 5-175...
  • Page 240 Unknown indicates that either condition is possible. If TMF is stopping and the wild card is specified for ZTMF-VAL-VolumeName, this command returns only the status of configured data volumes that have not already been shut down. HP NonStop TMF Management Programming Manual—540140-008 5-176...
  • Page 241: Status Operation

    02 ZBeginTime token-type ZSPI-DDL-TimeStamp. end. Tokens in Response Buffer ZTMF-MAP-Status-Ops-Resp def ZTMF-DDL-Status-Ops-Resp. 02 ZOperationNum token-type ZSPI-DDL-Int. 02 ZOperationType token-type ZSPI-DDL-Enum. 02 ZState token-type ZSPI-DDL-Enum. 02 ZBeginTime token-type ZSPI-DDL-TimeStamp. 02 ZEndTime token-type ZSPI-DDL-TimeStamp. end. HP NonStop TMF Management Programming Manual—540140-008 5-177...
  • Page 242 Dumping of audit dumps to tape ZTMF-VAL-Oper-AuditDump or disk Restoration of audit dumps from ZTMF-VAL-Oper-AuditRestore tape or disk Online dumping to tape or disk ZTMF-VAL-Oper-DumpFiles File recovery ZTMF-VAL-Oper-RecoverFiles TMF startup ZTMF-VAL-Oper-StartTMF TMF shutdown ZTMF-VAL-Oper-StopTMF HP NonStop TMF Management Programming Manual—540140-008 5-178...
  • Page 243 ZBeginTime specifies the date and time (GMT) the operation began. ZEndTime specifies the date and time (GMT) the operation completed. This field is valid only when ZState is ZTMF-VAL-Finished. HP NonStop TMF Management Programming Manual—540140-008 5-179...
  • Page 244 (100) is assigned, the subsystem returns to the lowest possible number (1) to identify the next operation. To obtain information about an operation number that has been reused, see the EMS log. HP NonStop TMF Management Programming Manual—540140-008 5-180...
  • Page 245: Status Resourcemanager

    For information on the tokens present in the command and response buffers, see the SPI Programming Manual. Command ZTMF-CMD-Status Object Type ZTMF-OBJ-Rm Tokens in Command Buffer ZTMF-TKN-RmName token-type ZSPI-TYP-String. ZTMF-TKN-ProcessName token-type ZSPI-TYP-String. ZTMF-TKN-CPUPIN token-type ZSPI-TYP-Int-Pair. ZSPI-TKN-Context token-type ZSPI-TYP-ByteString. ZTMF-MAP-Status-Rm def ZTMF-DDL-Status-Rm 02 ZState token-type ZSPI-DDL-Enum. end. HP NonStop TMF Management Programming Manual—540140-008 5-181...
  • Page 246 This is an optional token. Multiple occurrences of this token are allowed. If the value of this token is null, TMF returns status for all resource managers that are currently opened by any gateway process. HP NonStop TMF Management Programming Manual—540140-008 5-182...
  • Page 247 ZTMF-VAL-RmStateCrashed closed, but with one or more unresolved transaction branches ZTMF-VAL-RmStateVolatile volatile resource managers only HP NonStop TMF Management Programming Manual—540140-008 5-183...
  • Page 248 Volatile resource manager names consist of the string “ZZ-VOLATILE-x-y”, where x is the CPU number where the resource manager was opened and y is an internal identifier within the range 0 through 1023. HP NonStop TMF Management Programming Manual—540140-008 5-184...
  • Page 249 For more information on the STATUS RESOURCEMANAGER command, see the TMF Reference Manual. HP NonStop TMF Management Programming Manual—540140-008 5-185...
  • Page 250: Status Rmtransbranches

    Tokens in Command Buffer ZTMF-TKN-RmName token-type ZTMF-TYP-String. ZSPI-TKN-Context token-type ZSPI-TYP-ByteString. Tokens in Response Buffer ZTMF-TKN-RmName token-type ZSPI-TYP-String. ZTMF-TKN-TransID token-type ZSPI-TYP-TransID. ZSPI-TKN-Context token-type ZSPI-TYP-ByteString. ZTMF-MAP-Status-RmTrBr-Rsp def ZTMF-DDL-Status-RmTrBr-Rsp 02 ZState token-type ZSPI-DDL-Enum. 02 ZBranchNumber token-type ZSPI-DDL-Int. end. HP NonStop TMF Management Programming Manual—540140-008 5-186...
  • Page 251 This token contains the following fields: ZState specifies the status of the transaction branch. The following values are valid: ZTMF-VAL-RmTrBrStateNil the transaction branch is nil. ZTMF-VAL-RmTrBrStateActive the transaction branch is active. HP NonStop TMF Management Programming Manual—540140-008 5-187...
  • Page 252 If the value specified for ZTMF-TKN-RmName is not a valid resource manager name, the error returned is ZTMF-ERR-InvRmName. If the specified resource manager is not registered in the resource manager directory, the error returned is ZTMF-ERR-RmNameNNotFound. HP NonStop TMF Management Programming Manual—540140-008 5-188...
  • Page 253 For more information on the STATUS RESOURCEMANAGER command, see the TMF Reference Manual. HP NonStop TMF Management Programming Manual—540140-008 5-189...
  • Page 254: Status Tmf

    ZSPI-DDL-Boolean. 02 ZTransactionRate token-type ZSPI-DDL-Int2. 02 ZCommitHold token-type ZSPI-DDL-Enum. 02 ZCommitHoldTime token-type ZSPI-DDL-TimeStamp. 02 ZActivatedTrails token-type ZSPI-DDL-Int. 02 ZSuspendReason token-type ZSPI-DDL-Enum. 02 ZMemHeapUsage token-type ZTMF-DDL-MemHeapUsage. 02 ZSeqNumLimits token-type ZSPI-DDL-INT2 OCCURS 16 TIMES. end. HP NonStop TMF Management Programming Manual—540140-008 5-190...
  • Page 255 TMF is stopped. ZTMF-VAL-TmfState-Starting TMF is starting and is in one of the conditions indicated by ZStartingSTATE. ZTMF-VAL-TmfState-Started TMF is started. ZTMF-VAL-TmfState-Stopping TMF is stopping and is in one of the conditions indicated by ZStoppingState. HP NonStop TMF Management Programming Manual—540140-008 5-191...
  • Page 256 ZTMF-VAL-Stopping-Services TMF is stopping audit-trail service and other services. ZSubvolPresent specifies whether the subvolume is empty. The following values are possible: The subvolume is not empty. ZSPI-VAL-True The subvolume is empty. ZSPI-VAL-False HP NonStop TMF Management Programming Manual—540140-008 5-192...
  • Page 257 This token is valid only when ZCommitHold is “suspend.” This token specifies why commit-hold was suspended. The following values are possible: The commit-hold timer expired. ZTMF-VAL-ZLTCH-SuspendTimeout The user suspended commit- ZTMF-VAL-ZLTCH-SuspendUser hold mode. A dual failure of a mirrored ZTMF-VAL-ZLTCH-SuspendDualFail audit-trail pair occurred. HP NonStop TMF Management Programming Manual—540140-008 5-193...
  • Page 258 Occurs 16 times, displays SeqNumLimits for each cpu. Value of null if cpu doesn't exist. Usage Guidelines Any user can issue this command. You can enter this command at any time, whether or not TMF has been started. HP NonStop TMF Management Programming Manual—540140-008 5-194...
  • Page 259: Status Tmfserver

    02 ZPIN token-type ZSPI-DDL-UInt. 02 ZServerName token-type ZSPI-DDL-Char6. end. Tokens in Response Buffer ZTMF-MAP-Status-TmfServer is an extensible structured token containing the status information for the TMFSERVE process. This token contains the following fields: HP NonStop TMF Management Programming Manual—540140-008 5-195...
  • Page 260 TMFSERVE process. ZSwapVolum specifies the swap volume used by the TMFSERVE process. ZCPU specifies the number of the CPU on which the TMFSERVE process is running. Used when communicating with an enlightened server. HP NonStop TMF Management Programming Manual—540140-008 5-196...
  • Page 261 Any user can issue this command. You can enter this command at any time, whether or not TMF has been started. See “Impact of High PINs” for the STATUS SERVER command in the TMF Reference Manual. HP NonStop TMF Management Programming Manual—540140-008 5-197...
  • Page 262: Status Transaction

    02 ZDistributed token-type ZSPI-DDL-Boolean. 02 ZProcessPhandl token-type ZSPI-DDL-Phandle. 02 ZParentName token-type ZSPI-DDL-Char8. 02 ZParentNumber token-type ZSPI-DDL-Int2. 02 ZRetryCount token-type ZSPI-DDL-Int. 02 ZStartingMatNum token-type ZSPI-DDL-Int2. 02 ZReason token-type ZSPI-DDL-Enum. 02 ZProcess-Index token-type ZSPI-DDL-Int. end. HP NonStop TMF Management Programming Manual—540140-008 5-198...
  • Page 263 A transaction enters this state when an application calls the ABORTTRANSACTION procedure or the system aborts the transaction. The transaction remains in this state until all of its effects have been completely undone on this node. HP NonStop TMF Management Programming Manual—540140-008 5-199...
  • Page 264 If you omit this token, the default is all states. ZStatusDetail specifies the level of detail to be returned. The following values are valid: ZTMF-VAL-Status-Detailed Detailed information is returned. HP NonStop TMF Management Programming Manual—540140-008 5-200...
  • Page 265 ZState specifies the state of the transaction. ZDistributed specifies the type of transaction. The following values are valid: The transaction is a network-distributed transaction. ZSPI-VAL-True The transaction is a local transaction. ZSPI-VAL-False HP NonStop TMF Management Programming Manual—540140-008 5-201...
  • Page 266 The transaction aborted because audit information was lost during a disk process takeover. ZTMF-VAL-TransAbrtByApplic The transaction aborted because an application called the TMF ABORTTransaction procedure. ZTMF-VAL-TransAbrtDpCrash The transaction aborted because of a disk process failure. HP NonStop TMF Management Programming Manual—540140-008 5-202...
  • Page 267 This value is instance + 1. Zero indicates that no backout process is assigned or the response is from an earlier version of the TMP. Usage Guidelines Anyone can issue this command. HP NonStop TMF Management Programming Manual—540140-008 5-203...
  • Page 268 ZTMF-ERR-TmfNotStarted. Multiple response records are allowed to enable the command to return all the requested information. For more information on the STATUS TRANSACTION command, see the TMF Reference Manual. HP NonStop TMF Management Programming Manual—540140-008 5-204...
  • Page 269: Status Transactionchildren

    Status Transaction command. This token is required, and multiple occurrences are not allowed. ZTMF-TKN-TransID specifies a transaction identifier for which status information is to be returned. This is a mandatory token in all buffers. HP NonStop TMF Management Programming Manual—540140-008 5-205...
  • Page 270 TMF must be started for this command to execute successfully. If TMF is not started, the error returned is ZTMF-ERR-TmfNotStarted. Multiple response records are allowed to enable the command to return all the requested information. HP NonStop TMF Management Programming Manual—540140-008 5-206...
  • Page 271: Stop Tmf

    For information on the tokens present in the command and response buffers, see the SPI Programming Manual. Command ZTMF-CMD-Stop Object Type ZTMF-OBJ-Tmf Tokens in Command Buffer ZTMF-MAP-Stop-Tmf def ZTMF-DDL-Stop-Tmf. 02 ZAbrupt token-type ZSPI-DDL-Boolean. end. Tokens in Response Buffer None. HP NonStop TMF Management Programming Manual—540140-008 5-207...
  • Page 272 Prevents new transactions from beginning.  Waits for all in-progress transactions to complete.  Stops data volumes.  Terminates audit-trail service. Usage Guideline Only super-group users can issue this command. TMF must be started. HP NonStop TMF Management Programming Manual—540140-008 5-208...
  • Page 273: Common Tokens In Event Messages

    Event message buffers, like all SPI buffers, contain header tokens and data tokens. The following token categories are used in the descriptions of event messages for TMF:  Unconditional Tokens on page 6-2  Conditional Tokens on page 6-3 HP NonStop TMF Management Programming Manual—540140-008...
  • Page 274: Unconditional Tokens

    EMS token. See the EMS Manual for a description of this token. ZEMS-TKN-CPU is a standard EMS token. See the EMS Manual for a description of this token. ZEMS-TKN-PIN is a standard EMS token. See the EMS Manual for a description of this token. HP NonStop TMF Management Programming Manual—540140-008...
  • Page 275: Conditional Tokens

    ZSPI-TYP-Enum. ZTMF-TKN-EVTHDR-OPERATIONNUM token-type ZSPI-TYP-Int. ZTMF-TKN-EVTHDR-PROCINSTNUM token-type ZSPI-TYP-Int. ZTMF-TKN-EVTHDR-COMPONENTTYPE token-type ZSPI-TYP-Enum. ZTMF-TKN-EVTHDR-OPERATIONTYPE if present, identifies the type of operation that was being performed when the event occurred. The values are: ZTMF-VAL-DELETETMF ZTMF-VAL-DUMPFILES ZTMF-VAL-RECOVERFILES ZTMF-VAL-STARTTMF HP NonStop TMF Management Programming Manual—540140-008...
  • Page 276 Sources of TMF Event Messages The token ZTMF-TKN-EVTHDR-ProcessType, which is present in all TMF event messages, identifies the TMF process that generated the event. The values are: ZTMF-VAL-PROC-AUDITDUMP ZTMF-VAL-PROC-AUDITRESTORE ZTMF-VAL-PROC-BACKOUT ZTMF-VAL-PROC-CATALOG HP NonStop TMF Management Programming Manual—540140-008...
  • Page 277: Tmp Event Messages

    Error occurred while accessing the AUDINFO file CantAdjustFilesPerVol Cannot adjust the FILESPERVolume attribute CantOpenAuditFile Cannot open an audit trail file CantTalkToAdp TMP cannot talk to the audit disk process CantUndoAddAT Cannot undo effects of an ADD AUDITTRAIL command HP NonStop TMF Management Programming Manual—540140-008...
  • Page 278 Audit-trail files out of order ATVolISDown Audit-trail volume is down TmpFormat2ATFile Specified audit-trail file is a Format 2 file StartingTmf TMF is starting TmfStarted TMF is started StoppingTmf TMF is stopping TmfStopped TMF is stopped HP NonStop TMF Management Programming Manual—540140-008...
  • Page 279 Backup TMP taking over StartTmfParameters Start TMF parameters StopTmfParameters STOP TMF parameters GlobInfoFileErr File-system error while accessing TMF configuration file WrongGlobInfoFileVer TMF configuration file has wrong version number TmfProcAllocSegFailed Extended segment allocation on disk volume failed HP NonStop TMF Management Programming Manual—540140-008...
  • Page 280 Audit dumping enabled ATDumpDMDeleted Disk media deleted from dump configuration ATDumpDMAdded Disk media added to dump configuration ATDumpCopiesFailed Audit dump completed; not all copies could be made ATDumpFailed Audit dump failed ATDumpSuccess Audit dump completed successfully HP NonStop TMF Management Programming Manual—540140-008...
  • Page 281 Transaction aborted because audit trail to full OpenMigrateFileErr File-system error during migration to D30 ReadMigrateFileErr File-system error during migration to D30 IncmplteMigToTmf3Err Migration to D30 failed Transport Network transaction aborted because it exceeded the configured disconnect timer interval. HP NonStop TMF Management Programming Manual—540140-008...
  • Page 282 NoUnDumpedATFiles TMF was starting and did not find an undumped audit trail CtgAlterRR Operator enabled or disabled round-robin mode for the TMF Catalog ATAlterMaxRetainedATF Operator altered the value of the MAT MAXRETAINEDATFileS attribute HP NonStop TMF Management Programming Manual—540140-008 6-10...
  • Page 283 TMF running on this node has received an unsupported NetGram from another node in the same Expand network TmpNet-Msg-Drop TmpNet has dropped a NetGram TransPerCpu-Exceeded Transaction count in processor has reached the transaction per processor limit. HP NonStop TMF Management Programming Manual—540140-008 6-11...
  • Page 284 ThreshLowerLimXceeded Transaction count in the system exceeds the TransCountThreshold limit ATOVThresholdExceed TMF audit trail active usage has reached the Overflow threshold OldTransId An invalid transaction ID has been tried to be faulted. HP NonStop TMF Management Programming Manual—540140-008 6-12...
  • Page 285: Tmfmon Event Messages

    File-system error encountered during volume or file recovery Rcov-FsError2 File-system error encountered during volume or file recovery Rcov-FsError3 File-system error encountered during volume or file recovery Rcov-StopObjectRcov Recovery terminated due to file-system error HP NonStop TMF Management Programming Manual—540140-008 6-13...
  • Page 286 FRList-NoTSCtlgEntry A file specified in a RECOVER FILES command was not found in the TMF Catalog, the WHEREPHYSVOLIS option was not specified, and the file was not found on disk HP NonStop TMF Management Programming Manual—540140-008 6-14...
  • Page 287 Two files are being mapped to the same target file from the mapping specified FRlist-CantRecovFile3 Specified file could not be recovered because it is now being audited to a different audit trail than it was when it was dumped HP NonStop TMF Management Programming Manual—540140-008 6-15...
  • Page 288: Tmf Dump/Restore Event Messages

    Online dump to tape completed DR-DiskOnlineDump Online dump to disk completed DR-FindOnlineDump Find online dump request DR-FindAuditDump Find audit dump request DR-FindOnlineDumpComp Event 213 completed DR-FindAuditDumpComp Event 214 completed DR-OnlineParams Dump/restore online parameters HP NonStop TMF Management Programming Manual—540140-008 6-16...
  • Page 289: Tmf Catalog Event Messages

    Extended segment allocation on disk volume failed DiskDumpPurgeErr Disk dump file cannot be purged MediaAdded Media added to catalog MediaNotAdded Media not added to catalog due to file-system error MediaAltered Media altered in catalog HP NonStop TMF Management Programming Manual—540140-008 6-17...
  • Page 290 You can specify an unstructured file to log event messages, but any program that reads it must first extract the length of the current event message to determine how to HP NonStop TMF Management Programming Manual—540140-008 6-18...
  • Page 291: Buffer Size

    Common Tokens in Event Messages on page 6-1. Tokens appear in the box if they are not present in all TMF event messages or if their values differ from one event message to another. HP NonStop TMF Management Programming Manual—540140-008 6-19...
  • Page 292 TMP was trying to write to. ZTMF-TKN-Fs-Error contains an integer identifying the file-system error that occurred. ZEMS-TKN-Emphasis is set to True for this event. Effect TMF crashes. HP NonStop TMF Management Programming Manual—540140-008 6-20...
  • Page 293: Recommended Action

    CPU dump, if applicable If your local operating procedures require contacting the Global Customer Support Center (GCSC), supply your system number and the numbers and versions of all related products as well. HP NonStop TMF Management Programming Manual—540140-008 6-21...
  • Page 294 CPU dump, if applicable If your local operating procedures require contacting the Global Customer Support Center (GCSC), supply your system number and the numbers and versions of all related products as well. HP NonStop TMF Management Programming Manual—540140-008 6-22...
  • Page 295 TMF process that generated the event. For this event, the value of this token is ZTMF-VAL-PROC-TMP. ZEMS-TKN-Emphasis is set to True for this event. Effect None. Recommended Action Informative message only; no corrective action is needed. HP NonStop TMF Management Programming Manual—540140-008 6-23...
  • Page 296 TMF was trying to write to. ZTMF-TKN-Fs-Error contains an integer identifying the file-system error that occurred. ZEMS-TKN-Emphasis is set to True for this event. Effect TMF crashes. HP NonStop TMF Management Programming Manual—540140-008 6-24...
  • Page 297 CPU dump, if applicable If your local operating procedures require contacting the Global Customer Support Center (GCSC), supply your system number and the numbers and versions of all related products as well. HP NonStop TMF Management Programming Manual—540140-008 6-25...
  • Page 298: 78: Ztmf-Evt-Tx-Abort-Procfail

    Effect The transaction is aborted. Recommended Action Informative message only; no corrective action is needed. If a large number of these messages are generated, however, there might be a problem with the application. HP NonStop TMF Management Programming Manual—540140-008 6-26...
  • Page 299 TMF was trying to write to. ZTMF-TKN-Fs-Error contains an integer identifying the file-system error that occurred. ZEMS-TKN-Emphasis is set to True for this event. Effect TMF crashes. HP NonStop TMF Management Programming Manual—540140-008 6-27...
  • Page 300 CPU dump, if applicable If your local operating procedures require contacting the Global Customer Support Center (GCSC), supply your system number and the numbers and versions of all related products as well. HP NonStop TMF Management Programming Manual—540140-008 6-28...
  • Page 301 EOF fix-up failed. ZTMF-TKN-Fs-Error contains an integer identifying the file-system error that occurred. ZEMS-TKN-Emphasis is set to True for this event. Effect TMF does not start. HP NonStop TMF Management Programming Manual—540140-008 6-29...
  • Page 302 CPU dump, if applicable If your local operating procedures require contacting the Global Customer Support Center (GCSC), supply your system number and the numbers and versions of all related products as well. HP NonStop TMF Management Programming Manual—540140-008 6-30...
  • Page 303 CPU dump, if applicable If your local operating procedures require contacting the Global Customer Support Center (GCSC), supply your system number and the numbers and versions of all related products as well. HP NonStop TMF Management Programming Manual—540140-008 6-31...
  • Page 304 The values are: ZTMF-VAL-ATFileActive ZTMF-VAL-ATFileAvailable ZTMF-VAL-ATFilePreallocated ZTMF-VAL-ATFileOverflow ZTMF-VAL-ATFileRestore ZTMF-VAL-ATFileRestoring ZTMF-TKN-VolumeName contains the name of the volume on which the audit trail file resides. ZEMS-TKN-Emphasis is set to True for this event. HP NonStop TMF Management Programming Manual—540140-008 6-32...
  • Page 305 CPU dump, if applicable If your local operating procedures require contacting the Global Customer Support Center (GCSC), supply your system number and the numbers and versions of all related products as well. HP NonStop TMF Management Programming Manual—540140-008 6-33...
  • Page 306 The values are: ZTMF-VAL-FileAttrType ZTMF-VAL-FileAttrCode ZTMF-VAL-FileAttrFileSize ZTMF-VAL-FileAttrPriExt ZTMF-VAL-FileAttrSecExt ZTMF-VAL-FileAttrMaxExt ZTMF-VAL-FileAttrExtAlloc ZTMF-VAL-FileAttrOwner ZTMF-VAL-FileAttrSecurity ZEMS-TKN-Emphasis is set to True for this event. Effect TMF crashes. HP NonStop TMF Management Programming Manual—540140-008 6-34...
  • Page 307 CPU dump, if applicable If your local operating procedures require contacting the Global Customer Support Center (GCSC), supply your system number and the numbers and versions of all related products as well. HP NonStop TMF Management Programming Manual—540140-008 6-35...
  • Page 308 CPU dump, if applicable If your local operating procedures require contacting the Global Customer Support Center (GCSC), supply your system number and the numbers and versions of all related products as well. HP NonStop TMF Management Programming Manual—540140-008 6-36...
  • Page 309 ZTMF-TKN-Fs-Error contains an integer identifying the file-system error that occurred. ZEMS-TKN-Emphasis is set to True for this event. Effect TMF crashes. HP NonStop TMF Management Programming Manual—540140-008 6-37...
  • Page 310 CPU dump, if applicable If your local operating procedures require contacting the Global Customer Support Center (GCSC), supply your system number and the numbers and versions of all related products as well. HP NonStop TMF Management Programming Manual—540140-008 6-38...
  • Page 311 CPU dump, if applicable If your local operating procedures require contacting the Global Customer Support Center (GCSC), supply your system number and the numbers and versions of all related products as well. HP NonStop TMF Management Programming Manual—540140-008 6-39...
  • Page 312 CPU dump, if applicable If your local operating procedures require contacting the Global Customer Support Center (GCSC), supply your system number and the numbers and versions of all related products as well. HP NonStop TMF Management Programming Manual—540140-008 6-40...
  • Page 313 ZTMF-TKN-Fs-Error contains an integer identifying the file-system error that occurred. Effect The ALTER AUDITTRAIL command fails. HP NonStop TMF Management Programming Manual—540140-008 6-41...
  • Page 314 CPU dump, if applicable If your local operating procedures require contacting the Global Customer Support Center (GCSC), supply your system number and the numbers and versions of all related products as well. HP NonStop TMF Management Programming Manual—540140-008 6-42...
  • Page 315 ZTMF-TKN-Fs-Error contains an integer identifying the file-system error that occurred. ZEMS-TKN-Emphasis is set to True for this event. Effect TMF crashes. HP NonStop TMF Management Programming Manual—540140-008 6-43...
  • Page 316 CPU dump, if applicable If your local operating procedures require contacting the Global Customer Support Center (GCSC), supply your system number and the numbers and versions of all related products as well. HP NonStop TMF Management Programming Manual—540140-008 6-44...
  • Page 317 ZTMF-TKN-AdpOpCode specifies the operation that was being attempted when the error occurred. Possible values for this token are: ZTMF-VAL-AdpOpStart ZTMF-VAL-AdpOpSHUTDOWN ZTMF-VAL-AdpOpDONTGODOWN ZTMF-VAL-AdpOpFLUSHAUDIT ZTMF-VAL-AdpOpROLLOVERREQ ZTMF-VAL-AdpOpCANCELOPENS ZEMS-TKN-Emphasis is set to True for this event. HP NonStop TMF Management Programming Manual—540140-008 6-45...
  • Page 318 CPU dump, if applicable If your local operating procedures require contacting the Global Customer Support Center (GCSC), supply your system number and the numbers and versions of all related products as well. HP NonStop TMF Management Programming Manual—540140-008 6-46...
  • Page 319 True for this event. Effect The previous audit trail configuration might be corrupted, further audit trail configuration might not be possible, and you might not be able to start TMF. HP NonStop TMF Management Programming Manual—540140-008 6-47...
  • Page 320 CPU dump, if applicable If your local operating procedures require contacting the Global Customer Support Center (GCSC), supply your system number and the numbers and versions of all related products as well. HP NonStop TMF Management Programming Manual—540140-008 6-48...
  • Page 321 True for this event. Effect The previous audit trail configuration might be corrupted, further audit trail configuration might not be possible, and you might not be able to start TMF. HP NonStop TMF Management Programming Manual—540140-008 6-49...
  • Page 322 CPU dump, if applicable If your local operating procedures require contacting the Global Customer Support Center (GCSC), supply your system number and the numbers and versions of all related products as well. HP NonStop TMF Management Programming Manual—540140-008 6-50...
  • Page 323 ZTMF-TKN-ATFileTRANS specifies the operation that was being attempted. Possible values are: ZTMF-VAL-CHANGESTATUS ZTMF-VAL-CREATE ZTMF-VAL-PURGE ZTMF-VAL-RENAME ZTMF-VAL-UPDATEMATSEQNUM ZEMS-TKN-Emphasis is set to True for this event. HP NonStop TMF Management Programming Manual—540140-008 6-51...
  • Page 324 CPU dump, if applicable If your local operating procedures require contacting the Global Customer Support Center (GCSC), supply your system number and the numbers and versions of all related products as well. HP NonStop TMF Management Programming Manual—540140-008 6-52...
  • Page 325 Master audit trail ZTMF-VAL-Aux01 Auxiliary audit trail #1 ZTMF-VAL-Aux02 Auxiliary audit trail #2 . . . ZTMF-VAL-Aux15 Auxiliary audit trail #15 ZEMS-TKN-Emphasis is set to True for this event. Effect TMF does not start. HP NonStop TMF Management Programming Manual—540140-008 6-53...
  • Page 326 CPU dump, if applicable If your local operating procedures require contacting the Global Customer Support Center (GCSC), supply your system number and the numbers and versions of all related products as well. HP NonStop TMF Management Programming Manual—540140-008 6-54...
  • Page 327 The values are: ZTMF-VAL-Mat Master audit trail ZTMF-VAL-Aux01 Auxiliary audit trail #1 ZTMF-VAL-Aux02 Auxiliary audit trail #2 . . . ZTMF-VAL-Aux15 Auxiliary audit trail #15 ZEMS-TKN-Emphasis is set to True for this event. HP NonStop TMF Management Programming Manual—540140-008 6-55...
  • Page 328 CPU dump, if applicable If your local operating procedures require contacting the Global Customer Support Center (GCSC), supply your system number and the numbers and versions of all related products as well. HP NonStop TMF Management Programming Manual—540140-008 6-56...
  • Page 329 Master audit trail ZTMF-VAL-Aux01 Auxiliary audit trail #1 ZTMF-VAL-Aux02 Auxiliary audit trail #2 . . . ZTMF-VAL-Aux15 Auxiliary audit trail #15 ZTMF-TKN-ATFilesPerVol is the configured FILESPERVolume attribute value. ZTMF-TKN-ATFileSize is the configured FILESIZE attribute value. HP NonStop TMF Management Programming Manual—540140-008 6-57...
  • Page 330 BEGINTRANSDISABLE attribute value. ZTMF-TKN-AuditDump is the configured AUDITDUMP attribute value. Possible values for this token are: ZSPI-VAL-True ZSPI-VAL-False Effect None. Recommended Action Informative message only; no corrective action is needed. HP NonStop TMF Management Programming Manual—540140-008 6-58...
  • Page 331 . . . ZTMF-VAL-Aux15 Auxiliary audit trail #15 ZTMF-TKN-ATFilesPerVol specifies the new value configured for the attribute. Effect The new FILESPERVolume attribute takes effect immediately. Recommended Action Informative message only; no corrective action is needed. HP NonStop TMF Management Programming Manual—540140-008 6-59...
  • Page 332 . . . ZTMF-VAL-Aux15 Auxiliary audit trail #15 ZTMF-TKN-ATOvThresh specifies the new value configured for the attribute. Effect The new OVERFLOWTHRESHOLD attribute takes effect immediately. Recommended Action Informative message only; no corrective action is needed. HP NonStop TMF Management Programming Manual—540140-008 6-60...
  • Page 333 Auxiliary audit trail #15 ZTMF-TKN-ATBTDisable specifies the new value of the BEGINTRANSDISABLE attribute for the audit trail. Effect The new BEGINTRANSDISABLE attribute takes effect immediately. Recommended Action Informative message only; no corrective action is needed. HP NonStop TMF Management Programming Manual—540140-008 6-61...
  • Page 334 ZTMF-VAL-Aux02 Auxiliary audit trail #2 . . . ZTMF-VAL-Aux15 Auxiliary audit trail #15 ZTMF-TKN-AuditDump specifies the new value of the AUDITDUMP attribute for the audit trail. The values are: ZSPI-VAL-True (ON) ZSPI-VAL-False (OFF) HP NonStop TMF Management Programming Manual—540140-008 6-62...
  • Page 335 Event Messages Descriptions of Event Messages Effect The new AUDITDUMP attribute value takes effect immediately. Recommended Action Informative message only; no corrective action is needed. HP NonStop TMF Management Programming Manual—540140-008 6-63...
  • Page 336 Auxiliary audit trail #2 . . . ZTMF-VAL-Aux15 Auxiliary audit trail #15 ZTMF-TKN-VolumeName specifies the volume that was added. ZTMF-TKN-ATVolumeType specifies the role of the volume in the audit-trail configuration. The values are: ZTMF-VAL-ActiveVOL ZTMF-VAL-OVERFLOWVOL ZTMF-VAL-RESTOREVOL HP NonStop TMF Management Programming Manual—540140-008 6-64...
  • Page 337 Event Messages Descriptions of Event Messages Effect The disk volume is added to the audit trail as the specified type. Recommended Action Informative message only; no corrective action is needed. HP NonStop TMF Management Programming Manual—540140-008 6-65...
  • Page 338 Auxiliary audit trail #2 . . . ZTMF-VAL-Aux15 Auxiliary audit trail #15 ZTMF-TKN-VolumeName specifies the volume that was deleted. ZTMF-TKN-ATVolumeType specifies the role of the volume in the audit-trail configuration. The values are: ZTMF-VAL-ActiveVOL ZTMF-VAL-OVERFLOWVOL ZTMF-VAL-RESTOREVOL HP NonStop TMF Management Programming Manual—540140-008 6-66...
  • Page 339 Event Messages Descriptions of Event Messages Effect The disk volume is deleted from the audit trail as the specified type. Recommended Action Informative message only; no corrective action is needed. HP NonStop TMF Management Programming Manual—540140-008 6-67...
  • Page 340 ZEMS-TKN-Emphasis is set to True for this event. Effect None. This message typically occurs while an active-audit volume is being deleted from the TMF configuration. HP NonStop TMF Management Programming Manual—540140-008 6-68...
  • Page 341 CPU dump, if applicable If your local operating procedures require contacting the Global Customer Support Center (GCSC), supply your system number and the numbers and versions of all related products as well. HP NonStop TMF Management Programming Manual—540140-008 6-69...
  • Page 342 ZTMF-TKN-AuditFileName specifies the invalid filename. ZEMS-TKN-Emphasis is set to True for this event. Effect The volume is not allowed to be added to the TMF configuration. HP NonStop TMF Management Programming Manual—540140-008 6-70...
  • Page 343 CPU dump, if applicable If your local operating procedures require contacting the Global Customer Support Center (GCSC), supply your system number and the numbers and versions of all related products as well. HP NonStop TMF Management Programming Manual—540140-008 6-71...
  • Page 344 Recommended Action Informative message only; no corrective action is needed. It is advisable, however, to always configure at least one overflow-audit volume for each trail. HP NonStop TMF Management Programming Manual—540140-008 6-72...
  • Page 345 True for this event. Effect TMF does not start. Recommended Action Add at least a master audit trail (MAT) with two or more files per volume, then reissue the Start TMF command. HP NonStop TMF Management Programming Manual—540140-008 6-73...
  • Page 346 FIND_Start_ operation was attempted. ZTMF-TKN-Fs-Error contains an integer identifying the file-system error that occurred. ZEMS-TKN-Emphasis is set to True for this event. Effect TMF crashes (or does not start, if you are trying to start TMF). HP NonStop TMF Management Programming Manual—540140-008 6-74...
  • Page 347 CPU dump, if applicable If your local operating procedures require contacting the Global Customer Support Center (GCSC), supply your system number and the numbers and versions of all related products as well. HP NonStop TMF Management Programming Manual—540140-008 6-75...
  • Page 348 FIND_NExt_ operation was attempted. ZTMF-TKN-Fs-Error contains an integer identifying the file-system error that occurred. ZEMS-TKN-Emphasis is set to True for this event. Effect TMF crashes (or does not start, if you are trying to start TMF). HP NonStop TMF Management Programming Manual—540140-008 6-76...
  • Page 349 CPU dump, if applicable If your local operating procedures require contacting the Global Customer Support Center (GCSC), supply your system number and the numbers and versions of all related products as well. HP NonStop TMF Management Programming Manual—540140-008 6-77...
  • Page 350 Auxiliary audit trail #15 ZEMS-TKN-ACTION-NEEDED and ZEMS-TKN-ACTION-ID are standard EMS tokens described in the Event Management System (EMS) Manual. ZEMS-TKN-ACTION-NEEDED is True. ZEMS-TKN-ACTION-ID is ZTMF-VAL-ACTION-CANTROLL. ZEMS-TKN-Emphasis is set to True for this event. HP NonStop TMF Management Programming Manual—540140-008 6-78...
  • Page 351 If the audit-trail files are pinned on the disk because audit dumping is disabled, you could re-enable audit dumping to free up some files. You also could issue an ALTER AUDITTRAIL command to add another active-audit volume or to increase the FILESPERVolume attribute value. HP NonStop TMF Management Programming Manual—540140-008 6-79...
  • Page 352 Auxiliary audit trail #2 . . . ZTMF-VAL-Aux15 Auxiliary audit trail #15 ZEMS-TKN-ACTION-NEEDED and ZEMS-TKN-ACTION-ID are standard EMS tokens described in the Event Management System (EMS) Manual. ZEMS-TKN-ACTION-NEEDED is False. ZEMS-TKN-ACTION-ID is ZTMF-VAL-ACTION-CANTROLL. HP NonStop TMF Management Programming Manual—540140-008 6-80...
  • Page 353 Event Messages Descriptions of Event Messages Effect Transaction processing continues. Recommended Action Informative message only; no corrective action is needed. HP NonStop TMF Management Programming Manual—540140-008 6-81...
  • Page 354 Master audit trail ZTMF-VAL-Aux01 Auxiliary audit trail #1 ZTMF-VAL-Aux02 Auxiliary audit trail #2 . . . ZTMF-VAL-Aux15 Auxiliary audit trail #15 Effect TMF stops. Recommended Action Informative message only; no corrective action is needed. HP NonStop TMF Management Programming Manual—540140-008 6-82...
  • Page 355 Effect Transaction processing continues. Recommended Action Informative message only; no corrective action is needed. HP NonStop TMF Management Programming Manual—540140-008 6-83...
  • Page 356 ZEMS-TKN-Emphasis is set to True for this event. Effect Transaction processing continues. Recommended Action Informative message only; no corrective action is needed. HP NonStop TMF Management Programming Manual—540140-008 6-84...
  • Page 357 ZEMS-TKN-Emphasis is set to True for this event. Effect audit-trail performance could be adversely affected. HP NonStop TMF Management Programming Manual—540140-008 6-85...
  • Page 358 CPU dump, if applicable If your local operating procedures require contacting the Global Customer Support Center (GCSC), supply your system number and the numbers and versions of all related products as well. HP NonStop TMF Management Programming Manual—540140-008 6-86...
  • Page 359 CPU dump, if applicable If your local operating procedures require contacting the Global Customer Support Center (GCSC), supply your system number and the numbers and versions of all related products as well. HP NonStop TMF Management Programming Manual—540140-008 6-87...
  • Page 360 ZEMS-TKN-Emphasis is set to True for this event. Effect TMF crashes (or does not start, if you are trying to start TMF). HP NonStop TMF Management Programming Manual—540140-008 6-88...
  • Page 361 CPU dump, if applicable If your local operating procedures require contacting the Global Customer Support Center (GCSC), supply your system number and the numbers and versions of all related products as well. HP NonStop TMF Management Programming Manual—540140-008 6-89...
  • Page 362 ZEMS-TKN-Emphasis is set to True for this event. Effect audit-trail performance could be adversely affected. HP NonStop TMF Management Programming Manual—540140-008 6-90...
  • Page 363 CPU dump, if applicable If your local operating procedures require contacting the Global Customer Support Center (GCSC), supply your system number and the numbers and versions of all related products as well. HP NonStop TMF Management Programming Manual—540140-008 6-91...
  • Page 364 True for this event. Effect The Start TMF command fails. Recommended Action Delete TMF (which deletes all audit trail files, including the specified Format 2 file), and restart this version of TMF. HP NonStop TMF Management Programming Manual—540140-008 6-92...
  • Page 365 TMF is using. ZEMS-TKN-Emphasis is set to True for this event. Effect TMF is starting. Recommended Action Informative message only; no corrective action is needed. HP NonStop TMF Management Programming Manual—540140-008 6-93...
  • Page 366 The value of this token for this event is ZTMF-VAL- PROC-TMP. ZEMS-TKN-Emphasis is set to True for this event. Effect TMF is started. Recommended Action Informative message only; no corrective action is needed. HP NonStop TMF Management Programming Manual—540140-008 6-94...
  • Page 367 The value of this token for this event is ZTMF-VAL- PROC-TMP. ZEMS-TKN-Emphasis is set to True for this event. Effect TMF is stopping. Recommended Action Informative message only; no corrective action is needed. HP NonStop TMF Management Programming Manual—540140-008 6-95...
  • Page 368 The value of this token for this event is ZTMF-VAL- PROC-TMP. ZEMS-TKN-Emphasis is set to True for this event. Effect TMF is stopped. Recommended Action Informative message only; no corrective action is needed. HP NonStop TMF Management Programming Manual—540140-008 6-96...
  • Page 369 The values are: ZTMF-CMD-NULL ZTMF-CMD-CREATE ZTMF-CMD-OPEN ZTMF-CMD-WRITEREAD ZTMF-CMD-POSITION ZTMF-CMD-KEYPOSITION ZTMF-CMD-READ ZTMF-CMD-LOCREC ZTMF-CMD-WRITE ZTMF-CMD-READUPDATELOCK ZTMF-CMD-WRITEUPDATE ZTMF-CMD-WRITEUPDATELOCK ZTMF-CMD-READUPDATE ZTMF-CMD-PURGE ZTMF-CMD-CHANGELABEL ZTMF-CMD-FileName-FINDStart ZTMF-CMD-READLABEL ZTMF-CMD-FileName-FINDNExt ZTMF-CMD-CONTROL HP NonStop TMF Management Programming Manual—540140-008 6-97...
  • Page 370 CPU dump, if applicable If your local operating procedures require contacting the Global Customer Support Center (GCSC), supply your system number and the numbers and versions of all related products as well. HP NonStop TMF Management Programming Manual—540140-008 6-98...
  • Page 371 ZTMF-TKN-ProcessType is the type of process that failed or could not be started. The values are: ZTMF-VAL-PROC-AUDITRESTORE ZTMF-VAL-PROC-BACKOUT ZTMF-VAL-PROC-CATALOG ZTMF-VAL-PROC-COPYAUDITOVFLOW ZTMF-VAL-PROC-FILERECOVERY ZTMF-VAL-PROC-FILERECOVLIST ZTMF-VAL-PROC-ONLINEDUMP ZTMF-VAL-PROC-ONLINERESTORE ZTMF-VAL-PROC-TMFMON2 ZTMF-VAL-PROC-VOLUMERECOVERY ZTMF-TKN-ProcCompCode is a file-system completion code. HP NonStop TMF Management Programming Manual—540140-008 6-99...
  • Page 372 CPU dump, if applicable If your local operating procedures require contacting the Global Customer Support Center (GCSC), supply your system number and the numbers and versions of all related products as well. HP NonStop TMF Management Programming Manual—540140-008 6-100...
  • Page 373 ZTMF-TKN-ProcessType is the type of process the TMP is attempting to recreate. The values are: ZTMF-VAL-PROC-AUDITRESTORE ZTMF-VAL-PROC-BACKOUT ZTMF-VAL-PROC-CATALOG ZTMF-VAL-PROC-COPYAUDITOVFLOW ZTMF-VAL-PROC-FILERECOVERY ZTMF-VAL-PROC-FILERECOVLIST ZTMF-VAL-PROC-ONLINEDUMP ZTMF-VAL-PROC-ONLINERESTORE ZTMF-VAL-PROC-TMFMON2 ZTMF-VAL-PROC-VOLUMERECOVERY ZEMS-TKN-Emphasis is set to True for this event. HP NonStop TMF Management Programming Manual—540140-008 6-101...
  • Page 374 CPU dump, if applicable If your local operating procedures require contacting the Global Customer Support Center (GCSC), supply your system number and the numbers and versions of all related products as well. HP NonStop TMF Management Programming Manual—540140-008 6-102...
  • Page 375 TMP was attempting to start. The possible values are: ZTMF-VAL-PROC-AUDITRESTORE ZTMF-VAL-PROC-BACKOUT ZTMF-VAL-PROC-CATALOG ZTMF-VAL-PROC-COPYAUDITOVFLOW ZTMF-VAL-PROC-FILERECOVERY ZTMF-VAL-PROC-FILERECOVLIST ZTMF-VAL-PROC-ONLINEDUMP ZTMF-VAL-PROC-ONLINERESTORE ZTMF-VAL-PROC-TMFMON2 ZTMF-VAL-PROC-VOLUMERECOVERY ZEMS-TKN-Emphasis is set to True for this event. HP NonStop TMF Management Programming Manual—540140-008 6-103...
  • Page 376 CPU dump, if applicable If your local operating procedures require contacting the Global Customer Support Center (GCSC), supply your system number and the numbers and versions of all related products as well. HP NonStop TMF Management Programming Manual—540140-008 6-104...
  • Page 377 The data volume is disabled and cannot be used for transaction processing until it is reenabled. Recommended Action Informative message only; no corrective action is needed. To restart the volume for transaction processing, issue an ENABLE DATAVOL command. HP NonStop TMF Management Programming Manual—540140-008 6-105...
  • Page 378 Center (GCSC), supply your system number and the numbers and versions of all related products as well. When the problem has been corrected, issue an ENABLE DATAVOL command to restart the volume for transaction processing. HP NonStop TMF Management Programming Manual—540140-008 6-106...
  • Page 379 Auxiliary audit trail #1 ZTMF-VAL-Aux02 Auxiliary audit trail #2 . . . ZTMF-VAL-Aux15 Auxiliary audit trail #15 ZTMF-TKN-RecoveryMode specifies the value of the RecoveryMode attribute of the data volume. The values are: ZTMF-VAL-RECOVMODE-ONLINE ZTMF-VAL-RECOVMODE-ARCHIVE HP NonStop TMF Management Programming Manual—540140-008 6-107...
  • Page 380 The volume is configured as a TMF data volume and remains as such until it is explicitly deleted (DELETE DATAVOL command) or until the entire TMF configuration is deleted (DELETE TMF command). Recommended Action Informative message only; no corrective action is needed. HP NonStop TMF Management Programming Manual—540140-008 6-108...
  • Page 381 Effect The data volume can be used for audited database access. Recommended Action Informative message only; no corrective action is needed. HP NonStop TMF Management Programming Manual—540140-008 6-109...
  • Page 382 Auxiliary audit trail #1 ZTMF-VAL-Aux02 Auxiliary audit trail #2 . . . ZTMF-VAL-Aux15 Auxiliary audit trail #15 ZTMF-TKN-RecoveryMode specifies the new value of the RecoveryMode attribute of the volume. The values are: ZTMF-VAL-RECOVMODE-ONLINE ZTMF-VAL-RECOVMODE-ARCHIVE HP NonStop TMF Management Programming Manual—540140-008 6-110...
  • Page 383 Event Messages Descriptions of Event Messages Effect The new attribute values take effect immediately. Recommended Action Informative message only; no corrective action is needed. HP NonStop TMF Management Programming Manual—540140-008 6-111...
  • Page 384 The volume is no longer available for transaction processing, but it can be used for nonaudited activities. Recommended Action Informative message only; no corrective action is needed. The volume is restarted as an audited data volume the next time TMF is started. HP NonStop TMF Management Programming Manual—540140-008 6-112...
  • Page 385 Effect The data volume is disabled and cannot be used for transaction processing until it is reenabled. Recommended Action See the recovery text associated with the preceding event message in the EMS log. HP NonStop TMF Management Programming Manual—540140-008 6-113...
  • Page 386 Effect TMF attempts to start the data volume for transaction processing. Recommended Action Informative message only; no corrective action is needed. HP NonStop TMF Management Programming Manual—540140-008 6-114...
  • Page 387 Effect The data volume is no longer in the TMF configuration. Recommended Action Informative message only; no corrective action is needed. HP NonStop TMF Management Programming Manual—540140-008 6-115...
  • Page 388 ZTMF-TKN-Fs-Error contains an integer identifying the file-system error that occurred. Effect The data volume is disabled and cannot be used for transaction processing until it is reenabled. HP NonStop TMF Management Programming Manual—540140-008 6-116...
  • Page 389 Center (GCSC), supply your system number and the numbers and versions of all related products as well. When the problem has been corrected, issue an ENABLE DATAVOL command to have TMF restart the data volume. HP NonStop TMF Management Programming Manual—540140-008 6-117...
  • Page 390 If the currently mounted disk pack is to be used for transaction processing, delete the specified data volume from the configuration (DELETE DATAVOL), then add the currently mounted volume to the configuration (ADD DATAVOL). HP NonStop TMF Management Programming Manual—540140-008 6-118...
  • Page 391 Effect The data volume is not available for transaction processing. Recommended Action See the previous volume recovery events for more information. HP NonStop TMF Management Programming Manual—540140-008 6-119...
  • Page 392 CPU dump, if applicable If your local operating procedures require contacting the Global Customer Support Center (GCSC), supply your system number and the numbers and versions of all related products as well HP NonStop TMF Management Programming Manual—540140-008 6-120...
  • Page 393 The value of this token for this event is ZTMF-VAL- PROC-TMP. ZEMS-TKN-Emphasis is set to True for this event. Effect The current TMF configuration is deleted. Recommended Action Informative message only; no corrective action is needed HP NonStop TMF Management Programming Manual—540140-008 6-121...
  • Page 394 CPU dump, if applicable If your local operating procedures require contacting the Global Customer Support Center (GCSC), supply your system number and the numbers and versions of all related products as well. HP NonStop TMF Management Programming Manual—540140-008 6-122...
  • Page 395 The value of this token for this event is ZTMF-VAL- PROC-TMP. ZEMS-TKN-Emphasis is set to True for this event. Effect The TMF configuration is deleted. Recommended Action Informative message only; no corrective action is needed. HP NonStop TMF Management Programming Manual—540140-008 6-123...
  • Page 396 ZTMF-TKN-PROCCOMPTExt if present, contains an alphanumeric text string that attempts to help explain what happened (such as “Process abended” or “Process deleted in CPU failure”). HP NonStop TMF Management Programming Manual—540140-008 6-124...
  • Page 397 CPU dump, if applicable If your local operating procedures require contacting the Global Customer Support Center (GCSC), supply your system number and the numbers and versions of all related products as well. HP NonStop TMF Management Programming Manual—540140-008 6-125...
  • Page 398 ZTMF-TKN-PROCCOMPTExt if present, contains an alphanumeric text string that attempts to help explain what happened (such as “Process abended” or “Process deleted in CPU failure”). Effect The backup TMP attempts to take over. HP NonStop TMF Management Programming Manual—540140-008 6-126...
  • Page 399 CPU dump, if applicable If your local operating procedures require contacting the Global Customer Support Center (GCSC), supply your system number and the numbers and versions of all related products as well. HP NonStop TMF Management Programming Manual—540140-008 6-127...
  • Page 400 CPU dump, if applicable If your local operating procedures require contacting the Global Customer Support Center (GCSC), supply your system number and the numbers and versions of all related products as well. HP NonStop TMF Management Programming Manual—540140-008 6-128...
  • Page 401 The value of this token for this event is ZTMF-VAL- PROC-TMP. ZEMS-TKN-Emphasis is set to True for this event. Effect Transaction processing continues. Recommended Action Informative message only; no corrective action is needed. HP NonStop TMF Management Programming Manual—540140-008 6-129...
  • Page 402 True for this event. Additional Conditional Tokens ZTMF-TKN-TRANSALLOWOPTION if present, specifies whether transaction processing is enabled or disabled. The values are: ZTMF-VAL-TRANSALLOW-ENABLE ZTMF-VAL-TRANSALLOW-DISABLE ZTMF-TKN-DISASTERRECOVERY if present, specifies that disaster recovery mode is enabled. HP NonStop TMF Management Programming Manual—540140-008 6-130...
  • Page 403 Event Messages Descriptions of Event Messages Effect TMF starts. Recommended Action Informative message only; no corrective action is needed. HP NonStop TMF Management Programming Manual—540140-008 6-131...
  • Page 404 Abrupt option was included in the STOP TMF command. The values are: ZTMF-VAL-TRUE STOP TMF, ABRUPT ZTMF-VAL-FALSE STOP TMF Effect TMF stops. Recommended Action Informative message only; no corrective action is needed. HP NonStop TMF Management Programming Manual—540140-008 6-132...
  • Page 405 The value of this token for this event is ZTMF-VAL- PROC-TMP. ZEMS-TKN-Emphasis is set to True for this event. ZTMF-TKN-Fs-Error contains an integer identifying the file-system error. ZTMF-TKN-FileName contains the name of the configuration file. Effect TMF crashes. HP NonStop TMF Management Programming Manual—540140-008 6-133...
  • Page 406 CPU dump, if applicable If your local operating procedures require contacting the Global Customer Support Center (GCSC), supply your system number and the numbers and versions of all related products as well. HP NonStop TMF Management Programming Manual—540140-008 6-134...
  • Page 407 CPU dump, if applicable If your local operating procedures require contacting the Global Customer Support Center (GCSC), supply your system number and the numbers and versions of all related products as well. HP NonStop TMF Management Programming Manual—540140-008 6-135...
  • Page 408 ZTMF-VAL-PROC-ONLINERESTORE ZTMF-VAL-PROC-RESMON ZTMF-VAL-PROC-TMFLIB ZTMF-VAL-PROC-TMFMON2 ZTMF-VAL-PROC-TMP ZTMF-VAL-PROC-VOLUMERECOVERY ZTMF-TKN-VolumeName contains the name of the disk volume on which the extended segment could not be allocated. ZTMF-TKN-Fs-Error contains an integer identifying the file-system error that occurred. HP NonStop TMF Management Programming Manual—540140-008 6-136...
  • Page 409 CPU dump, if applicable If your local operating procedures require contacting the Global Customer Support Center (GCSC), supply your system number and the numbers and versions of all related products as well. HP NonStop TMF Management Programming Manual—540140-008 6-137...
  • Page 410 ZTMF-TKN-VolumeName contains the name of the overflow volume on which the file-creation attempt failed. HP NonStop TMF Management Programming Manual—540140-008 6-138...
  • Page 411 CPU dump, if applicable If your local operating procedures require contacting the Global Customer Support Center (GCSC), supply your system number and the numbers and versions of all related products. HP NonStop TMF Management Programming Manual—540140-008 6-139...
  • Page 412 The value of this token for this event is ZTMF-VAL- PROC-TMP. ZEMS-TKN-Emphasis is set to True for this event. Effect None. Recommended Action Informative message only; no corrective action is needed. HP NonStop TMF Management Programming Manual—540140-008 6-140...
  • Page 413 The value of this token for this event is ZTMF-VAL- PROC-TMP. ZEMS-TKN-Emphasis is set to True for this event. Effect None. Recommended Action Informative message only; no corrective action is needed. HP NonStop TMF Management Programming Manual—540140-008 6-141...
  • Page 414 The values are: ZTMF-CMD-NULL ZTMF-CMD-CREATE ZTMF-CMD-OPEN ZTMF-CMD-WRITEREAD ZTMF-CMD-POSITION ZTMF-CMD-KEYPOSITION ZTMF-CMD-READ ZTMF-CMD-LOCREC ZTMF-CMD-WRITE ZTMF-CMD-READUPDATELOCK ZTMF-CMD-WRITEUPDATE ZTMF-CMD-WRITEUPDATELOCK ZTMF-CMD-READUPDATE ZTMF-CMD-PURGE ZTMF-CMD-CHANGELABEL ZTMF-CMD-FileName-FINDStart ZTMF-CMD-READLABEL ZTMF-CMD-FileName-FINDNExt ZTMF-CMD-CONTROL HP NonStop TMF Management Programming Manual—540140-008 6-142...
  • Page 415 CPU dump, if applicable If your local operating procedures require contacting the Global Customer Support Center (GCSC), supply your system number and the numbers and versions of all related products as well. HP NonStop TMF Management Programming Manual—540140-008 6-143...
  • Page 416 For this event, the value of this token is ZTMF-VAL- PROC-TMP. ZEMS-TKN-Emphasis is set to True for this event. Effect Transaction processing continues. Recommended Action Informative message only; no corrective action is needed. HP NonStop TMF Management Programming Manual—540140-008 6-144...
  • Page 417 CPU dump, if applicable If your local operating procedures require contacting the Global Customer Support Center (GCSC), supply your system number and the numbers and versions of all related products as well. HP NonStop TMF Management Programming Manual—540140-008 6-145...
  • Page 418 TMF process that generated the event. For this event, the value of this token is ZTMF-VAL-PROC-FILERECOVLIST. ZTMF-TKN-RCOV-FileName-1 is the subject token of the event message. It contains the name of a file to be recovered. ZEMS-TKN-Emphasis is set to False for this event. HP NonStop TMF Management Programming Manual—540140-008 6-146...
  • Page 419 ZTMF-TKN-RCOV-FileName-6 is present and that tokens ZTMF-TKN-RCOV-FileName-7 through ZTMF-TKN-RCOV-FileName-10 might be present. ZTMF-TKN-RCOV-FileName-2 through ZTMF-TKN-RCOV-FileName-10 if present, contain the name of a file to be recovered. Effect None. Recommended Action Informative only; no corrective action is needed. HP NonStop TMF Management Programming Manual—540140-008 6-147...
  • Page 420 TMF process that generated the event. For this event, the value of this token is ZTMF-VAL-PROC-FILERECOVERY. ZTMF-TKN-RCOV-FileName-1 is the subject token of the event message. It contains the name of a file recovered. ZEMS-TKN-Emphasis is set to False for this event. HP NonStop TMF Management Programming Manual—540140-008 6-148...
  • Page 421 ZTMF-TKN-RCOV-FileName-6 is present and that tokens ZTMF-TKN-RCOV-FileName-7 through ZTMF-TKN-RCOV-FileName-10 might be present. ZTMF-TKN-RCOV-FileName-2 through ZTMF-TKN-RCOV-FileName-10 if present, contain the name of a recovered file. Effect None. Recommended Action Informative only; no corrective action is needed. HP NonStop TMF Management Programming Manual—540140-008 6-149...
  • Page 422 ZEMS-TKN-Emphasis is set to True for this event. Effect None. Recommended Action Informative message only; no corrective action is needed. HP NonStop TMF Management Programming Manual—540140-008 6-150...
  • Page 423 ZTMF-TKN-RCOV-Restart-Index contains an integer specifying an audit-trail index value (zero indicates the master audit trail; one through 15 indicate auxiliary audit trails). ZTMF-TKN-RCOV-Restart-Sno contains an integer specifying an audit-trail file sequence number. HP NonStop TMF Management Programming Manual—540140-008 6-151...
  • Page 424 Therefore, the recovery process backs up to a preceding location within the audit trail and resumes processing. The preceding location is specified in the event message. Recommended Action Informative message only; no corrective action is needed. HP NonStop TMF Management Programming Manual—540140-008 6-152...
  • Page 425 The TMP then resubmits the same set of transactions to the backout process, plus any new aborted transactions that it may have acquired. Recommended Action Informative message only; no corrective action is needed. HP NonStop TMF Management Programming Manual—540140-008 6-153...
  • Page 426 ZTMF-TKN-RCOV-FsError contains an integer identifying the file-system error that occurred. HP NonStop TMF Management Programming Manual—540140-008 6-154...
  • Page 427 ZTMF-TKN-RCOV-Error-Rba2 contains an integer specifying a relative byte address (rba) within the audit-trail file. This token always contains the actual rba. ZEMS-TKN-Emphasis is set to False for this event. HP NonStop TMF Management Programming Manual—540140-008 6-155...
  • Page 428 Guardian Procedure Errors and Messages Manual for corrective action for the indicated file-system error number. If either the volume recovery process or the file recovery process was involved, then the event is serious and file recovery is needed. HP NonStop TMF Management Programming Manual—540140-008 6-156...
  • Page 429 ZTMF-TKN-RCOV-FsError contains an integer identifying the file-system error that occurred. ZTMF-TKN-RCOV-Op-of-Error specifies the operation that was being attempted. The values are: ZTMF-VAL-RCOV-LOGICALREDO ZTMF-VAL-RCOV-PHYSICALREDO ZTMF-VAL-RCOV-LOGICALUNDO ZTMF-VAL-RCOV-PHYSICALUNDO ZTMF-VAL-RCOV-FLABMODREDO ZTMF-VAL-RCOV-FLABMODUNDO ZTMF-VAL-RCOV-CHANGEFLAB ZTMF-VAL-RCOV-OPEN ZTMF-VAL-RCOV-FLUSHFILES ZTMF-VAL-RCOV-FLUSHAUDIT ZTMF-VAL-RCOV-CLEARFLAGS HP NonStop TMF Management Programming Manual—540140-008 6-157...
  • Page 430 In the latter case, refer to the Guardian Procedure Errors and Messages Manual for corrective action for the indicated file-system error number. If either the volume recovery process or the file recovery process was involved, then the error is serious and file recovery is needed. HP NonStop TMF Management Programming Manual—540140-008 6-158...
  • Page 431 FileName-1 is actually used by this event to pass a volume name. ZTMF-TKN-RCOV-FsError contains an integer identifying the file-system error that occurred. ZTMF-TKN-RCOV-Op-of-Error specifies the operation that was being attempted. The values are: ZTMF-VAL-RCOV-LOGICALREDO ZTMF-VAL-RCOV-PHYSICALREDO ZTMF-VAL-RCOV-LOGICALUNDO ZTMF-VAL-RCOV-PHYSICALUNDO ZTMF-VAL-RCOV-FLABMODREDO ZTMF-VAL-RCOV-FLABMODUNDO ZTMF-VAL-RCOV-CHANGEFLAB ZTMF-VAL-RCOV-OPEN ZTMF-VAL-RCOV-FLUSHFILES ZTMF-VAL-RCOV-FLUSHAUDIT HP NonStop TMF Management Programming Manual—540140-008 6-159...
  • Page 432 CPU dump, if applicable If your local operating procedures require contacting the Global Customer Support Center (GCSC), supply your system number and the numbers and versions of all related products as well. HP NonStop TMF Management Programming Manual—540140-008 6-160...
  • Page 433 Effect See the effect text associated with the preceding event message generated by the particular recovery process (168 or 169). HP NonStop TMF Management Programming Manual—540140-008 6-161...
  • Page 434 Event Messages Descriptions of Event Messages Recommended Action See the recommended action text associated with the preceding event message generated by the particular recovery process (168 or 169). HP NonStop TMF Management Programming Manual—540140-008 6-162...
  • Page 435 ZTMF-TKN-RCOV-TxStatus specifies the transaction status. The values are: ZTMF-VAL-RCOV-HANGTX ZTMF-VAL-RCOV-RETRYTX ZTMF-VAL-RCOV-IGNORETXERROR ZEMS-TKN-Emphasis is set to False for this event. HP NonStop TMF Management Programming Manual—540140-008 6-163...
  • Page 436 CPU dump, if applicable If your local operating procedures require contacting the Global Customer Support Center (GCSC), supply your system number and the numbers and versions of all related products as well. HP NonStop TMF Management Programming Manual—540140-008 6-164...
  • Page 437 BACKOUT, ZTMF-VAL-PROC-VOLUMERECOVERY, or ZTMF-VAL-PROC- FILERECOVERY. ZTMF-TKN-AuditReadException Specifies an audit read exception. The values are: ZTMF-VAL-ARExcp-Unrecognized ZTMF-VAL-ARExcp-None ZTMF-VAL-ARExcp-ChangeLabel ZTMF-VAL-ARExcp-Control ZTMF-VAL-ARExcp-EOFFixupNeeded ZTMF-VAL-ARExcp-GetCurrentEOF ZTMF-VAL-ARExcp-GetFile ZTMF-VAL-ARExcp-HTMismatch ZTMF-VAL-ARExcp-InvBlockHeader ZTMF-VAL-ARExcp-InvEOF ZTMF-VAL-ARExcp-InvFileCode ZTMF-VAL-ARExcp-InvRecordLen ZTMF-VAL-ARExcp-Open ZTMF-VAL-ARExcp-OpenRetryLimit ZTMF-VAL-ARExcp-PartialRecord ZTMF-VAL-ARExcp-Position ZTMF-VAL-ARExcp-Read ZTMF-VAL-ARExcp-Setmode ZTMF-VAL-ARExcp-Write ZTMF-VAL-ARExcp-AuxPtrInAux HP NonStop TMF Management Programming Manual—540140-008 6-165...
  • Page 438 CPU dump, if applicable If your local operating procedures require contacting the Global Customer Support Center (GCSC), supply your system number and the numbers and versions of all related products as well. HP NonStop TMF Management Programming Manual—540140-008 6-166...
  • Page 439 CPU dump, if applicable If your local operating procedures require contacting the Global Customer Support Center (GCSC), supply your system number and the numbers and versions of all related products as well. HP NonStop TMF Management Programming Manual—540140-008 6-167...
  • Page 440 ZTMF-TKN-RCOV-Error-Index contains an integer specifying an audit-trail index value (zero indicates the master audit trail; one through 15 indicate auxiliary audit trails). ZTMF-TKN-RCOV-Error-Sno contains an integer specifying an audit-trail file sequence number. HP NonStop TMF Management Programming Manual—540140-008 6-168...
  • Page 441 All audit information for the specified file following the file hiatus record in the audit trail is inaccessible. Recommended Action After performing file recovery to a timestamp or to first purge, make an online dump of the file immediately. HP NonStop TMF Management Programming Manual—540140-008 6-169...
  • Page 442 RECOVER FILES command. If a volume recovery operation was in progress, issue an ADD DATAVOL[S] command to add the affected volumes to the configuration again. If a backout operation was in progress, the backout process automatically restarts when the TMP is restarted. HP NonStop TMF Management Programming Manual—540140-008 6-170...
  • Page 443 For the volume recovery process, disable one or more data volumes. While volume recovery on the remaining data volumes is in progress, re-enable the data volumes and a second volume recovery process will recover them. HP NonStop TMF Management Programming Manual—540140-008 6-171...
  • Page 444 Alternatively, disable one or more data volumes. While file recovery on the remaining data volumes is in progress, re-enable the data volumes and a second file recovery process will recover the files on them. HP NonStop TMF Management Programming Manual—540140-008 6-172...
  • Page 445 BACKOUT,.ZTMF-VAL-PROC-VOLUMERECOVERY, or ZTMF-VAL-PROC- FILERECOVERY. ZEMS-TKN-Emphasis is set to False for this event. Effect The recovery process abends. Recommended Action License the TMF recovery program files: TMFBOUT (backout), TMFVRCV (volume recovery), and TMFFRCV (file recovery). HP NonStop TMF Management Programming Manual—540140-008 6-173...
  • Page 446 2,147,483,647 or greater, this token contains 2,147,483,647 (and the RBA2 token contains the actual rba). ZTMF-TKN-RCOV-Status-Rba2 contains an integer specifying a relative byte address (rba) within the audit-trail file. This token always contains the actual rba. HP NonStop TMF Management Programming Manual—540140-008 6-174...
  • Page 447 The specified file can only be recovered to an audit trail and rba position after the end of the online dump. No files will be recovered. Recommended Action Change the audit-trail sequence number or rba in the TOMATPOSITION option of the RECOVER FILES command and reexecute the command. HP NonStop TMF Management Programming Manual—540140-008 6-175...
  • Page 448 CPU dump, if applicable If your local operating procedures require contacting the Global Customer Support Center (GCSC), supply your system number and the numbers and versions of all related products as well. HP NonStop TMF Management Programming Manual—540140-008 6-176...
  • Page 449 CPU dump, if applicable If your local operating procedures require contacting the Global Customer Support Center (GCSC), supply your system number and the numbers and versions of all related products as well. HP NonStop TMF Management Programming Manual—540140-008 6-177...
  • Page 450 ZTMF-TKN-ProcCompText if present, contains an alphanumeric text string that attempts to help explain what happened (such as “Process abended” or “Process deleted in CPU failure”). Effect TMF is down. HP NonStop TMF Management Programming Manual—540140-008 6-178...
  • Page 451 CPU dump, if applicable If your local operating procedures require contacting the Global Customer Support Center (GCSC), supply your system number and the numbers and versions of all related products as well. HP NonStop TMF Management Programming Manual—540140-008 6-179...
  • Page 452 ZTMF-TKN-PROCCOMPTExt if present, contains an alphanumeric text string that attempts to help explain what happened (such as “Process abended” or “Process deleted in CPU failure”). HP NonStop TMF Management Programming Manual—540140-008 6-180...
  • Page 453 CPU dump, if applicable If your local operating procedures require contacting the Global Customer Support Center (GCSC), supply your system number and the numbers and versions of all related products as well. HP NonStop TMF Management Programming Manual—540140-008 6-181...
  • Page 454 The value of this token for this event is ZTMF-VAL-PROC- TMFMON2. ZTMF-TKN-ProcCompCode contains a file-system completion code. ZTMF-TKN-Fs-Error if present, contains an integer identifying the file-system error that occurred. ZTMF-TKN-CpuNum contains an integer specifying a CPU number. Effect TMF does not start. HP NonStop TMF Management Programming Manual—540140-008 6-182...
  • Page 455 CPU dump, if applicable If your local operating procedures require contacting the Global Customer Support Center (GCSC), supply your system number and the numbers and versions of all related products as well. HP NonStop TMF Management Programming Manual—540140-008 6-183...
  • Page 456 The values are: ZTMF-VAL-Mat Master audit trail ZTMF-VAL-Aux01 Auxiliary audit trail #1 ZTMF-VAL-Aux02 Auxiliary audit trail #2 . . . ZTMF-VAL-Aux15 Auxiliary audit trail #15 HP NonStop TMF Management Programming Manual—540140-008 6-184...
  • Page 457 Consider the reason specified in the message, and try to correct the situation (if audit dumping is disabled, enable it; if the active-audit volume is down, bring it back up). If several audit-trail files become pinned simultaneously, add another overflow-audit volume to the audit-trail configuration. HP NonStop TMF Management Programming Manual—540140-008 6-185...
  • Page 458 Usually this situation is transitory because RDF is not very far behind TMF in reading recently generated audit information. If the condition does not go away within a reasonable period of time, however, you might want to consider manually shutting down RDF. HP NonStop TMF Management Programming Manual—540140-008 6-186...
  • Page 459 ZTMF-VAL-Aux01 Auxiliary audit trail #1 ZTMF-VAL-Aux02 Auxiliary audit trail #2 . . . ZTMF-VAL-Aux15 Auxiliary audit trail #15 Effect Unless space in the audit trail is made available, audit-generating events will be suspended. HP NonStop TMF Management Programming Manual—540140-008 6-187...
  • Page 460 Alternatively, increase the size of the audit trail by either increasing the FILESPERVolume attribute or adding an active-audit volume. HP NonStop TMF Management Programming Manual—540140-008 6-188...
  • Page 461 Auxiliary audit trail #1 ZTMF-VAL-Aux02 Auxiliary audit trail #2 . . . ZTMF-VAL-Aux15 Auxiliary audit trail #15 Effect TMF can now resume normal operations. Recommended Action Informative message only; no corrective action is needed. HP NonStop TMF Management Programming Manual—540140-008 6-189...
  • Page 462 ZTMF-TKN-Fs-Error contains an integer specifying a file-system error number. ZEMS-TKN-Emphasis is set to False for this event. Effect File recovery is not attempted on the specified file. HP NonStop TMF Management Programming Manual—540140-008 6-190...
  • Page 463 CPU dump, if applicable If your local operating procedures require contacting the Global Customer Support Center (GCSC), supply your system number and the numbers and versions of all related products as well. HP NonStop TMF Management Programming Manual—540140-008 6-191...
  • Page 464 ZEMS-TKN-Emphasis is set to False for this event. Effect File recovery is not attempted. Recommended Action Reissue the command with a correct filename. HP NonStop TMF Management Programming Manual—540140-008 6-192...
  • Page 465 CPU dump, if applicable If your local operating procedures require contacting the Global Customer Support Center (GCSC), supply your system number and the numbers and versions of all related products as well. HP NonStop TMF Management Programming Manual—540140-008 6-193...
  • Page 466 CPU dump, if applicable If your local operating procedures require contacting the Global Customer Support Center (GCSC), supply your system number and the numbers and versions of all related products as well. HP NonStop TMF Management Programming Manual—540140-008 6-194...
  • Page 467 ZEMS-TKN-Emphasis is set to False for this event. Effect The file is not recovered. Recommended Action Reissue the RECOVER FILES command and include either the FROMARCHIVE or TIME attribute. HP NonStop TMF Management Programming Manual—540140-008 6-195...
  • Page 468 ZEMS-TKN-Emphasis is set to False for this event. Effect The existing file recovery process recovers the file. Recommended Action Informative message only; no corrective action is needed. HP NonStop TMF Management Programming Manual—540140-008 6-196...
  • Page 469 ZTMF-TKN-Fs-Error contains an integer specifying a file-system error number. ZEMS-TKN-Emphasis is set to False for this event. Effect The TMFFRLS process terminates, then is automatically restarted by the TMF management process (TMP). HP NonStop TMF Management Programming Manual—540140-008 6-197...
  • Page 470 CPU dump, if applicable If your local operating procedures require contacting the Global Customer Support Center (GCSC), supply your system number and the numbers and versions of all related products as well. HP NonStop TMF Management Programming Manual—540140-008 6-198...
  • Page 471 TMF processing. Resolve the problem and reissue the RECOVER FILES command for the volume. If the volume does not contain files to be recovered, consider removing it from future RECOVER FILES commands to avoid this event. HP NonStop TMF Management Programming Manual—540140-008 6-199...
  • Page 472 You cannot make any new audit dumps or online dumps until a sufficient number of scratch tapes are available. Recommended Action Add more scratch tapes to the catalog, or change the status of existing tapes in the catalog that are no longer needed to SCRATCH. HP NonStop TMF Management Programming Manual—540140-008 6-200...
  • Page 473 TMF process that generated the event. For this event, the values are: ZTMF-VAL-PROC-AUDITDUMP ZTMF-VAL-PROC-ONLINEDUMP ZEMS-TKN-Emphasis is set to False for this event. Effect None. Recommended Action Informative message only; no corrective action is needed. HP NonStop TMF Management Programming Manual—540140-008 6-201...
  • Page 474 ZTMF-TKN-DR-FileNameSupplied if the value of this token is ZSPI-VAL-True, then this token contains a file name. If the value of this token is ZSPI-VAL-False, then this token contains a null value. HP NonStop TMF Management Programming Manual—540140-008 6-202...
  • Page 475 ZSPI-TYP-Int. Effect See the effect text for the specified dump/restore message in the Operator Messages Manual. Recommended Action See the recovery text for the specified dump/restore message in the Operator Messages Manual. HP NonStop TMF Management Programming Manual—540140-008 6-203...
  • Page 476 ZTMF-TKN-DR-FileNameSupplied if the value of this token is ZSPI-VAL-True, then this token contains a file name. If the value of this token is ZSPI-VAL-False, then this token contains a null value. HP NonStop TMF Management Programming Manual—540140-008 6-204...
  • Page 477 ZSPI-TYP-Int. Effect See the effect text for the specified dump/restore message in the Operator Messages Manual. Recommended Action See the recovery text for the specified dump/restore message in the Operator Messages Manual. HP NonStop TMF Management Programming Manual—540140-008 6-205...
  • Page 478 TMF process that generated the event. For this event, the values are: ZTMF-VAL-PROC-AUDITDUMP ZTMF-VAL-PROC-AUDITRESTORE ZTMF-VAL-PROC-ONLINEDUMP ZTMF-VAL-PROC-ONLINERESTORE ZART-TKN-ArchTapeErrorMess contains the archive tape message text. ZEMS-TKN-Emphasis is set to True for this event. HP NonStop TMF Management Programming Manual—540140-008 6-206...
  • Page 479 Effect See the effect text for the specified archive tape message in the Operator Messages Manual. Recommended Action See the recovery text for the specified archive tape message in the Operator Messages Manual. HP NonStop TMF Management Programming Manual—540140-008 6-207...
  • Page 480 TMF process that generated the event. For this event, the values are: ZTMF-VAL-PROC-AUDITDUMP ZTMF-VAL-PROC-AUDITRESTORE ZTMF-VAL-PROC-ONLINEDUMP ZTMF-VAL-PROC-ONLINERESTORE ZART-TKN-ArchTapeErrorMess contains the archive tape message text. ZEMS-TKN-Emphasis is set to True for this event. HP NonStop TMF Management Programming Manual—540140-008 6-208...
  • Page 481 Effect See the effect text for the specified archive tape message in the Operator Messages Manual. Recommended Action See the recovery text for the specified archive tape message in the Operator Messages Manual. HP NonStop TMF Management Programming Manual—540140-008 6-209...
  • Page 482 TMF process that generated the event. For this event, the values are: ZTMF-VAL-PROC-AUDITDUMP ZTMF-VAL-PROC-AUDITRESTORE ZTMF-VAL-PROC-ONLINEDUMP ZTMF-VAL-PROC-ONLINERESTORE ZART-TKN-ArchTapeErrorMess contains the archive tape message text. ZEMS-TKN-Emphasis is set to True for this event. HP NonStop TMF Management Programming Manual—540140-008 6-210...
  • Page 483 Effect See the effect text for the specified archive tape message in the Operator Messages Manual. Recommended Action See the recovery text for the specified archive tape message in the Operator Messages Manual. HP NonStop TMF Management Programming Manual—540140-008 6-211...
  • Page 484 TMF process that generated the event. For this event, the values are: ZTMF-VAL-PROC-AUDITDUMP ZTMF-VAL-PROC-AUDITRESTORE ZTMF-VAL-PROC-ONLINEDUMP ZTMF-VAL-PROC-ONLINERESTORE ZART-TKN-ArchTapeErrorMess contains the archive tape message text. ZEMS-TKN-Emphasis is set to True for this event. HP NonStop TMF Management Programming Manual—540140-008 6-212...
  • Page 485 Effect See the effect text for the specified archive tape message in the Operator Messages Manual. Recommended Action See the recovery text for the specified archive tape message in the Operator Messages Manual. HP NonStop TMF Management Programming Manual—540140-008 6-213...
  • Page 486 ZTMF-TKN-DR-DumpSerialNum is the dump serial number of the audit-trail file. ZEMS-TKN-Emphasis is set to True for this event. Effect None. Recommended Action Informative message only; no corrective action is needed. HP NonStop TMF Management Programming Manual—540140-008 6-214...
  • Page 487 TMF dump/restore process. ZEMS-TKN-Emphasis is set to True for this event. Effect The dump/restore process abends. The TMF management process (TMP) periodically attempts to recreate the dump/restore process until successful. HP NonStop TMF Management Programming Manual—540140-008 6-215...
  • Page 488 CPU dump, if applicable If your local operating procedures require contacting the Global Customer Support Center (GCSC), supply your system number and the numbers and versions of all related products as well. HP NonStop TMF Management Programming Manual—540140-008 6-216...
  • Page 489 ZTMF-TKN-DR-DumpSerialNum is a dump serial number. ZEMS-TKN-Emphasis is set to True for this event. Effect None. Recommended Action Informative message only; no corrective action is needed. HP NonStop TMF Management Programming Manual—540140-008 6-217...
  • Page 490 For this event, the value of this token is ZTMF-VAL-PROC- ONLINEDUMP. ZTMF-TKN-DR-DumpSerialNum is a dump serial number. ZEMS-TKN-Emphasis is set to False for this event. Effect None. Recommended Action Informative message only; no corrective action is needed. HP NonStop TMF Management Programming Manual—540140-008 6-218...
  • Page 491 For this event, the value of this token is ZTMF-VAL-PROC- ONLINEDUMP. ZTMF-TKN-DR-DumpSerialNum is a dump serial number. ZEMS-TKN-Emphasis is set to False for this event. Effect None. Recommended Action Informative message only; no corrective action is needed. HP NonStop TMF Management Programming Manual—540140-008 6-219...
  • Page 492 Effect The RECOVER FILES operation cannot continue. Recommended Action If the specified dump file has been backed up on tape or moved to another disk volume, restore the file to its original location. HP NonStop TMF Management Programming Manual—540140-008 6-220...
  • Page 493 Effect The RECOVER FILES operation cannot continue. Recommended Action If the specified dump file has been backed up on tape or moved to another disk volume, restore the file to its original location. HP NonStop TMF Management Programming Manual—540140-008 6-221...
  • Page 494 Effect The RECOVER FILES operation cannot continue. Recommended Action If the specified dump file has been backed up on tape or moved to another disk volume, restore the file to its original location. HP NonStop TMF Management Programming Manual—540140-008 6-222...
  • Page 495 Effect The RECOVER FILES operation cannot continue. Recommended Action If the specified dump file has been backed up on tape or moved to another disk volume, restore the file to its original location. HP NonStop TMF Management Programming Manual—540140-008 6-223...
  • Page 496 ZEMS-TKN-Emphasis is set to False for this event. Additional Conditional Tokens ZTMF-TKN-DR-NotFileSet if present, is a list of those online dump files that are not to be restored. HP NonStop TMF Management Programming Manual—540140-008 6-224...
  • Page 497 Event Messages Descriptions of Event Messages Effect None. Recommended Action Informative message only; no corrective action is needed. HP NonStop TMF Management Programming Manual—540140-008 6-225...
  • Page 498 ZEMS-TKN-Emphasis is set to False for this event. Effect None. Recommended Action Informative message only; no corrective action is needed. HP NonStop TMF Management Programming Manual—540140-008 6-226...
  • Page 499 BLOCKSIZE attribute value. ZTMF-TKN-DR-DumpCopies contains an integer specifying the new COPIES attribute value. ZTMF-TKN-DR-VerifyTape specifies the new VERIFYTAPE attribute value. The values are: ZTMF-VAL-True (ON) ZTMF-VAL-False (OFF) ZEMS-TKN-Emphasis is set to False for this event. HP NonStop TMF Management Programming Manual—540140-008 6-227...
  • Page 500 Additional Conditional Tokens ZTMF-TKN-DR-SystemNames if present, contains the name(s) of the remote system(s) to which tape dumps are to be directed. Effect None. Recommended Action Informative message only; no corrective action is needed. HP NonStop TMF Management Programming Manual—540140-008 6-228...
  • Page 501 (for audit dumping) or a database table or file (for online dumping). ZEMS-TKN-Emphasis is set to False for this event. Effect None. Recommended Action Informative message only; no corrective action is needed. HP NonStop TMF Management Programming Manual—540140-008 6-229...
  • Page 502 For this event, the values are: ZTMF-VAL-PROC-AUDITDUMP ZTMF-VAL-PROC-AUDITRESTORE ZTMF-VAL-PROC-ONLINEDUMP ZTMF-VAL-PROC-ONLINERESTORE ZTMF-VAL-PROC-COPYAUDITOVFLOW ZTMF-TKN-DR-OtherErrorText contains a dump/restore warning message. ZEMS-TKN-Emphasis is set to True for this event. Effect None. Recommended Action Informative message only; no corrective action is needed. HP NonStop TMF Management Programming Manual—540140-008 6-230...
  • Page 503 The values are: ZSPI-VAL-True (first tape) ZSPI-VAL-False (tape change) ZTMF-TKN-DR-TapeNum contains an integer identifying a dump tape. ZART-TKN-VolumeID contains a tape volume identification number. HP NonStop TMF Management Programming Manual—540140-008 6-231...
  • Page 504 ZTMF-TKN-DR-DumpCopies if present, contains an integer specifying how many copies are to be made of the dump. Effect None. Recommended Action Informative message only; no corrective action is needed. HP NonStop TMF Management Programming Manual—540140-008 6-232...
  • Page 505 False for this event. Additional Conditional Tokens ZTMF-TKN-DR-DumpCopies if present, contains an integer specifying how many copies are to be made of the dump. Effect None. Recommended Action Informative message only; no corrective action is needed. HP NonStop TMF Management Programming Manual—540140-008 6-233...
  • Page 506 For this event, the value of this token is either ZTMF-VAL- PROC-AUDITDUMP or ZTMF-VAL-PROC-ONLINEDUMP. ZTMF-TKN-DR-DumpFileNum contains an integer identifying a disk dump file. ZEMS-TKN-Emphasis is set to False for this event. Effect None. Recommended Action Informative message only; no corrective action is needed. HP NonStop TMF Management Programming Manual—540140-008 6-234...
  • Page 507 (for audit dumping) or a database table or file (for online dumping). ZEMS-TKN-Emphasis is set to False for this event. Effect None. Recommended Action Informative message only; no corrective action is needed. HP NonStop TMF Management Programming Manual—540140-008 6-235...
  • Page 508 ZEMS-TKN-Emphasis is set to False for this event. Additional Conditional Tokens ZTMF-TKN-DR-FileName is the name of an audit-trail file (for audit dumping) or a database table or file (for online dumping). HP NonStop TMF Management Programming Manual—540140-008 6-236...
  • Page 509 Event Messages Descriptions of Event Messages Effect None. Recommended Action Informative message only; no corrective action is needed. HP NonStop TMF Management Programming Manual—540140-008 6-237...
  • Page 510 The value of this token for this event is ZTMF-VAL-PROC- ONLINEDUMP. ZTMF-TKN-DR-FileName contains the name of the dump file. ZTMF-TKN-DR-DumpEndTime contains the date and time the dump ended. ZTMF-TKN-DR-MatSeqNum contains an integer specifying an audit-trail sequence number. HP NonStop TMF Management Programming Manual—540140-008 6-238...
  • Page 511 ENSCRIBE files, specifies the file type. The values are: ZTMF-VAL-FILETYPEUNSTRUCT ZTMF-VAL-FILETYPERELATIVE ZTMF-VAL-FILETYPEENTRYSEQ ZTMF-VAL-FILETYPEKEYSEQ ZTMF-TKN-DR-SqlType for NonStop SQL entities, specifies the entity type. The values are: ZTMF-VAL-SQLTABLE ZTMF-VAL-SQLINDEX ZTMF-VAL-SQLPROTECTIONVIEW ZTMF-VAL-SQLSHORTHANDVIEW Effect None Recommended Action Informative message only; no corrective action is needed. HP NonStop TMF Management Programming Manual—540140-008 6-239...
  • Page 512 ZEMS-TKN-Emphasis is set to False for this event. Effect None. Recommended Action Informative message only; no corrective action is needed. HP NonStop TMF Management Programming Manual—540140-008 6-240...
  • Page 513 ZEMS-TKN-Emphasis is set to True for this event. Effect The file is not restored. Recommended Action Determine the correct dump serial number and then retry the restore operation. HP NonStop TMF Management Programming Manual—540140-008 6-241...
  • Page 514 ZEMS-TKN-Emphasis is set to True for this event. Effect The file is not restored. Recommended Action Determine which archive tape error occurred, correct the error condition, and then retry the restore operation. HP NonStop TMF Management Programming Manual—540140-008 6-242...
  • Page 515 COPIES attribute for audit dumping by the designated audit trail. Effect The new attribute value takes effect immediately. Recommended Action Informative message only; no corrective action is needed. HP NonStop TMF Management Programming Manual—540140-008 6-243...
  • Page 516 ZTMF-VAL-Aux02 . . . Auxiliary audit trail #15 ZTMF-VAL-Aux15 ZTMF-TKN-ATDumpSeries specifies the new value of the AUDITDUMP attribute for audit dumping by the designated audit trail. The values are: Series ZSPI-VAL-True Parallel ZSPI-VAL-False HP NonStop TMF Management Programming Manual—540140-008 6-244...
  • Page 517 Event Messages Descriptions of Event Messages Effect The new attribute value takes effect immediately. Recommended Action Informative message only; no corrective action is needed. HP NonStop TMF Management Programming Manual—540140-008 6-245...
  • Page 518 . . . ZTMF-VAL-Aux15 Auxiliary audit trail #15 ZTMF-TKN-ATDumpBoolean specifies the new value of the AUDITDUMP attribute for audit dumping by the designated audit trail. The values are: ZSPI-VAL-True VERIFYTAPE ON ZSPI-VAL-False VERIFYTAPE OFF HP NonStop TMF Management Programming Manual—540140-008 6-246...
  • Page 519 Event Messages Descriptions of Event Messages Effect The new attribute value takes effect immediately. Recommended Action Informative message only; no corrective action is needed. HP NonStop TMF Management Programming Manual—540140-008 6-247...
  • Page 520 BLOCKSIZE attribute for audit dumping by the designated audit trail. Effect The new attribute value takeS effect immediately. Recommended Action Informative message only; no corrective action is needed. HP NonStop TMF Management Programming Manual—540140-008 6-248...
  • Page 521 UNLOADMEDIA attribute for audit dumping by the designated audit trail. The values are: UNLOADMEDIA ON ZSPI-VAL-True UNLOADMEDIA OFF ZSPI-VAL-False Effect The new attribute value takes effect immediately. Recommended Action Informative message only; no corrective action is needed. HP NonStop TMF Management Programming Manual—540140-008 6-249...
  • Page 522 Auxiliary audit trail #2 ZTMF-VAL-Aux02 . . . Auxiliary audit trail #15 ZTMF-VAL-Aux15 ZTMF-TKN-ATDumpMedium specifies the new value of the MEDIUM attribute for audit dumping by the designated audit trail. The values are: ZTMF-VAL-MEDIUMTAPE ZTMF-VAL-MEDIUMMAGNETICDISK HP NonStop TMF Management Programming Manual—540140-008 6-250...
  • Page 523 Event Messages Descriptions of Event Messages Effect The new attribute value takes effect immediately. Recommended Action Informative message only; no corrective action is needed. HP NonStop TMF Management Programming Manual—540140-008 6-251...
  • Page 524 SYSTEM attribute for audit dumping by the designated audit trail. Effect The new attribute value takes effect immediately. Recommended Action Informative message only; no corrective action is needed. HP NonStop TMF Management Programming Manual—540140-008 6-252...
  • Page 525 SYSTEM attribute for audit dumping by the designated audit trail. Effect The new attribute value takes effect immediately. Recommended Action Informative message only; no corrective action is needed. HP NonStop TMF Management Programming Manual—540140-008 6-253...
  • Page 526 Auxiliary audit trail #2 ZTMF-VAL-Aux02 . . . Auxiliary audit trail #15 ZTMF-VAL-Aux15 Effect Audit dumping is disabled for the specified audit trail. Recommended Action Informative message only; no corrective action is needed. HP NonStop TMF Management Programming Manual—540140-008 6-254...
  • Page 527 Auxiliary audit trail #2 ZTMF-VAL-Aux02 . . . Auxiliary audit trail #15 ZTMF-VAL-Aux15 Effect Audit dumping is enabled for the specified audit trail. Recommended Action Informative message only; no corrective action is needed. HP NonStop TMF Management Programming Manual—540140-008 6-255...
  • Page 528 Effect The disk volume is no longer used for receiving audit dumps for the designated audit trail. Recommended Action Informative message only; no corrective action is needed. HP NonStop TMF Management Programming Manual—540140-008 6-256...
  • Page 529 Effect The disk volume is used for receiving audit dumps for the designated audit trail. Recommended Action Informative message only; no corrective action is needed. HP NonStop TMF Management Programming Manual—540140-008 6-257...
  • Page 530 ZTMF-VAL-Aux02 Auxiliary audit trail #2 . . . ZTMF-VAL-Aux15 Auxiliary audit trail #15 ZTMF-TKN-AuditFileName is the name of the audit trail that was being dumped. ZEMS-TKN-Emphasis is set to True for this event. HP NonStop TMF Management Programming Manual—540140-008 6-258...
  • Page 531 Event Messages Descriptions of Event Messages Effect The dump is retried. Recommended Action Informative message only; no corrective action is needed. HP NonStop TMF Management Programming Manual—540140-008 6-259...
  • Page 532 Auxiliary audit trail #15 ZTMF-TKN-AuditFileName is the name of the audit trail that was being dumped. ZTMF-TKN-Fs-Error contains an integer identifying the file-system error that occurred. ZEMS-TKN-Emphasis is set to True for this event. HP NonStop TMF Management Programming Manual—540140-008 6-260...
  • Page 533 CPU dump, if applicable If your local operating procedures require contacting the Global Customer Support Center (GCSC), supply your system number and the numbers and versions of all related products as well. HP NonStop TMF Management Programming Manual—540140-008 6-261...
  • Page 534 Auxiliary audit trail #2 . . . ZTMF-VAL-Aux15 Auxiliary audit trail #15 ZTMF-TKN-AuditFileName is the name of the audit trail that was dumped. Effect None. Recommended Action Informative message only; no corrective action is needed. HP NonStop TMF Management Programming Manual—540140-008 6-262...
  • Page 535 Auxiliary audit trail #2 . . . ZTMF-VAL-Aux15 Auxiliary audit trail #15 ZTMF-TKN-AuditFileName is the name of the audit trail that was being copied to an overflow-audit volume. ZEMS-TKN-Emphasis is set to True for this event. HP NonStop TMF Management Programming Manual—540140-008 6-263...
  • Page 536 CPU dump, if applicable If your local operating procedures require contacting the Global Customer Support Center (GCSC), supply your system number and the numbers and versions of all related products as well. HP NonStop TMF Management Programming Manual—540140-008 6-264...
  • Page 537 Auxiliary audit trail #1 ZTMF-VAL-Aux02 Auxiliary audit trail #2 . . . ZTMF-VAL-Aux15 Auxiliary audit trail #15 ZTMF-TKN-AuditFileName is the name of the destination overflow file. ZEMS-TKN-Emphasis is set to True for this event. HP NonStop TMF Management Programming Manual—540140-008 6-265...
  • Page 538 CPU dump, if applicable If your local operating procedures require contacting the Global Customer Support Center (GCSC), supply your system number and the numbers and versions of all related products as well. HP NonStop TMF Management Programming Manual—540140-008 6-266...
  • Page 539 Auxiliary audit trail #2 . . . ZTMF-VAL-Aux15 Auxiliary audit trail #15 ZTMF-TKN-AuditFileName is the name of the audit trail that was being copied to an overflow-audit volume. ZEMS-TKN-Emphasis is set to True for this event. HP NonStop TMF Management Programming Manual—540140-008 6-267...
  • Page 540 CPU dump, if applicable If your local operating procedures require contacting the Global Customer Support Center (GCSC), supply your system number and the numbers and versions of all related products as well. HP NonStop TMF Management Programming Manual—540140-008 6-268...
  • Page 541 The first occurrence of the token is the source file, and the second occurrence is the target file. Effect Transaction processing continues. Recommended Action Informative message only; no corrective action is needed. HP NonStop TMF Management Programming Manual—540140-008 6-269...
  • Page 542 . . . ZTMF-VAL-Aux15 Auxiliary audit trail #15 ZTMF-TKN-AuditFileName is the name of the audit trail that needs to be copied to an overflow-audit volume. ZEMS-TKN-Emphasis is set to True for this event. HP NonStop TMF Management Programming Manual—540140-008 6-270...
  • Page 543 Recommended Action If the configured overflow-audit volume is down, bring it back up; otherwise, issue an ALTER AUDITRAIL command to configure another overflow-audit volume for the audit trail or do an audit dump. HP NonStop TMF Management Programming Manual—540140-008 6-271...
  • Page 544 . . . ZTMF-VAL-Aux15 Auxiliary audit trail #15 ZTMF-TKN-AuditFileName is the name of the audit trail that needs to be copied to an overflow-audit volume. ZEMS-TKN-Emphasis is set to True for this event. HP NonStop TMF Management Programming Manual—540140-008 6-272...
  • Page 545 CPU dump, if applicable If your local operating procedures require contacting the Global Customer Support Center (GCSC), supply your system number and the numbers and versions of all related products as well. HP NonStop TMF Management Programming Manual—540140-008 6-273...
  • Page 546 ZTMF-VAL-Aux02 Auxiliary audit trail #2 . . . ZTMF-VAL-Aux15 Auxiliary audit trail #15 ZTMF-TKN-AuditFileName is the name of the audit trail that must be restored. ZEMS-TKN-Emphasis is set to True for this event. HP NonStop TMF Management Programming Manual—540140-008 6-274...
  • Page 547 CPU dump, if applicable If your local operating procedures require contacting the Global Customer Support Center (GCSC), supply your system number and the numbers and versions of all related products as well. HP NonStop TMF Management Programming Manual—540140-008 6-275...
  • Page 548 ZTMF-VAL-Aux15 Auxiliary audit trail #15 ZTMF-TKN-AuditFileName is the name of the file which was the target of the restore and against which the error occurred. ZEMS-TKN-Emphasis is set to True for this event. HP NonStop TMF Management Programming Manual—540140-008 6-276...
  • Page 549 CPU dump, if applicable If your local operating procedures require contacting the Global Customer Support Center (GCSC), supply your system number and the numbers and versions of all related products as well. HP NonStop TMF Management Programming Manual—540140-008 6-277...
  • Page 550 ZTMF-VAL-Aux02 Auxiliary audit trail #2 . . . ZTMF-VAL-Aux15 Auxiliary audit trail #15 ZTMF-TKN-AuditFileName is the name of the file that could not be restored. ZEMS-TKN-Emphasis is set to True for this event. HP NonStop TMF Management Programming Manual—540140-008 6-278...
  • Page 551 CPU dump, if applicable If your local operating procedures require contacting the Global Customer Support Center (GCSC), supply your system number and the numbers and versions of all related products as well. HP NonStop TMF Management Programming Manual—540140-008 6-279...
  • Page 552 . . . ZTMF-VAL-Aux15 Auxiliary audit trail #15 ZTMF-TKN-AuditFileName is the name of the file that was restored. Effect None. The file is restored. Recommended Action Informative message only; no corrective action is needed. HP NonStop TMF Management Programming Manual—540140-008 6-280...
  • Page 553 ZTMF-VAL-Aux02 Auxiliary audit trail #2 . . . ZTMF-VAL-Aux15 Auxiliary audit trail #15 ZTMF-TKN-AuditFileName is the name of the file that could not be restored. ZEMS-TKN-Emphasis is set to True for this event. HP NonStop TMF Management Programming Manual—540140-008 6-281...
  • Page 554 CPU dump, if applicable If your local operating procedures require contacting the Global Customer Support Center (GCSC), supply your system number and the numbers and versions of all related products as well. HP NonStop TMF Management Programming Manual—540140-008 6-282...
  • Page 555 The values are: ZTMF-VAL-BTDISABLEAT ZTMF-VAL-BTDISABLETXCOUNT ZTMF-VAL-BTDISABLEOPER ZTMF-VAL-BTDISABLESTOP ZTMF-VAL-BTDISABLELIBMEM ZTMF-VAL-BTDISABLETMPMEM ZEMS-TKN-Emphasis is set to True for this event. HP NonStop TMF Management Programming Manual—540140-008 6-283...
  • Page 556 CPU dump, if applicable If your local operating procedures require contacting the Global Customer Support Center (GCSC), supply your system number and the numbers and versions of all related products as well. HP NonStop TMF Management Programming Manual—540140-008 6-284...
  • Page 557 The values are: ZTMF-VAL-BTENABLEAT ZTMF-VAL-BTENABLETXCOUNT ZTMF-VAL-BTENABLEOPER ZTMF-VAL-BTENABLESTOP ZTMF-VAL-BTENABLELIBMEM ZTMF-VAL-BTENABLETMPMEM ZEMS-TKN-Emphasis is set to True for this event. HP NonStop TMF Management Programming Manual—540140-008 6-285...
  • Page 558 CPU dump, if applicable If your local operating procedures require contacting the Global Customer Support Center (GCSC), supply your system number and the numbers and versions of all related products as well. HP NonStop TMF Management Programming Manual—540140-008 6-286...
  • Page 559 Transaction count threshold ZTMF-VAL-BTATTRTMFLIBMEM TMFLIB memory threshold ZTMF-VAL-BTATTRTMPMEM TMP memory threshold ZTMF-VAL-BTATTRTRANSPERCPU Transactions per CPU threshold ZTMF-VAL-BTATTRAUTOABORT Autoabort threshold ZTMF-VAL-BTATTRRECRMCOUNT Recoverable resource manager count ZTMF-VAL-BTATTRRMOPENPERCPU Resource manager opens per ZTMF-VAL-BTATTRBRANCHESPERRM Transaction branches per resource manager HP NonStop TMF Management Programming Manual—540140-008 6-287...
  • Page 560 ZTMF-TKN-NewBranchesPerRm if present, contains an integer identifying the new transaction branches for each resource manager. Effect The new attribute value takes effect immediately. Recommended Action Informative message only; no corrective action is needed. HP NonStop TMF Management Programming Manual—540140-008 6-288...
  • Page 561 RETAINDEPTH attribute value. ZEMS-TKN-Emphasis is set to True for this event. Effect The new value takes effect immediately. Recommended Action Informative message only; no corrective action is needed. HP NonStop TMF Management Programming Manual—540140-008 6-289...
  • Page 562 RELEASED attribute is on or off. The values are: ZTMF-VAL-True RELEASED ON ZTMF-VAL-False RELEASED OFF ZEMS-TKN-Emphasis is set to True for this event. Effect The new value takes effect immediately. Recommended Action Informative message only; no corrective action is needed. HP NonStop TMF Management Programming Manual—540140-008 6-290...
  • Page 563 The values are: ZTMF-CMD-OPEN ZTMF-CMD-WRITEREAD ZTMF-TKN-Fs-Error contains an integer identifying the file-system error that occurred. ZTMF-TKN-ProcessName is the name of the catalog process. ZEMS-TKN-Emphasis is set to True for this event. HP NonStop TMF Management Programming Manual—540140-008 6-291...
  • Page 564 CPU dump, if applicable If your local operating procedures require contacting the Global Customer Support Center (GCSC), supply your system number and the numbers and versions of all related products as well. HP NonStop TMF Management Programming Manual—540140-008 6-292...
  • Page 565 The value of this token for this event is ZTMF-VAL- PROC-TMP. ZEMS-TKN-Emphasis is set to True for this event. Effect The TMF catalog is deleted. Recommended Action Informative message only; no corrective action is needed. HP NonStop TMF Management Programming Manual—540140-008 6-293...
  • Page 566 True for this event. Effect The configuration volume has been changed; TMF will use the new configuration volume the next time it is started. Recommended Action Informative message only; no corrective action is needed. HP NonStop TMF Management Programming Manual—540140-008 6-294...
  • Page 567 For a description and recovery actions for the file-system error, see the Guardian Procedure Errors and Messages Manual. The TMFMON2 process continues attempting to create the TMP process. After the problem or problems that lead to the error are corrected, the TMP process is created. HP NonStop TMF Management Programming Manual—540140-008 6-295...
  • Page 568 For a description and recovery actions for the file-system error, see the Guardian Procedure Errors and Messages Manual. The TMFMON2 process continues attempting to create the TMP process. After the problem or problems that led to the error are corrected, the TMP process is created. HP NonStop TMF Management Programming Manual—540140-008 6-296...
  • Page 569: 288: Ztmf-Evt-Transautoaborted

    Do this only if you are sure that there is enough space in the audit trail to accommodate the audit-trail files that could be pinned while the transaction completes. Restart the transaction. HP NonStop TMF Management Programming Manual—540140-008 6-297...
  • Page 570 If this is a normal transaction that requires additional audit-trail space to complete, consider temporarily increasing the audit-trail capacity by increasing the number of audit-trail files per volume, or by adding another active-audit volume. Restart the transaction. HP NonStop TMF Management Programming Manual—540140-008 6-298...
  • Page 571 ZTMF-TKN-Fs-Error contains an integer identifying the file-system error that occurred. ZEMS-TKN-Emphasis is set to True for this event. Effect The attempt to start TMF fails. HP NonStop TMF Management Programming Manual—540140-008 6-299...
  • Page 572 CPU dump, if applicable If your local operating procedures require contacting the Global Customer Support Center (GCSC), supply your system number and the numbers and versions of all related products as well. HP NonStop TMF Management Programming Manual—540140-008 6-300...
  • Page 573 ZTMF-TKN-Fs-Error contains an integer identifying the file-system error that occurred. ZEMS-TKN-Emphasis is set to True for this event. Effect The attempt to start TMF fails. HP NonStop TMF Management Programming Manual—540140-008 6-301...
  • Page 574 CPU dump, if applicable If your local operating procedures require contacting the Global Customer Support Center (GCSC), supply your system number and the numbers and versions of all related products as well. HP NonStop TMF Management Programming Manual—540140-008 6-302...
  • Page 575 CPU dump, if applicable If your local operating procedures require contacting the Global Customer Support Center (GCSC), supply your system number and the numbers and versions of all related products as well. HP NonStop TMF Management Programming Manual—540140-008 6-303...
  • Page 576 The value of this token for this event is ZTMF-VAL-PROC- TMP. ZEMS-TKN-Emphasis is set to True for this event. Effect The backup TMP takes over control from the primary TMP. Recommended Action Informative message only; no corrective action is needed. HP NonStop TMF Management Programming Manual—540140-008 6-304...
  • Page 577  Descriptions of the problem and accompanying symptoms  Details from the message(s) generated  Supporting documentation such as Event Management Service (EMS) logs, trace files, and a CPU dump, if applicable HP NonStop TMF Management Programming Manual—540140-008 6-305...
  • Page 578 Event Messages Descriptions of Event Messages If your local operating procedures require contacting the Global Customer Support Center (GCSC), supply your system number and the numbers and versions of all related products as well. HP NonStop TMF Management Programming Manual—540140-008 6-306...
  • Page 579: 295: Ztmf-Evt-Transhung

    Backout process to fail. Correct the error condition(s) described in the preceding event message(s) and then manually abort or delete the transaction. Note that deleting a transaction can cause database inconsistencies. HP NonStop TMF Management Programming Manual—540140-008 6-307...
  • Page 580: 296: Ztmf-Evt-Transabort

    A Support Note is available documenting the use of this command. Contact the Global Customer Support Center (GCSC) before issuing the SNOOP SETDISCONNECTTMR command. HP NonStop TMF Management Programming Manual—540140-008 6-308...
  • Page 581: 297: Ztmf-Evt-Downnode

    A Support Note is available documenting the use of this command. Contact the Global Customer Support Center (GCSC) before issuing the SNOOP SETDISCONNECTTMR command. HP NonStop TMF Management Programming Manual—540140-008 6-309...
  • Page 582 A Support Note is available documenting the use of this command. Contact the Global Customer Support Center (GCSC) before issuing the SNOOP SETDISCONNECTTMR command. HP NonStop TMF Management Programming Manual—540140-008 6-310...
  • Page 583 ZEMS-TKN-Emphasis is set to True for this event. Effect The disconnect timer is now set to the specified value. Recommended Action Informative message only; no corrective action is needed. HP NonStop TMF Management Programming Manual—540140-008 6-311...
  • Page 584  Descriptions of the problem and accompanying symptoms  Details from the message(s) generated  Supporting documentation such as Event Management Service (EMS) logs, trace files, and a CPU dump, if applicable HP NonStop TMF Management Programming Manual—540140-008 6-312...
  • Page 585 Event Messages Descriptions of Event Messages If your local operating procedures require contacting the Global Customer Support Center (GCSC), supply your system number and the numbers and versions of all related products as well. HP NonStop TMF Management Programming Manual—540140-008 6-313...
  • Page 586 The value of this token for this event is ZTMF-VAL-PROC- CATALOG. ZTMF-TKN-Media contains one or more tape volume names. Effect The specified tape volumes are added to the TMF catalog. Recommended Action Informative message only; no corrective action is needed. HP NonStop TMF Management Programming Manual—540140-008 6-314...
  • Page 587  Descriptions of the problem and accompanying symptoms  Details from the message(s) generated  Supporting documentation such as Event Management Service (EMS) logs, trace files, and a CPU dump, if applicable HP NonStop TMF Management Programming Manual—540140-008 6-315...
  • Page 588 Event Messages Descriptions of Event Messages If your local operating procedures require contacting the Global Customer Support Center (GCSC), supply your system number and the numbers and versions of all related products as well. HP NonStop TMF Management Programming Manual—540140-008 6-316...
  • Page 589 The value of this token for this event is ZTMF-VAL-PROC- CATALOG. ZTMF-TKN-Media contains one or more tape volume names. Effect The status of the specified tape volumes is changed as requested. Recommended Action Informative message only; no corrective action is needed. HP NonStop TMF Management Programming Manual—540140-008 6-317...
  • Page 590 ZTMF-TKN-Media contains one or more tape volume names. ZTMF-TKN-Fs-Error contains an integer identifying the file-system error that occurred. Effect The status of the specified tape volumes in the TMF catalog is not changed. HP NonStop TMF Management Programming Manual—540140-008 6-318...
  • Page 591 CPU dump, if applicable If your local operating procedures require contacting the Global Customer Support Center (GCSC), supply your system number and the numbers and versions of all related products as well. HP NonStop TMF Management Programming Manual—540140-008 6-319...
  • Page 592 The value of this token for this event is ZTMF-VAL-PROC- CATALOG. ZTMF-TKN-Media contains one or more tape volume names. Effect The specified tape volumes are deleted from the TMF catalog. Recommended Action Informative message only; no corrective action is needed. HP NonStop TMF Management Programming Manual—540140-008 6-320...
  • Page 593 The value of this token for this event is ZTMF-VAL-PROC- CATALOG. ZTMF-TKN-Media contains one or more tape volume names. ZTMF-TKN-Fs-Error contains an integer identifying the file-system error that occurred. Effect The status of the specified tape volumes is not deleted. HP NonStop TMF Management Programming Manual—540140-008 6-321...
  • Page 594 CPU dump, if applicable If your local operating procedures require contacting the Global Customer Support Center (GCSC), supply your system number and the numbers and versions of all related products as well. HP NonStop TMF Management Programming Manual—540140-008 6-322...
  • Page 595 ZTMF-TKN-DumpSerial contains an integer specifying a dump serial number. Effect The specified tape dumps are added to the TMF catalog. Recommended Action Informative message only; no corrective action is needed. HP NonStop TMF Management Programming Manual—540140-008 6-323...
  • Page 596 ZTMF-TKN-DumpSerial contains an integer specifying a dump serial number. ZTMF-TKN-Fs-Error contains an integer identifying the file-system error that occurred. Effect The specified tape dumps are not added to the TMF catalog. HP NonStop TMF Management Programming Manual—540140-008 6-324...
  • Page 597 CPU dump, if applicable If your local operating procedures require contacting the Global Customer Support Center (GCSC), supply your system number and the numbers and versions of all related products as well. HP NonStop TMF Management Programming Manual—540140-008 6-325...
  • Page 598 ZTMF-TKN-DumpSerial contains an integer specifying a dump serial number. Effect The specified disk dumps are added to the TMF catalog. Recommended Action Informative message only; no corrective action is needed. HP NonStop TMF Management Programming Manual—540140-008 6-326...
  • Page 599 ZTMF-TKN-DumpSerial contains an integer specifying a dump serial number. ZTMF-TKN-Fs-Error contains an integer identifying the file-system error that occurred. Effect The specified disk dumps are not added to the TMF catalog. HP NonStop TMF Management Programming Manual—540140-008 6-327...
  • Page 600 CPU dump, if applicable If your local operating procedures require contacting the Global Customer Support Center (GCSC), supply your system number and the numbers and versions of all related products as well. HP NonStop TMF Management Programming Manual—540140-008 6-328...
  • Page 601 ZTMF-TKN-DumpSerial contains an integer specifying a dump serial number. Effect The specified dump files are added to the TMF catalog. Recommended Action Informative message only; no corrective action is needed. HP NonStop TMF Management Programming Manual—540140-008 6-329...
  • Page 602 ZTMF-TKN-DumpSerial contains an integer specifying a dump serial number. ZTMF-TKN-Fs-Error contains an integer identifying the file-system error that occurred. Effect The specified dump files are not added to the TMF catalog. HP NonStop TMF Management Programming Manual—540140-008 6-330...
  • Page 603 CPU dump, if applicable If your local operating procedures require contacting the Global Customer Support Center (GCSC), supply your system number and the numbers and versions of all related products as well. HP NonStop TMF Management Programming Manual—540140-008 6-331...
  • Page 604 Effect The dump entries for the specified files and serial number are altered in the TMF catalog as requested. Recommended Action Informative message only; no corrective action is needed. HP NonStop TMF Management Programming Manual—540140-008 6-332...
  • Page 605 ZTMF-TKN-Fs-Error contains an integer identifying the file-system error that occurred. Effect The dump entries for the specified files and serial number are not altered in the TMF catalog. HP NonStop TMF Management Programming Manual—540140-008 6-333...
  • Page 606 CPU dump, if applicable If your local operating procedures require contacting the Global Customer Support Center (GCSC), supply your system number and the numbers and versions of all related products as well. HP NonStop TMF Management Programming Manual—540140-008 6-334...
  • Page 607 Effect The dump entries for the specified files and serial number are deleted from the TMF catalog. Recommended Action Informative message only; no corrective action is needed. HP NonStop TMF Management Programming Manual—540140-008 6-335...
  • Page 608 ZTMF-TKN-Fs-Error contains an integer identifying the file-system error that occurred. Effect The dump entries for the specified files and serial number are not deleted from the TMF catalog. HP NonStop TMF Management Programming Manual—540140-008 6-336...
  • Page 609 CPU dump, if applicable If your local operating procedures require contacting the Global Customer Support Center (GCSC), supply your system number and the numbers and versions of all related products as well. HP NonStop TMF Management Programming Manual—540140-008 6-337...
  • Page 610 Effect The disk media location of the specified dump is altered in the TMF catalog as requested. Recommended Action Informative message only; no corrective action is needed. HP NonStop TMF Management Programming Manual—540140-008 6-338...
  • Page 611 ZTMF-TKN-DumpSerial contains a double integer specifying a dump serial number. ZTMF-TKN-Fs-Error contains an integer identifying the file-system error that occurred. Effect The TMF catalog entry for the specified dump is not altered. HP NonStop TMF Management Programming Manual—540140-008 6-339...
  • Page 612 CPU dump, if applicable If your local operating procedures require contacting the Global Customer Support Center (GCSC), supply your system number and the numbers and versions of all related products as well. HP NonStop TMF Management Programming Manual—540140-008 6-340...
  • Page 613 ZEMS-TKN-Emphasis is set to False for this event. Effect File recovery is not attempted on the specified file. Recommended Action Issue another RECOVER FILES command containing the correct file name. HP NonStop TMF Management Programming Manual—540140-008 6-341...
  • Page 614 ZEMS-TKN-Emphasis is set to False for this event. Effect File recovery is not attempted on the specified file. Recommended Action Issue another RECOVER FILES command containing the correct file name or timestamp. HP NonStop TMF Management Programming Manual—540140-008 6-342...
  • Page 615 False for this event. Effect File recovery is not attempted on the specified file. Recommended Action Issue another RECOVER FILES command containing the correct file name and/or a valid WHEREPHYSVOLIS parameter value. HP NonStop TMF Management Programming Manual—540140-008 6-343...
  • Page 616 This identifies either a gateway process or a member of the super user group. Effect The recoverable resource manager is added to the resource manager directory. Recommended Action Informative message only; no corrective action is needed. HP NonStop TMF Management Programming Manual—540140-008 6-344...
  • Page 617 This identifies either a gateway process or a member of the super user group. Effect The recoverable resource manager is removed from the resource manager directory. Recommended Action Informative message only; no corrective action is needed. HP NonStop TMF Management Programming Manual—540140-008 6-345...
  • Page 618 ZTMF-TKN-User specifies the userid of the gateway process that opened the resource manager. Effect The resource manager is opened. Recommended Action Informative message only; no corrective action is needed. HP NonStop TMF Management Programming Manual—540140-008 6-346...
  • Page 619 Effect The resource manager is closed and all transaction branches were resolved. Recommended Action Informative message only; no corrective action is needed when the resource manager is opened again. HP NonStop TMF Management Programming Manual—540140-008 6-347...
  • Page 620 Recommended Action Determine why the gateway process closed the resource manager before all transaction branches were resolved, start a gateway to reopen the resource manager, and resolve the unresolved transaction branches. HP NonStop TMF Management Programming Manual—540140-008 6-348...
  • Page 621 Identifies the command the operator issued (such as ZTMF-CMD-STOP). ZTMF-TKN-Reason Contains the reason text entered by the operator. Effect The operation is performed. Recommended Action Informative message only; no corrective action is needed. HP NonStop TMF Management Programming Manual—540140-008 6-349...
  • Page 622 CPU, while the second specifies the disk-process backup CPU. ZTMF-TKN-TransID is the subject token of the event message, and it contains a transaction identifier. Effect None. Recommended Action Informational message only; no corrective action is needed. HP NonStop TMF Management Programming Manual—540140-008 6-350...
  • Page 623 Add additional audit-trail files in either of the following ways:  Alter the number of files per volume  Add an over flow volume to the audit trail, if one is not already configured HP NonStop TMF Management Programming Manual—540140-008 6-351...
  • Page 624 The positive range for this timer is 300 seconds (5 minutes) to 1020 seconds (17 minutes). Effect None. Recommended Action Informational message only; no corrective action is needed. This message merely indicates that someone has executed a SNOOP SetSessionIdleTmr command. HP NonStop TMF Management Programming Manual—540140-008 6-352...
  • Page 625 Use a TMFCOM ALTER PROCESS command to increase the ExtENDEDSEGSIZE integer2 parameter by 10. If the failing recovery process is backout, use TACL to STOP all existing backout processes. They will automatically restart with the new extended segment size parameter. HP NonStop TMF Management Programming Manual—540140-008 6-353...
  • Page 626 The value of this token for this event is ZTMF-VAL-PROC- TMP. ZTMF-TKN-AuditReadException Specifies an audit read exception. The values are: ZTMF-VAL-ARExcp-Unrecognized ZTMF-VAL-ARExcp-None ZTMF-VAL-ARExcp-ChangeLabel ZTMF-VAL-ARExcp-Control ZTMF-VAL-ARExcp-EOFFixupNeeded ZTMF-VAL-ARExcp-GetCurrentEOF GetFile ZTMF-VAL-ARExcp- ZTMF-VAL-ARExcp-HTMismatch ZTMF-VAL-ARExcp-InvBlockHeader ZTMF-VAL-ARExcp-InvEOF ZTMF-VAL-ARExcp-InvFileCode ZTMF-VAL-ARExcp-InvRecordLen ZTMF-VAL-ARExcp-Open ZTMF-VAL-ARExcp-OpenRetryLimit ZTMF-VAL-ARExcp-PartialRecord ZTMF-VAL-ARExcp-Position ZTMF-VAL-ARExcp-Read ZTMF-VAL-ARExcp-Setmode ZTMF-VAL-ARExcp-Write ZTMF-VAL-ARExcp-AuxPtrInAux HP NonStop TMF Management Programming Manual—540140-008 6-354...
  • Page 627 CPU dump, if applicable If your local operating procedures require contacting the Global Customer Support Center (GCSC), supply your system number and the numbers and versions of all related products as well. HP NonStop TMF Management Programming Manual—540140-008 6-355...
  • Page 628 Informational message only; no corrective action is needed. If the problem persists, contact however, your service provider and provide all relevant information as follows:  Descriptions of the problem and accompanying symptoms  Details from the message(s) generated HP NonStop TMF Management Programming Manual—540140-008 6-356...
  • Page 629 CPU dump, if applicable If your local operating procedures require contacting the Global Customer Support Center (GCSC), supply your system number and the numbers and versions of all related products as well. HP NonStop TMF Management Programming Manual—540140-008 6-357...
  • Page 630 ZTMF-TKN-Fs-Error contains an integer specifying a file-system error number. ZEMS-TKN-Emphasis is set to False for this event. Effect Recovery is not attempted on the specified volume. HP NonStop TMF Management Programming Manual—540140-008 6-358...
  • Page 631 CPU dump, if applicable If your local operating procedures require contacting the Global Customer Support Center (GCSC), supply your system number and the numbers and versions of all related products as well. HP NonStop TMF Management Programming Manual—540140-008 6-359...
  • Page 632 ZTMF-TKN-FRlist-LogicalFName contains the logical name of the database table or file. ZTMF-TKN-Fs-Error contains an integer specifying a file-system error number. HP NonStop TMF Management Programming Manual—540140-008 6-360...
  • Page 633 CPU dump, if applicable If your local operating procedures require contacting the Global Customer Support Center (GCSC), supply your system number and the numbers and versions of all related products as well. HP NonStop TMF Management Programming Manual—540140-008 6-361...
  • Page 634 Recovery is not attempted on the specified database table or file. Recommended Action Issue another RECOVER FILES command without the FROMARCHIVE option, and omit the specified table or file name from the file list. HP NonStop TMF Management Programming Manual—540140-008 6-362...
  • Page 635 ZTMF-TKN-FRlist-PhysicalVName contains the name of the physical database volume on which the specified table or file was supposed to reside. ZEMS-TKN-Emphasis is set to False for this event. HP NonStop TMF Management Programming Manual—540140-008 6-363...
  • Page 636 Event Messages Descriptions of Event Messages Effect Recovery is not attempted on the specified database table or file. Recommended Action Issue another RECOVER FILES command specifying the proper physical volume name. HP NonStop TMF Management Programming Manual—540140-008 6-364...
  • Page 637 False for this event. Effect Recovery is not attempted on the specified database table or file. Recommended Action Issue another RECOVER FILES command that includes both the specified table or file name and the FROMARCHIVE option. HP NonStop TMF Management Programming Manual—540140-008 6-365...
  • Page 638 ZTMF-TKN-RCOV-FileName-2 contains the logical name of the database table or file. HP NonStop TMF Management Programming Manual—540140-008 6-366...
  • Page 639 ZTMF-TKN-RCOV-Error-Rba2 contains an integer specifying a relative byte address (rba) within the audit-trail file. This token always contains the actual rba. ZEMS-TKN-Emphasis is set to False for this event. HP NonStop TMF Management Programming Manual—540140-008 6-367...
  • Page 640 Guardian Procedure Errors and Messages Manual for corrective action for the indicated file-system error number. If either the volume recovery process or the file recovery process was involved, then the event is serious and file recovery is needed. HP NonStop TMF Management Programming Manual—540140-008 6-368...
  • Page 641 ZTMF-TKN-RCOV-FsError contains an integer identifying the file-system error that occurred. ZTMF-TKN-RCOV-Op-of-Error specifies the operation that was being attempted. The values are: ZTMF-VAL-RCOV-LOGICALREDO ZTMF-VAL-RCOV-PHYSICALREDO ZTMF-VAL-RCOV-LOGICALUNDO ZTMF-VAL-RCOV-PHYSICALUNDO ZTMF-VAL-RCOV-FLABMODREDO ZTMF-VAL-RCOV-FLABMODUNDO HP NonStop TMF Management Programming Manual—540140-008 6-369...
  • Page 642 In the latter case, see the Guardian Procedure Errors and Messages Manual for corrective action for the indicated file-system error number. If either the volume recovery process or the file recovery process was involved, then the error is serious and file recovery is needed. HP NonStop TMF Management Programming Manual—540140-008 6-370...
  • Page 643 ZTMF-TKN-RCOV-FsError contains an integer identifying the file-system error that occurred. ZTMF-TKN-RCOV-Op-of-Error specifies the operation that was being attempted. The values are: ZTMF-VAL-RCOV-LOGICALREDO ZTMF-VAL-RCOV-PHYSICALREDO ZTMF-VAL-RCOV-LOGICALUNDO ZTMF-VAL-RCOV-PHYSICALUNDO ZTMF-VAL-RCOV-FLABMODREDO HP NonStop TMF Management Programming Manual—540140-008 6-371...
  • Page 644 CPU dump, if applicable If your local operating procedures require contacting the Global Customer Support Center (GCSC), supply your system number and the numbers and versions of all related products as well. HP NonStop TMF Management Programming Manual—540140-008 6-372...
  • Page 645 ZTMF-TKN-RCOV-FileName-2 contains the logical name of the database table or file. HP NonStop TMF Management Programming Manual—540140-008 6-373...
  • Page 646 See the effect text associated with the preceding event message generated by the particular recovery process (168 or 169). Recommended Action See the recommended action text associated with the preceding event message generated by the particular recovery process (168 or 169). HP NonStop TMF Management Programming Manual—540140-008 6-374...
  • Page 647 ZTMF-TKN-RCOV-FileName-2 contains the logical name of the database table or file. ZTMF-TKN-RCOV-Error-Index contains an integer specifying an audit-trail index value (zero indicates the master audit trail; one through 15 indicate auxiliary audit trails). HP NonStop TMF Management Programming Manual—540140-008 6-375...
  • Page 648 All audit information for the specified file following the file hiatus record in the audit trail is inaccessible. Recommended Action After performing file recovery to a timestamp or to first purge, make an online dump of the file immediately. HP NonStop TMF Management Programming Manual—540140-008 6-376...
  • Page 649 Effect The resource manager slot array size is changed to the specified value. Recommended Action Informative message only; no corrective action is needed. HP NonStop TMF Management Programming Manual—540140-008 6-377...
  • Page 650 Effect The resource manager branch slot array size is changed to the specified value. Recommended Action Informative message only; no corrective action is needed. HP NonStop TMF Management Programming Manual—540140-008 6-378...
  • Page 651 Effect The resource manager is closed and all transactions were resolved. Recommended Action Informative message only; no corrective action is needed when the resource manager is opened again. HP NonStop TMF Management Programming Manual—540140-008 6-379...
  • Page 652 Recommended Action Determine why the operator closed the resource manager before all transaction branches were resolved, start a gateway to reopen the resource manager, and resolve the unresolved transaction branches. HP NonStop TMF Management Programming Manual—540140-008 6-380...
  • Page 653 Effect The resource manager is closed and all transaction branches were resolved. Recommended Action Informative message only; no corrective action is needed when the resource manager is opened again. HP NonStop TMF Management Programming Manual—540140-008 6-381...
  • Page 654 The resource manager is closed and there is at least one unresolved transaction branch. Any unresolved transaction branches must be recovered when the resource manager is opened again. Recommended Action Start a gateway to reopen the resource manager, and resolve the unresolved transaction branches. HP NonStop TMF Management Programming Manual—540140-008 6-382...
  • Page 655 2,147,483,647 or greater, this token contains 2,147,483,647 (and the RBA2 token contains the actual rba). ZTMF-TKN-RCOV-Status-Rba2 contains an integer specifying a relative byte address (rba) within the audit-trail file. This token always contains the actual rba. HP NonStop TMF Management Programming Manual—540140-008 6-383...
  • Page 656 Event Messages Descriptions of Event Messages Effect The file recovery will terminate at the audit-trail position reported by this message. Recommended Action Informative message only; no corrective action is needed. HP NonStop TMF Management Programming Manual—540140-008 6-384...
  • Page 657 ZTMF-TKN-RCOV-Status-Rba2 contains an integer specifying a relative byte address (rba) within the audit-trail file. This token always contains the actual rba. ZEMS-TKN-Emphasis is set to False for this event. HP NonStop TMF Management Programming Manual—540140-008 6-385...
  • Page 658 Event Messages Descriptions of Event Messages Effect File recovery or volume recovery has completed the first phase of recovery. Recommended Action Informative message only; no corrective action is needed. HP NonStop TMF Management Programming Manual—540140-008 6-386...
  • Page 659 2,147,483,647 or greater, this token contains 2,147,483,647 (and the RBA2 token contains the actual rba). ZTMF-TKN-RCOV-Status-Rba2 contains an integer specifying a relative byte address (rba) within the audit-trail file. This token always contains the actual rba. HP NonStop TMF Management Programming Manual—540140-008 6-387...
  • Page 660 Event Messages Descriptions of Event Messages Effect File recovery or volume recovery has completed the second phase of recovery. Recommended Action Informative message only; no corrective action is needed. HP NonStop TMF Management Programming Manual—540140-008 6-388...
  • Page 661 2,147,483,647 or greater, this token contains 2,147,483,647 (and the RBA2 token contains the actual rba). ZTMF-TKN-RCOV-Status-Rba2 contains an integer specifying a relative byte address (rba) within the audit-trail file. This token always contains the actual rba. HP NonStop TMF Management Programming Manual—540140-008 6-389...
  • Page 662 This delay is caused by the TMF subsystem waiting for the disk process to complete all processing of the audit trails involved in the recovery operation. Recommended Action Informative message only; no corrective action is needed. HP NonStop TMF Management Programming Manual—540140-008 6-390...
  • Page 663 Attempt to determine why there are no undumped audit trails. There should be at least one undumped audit trail in the ZTMFAT subvolume. If a current audit trail cannot be obtained, you can start TMF using Disaster Recovery Mode. HP NonStop TMF Management Programming Manual—540140-008 6-391...
  • Page 664 CPU dump, if applicable If your local operating procedures require contacting the Global Customer Support Center (GCSC), supply your system number and the numbers and versions of all related products as well. HP NonStop TMF Management Programming Manual—540140-008 6-392...
  • Page 665 TMF Catalog. The values are: ZTMF-VAL-True Round-robin mode enabled. ZTMF-VAL-False Round-robin mode disabled. ZEMS-TKN-Emphasis is set to True for this event. Effect None. Recommended Action Informative message only; no corrective action is needed. HP NonStop TMF Management Programming Manual—540140-008 6-393...
  • Page 666 RESTOREVOLS for the specified audit trail after the restored audit-trail files are no longer being used by a recovery process. ZEMS-TKN-Emphasis is set to True for this event. Effect None. Recommended Action Informative message only; no corrective action is needed. HP NonStop TMF Management Programming Manual—540140-008 6-394...
  • Page 667 ZTMF-VAL-Aux02 Auxiliary audit trail #2 . . . ZTMF-VAL-Aux15 Auxiliary audit trail #15 ZART-TKN-SeqNum is the dump sequence number. ZTMF-TKN-AuditFileName is the audit file name. ZEMS-TKN-Emphasis is set to True for this event. HP NonStop TMF Management Programming Manual—540140-008 6-395...
  • Page 668 Event Messages Descriptions of Event Messages Effect None. Recommended Action Informative message only; no corrective action is needed. HP NonStop TMF Management Programming Manual—540140-008 6-396...
  • Page 669 TMP owns the designated component. The values are: Primary ZTMF-VAL-Primary-TmpOwnership VALUE IS 1. Backup ZTMF-VAL-Backup-TmpOwnership VALUE IS 0. HP NonStop TMF Management Programming Manual—540140-008 6-397...
  • Page 670 ZTMF-VAL-CompStarting Value Is 1 Started ZTMF-VAL-CompStarted Value Is 2 Start failed ZTMF-VAL-CompStartFailed Value Is 3 Stopping ZTMF-VAL-CompStopping Value Is 4 Stopped ZTMF-VAL-CompStopped Value Is 5 ZEMS-TKN-Emphasis is set to True for this event. HP NonStop TMF Management Programming Manual—540140-008 6-398...
  • Page 671 Event Messages Descriptions of Event Messages Effect The designated TMP component is in the specified start/stop state. Recommended Action Informative message only; no corrective action is needed. HP NonStop TMF Management Programming Manual—540140-008 6-399...
  • Page 672 ON, the scan of the audit trails failed to find the node name of the disaster (failed) system. Recovery on all files specified has failed. Recommended Action The disaster-recovery feature is not usable with this configuration. HP NonStop TMF Management Programming Manual—540140-008 6-400...
  • Page 673 False for this event. Effect Recovery of the specified file is terminated. Recommended Action Correct the name mapping for the file whose recovery failed and reattempt file recovery for that file. HP NonStop TMF Management Programming Manual—540140-008 6-401...
  • Page 674 The values are: ZTMF-VAL-Mat Master audit trail ZTMF-VAL-Aux01 Auxiliary audit trail #1 ZTMF-VAL-Aux02 Auxiliary audit trail #2 . . . ZTMF-VAL-Aux15 Auxiliary audit trail #15 HP NonStop TMF Management Programming Manual—540140-008 6-402...
  • Page 675 Recovery of the specified file is terminated. Recommended Action If more recent dumps exist after the data volume is moved to the new audit trail, recovery of the failed file can be reattempted using those dumps. HP NonStop TMF Management Programming Manual—540140-008 6-403...
  • Page 676 ZTMF-TKN-RCOV-Op-of-Error operation; audit trail Index #ZTMF-TKN-RCOV-Error-Index, SNO #ZTMF-TKN-RCOV-Error-Sno, RBA #ZTMF-TKN-RCOV-Error-Rba. Encountered a purge record for audited file ZTMF-TKN-RCOV- FileName-1 (logical file ZTMF-TKN-RCOV-FileName-2) while performing ZTMF-TKN-RCOV-Op-of-Error operation; audit trail Index #ZTMF-TKN-RCOV-Error-Index, SNO #ZTMF-TKN-RCOV-Error-Sno, RBA #ZTMF-TKN-RCOV-Error-Rba2. HP NonStop TMF Management Programming Manual—540140-008 6-404...
  • Page 677 ZTMF-TKN-RCOV-Error-Rba2 contains an integer specifying a relative byte address (rba) within the audit-trail file. This token always contains the actual rba. ZEMS-TKN-Emphasis is set to False for this event. HP NonStop TMF Management Programming Manual—540140-008 6-405...
  • Page 678 To recover from this error, issue the RECOVER FILES command again for this object, specifying either the TOFIRSTPURGE option or a TIME OR TOMATPOSITION location before this record in the audit trail. This action will retrieve a consistent copy of the object. HP NonStop TMF Management Programming Manual—540140-008 6-406...
  • Page 679 ZEMS-TKN-Emphasis is set to True for this event. HP NonStop TMF Management Programming Manual—540140-008 6-407...
  • Page 680 999999, TMF attempts to roll over to 1000000, TMF stops, and recovery is impossible. All online dumps are unusable. When this message is received, you must stop TMF, delete TMF, and reconfigure TMF to restart the audit-trail sequence numbers at 1. HP NonStop TMF Management Programming Manual—540140-008 6-408...
  • Page 681 . . . Auxiliary audit trail #15 ZTMF-VAL-Aux15 ZTMF-TKN-ATFileSize32 is the subject token of the event message, and contains an integer specifying the new audit-trail file size. ZEMS-TKN-Emphasis is set to False for this event. HP NonStop TMF Management Programming Manual—540140-008 6-409...
  • Page 682 Event Messages Descriptions of Event Messages Effect The file size of the specified audit trail is now the specified value. Recommended Action Informative message only; no corrective action is needed. HP NonStop TMF Management Programming Manual—540140-008 6-410...
  • Page 683 True for this event. Effect The file format of the specified audit trail will change to the specified format at the next Start TMF command. Recommended Action Informative message only; no corrective action is needed. HP NonStop TMF Management Programming Manual—540140-008 6-411...
  • Page 684 ZTMF-TKN-Fs-Error is also a subject token of the event message, and contains an integer identifying the file-system error. HP NonStop TMF Management Programming Manual—540140-008 6-412...
  • Page 685 True for this event. Effect The create operation fails and the file is not replaced. Recommended Action Correct the problem so that future attempts to create files that have the proper format and file size succeed. HP NonStop TMF Management Programming Manual—540140-008 6-413...
  • Page 686 VOLUMERECOVERY, or ZTMF-VAL-PROC-BACKOUT. ZEMS-TKN-Emphasis is set to False for this event. Effect The Backout process pauses, waiting for a TLE to become available. Recommended Action Informative message only; no corrective action is needed. HP NonStop TMF Management Programming Manual—540140-008 6-414...
  • Page 687 ZTMF-TKN-NodeName is the subject token of the event message and contains a node name. Effect Transaction is aborted. Recommended Action Ensure that TMF running on both nodes are of the same version. HP NonStop TMF Management Programming Manual—540140-008 6-415...
  • Page 688 ZTMF-VAL-TmpWaitTimer-Off ZTMF-VAL-TmpWaitTimer-Auto ZTMF-VAL-TmpWaitTimer-Man If the value is ZTMF-VAL-TmpWaitTimer-Man, the ZTMF-DDL- TmpWaitTimer.ZValue field contains the new value of the TmpWaitTimer (in microseconds). ZEMS-TKN-Emphasis is set to False for this event. HP NonStop TMF Management Programming Manual—540140-008 6-416...
  • Page 689 If the value is ZTMF-VAL-TmpWaitTimer-Man, the ZTMF-DDL- TmpWaitTimer.ZValue field contains the old value of the TmpWaitTimer (in microseconds). Effect The new attribute value takes effect immediately. Recommended Action Informative message only; no corrective action is needed. HP NonStop TMF Management Programming Manual—540140-008 6-417...
  • Page 690 TRANSACTIONPROTOCOL attribute value. ZEMS-TKN-Emphasis is set to False for this event. Additional Conditional Tokens ZTMF-TKN-TransProtocol-Prev if present, is also a subject token of the event message, and specifies the old TRANSACTIONPROTOCOL attribute value. HP NonStop TMF Management Programming Manual—540140-008 6-418...
  • Page 691 Event Messages Descriptions of Event Messages Effect The new attribute value takes effect immediately. Recommended Action Informative message only; no corrective action is needed. HP NonStop TMF Management Programming Manual—540140-008 6-419...
  • Page 692 TMF process that generated the event. The value of this token for this event is ZTMF-VAL-PROC-TMP. ZTMF-TMA-PioBuffer is a subject token of the event message, and contains the following fields: ZTMF-DDL-PioBuffer.ZPioBufferSize specifies the new piobuffersize attribute value ZTMF-DDL-PioBuffer.ZMaxPioPerBuffer specifies the new maxpiosperbuffer attribute value HP NonStop TMF Management Programming Manual—540140-008 6-420...
  • Page 693 ZTMF-DDL-PioBuffer.ZPioDelayTimer specifies the old piodelaytimer attribute value Effect The PIOBUFFER attributes are set to the new values. Recommended Action Informative message only; no corrective action is needed. HP NonStop TMF Management Programming Manual—540140-008 6-421...
  • Page 694 GOREMOTE attribute value. ZEMS-TKN-Emphasis is set to False for this event. Additional Conditional Tokens ZTMF-TKN-GoRemote-Prev if present, is also a subject token of the event message, and specifies the old GOREMOTE attribute value. HP NonStop TMF Management Programming Manual—540140-008 6-422...
  • Page 695 Event Messages Descriptions of Event Messages Effect The GOREMOTE attribute is set to the new value. Recommended Action Informative message only; no corrective action is needed. HP NonStop TMF Management Programming Manual—540140-008 6-423...
  • Page 696 Check the file-name patterns specified in the file-set and not-file-set for any syntax errors, and reissue the command. If a file of filenames was specified, ensure that the file is accessible, and reissue the command. HP NonStop TMF Management Programming Manual—540140-008 6-424...
  • Page 697 TMF process that generated the event. The value of this token for this event is ZTMF-VAL-PROC-TMP. ZEMS-TKN-Emphasis is set to True for this event. Effect The TmpWaitTimer value is changed from AUTO to OFF. Recommended Action Informative message only; no corrective action is needed. HP NonStop TMF Management Programming Manual—540140-008 6-425...
  • Page 698 If the value of this token is null (ZTMF-VAL-Oper-Nil), the first form of the event- message text shown above is generated. If the value of this token is not null, the second form of the event-message text shown above is generated. HP NonStop TMF Management Programming Manual—540140-008 6-426...
  • Page 699 ZEMS-TKN-Emphasis is set to True for this event. Effect The operation that was being performed when the event occurred is terminated (if applicable). Recommended Action Informative message only; no corrective action is needed. HP NonStop TMF Management Programming Manual—540140-008 6-427...
  • Page 700 The values are: Suspend the commit-hold. ZTMF-VAL-ZLTCH-ActionSuspend Crash. ZTMF-VAL-ZLTCH-ActionCrash ZEMS-TKN-Emphasis is set to True for this event. Effect TMF performs the specified timeout action. Recommended Action Informative message only; no corrective action is needed. HP NonStop TMF Management Programming Manual—540140-008 6-428...
  • Page 701 Auxiliary audit trail #2 ZTMF-VAL-Aux02 . . . Auxiliary audit trail #15 ZTMF-VAL-Aux15 ZTMF-TKN-VolumeName specifies the active audit-trail volume that was being written to when the error was returned. ZTMF-TKN-Fs-Error specifies the file-system error. HP NonStop TMF Management Programming Manual—540140-008 6-429...
  • Page 702 CPU dump, if applicable If your local operating procedures require contacting the Global Customer Support Center (GCSC), supply your system number and the numbers and versions of all related products as well. HP NonStop TMF Management Programming Manual—540140-008 6-430...
  • Page 703 The values are: Master audit trail ZTMF-VAL-Mat Auxiliary audit trail #1 ZTMF-VAL-Aux01 Auxiliary audit trail #2 ZTMF-VAL-Aux02 . . . Auxiliary audit trail #15 ZTMF-VAL-Aux15 ZTMF-TKN-VolumeName specifies the active audit-trail volume the message applies to. HP NonStop TMF Management Programming Manual—540140-008 6-431...
  • Page 704 ZTMF-VAL-ZLTCH-Unsupported ZEMS-TKN-Emphasis is set to True for this event. Effect The commit-hold state of the specified active audit-trail volume is changed as specified. Recommended Action Informative message only; no corrective action is needed. HP NonStop TMF Management Programming Manual—540140-008 6-432...
  • Page 705 The values are: Master audit trail ZTMF-VAL-Mat Auxiliary audit trail #1 ZTMF-VAL-Aux01 Auxiliary audit trail #2 ZTMF-VAL-Aux02 . . . Auxiliary audit trail #15 ZTMF-VAL-Aux15 HP NonStop TMF Management Programming Manual—540140-008 6-433...
  • Page 706 Unsupported. ZTMF-VAL-ZLTCH-Unsupported ZEMS-TKN-Emphasis is set to True for this event. Effect The commit-hold state of the specified audit trail is changed as specified. Recommended Action Informative message only; no corrective action is needed. HP NonStop TMF Management Programming Manual—540140-008 6-434...
  • Page 707 (current) commit-hold state while the second occurrence specifies the old (previous) commit-hold state. The values are: Unconfigured. ZTMF-VAL-ZLTCH-Unconfigured ZTMF-VAL-ZLTCH-On Off. ZTMF-VAL-ZLTCH-Off Activated. ZTMF-VAL-ZLTCH-Activate Suspended. ZTMF-VAL-ZLTCH-Suspend Reviving. ZTMF-VAL-ZLTCH-Reviving Unsupported. ZTMF-VAL-ZLTCH-Unsupported ZEMS-TKN-Emphasis is set to True for this event. HP NonStop TMF Management Programming Manual—540140-008 6-435...
  • Page 708 Event Messages Descriptions of Event Messages Effect The commit-hold state is changed as specified. Recommended Action Informative message only; no corrective action is needed. HP NonStop TMF Management Programming Manual—540140-008 6-436...
  • Page 709 [ The action to take on timeout has been altered from ZTMF- TKN-ZLTCHTimeoutAction(2) to ZTMF-TKN-ZLTCHTimeoutAction(1). Additional Unconditional Tokens ZTMF-TKN-EVTHDR-ProcessType identifies the TMF process that generated the event. The value of this token for this event is ZTMF-VAL-PROC-TMP. HP NonStop TMF Management Programming Manual—540140-008 6-437...
  • Page 710 This token occurs twice. The first occurrence specifies the new (current) commit- hold timeout action while the second occurrence specifies the old (previous) commit-hold timeout action. The values are: Suspend the commit-hold. ZTMF-VAL-ZLTCH-ActionSuspend Crash TMF. ZTMF-VAL-ZLTCH-ActionCrash ZEMS-TKN-Emphasis is set to True for this event. HP NonStop TMF Management Programming Manual—540140-008 6-438...
  • Page 711 Event Messages Descriptions of Event Messages Effect The new attribute value(s) take effect immediately. Recommended Action Informative message only; no corrective action is needed. HP NonStop TMF Management Programming Manual—540140-008 6-439...
  • Page 712 Auxiliary audit trail #2 ZTMF-VAL-Aux02 . . . Auxiliary audit trail #15 ZTMF-VAL-Aux15 ZTMF-TKN-VolumeName specifies the active audit-trail volume the message applies to. ZTMF-TKN-Fs-Error specifies the file-system error. ZEMS-TKN-Emphasis is set to True for this event. HP NonStop TMF Management Programming Manual—540140-008 6-440...
  • Page 713 CPU dump, if applicable If your local operating procedures require contacting the Global Customer Support Center (GCSC), supply your system number and the numbers and versions of all related products as well. HP NonStop TMF Management Programming Manual—540140-008 6-441...
  • Page 714 Auxiliary audit trail #2 ZTMF-VAL-Aux02 . . . Auxiliary audit trail #15 ZTMF-VAL-Aux15 ZTMF-TKN-VolumeName specifies the active audit-trail volume the message applies to. ZTMF-TKN-Fs-Error specifies the file-system error. ZEMS-TKN-Emphasis is set to True for this event. HP NonStop TMF Management Programming Manual—540140-008 6-442...
  • Page 715 CPU dump, if applicable If your local operating procedures require contacting the Global Customer Support Center (GCSC), supply your system number and the numbers and versions of all related products as well. HP NonStop TMF Management Programming Manual—540140-008 6-443...
  • Page 716 If it is not possible to determine the physical location of the file and if the file has to be recovered, try recovering the file without the WHEREPHYSICALVOLIS option. HP NonStop TMF Management Programming Manual—540140-008 6-444...
  • Page 717 Effect TMP primary process abends and the backup TMP process attempts to take over. Recommended Action Ensure that TMF running on both nodes are of the same version. HP NonStop TMF Management Programming Manual—540140-008 6-445...
  • Page 718 NetGram type. ZTMF-TKN-NodeName is the subject token of the event message and contains a node name. Effect None. Recommended Action Informative message only. HP NonStop TMF Management Programming Manual—540140-008 6-446...
  • Page 719 Additional Unconditional Tokens ZTMF-TKN-CpuNum specifies the processor number. Effect New transactions are delayed until the transaction count in that processor falls below the TransPerCpu count. Recommended Action Abort older transactions before starting new transactions. HP NonStop TMF Management Programming Manual—540140-008 6-447...
  • Page 720 Effect New transactions (local and network) are delayed until the transaction count in that processor falls below the TransPerCpu count. Recommended Action Abort older transactions before starting new transactions. HP NonStop TMF Management Programming Manual—540140-008 6-448...
  • Page 721 EMS message will appear. ZTMF-TKN-NewTransCountThresh is the subject token of the event message and contains the upper limit of TransCountThresh. Effect Informative message only. Recommended Action If possible, reduce the number of transactions in the system. HP NonStop TMF Management Programming Manual—540140-008 6-449...
  • Page 722 ZTMF-VAL-Aux01 Auxiliary audit trail #1 ZTMF-VAL-Aux02 Auxiliary audit trail #2 . . . ZTMF-VAL-Aux15 Auxiliary audit trail #15 Effect None. Recommended Action Informative message. If possible, check why the audit trails are overflowing and take corrective action. HP NonStop TMF Management Programming Manual—540140-008 6-450...
  • Page 723 Effect No effect. This is a warning message. Recommended Action The application must not inject a very old or invalid transaction identifier in the system. HP NonStop TMF Management Programming Manual—540140-008 6-451...
  • Page 724: 531: Ztmf-Evt-Btn-Registered

    RM file number of the volatile resource manager opened by the process. ZTMF-TKN-RMProtocol is the protocol to be used by TMF for creating implicit export branches on behalf of the process. HP NonStop TMF Management Programming Manual—540140-008 6-452...
  • Page 725: 532: Ztmf-Evt-Btn-Notregistered

    For this event, the value of this token is ZTMF-VALPROC- TmfLib. ZTMF-TKN-ProcessName is the process that tried to register with TMF. ZTMF-TKN-Fs-Error contains an integer identifying the file-system error that occurred. HP NonStop TMF Management Programming Manual—540140-008 6-453...
  • Page 726: 533: Ztmf-Evt-Btn-Deregistering

    1 - indicates that the RM is been closed by the process or the process stopped. 2 - indicates that the RM is been closed by an operator from TMFCOM. ZTMF-TKN-RMFileNum is the RM file number of the volatile resource manager opened by the process. HP NonStop TMF Management Programming Manual—540140-008 6-454...
  • Page 727: 534: Ztmf-Evt-Btn-Deregistered

    ZTMF-TKN-RMFileNum is the RM file number of the volatile resource manager opened by the process. Effect The process is deregistered. Recommended Action Check if the process was really meant to be deregistered. HP NonStop TMF Management Programming Manual—540140-008 6-455...
  • Page 728: 535: Ztmf-Evt-Btn-Impexportfailed

    Effect An implicit export branch is not created. Recommended Action Check the file-system error and try resolving it. If the problem persists, contact HP support. HP NonStop TMF Management Programming Manual—540140-008 6-456...
  • Page 729: Errors

    ZTMF-TKN-DR-ERROR token by TMF events 202 and 203. The first occurrence of the token contains the error number; the second occurrence contains the message text. The audit reading exceptions are returned in the ZTMF-TKN-AUDITREADEXCEPTION token by TMF event 173. HP NonStop TMF Management Programming Manual—540140-008...
  • Page 730: Error Information And Failure Data Capture

      TSYSCLR  TSYSDP2 For TMFCOM subsystem internal errors, in addition to the standard items, please provide:  The TMFCOM error-message number and text  Any additional data requested by the error message HP NonStop TMF Management Programming Manual—540140-008...
  • Page 731 The specified DUMPTYPE attribute is invalid. Either ONLINE or AUDIT must be specified. ZTMF-ERR-INVALIDDUMPSTATUS The specified STATUS attribute is invalid. Either ASSIGNED or RELEASED must be specified. ZTMF-ERR-INVALIDSORTSELECT The specified SORT attribute is invalid. Either BYFILE or BYSERIAL must be specified. HP NonStop TMF Management Programming Manual—540140-008...
  • Page 732 The ZTMF-TKN-PROCESS token supplied within the error list provides additional information. ZTMF-ERR-EXACTLYONESTRUCT The command buffer did not contain a required MAP structure, or it contained more than one of them. The command must contain exactly one such structure. HP NonStop TMF Management Programming Manual—540140-008...
  • Page 733 The specified tape drive name is invalid or specified with the wildcard (*) syntax. The ZTMF-TKN-TAPEDRIVE token supplied within the error list provides additional information. ZTMF-ERR-INVALIDSTARTFILENAME The specified START filename is invalid. The ZTMF-TKN-FILENAME token supplied within the error list provides additional information. HP NonStop TMF Management Programming Manual—540140-008...
  • Page 734 The value specified for the RETAINDEPTH attribute is invalid. A valid value is in the range 1 to 99. ZTMF-ERR-INVALIDRELEASED The specified RELEASED attribute is invalid. ZTMF-ERR-INVALIDMEDIASTATUS The specified TAPEMEDIA STATUS attribute is invalid. HP NonStop TMF Management Programming Manual—540140-008...
  • Page 735 The specified MEDIUM attribute is invalid. Either TAPE or DISK must be specified. ZTMF-ERR-INVALIDSYSTEMNAME The specified SYSTEM name is invalid. ZTMF-ERR-INVALIDOVERWRITELABEL The value specified for the OVERWRITELABEL attribute is invalid. TRUE, FALSE, or NULL must be specified. HP NonStop TMF Management Programming Manual—540140-008...
  • Page 736 The DISKMEDIA attribute is only allowed with the MEDIUM DISK attribute. ZTMF-ERR-ILLEGALDISKOPTION One of the attributes specified is not allowed with the MEDIUM DISK attribute. ZTMF-ERR-INVALIDDISKMEDIA The specified DISKMEDIA name is invalid. The ZTMF-TKN-DISKMEDIA token supplied within the error list provides additional information. HP NonStop TMF Management Programming Manual—540140-008...
  • Page 737 ZTMF-ERR-INVIGNOREDATAERRORS The command specified an invalid IGNOREDATAERRORS option. ZTMF-ERR-WILDORNAMENOTBOTH The command must not contain both an explicit volume name and a wildcard. ZTMF-ERR-MUSTSUPPLYVOLNAME A volume name token (ZTMF-TKN-VOLUMENAME) is required, but was not supplied. HP NonStop TMF Management Programming Manual—540140-008...
  • Page 738 The RECOVER FILES command has been rejected because an invalid value has been detected by the TMFSERVE process for the TOFIRSTPURGE command option. ZTMF-ERR-INVIGNOREHANGING An ABORT TRANSACTION command specified the AVOIDHANGING option with an illegal value. HP NonStop TMF Management Programming Manual—540140-008 7-10...
  • Page 739 ZTMF-ERR-INVTMFLIBMEMTHRESH The ALTER BEGINTRANS command specified an erroneous TMFLIBMEMTHRESH token value. ZTMF-ERR-INVTMPMEMTHRESH The ALTER BEGINTRANS command specified an erroneous ZTMPMEMTHRESH token value. ZTMF-ERR-INVTRANSPERCPU The ALTER BEGINTRANS command specified an erroneous ZTRANSPERCPU token value. HP NonStop TMF Management Programming Manual—540140-008 7-11...
  • Page 740 An invalid disk volume name was supplied with the DELETEOVERFLOWVOL attribute of an ALTER AUDITTRAIL command. ZTMF-ERR-INVDELRESTOREVOLUME An invalid disk volume name was supplied with the DELETERESTOREVOL attribute of an ALTER AUDITTRAIL command. HP NonStop TMF Management Programming Manual—540140-008 7-12...
  • Page 741 ZTMF-ERR-INVFILESPERVOLUME This error is returned by an ADD and ALTER AUDITTRAIL command if the value of the ZFILESPERVOLUME field in the extensible structured token is invalid. Valid values are 1 through 100, inclusive. HP NonStop TMF Management Programming Manual—540140-008 7-13...
  • Page 742 ZTMF-TKN-AUDITTRAILID token, but the buffer contained more than one or none. ZTMF-ERR-NOTYPEWITHOPERNUM A STATUS OPERATIONS command that specified the TYPE parameter also specified an operation number. The ZTMF-TKN-OPERATIONNUM token supplied within the error list provides additional information. HP NonStop TMF Management Programming Manual—540140-008 7-14...
  • Page 743 The command expected the token ZTMF-TKN-DUMPSERIAL, but it wasn’t present. ZTMF-ERR-NOWILDWITHDUMPSERIAL The command failed because a wild card value was listed as well as specific dump serial numbers. ZTMF-ERR-MUSTSPECIFYOLDDMLOC The command expected the token ZTMF-TKN-OLDDMLOC, but it wasn’t present. HP NonStop TMF Management Programming Manual—540140-008 7-15...
  • Page 744 This error is returned if a command contained two options that are mutually exclusive. No error list is included in the response. ZTMF-ERR-OPTIONNEEDED This error is returned if a command was missing a required option. No error list is included in the response. HP NonStop TMF Management Programming Manual—540140-008 7-16...
  • Page 745 No error list is included in the response. ZTMF-ERR-INVALIDRECOVERVDPPH2 This error is returned if the value specified by the ZRECOVERVDPHASE2 token of a RECOVER FILES command is invalid. No error list is included in the response. HP NonStop TMF Management Programming Manual—540140-008 7-17...
  • Page 746 This error is returned if an ADD RESOURCEMANAGER, DELETE RESOURCEMANAGER, or CLOSE RESOURCEMANAGER command request included a wild-card character (*) where a resource manager name should appear. No error list is included in the response. HP NonStop TMF Management Programming Manual—540140-008 7-18...
  • Page 747 No error list is included in the response. ZTMF-ERR-INVROUNDROBIN This error is returned if the ZRoundRobin value in ZTMF-DDL-ALTER- CATALOG is not a valid Boolean value. No error list is included in the response. HP NonStop TMF Management Programming Manual—540140-008 7-19...
  • Page 748 MAPNAMESET token. No error list is included in the response. ZTMF-ERR-INVNM-NAMESEXPECTED This error is returned if the keyword “NAMES” is missing from the ZTMF-TKN- MAPNAMESET token. No error list is included in the response. HP NonStop TMF Management Programming Manual—540140-008 7-20...
  • Page 749 $vol.file. No error list is included in the response. ZTMF-ERR-MAPNAMEBADCOMBINATION This error is returned if both ZTMF-TKN-MAPNAMESET and ZRECOVERVDPPHASE1 are true in the ZTMF-DDL-RECOVER-FILES structure. No error list is included in the response. HP NonStop TMF Management Programming Manual—540140-008 7-21...
  • Page 750 ZTMF-ERR-NOTIMPLEMENTED This command has not yet been implemented. ZTMF-ERR-TMFMUSTBESTOPPED The TMF subsystem must be stopped before the specified command can be used. ZTMF-ERR-INVAUTOABORTOPT The ALTER BEGINTRANS command specified an invalid ZAUTOABORT token value. HP NonStop TMF Management Programming Manual—540140-008 7-22...
  • Page 751 The ZTMF-TKN-USER and ZTMF-TKN-REQUIREDUSER tokens that are supplied within the error list provide additional information. ZTMF-ERR-STARTUPNEWPROCESS The PROCESS_CREATE procedure cannot be performed. The ZTMF-TKN-PROCESS, ZTMF-TKN-FILENAME, and ZSPI-TKN- ERROR tokens supplied within the error list provide additional information. HP NonStop TMF Management Programming Manual—540140-008 7-23...
  • Page 752 The ZSPI-TKN-ERROR token supplied within the error list further defines the error and identifies the subsystem or system procedure that transmitted the code: the TMF subsystem, the file system, the NEWPROCESS process-control procedure, or the Enform query language and report writer. HP NonStop TMF Management Programming Manual—540140-008 7-24...
  • Page 753 MAT did not match that of the existing dump. ZTMF-ERR-DUPLICATEPART The part:copy portion of the TAPEMEDIA specification duplicates that of another TAPEMEDIA specification. The ZTMF-TKN-MEDIA token supplied within the error list provides additional information. HP NonStop TMF Management Programming Manual—540140-008 7-25...
  • Page 754 The ZTMF-TKN-FILENAME token supplied within the error list provides additional information. ZTMF-ERR-ENFORMSTARTERROR An error was returned from the ENFORMSTART procedure on the NonStop OS. The ZSPI-TKN-ERROR token supplied within the error list provides additional information. HP NonStop TMF Management Programming Manual—540140-008 7-26...
  • Page 755 The catalog process is unable to add the specified file. ZTMF-ERR-CTLGREELSTATUS The catalog process is unable to find the specified TAPEMEDIA entry. ZTMF-ERR-CTLGLOCATEFILE The catalog process is unable to find the specified file. HP NonStop TMF Management Programming Manual—540140-008 7-27...
  • Page 756 TMF catalog. ZTMF-ERR-CTLGCANTDELETEDISK2 Each (or every) DISKMEDIA entry was not purged from disk. See the operator log for the specific DISKMEDIA entries. The dump has not been deleted from the TMF catalog. HP NonStop TMF Management Programming Manual—540140-008 7-28...
  • Page 757 In the case of the ADD command, no ZTMF-TKN-RESTOREVOLUME tokens were specified. For the ALTER command, the token ZTMF-TKN-DELRESTOREVOLUME was specified for all currently configured active volumes, but no ZTMF-TKN- ADDRESTOREVOLUME tokens were specified. HP NonStop TMF Management Programming Manual—540140-008 7-29...
  • Page 758 (this can have the values ZTMF- VAL-ACTIVEVOL, -OVERFLOWVOL, or -RESTOREVOL), and if the error which occurred was a file-system error, ZTMF-TKN-FS-ERROR specifies the file system error that occurred. HP NonStop TMF Management Programming Manual—540140-008 7-30...
  • Page 759 ACTIVEVOL, ZTMF-VAL-OVERFLOWVOL, or ZTMF-VAL-RESTOREVOL. ZTMF-ERR-DATAVOLSVCNOTSTARTED This error is returned from an ALTER AUDITTRAIL command containing a ZTMF-TKN-ADDACTIVEVOLUME token if the TMF subsystem had not yet started sufficiently be able to process the request. HP NonStop TMF Management Programming Manual—540140-008 7-31...
  • Page 760 An error list is included in the response with ZTMF-TKN-VOLUMENAME specifying the offending volume name and ZTMF-TKN-ATVOLUMETYPE specifying the offending volume type. It will have a value of ZTMF-VAL- ACTIVEVOL, ZTMF-VAL-OVERFLOWVOL, or ZTMF-VAL-RESTOREVOL. HP NonStop TMF Management Programming Manual—540140-008 7-32...
  • Page 761 TMF subsystem is stopped and has been started at least once since the last DELETE TMF command. No error list is included in the response. HP NonStop TMF Management Programming Manual—540140-008 7-33...
  • Page 762 This error is returned if a STATUS RESOURCEMANAGER request specified a resource manager name that does not match the filtering criteria supplied in the ZSTATE or ZTMF-TKN-PROCESSNAME tokens. No error list is included in the response. HP NonStop TMF Management Programming Manual—540140-008 7-34...
  • Page 763 The NonStop OS has no knowledge of the volume name. An error list is included in the response with ZTMF-TKN-VOLUMENAME specifying the offending volume name and ZTMF-TKN-ATVOLUMETYPE specifying the type of the offending volume (ZTMF-VAL-ACTIVEVOL, ZTMF- VAL-OVERFLOWVOL, or ZTMF-VAL-RESTOREVOL). HP NonStop TMF Management Programming Manual—540140-008 7-35...
  • Page 764 This error is returned if the TMF subsystem is stopped and the command issued requires that it be started. These include commands such as STATUS AUDITTRAIL and NEXT AUDITTRAIL. No error list is returned in the response. HP NonStop TMF Management Programming Manual—540140-008 7-36...
  • Page 765 This error is returned when the disk media value specified for the ZTMF-TKN- DELDISKMEDIA token in an ALTER AUDITDUMP command is not currently configured. The ZTMF-TKN-DISKMEDIASTRING token supplied within the error list specifies the disk media value in question. HP NonStop TMF Management Programming Manual—540140-008 7-37...
  • Page 766 The ZTMF-TKN-OPERATIONNUM token supplied within the error list provides additional information. ZTMF-ERR-NOTSTOPPEDFORSTARTTMF A START TMF command was rejected because the TMF subsystem is not stopped. No error list is returned in the response. HP NonStop TMF Management Programming Manual—540140-008 7-38...
  • Page 767 ZTMF-ERR-DATAVOLSTARTREJECTED The associated disk process rejected a TMF startup request with an unexpected error. See the EMS event log for more information. The ZTMF-TKN-VOLUMENAME token supplied within the error list provides additional information. HP NonStop TMF Management Programming Manual—540140-008 7-39...
  • Page 768 The ZTMF-TKN-VOLUMENAME token supplied within the error list provides additional information. ZTMF-ERR-DATAVOLNOTSELECTED A data volume that was explicitly named in a command was not acted on by the command because some other criterion of the command was not satisfied. HP NonStop TMF Management Programming Manual—540140-008 7-40...
  • Page 769 A STOP TMF command was issued while TMF was stopping. No error list is returned in the response. ZTMF-ERR-NOTSTOPPEDFORDELTMF A DELETE TMF command was issued while TMF was starting. No error list is returned in the response. HP NonStop TMF Management Programming Manual—540140-008 7-41...
  • Page 770 An ALTER PROCESS command specified the DEBUG option with an illegal value. No error list is returned in the response. ZTMF-ERR-INVINSPECT An ALTER PROCESS command specified the INSPECT option with an illegal value. No error list is returned in the response. HP NonStop TMF Management Programming Manual—540140-008 7-42...
  • Page 771 (the TMF subsystem must be stopped when issuing that command). No error list is returned in the response. ZTMF-ERR-MUSTBEONLYVOLUME An ALTER TMF command specified multiple configuration volumes (it must specify only one). No error list is returned in the response. HP NonStop TMF Management Programming Manual—540140-008 7-43...
  • Page 772 The ZTMF-TKN-FS-Error and ZTMF-TKN-ExtFileName tokens supplied within the error list provides additional information. ZTMF-ERR-QrySerialNumNotFound The INFO DUMPS Query Server did not find a SerialNumber in the catalog. The ZTMF-TKN-DumpSerial token supplied within the error list provides additional information. HP NonStop TMF Management Programming Manual—540140-008 7-44...
  • Page 773 ALTER TMF cannot specify more than one ATFormat token. No error list is returned in the response. ZTMF-ERR-InvATFormat The ATFormat specified is invalid.Only 1 or 2 is allowed. No error list is returned in the response. HP NonStop TMF Management Programming Manual—540140-008 7-45...
  • Page 774 The ZPioBufferSize field within the ZPioBuffer token of an ALTER TMF command contained an invalid value. Expecting an integer in the range 600 to 1800. No error list is returned in the response. HP NonStop TMF Management Programming Manual—540140-008 7-46...
  • Page 775 No error list is returned in the response. ZTMF-ERR-InvSesIdleTmrValue The ZNetSessionIdleTimer token of an ALTER TMF command contained an invalid value. Expecting 0 or an integer in the range 300 to 1020. No error list is returned in the response. HP NonStop TMF Management Programming Manual—540140-008 7-47...
  • Page 776 The SPI buffer received by the TMFSERVE process contained a minimum server version that was greater than the server version of the TMFSERVE process. The ZTMF-TKN-MAXFIELDVERSION and ZTMF-TKN-SERVERVERSION tokens supplied within the error list provide additional information. HP NonStop TMF Management Programming Manual—540140-008 7-48...
  • Page 777: Error And Warning Messages

    The context token supplied with the command is out of date. No error list is included in the response. ZTMF-ERR-BTDISABLED BEGINTRANSACTION has already been disabled via a previous DISABLE BEGINTRANS command. No error list is included in the response. HP NonStop TMF Management Programming Manual—540140-008 7-49...
  • Page 778 This error is returned if a DELETE CATALOG command fails because of a writeread or read problem. An error list is included in the response with ZTMF-TKN-FS-ERROR specifying the file-system error that occurred. HP NonStop TMF Management Programming Manual—540140-008 7-50...
  • Page 779 The ZTMF-TKN-DISKMEDIA token supplied within the error list provides additional information. ZTMF-ERR-NOSUCHFILE Nonexistent file name supplied. The ZTMF-TKN-FILENAME token supplied within the error list provides additional information. ZTMF-ERR-NOSUCHDATAVOLS None of the specified data volumes matched the selection criteria. HP NonStop TMF Management Programming Manual—540140-008 7-51...
  • Page 780 ON for an auxiliary audit trail before first having done so for the MAT. Before you can turn COMMITHOLDMODE to ON for an auxiliary audit trail, you must first turn it ON for the master audit trail. No error list is included in the response. HP NonStop TMF Management Programming Manual—540140-008 7-52...
  • Page 781 This error is returned if the disk process returned a file-system error to the TMP after the TMP tried to change the commit-hold state of a disk volume. No error list is included in the response. HP NonStop TMF Management Programming Manual—540140-008 7-53...
  • Page 782 Error and Warning Messages Errors ZTMF-ERR-INTERNALERROR The TMFSERVE process encountered an internal error. The ZSPI-TKN-ERROR token supplied within the error list provides additional information. HP NonStop TMF Management Programming Manual—540140-008 7-54...
  • Page 783: Archive Tape Errors And Warnings

    ZART-TKN-SYSTEMNAME, that either does not exist or is inaccessible because all paths to it are down. A system was specified with a DEFINE that either does not exist or is unavailable. HP NonStop TMF Management Programming Manual—540140-008 7-55...
  • Page 784 The local system does not have labeled tape support configured. 8012 Duplicate volume ID found in the VOLUME attribute of the tape DEFINE ZART-TKN-DEFINENAME. The VOLUME attribute of the specified tape DEFINE clause contains a duplicate volume name. HP NonStop TMF Management Programming Manual—540140-008 7-56...
  • Page 785 8028 Tape record type is unknown. The tape record type is invalid. This could be caused by corruption of the tape, dirty tape drive heads, faulty tape drives, or a software bug in the dump or restore program. HP NonStop TMF Management Programming Manual—540140-008 7-57...
  • Page 786 The tape end volume label is invalid. This could be caused by corruption of the tape, dirty tape drive heads, faulty tape drives, or a software bug in the dump or restore program. HP NonStop TMF Management Programming Manual—540140-008 7-58...
  • Page 787 8056 Tape format is bad (End volume label is not from this tape set). The end volume label is invalid. This could be caused by corruption of the tape, dirty tape drive heads, faulty tape drives, or a software bug in the dump or restore program. HP NonStop TMF Management Programming Manual—540140-008 7-59...
  • Page 788 The begin volume label is invalid. This could be caused by corruption of the tape, dirty tape drive heads, faulty tape drives, or a software bug in the dump or restore program. HP NonStop TMF Management Programming Manual—540140-008 7-60...
  • Page 789 8069 Tape format is bad (Two tape EOFs were not found at the end of the tape). The tape format is invalid. This could be caused by corruption of the tape, dirty tape drive heads, faulty tape drives, or a software bug in the dump or restore program. HP NonStop TMF Management Programming Manual—540140-008 7-61...
  • Page 790 8106 Unable to recognize the tape. The tape is unrecognizable. This could be caused by mounting a tape that does not contain an audit dump or online dump, by parity or checksum errors, or by a corrupted tape. HP NonStop TMF Management Programming Manual—540140-008 7-62...
  • Page 791 Parity and/or checksum errors occurred on the beginning volume labels. Such errors might be caused by the beginning of the tape being worn out, or to dirty tape drive heads. HP NonStop TMF Management Programming Manual—540140-008 7-63...
  • Page 792 8155 During repositioning an EOF mark was found where a record was expected. While a dump process was repositioning the tape to overwrite an aborted file, an EOF mark was found where a record was expected. HP NonStop TMF Management Programming Manual—540140-008 7-64...
  • Page 793: Dump/Restore Errors And Warnings

    ZTMF-TKN-DR-DUMPSERIALNUM token-type ZSPI-TYP-INT2. ZTMF-TKN-DR-EXPARCHTAPEVERNAM token-type ZSPI-TYP-FORMATVERSIONNAME. ZTMF-TKN-DR-ARCHTAPEVERNAME token-type ZSPI-TYP-FORMATVERSIONNAME. ZTMF-TKN-DR-DUMPKIND token-type ZSPI-TYP-INT. ZTMF-TKN-DR-EXPECTEDDUMPKIND token-type ZSPI-TYP-INT. ZTMF-TKN-DR-TRAILFILENAME token-type ZSPI-TYP-STRING. ZTMF-TKN-DR-EXPECTTRAILFNAME token-type ZSPI-TYP-STRING. ZTMF-TKN-DR-LABELKIND token-type ZSPI-TYP-INT. ZTMF-TKN-DR-EXPECTLABELKIND token-type ZSPI-TYP-INT. ZTMF-TKN-DR-FILENAME token-type ZSPI-TYP-STRING. ZTMF-TKN-DR-VOLUMENAME token-type ZSPI-TYP-STRING. HP NonStop TMF Management Programming Manual—540140-008 7-65...
  • Page 794 The dump or restore process detected an internal error. The ZEMS-TKN-EMPHASIS token is set to TRUE. 9005 Internal error (Invalid file-set name for OnlineDump). The online dump process detected an internal error. The ZEMS-TKN-EMPHASIS token is set to TRUE. HP NonStop TMF Management Programming Manual—540140-008 7-66...
  • Page 795 A tape specified by the TMF catalog had the wrong archive tape version. This could have been caused by an erroneous ADD DUMPS command. The ZEMS-TKN-EMPHASIS token is set to TRUE. HP NonStop TMF Management Programming Manual—540140-008 7-67...
  • Page 796 TMF Catalog has incorrect information. A tape specified by the TMF catalog contained the wrong type of dump. This could have been caused by an erroneous ADD DUMPS command. The ZEMS-TKN-EMPHASIS token is set to TRUE. HP NonStop TMF Management Programming Manual—540140-008 7-68...
  • Page 797 While attempting to restore a dump file, a restore process found that the dump label type is incorrect. The operator might have accidentally mounted the wrong tape. The ZEMS-TKN-EMPHASIS token is set to TRUE. HP NonStop TMF Management Programming Manual—540140-008 7-69...
  • Page 798 9029 Must begin with tape #1. An audit restore process discovered that the mounted tape is not the first in a sequence of tapes containing a TMF audit dump. The ZEMS-TKN-EMPHASIS token is set to TRUE. HP NonStop TMF Management Programming Manual—540140-008 7-70...
  • Page 799 This message is displayed for online restores and audit restores if a tape was dumped with a blocksize larger than 28KB and the tape drive does not support large block transfers. The ZEMS-TKN-EMPHASIS token is set to TRUE. HP NonStop TMF Management Programming Manual—540140-008 7-71...
  • Page 800 VERIFY step on that object and then update the catalog so that everything matches. No error list is included in the response. HP NonStop TMF Management Programming Manual—540140-008 7-72...
  • Page 801 9100 File is marked REDO needed. An attempt was made to make an online dump of an audited database file that needs to be recovered by the TMF file recovery process. The ZEMS-TKN-EMPHASIS token is set to TRUE. HP NonStop TMF Management Programming Manual—540140-008 7-73...
  • Page 802 9106 Unable to get TMF volume configuration information (Volume = ZTMF-TKN-DR-VOLUMENAME) due to file-system error ZTMF-TKN- DR-FILEERROR. A file-system error occurred while an online dump process was attempting to obtain volume configuration information. The ZEMS-TKN-EMPHASIS token is set to TRUE. HP NonStop TMF Management Programming Manual—540140-008 7-74...
  • Page 803 The ZEMS-TKN-EMPHASIS token is set to TRUE. 9114 Audited file ZTMF-TKN-DR-FILENAME not found. An online dump process did not find the audited file specified by the operator in a DUMP FILES command. The ZEMS-TKN-EMPHASIS token is set to TRUE. HP NonStop TMF Management Programming Manual—540140-008 7-75...
  • Page 804 The ZEMS-TKN-EMPHASIS token is set to TRUE. 9201 Internal error (A bad begin media number was found in FRList list). An online restore process detected an internal error. The ZEMS-TKN-EMPHASIS token is set to TRUE. HP NonStop TMF Management Programming Manual—540140-008 7-76...
  • Page 805 9252 Disk volume ZTMF-TKN-DR-DUMPFILENAME.could not be used for a dump file because it is not a magnetic disk. An optical disk was specified for a disk dump when a magnetic disk was expected. The ZEMS-TKN-EMPHASIS token is set to TRUE. HP NonStop TMF Management Programming Manual—540140-008 7-77...
  • Page 806 A disk dump specified by the TMF catalog had the wrong archive disk dump version. This could have been caused by an erroneous ADD DUMPS command. The ZEMS-TKN-EMPHASIS token is set to TRUE. HP NonStop TMF Management Programming Manual—540140-008 7-78...
  • Page 807 The file code of the disk audit dump labels file was not 134. The ZEMS-TKN-EMPHASIS token is set to TRUE. 9264 Disk audit-dump file ZTMF-TKN-DR-DUMPFILENAME.is broken. The disk audit dump file was marked “broken.” The ZEMS-TKN-EMPHASIS token is set to TRUE. HP NonStop TMF Management Programming Manual—540140-008 7-79...
  • Page 808 The specified disk audit dump was made with an RVU of the audit dump process that is incompatible with the RVU of the audit restore process used to read it. The ZEMS-TKN-EMPHASIS token is set to TRUE. HP NonStop TMF Management Programming Manual—540140-008 7-80...
  • Page 809: Audit Reading Exceptions

    No audit reading exception occurred. CHANGELABEL CHANGELABEL operation % ZTMF-TKN- ARET-OPERATION on audit file ZTMF-TKN- AUDITFILENAME failed with error ZTMF-TKN-FS- ERROR. A file-system error prevented the specified CHANGELABEL operation from being performed on an audit-trail file. HP NonStop TMF Management Programming Manual—540140-008 7-81...
  • Page 810 Audit record header and trailer length mismatch (ZTMF-TKN-ARET-LENGTH, ZTMF-TKN-ARET- LENGTHTWO). Record begins at RBA ZTMF-TKN- ARET-RBA in file ZTMF-TKN-AUDITFILENAME. The lengths in the header and trailer for the specified audit record do not match. HP NonStop TMF Management Programming Manual—540140-008 7-82...
  • Page 811 The specified audit-trail file could not be opened within the maximum allowed number of retries. PARTIALRECORD Incomplete audit record detected in audit file ZTMF-TKN-AUDITFILENAME. RBA of record ZTMF- TKN-ARET-HEADERTRAILER: ZTMF-TKN-ARET- RBA, indicated length:.ZTMF-TKN-ARET-LENGTH. The specified audit record was incomplete. HP NonStop TMF Management Programming Manual—540140-008 7-83...
  • Page 812 A pointer to an auxiliary audit trail in the master audit trail disagrees with the previous or next auxiliary audit trail pointer regarding an audit range boundary. HP NonStop TMF Management Programming Manual—540140-008 7-84...
  • Page 813: Tmf Configuration Limits And Defaults

    Active-audit volumes for each audit trail 1 through 16 None Audit dumping feature Audit-trail files for each active-audit 1 through 100. Active-audit volume volumes multiplied by files for each active-audit volume must be 2 or greater. HP NonStop TMF Management Programming Manual—540140-008...
  • Page 814: Table A-3. Transaction Limits And Defaults

    The number must be a power of 2. Active transactions for each process (as 1 through 1000 specified by the TFILE transaction pseudo-file) Option to enable transactions when Enabled starting TMF TMF operation number 1 through 100 None HP NonStop TMF Management Programming Manual—540140-008...
  • Page 815: Table A-4. Audit Dump And Online Dump Limits And Defaults

    Extended segment size 1 through 128 MB 1 MB Audit restore process type Number of processes Not applicable 0 if not needed; 1 or more as needed Extended segment size 1 through 128 MB 1 MB HP NonStop TMF Management Programming Manual—540140-008...
  • Page 816 1 per processor Extended segment size 12 through 128 MB 12 MB (127.5 actual) TMFMON2 process type Number of processes 1 per processor 1 per processor Extended segment size Always 1 MB 1 MB HP NonStop TMF Management Programming Manual—540140-008...
  • Page 817: Table A-7. Default Program File Names For Processes

    Default Program File Name Audit dump $SYSTEM.SYSnn.TMFDR Audit overflow $SYSTEM.SYSnn.TMFDR Audit restore $SYSTEM.SYSnn.TMFDR Backout $SYSTEM.SYSnn.TMFBOUT Catalog $SYSTEM.SYSnn.TMFCTLG File recovery $SYSTEM.SYSnn.TMFFRCV File recovery list $SYSTEM.SYSnn.TMFFRLS Online dump $SYSTEM.SYSnn.TMFDR Online restore $SYSTEM.SYSnn.TMFDR TMFMON2 $SYSTEM.SYSnn.TMFMON2 $SYSTEM.SYSnn.TMFTMP Volume recovery $SYSTEM.SYSnn.TMFVRCV HP NonStop TMF Management Programming Manual—540140-008...
  • Page 818 TMF Configuration Limits and Defaults HP NonStop TMF Management Programming Manual—540140-008...
  • Page 819 DELETE command 5-63 INFO command 5-98 INFO command 5-109 STATUS command 5-158 STATUS command 5-169 AUDITTRAIL objects CLOSE RESOURCEMANAGER ADD command command 5-61 ALTER command 5-31 Commands building and sending 3-5/3-6 INFO command 5-101 HP NonStop TMF Management Programming Manual—540140-008 Index-1...
  • Page 820 EMSTEXT and EMSTEXTV built-in STATUS command 5-171 functions Data-portion tokens, EMS ENABLE AUDITDUMP command 5-88 DDL statements ENABLE BEGINTRANS command 5-78, DDL (Data Definition Language) 5-90 definition files 3-1/3-3 ENABLE DATAVOLS command 5-91 notation END-TRANSACTION statement HP NonStop TMF Management Programming Manual—540140-008 Index-2...
  • Page 821 RECOVER command 5-137, 5-145 LIST AUDITTRAIL command 5-134 Filters, EMS Lists compiling and using 3-10 Logging event messages 6-18 description of 6-19 loading FUP (File Utility Program) Management applications Management programming concepts 1-1/1-2 GETEVENT command HP NonStop TMF Management Programming Manual—540140-008 Index-3...
  • Page 822 Nonsensitive commands RESOLVE TRANSACTION command 5-148 RESOURCEMANAGER objects ADD command 5-23 Objects CLOSE command 5-61 See also ZTMF-OBJ- object types, DELETE command 5-70 individual object types INFO command 5-128 numbers and symbolic names for HP NonStop TMF Management Programming Manual—540140-008 Index-4...
  • Page 823 STATUS CATALOG command 5-169 STATUS DATAVOLS command 5-171 commands 1-12 STATUS OPERATION command 5-177 management interfaces 1-6/1-11 STATUS RESOURCEMANAGER management programming command 5-181 concepts 1-1/1-2 STATUS RMTRANSBRANCHES object types 1-11 command 5-186 HP NonStop TMF Management Programming Manual—540140-008 Index-5...
  • Page 824 ZAUDITDUMP field 5-10, 5-34, 5-103 order of ZAUDITHOLD field 5-164 unconditional ZAUDITTRAILID field 5-14, 5-112 TOKEN-CODE statement, DDL ZAUTOABORT field 5-40, 5-106 Transaction management process (TMP) ZAVOIDHANGING field messages ZBEGINTIME field 5-179 TRANSACTION objects HP NonStop TMF Management Programming Manual—540140-008 Index-6...
  • Page 825 5-126 ZDUMPSTATUS field 5-118 ZMASTERSEQUENCE field 5-18, 5-118 ZDUMPTYPE field 5-18, 5-117 ZMAXDUMPSIZE field 5-86 ZEMSDDL file ZMAXRETAINEDATFILES field 5-35, ZEMS-TKN- tokens 5-103 ACTION-ID 6-78 ZMEDIASTATUS field 5-21, 5-50, 5-118, ACTION-NEEDED 6-78 5-122 HP NonStop TMF Management Programming Manual—540140-008 Index-7...
  • Page 826 ZTIMESTAMP field 5-19, 5-142, 5-196 ZSPIDDL file ZTMFDDL file ZSPIDEF.Zxxx definition files ZTMFLIBMEMTHRESH field 5-39, 5-106 ZSPI-DDL-nnn structured tokens ZTMFSTATE field 5-191 ZSPI-ERR- errors, EMPTYRESPONSE ZTMF-CMD-nnn tokens 6-97 ZSPI-SSN-ZTMF ZTMF-DDL- buffer declarations ZSPI-TKN- tokens MSG-BUFFER HP NonStop TMF Management Programming Manual—540140-008 Index-8...
  • Page 827 7-53 ATTOOFEWACTIVEFILES (error 360) 7-36 COMMITHOLDMATONLY (error 661) 7-52 ATVOLALREADYACTIVE (error 327) 7-30 COMMITHOLDNULLTIME (error 665) 7-53 ATVOLHASINVALIDFILES (error 338) 7-32 COMMITHOLDTIMER (error 662) 7-52 ATVOLNONEXISTENT (error CONFIGFILENOTCREATED (error 357) 7-35 280) 7-26 HP NonStop TMF Management Programming Manual—540140-008 Index-9...
  • Page 828 DISKMEDIANOTFOUND (error CTLGDELETEDUMPFILE2 (error 366) 7-37 311) 7-28 DISKMEDIAREQUIRED (error 81) CTLGGETCATALOGSTATUS (error DISKMEDIARESET (error 78) 296) 7-27 DISKMEDIASTRNWINVAL (error CTLGGETDUMP (error 306) 7-28 120) 7-12 CTLGLOCATEFILE (error 305) 7-27 DISKMEDIAWILD (error 79) HP NonStop TMF Management Programming Manual—540140-008 Index-10...
  • Page 829 455) 7-44 INVALIDOLDDMLOC (error 149) 7-16 ILLEGALDISKOPTION (error 76) INVALIDOPERNUM (error 113) 7-11 INTERNALERROR (error 950) 7-54 INVALIDOPERSTATE (error 110) 7-11 INVABRUPTFLAG (error 96) 7-10 INVALIDOPERTYPE (error 111) 7-11 INVACTIVEVOLUME (error 127) 7-13 HP NonStop TMF Management Programming Manual—540140-008 Index-11...
  • Page 830 INVAUDITDUMPFLAG (error 133) 7-13 487) 7-47 INVAUDITTRAILID (error 132) 7-13 INVMAXRETAINEDATFILES (error INVAUTOABORT (error 118) 7-12 177) 7-19 INVAUTOABORTOPT (error 236) 7-22 INVNM-COMMAORRPRENEXP (error INVBEGINTRANSDISABLE (error 189) 7-21 137) 7-14 INVNM-ENDOFINPUT (error 183) 7-20 HP NonStop TMF Management Programming Manual—540140-008 Index-12...
  • Page 831 7-22 MUSTBESPECIFICUSER (error InvThreshIncrAmount (error 195) 7-22 257) 7-23 InvThreshLowerLimit (error 194) 7-22 MUSTBESTARTED (error 361) 7-36 InvThreshNumberOfIncr (error MUSTBESTARTEDSTOPPING (error 196) 7-22 371) 7-38 INVTMFLIBMEMTHRESH (error MUSTBESUPERGROUP (error 115) 7-11 255) 7-23 HP NonStop TMF Management Programming Manual—540140-008 Index-13...
  • Page 832 7-29 141) 7-15 PROCESSNAMEREMOTE (error NOSUCHDATAVOLS (error 606) 7-51 NOSUCHDISKMEDIAVOLUME (error QRYCATALOGOERROR (error 604) 7-51 460) 7-44 NOSUCHFILE (error 605) 7-51 QRYCATALOGOPENERROR (error 461) 7-44 NOSUCHMEDIA (error 264) 7-24 NOSUCHRMNAMES (error 608) 7-52 HP NonStop TMF Management Programming Manual—540140-008 Index-14...
  • Page 833 TAPESTRYNOTCONFIGURED (error 268) 7-25 269) 7-25 UNKNOWNCOMMAND (error TMFALREADYSTOPPING (error 505) 7-49 423) 7-41 UNKNOWNOBJECT (error 506) 7-49 TMFISSTOPPED (error 421) 7-41 UNKNOWNTOKEN (error 504) 7-49 TMFMUSTBESTOPPED (error USEABRUPTWHENSTARTING (error 215) 7-22 422) 7-41 HP NonStop TMF Management Programming Manual—540140-008 Index-15...
  • Page 834 ATDUMPSUCCESS (event 265) 6-262 ADALTERVERIFYTAPE (event ATFiILEFSERROR (event 85) 6-37 252) 6-246 ATFILEANDVOLDDONTMATCH (event ALTERBEGINTRANS (event 6-32 279) 6-287 ATFILEATTRINVALID (event 83) 6-34 ALTERDISCONNECT (event ATFILECORRUPT (event 84) 6-36 298) 6-310 ATFILEFIXUPERROR (event 80) 6-29 HP NonStop TMF Management Programming Manual—540140-008 Index-16...
  • Page 835 ATRESTORETARGETERR (event 317) 6-338 273) 6-276 CAT-DMLOCNOTALTERED (event ATROLLOK (event 110) 6-80 318) 6-339 ATROLLOVER (event 112) 6-83 CAT-DUMPALTERED (event ATROLLSTOPPED (event 111) 6-82 313) 6-332 ATVOLADD (event 101) 6-64 CAT-DUMPDELETED (event 315) 6-335 HP NonStop TMF Management Programming Manual—540140-008 Index-17...
  • Page 836 6-240 CTGPROCESSERR (event 283) 6-291 DR-ORFILENOTFOUND (event DEFAULTTMPWAITTIMER (event 229) 6-241 461) 6-425 DR-ORFILENOTRESTORED (event DELETECTG (event 284) 6-293 230) 6-242 DELETINGTMF (event 141) 6-121 DR-OTHERERROR (event 209) 6-215 DOWNNODE (event 297) 6-309 HP NonStop TMF Management Programming Manual—540140-008 Index-18...
  • Page 837 6-387 GIVESWITCHREFUSED (event FRLIST-CANTRECOVFILE (event 329) 6-351 196) 6-196 GLOBINFOFILEERR (event FRLIST-CANTRECOVFILE2 (event 150) 6-133 435) 6-401 INCMPLTEMIGTOTMF3ERR (event FRLIST-CANTRECOVFILE3 (event 292) 6-303 432) 6-402 LATEDPCHECKIN (event 328) 6-350 FRLIST-CANTRECOVFILE4 (event 474) 6-444 HP NonStop TMF Management Programming Manual—540140-008 Index-19...
  • Page 838 6-347 RCOV-ENDATFILEHIATUS2 (event RM-CPUDOWNCLOSED (event 359) 6-375 394) 6-381 RCOV-ERRORONTX (event RM-CPUDOWNCRASHED (event 172) 6-163 395) 6-382 RCOV-EXTSEG-TOO-SMALL (event RM-CRASHED (event 326) 6-348 331) 6-353 RM-CREATED (event 322) 6-344 RCOV-FR-FILELIST (event 163) 6-146 HP NonStop TMF Management Programming Manual—540140-008 Index-20...
  • Page 839 5-21/5-22 TmpNet-UnSup-Msg (event 475) 6-445 ALTER-AUDITDUMP 5-28/5-30 TMPSENDAUDITERROR (event ALTER-AUDITTRAIL 5-33/5-36 6-27 ALTER-BEGINTRANS 5-39/5-40 TMPWHENCANIAUDITERR (event 6-20 ALTER-CATALOG 5-43/5-44 TRANSABORT (event 296) 6-308 ALTER-DATAVOLS 5-46 TRANSAUTOABORTED (event ALTER-DUMPS 5-48 288) 6-297 ALTER-MEDIA 5-49/5-50 HP NonStop TMF Management Programming Manual—540140-008 Index-21...
  • Page 840 6-92, 6-185, 6-395, 6-407, 6-412 STATUS-TRANS-RSP 5-201 AUDITREADEXCEPTION 6-165, STATUS-TX-CHILDREN 5-206 6-354, 7-81 ZTMF-OBJ- object types AUDITTRAILID 5-9, 5-27, 5-32, 5-93, ZTMF-OBJ- tokens, description of 5-94, 5-95, 5-96, 5-99, 5-102 ZTMF-TKN- tokens ABRUPT 6-105, 6-132 HP NonStop TMF Management Programming Manual—540140-008 Index-22...
  • Page 841 6-362, 6-363, 6-365 DR-DUMPSERIALNUM 6-217 FRLIST-PHYSICALVNAME 6-358, DR-ERROR 6-204, 7-65 6-360, 6-363 DR-FILENAME 6-238 FS-ERROR 5-12, 5-36, 6-20, 6-360, 6-412, 6-429, 6-440, 6-442 DR-FILENAMESUPPLIED 6-202, 6-204 GOREMOTE 6-422 DR-FILESDUMPED 6-240 GOREMOTE-PREV 6-422 DR-FILESET 6-224 HP NonStop TMF Management Programming Manual—540140-008 Index-23...
  • Page 842 6-371, 6-373, 6-375, 6-401, 6-405 ZLTCH-State 6-429, 6-430, 6-438 RCOV-FSERROR 6-154, 6-157, 6-367, ZTMF-TKN-ZLTCH- tokens, State 6-432, 6-369, 6-371 6-434, 6-435 RCOV-NUMFAILED 6-150 ZTMF-TMA-PIOBUFFER 6-420 RCOV-OP-OF-ERROR 6-155, 6-157, ZTMF-TMA-PIOBUFFER-PREV 6-421 6-367, 6-369, 6-371, 6-405 ZTMF-TMA-TMPWAITTIMER 6-416 HP NonStop TMF Management Programming Manual—540140-008 Index-24...
  • Page 843 PURGE 6-51 BUFLEN 3-5, RECOVERFILES BUFLEN-W RECOVMODE-ARCHIVE 5-15, 5-46, 5-112 BYNAME 5-118 RECOVMODE-ONLINE 5-15, 5-46, BYSERIAL 5-118 5-112 CHANGESTATUS 6-51 RELEASED 5-21, 5-50, 5-118 COMMITTED 5-149, 5-200 RENAME 6-51 COMP-nnn RESETMEDIUM 5-29 HP NonStop TMF Management Programming Manual—540140-008 Index-25...
  • Page 844 5-193 ZTRANSALLOWOPTION field 5-151 ZTRANSCOUNTTHRESH field 5-39, 5-106 ZTRANSPERCPU field 5-40 ZTRANSPERCPUCONFIG field 5-106, 5-107 ZTRANSPERCPUCURRENT field 5-106, 5-107 ZTRANSPROTOCOL field 5-58, 5-132 ZTYPE field ZUNLOADMEDIA field 5-29, 5-86, 5-100, 5-143 ZVALUE field HP NonStop TMF Management Programming Manual—540140-008 Index-26...

Table of Contents