Standalone Logtool for MPE/iX
o The Memory log file: contains information concering memory
errors obtained from memory controller hardware.
LOGTOOL is available in multi-user mode, but the user will
be required to execute at diagnostic security 1 to
perform some functions.
LOGTOOL command summary:
Command Name Description
================= =================================================
SUSPEND Return control to MPE/iX - Suspend LOGTOOL
EXIT Exit LOGTOOL - return to MPE/iX
REDO Edit the last line of text entered
HELP Gives help on running LOGTOOL
LIST List contents of a system error log
DISPLAYLOG Display I/O entries as information is logged
PURGESYSLOG Delete from disc the specified system error logs
PURGEWORK Delete from disc the specified "work" files
LAYOUT Read in layout file
ALTFIELD Specify which fields are to be displayed in report
SELECT Select specified records from system log files
STATUS Report on status of all system log files
SUMMARIZE Summarize contents of a system log file.
SWITCHLOG Cause the system to start a new system log file
MEMCLR Clears MEMLOGP log file.
MEMTIMER Alter timer value of MEMLOGP process.
MEMRPT Display contents of Memory Log File.
TYPES Describes System Log File "types"
================= =================================================
Any command, keyword, or option may be entered by specifying the
shortest number of characters which makes the name unambiguous.
Keywords and options may be separated by spaces and/or semicolons.
LOGTOOL>
ALTFIELD
The ALTFIELD command allows the user to identify which fields of a log record are to be displayed in a report
generated by the LIST command. LOGTOOL will assume that all fields of all record types are to be displayed unless this
command is used to indicate otherwise. Disabling or enabling the display of a field will only effect the fields given in
the field label list. All other fields within the record types given by the TYPE parameter will remain unchanged. If the
ALL reserved word is used with either the DISABLE or ENABLE keywords, all the fields in the record types given by
the TYPE parameter will be changed to the appropriate setting. If the format of a record type is redefined by using the
LAYOUT command, all fields for that record type will be re-enabled.
Syntax:
ALTFIELD TYPE=<type list>
;DISABLE = <field label list> | ENABLE = <field label list>
Parameters:
TYPE=<type list> - The TYPE keyword is used to specify which log
record types (id's) the fields given in the
DISABLE or ENABLE parameter applies to.
Log record Id's range from 0 to 255. If this
TYPE is not used, all log record types will be
considered.
<type list> ::= <type number range> | <type number range>,<type list>
<type number range> ::= <type number> | <type number>/<type number>
<type number> ::= integer value
Ex: TYPE=101,104,106
DISABLE = <field label list> - Specifies which fields are not to