The MIT command analyzes the contents of a Mirror Information Table. The MIT to be analyzed can be specified by the simple address, ASD number, or index into the MERGEOVER_INFO array. If no MIT is specified, the MIT in use by the MCP is analyzed. If the specified area is not a MIT, then DUMPANALYZER displays an error message.
Syntax
── MIT ─┬─────────────────────────┬─┬─────────────────────────────┬────┤ ├──────┬─<simple address>─┤ └─ SERIAL ─┬──────────────────┤ ├─ AT ─┘ │ └─<decimal number>─┘ ├─ VIA ──<ASD number>─────┤ └─ MO ──<decimal number>──┘
Explanation
The following text describes the meaning of each construct. Refer to “Basic Constructs” earlier in this section for information about the <simple address> and the VIA <ASD number> constructs.
MIT
Analyzes and prints the MIT currently in use by the MCP.
MIT MO <decimal number>
Analyzes and prints the MIT which is referenced by the data descriptor located at the <decimal number> index in the MERGEOVER_INFO array.
MIT SERIAL <decimal number>
MIT <simple address> SERIAL <decimal number>
MIT AT <simple address> SERIAL <decimal number>
MIT VIA <ASD number> SERIAL <decimal number>
MIT MO <decimal number> SERIAL <decimal number>
Analyzes and prints the MIT header and only those entries whose serial number matches the <decimal number> specified by SERIAL. If no matching entries are found, only the MIT header information is printed. The word located at simple address is the first word of the MIT.