4-8
Service Manual PRELIMINARY
To reverse the order of the input events
OpenVMS
$ DIAGNOSE/TRANSLATE/REVERSE
DIGITAL UNIX
> dia -R
These commands reverse the order in which events are displayed. The default order
is forward chronologically.
4.2.2
Filtering Events
/INCLUDE and /EXCLUDE qualifiers allow you to filter input event log files.
The /INCLUDE qualifier is used to create output for devices named in the
command.
OpenVMS
$ DIAGNOSE/TRANSLATE/INCLUDE=(DISK=RZ,DISK=RA92,CPU)
DIGITAL UNIX
> dia -i disk=rz disk=ra92 cpu
The commands shown here create output using only the entries for RZ disks, RA92
disks, and CPUs.
The /EXCLUDE qualifier is used to create output for all devices except those named
in the command.
OpenVMS
$ DIAGNOSE/TRANSLATE/EXCLUDE=(MEMORY)
DIGITAL UNIX
> dia -x mem