SWAN Concentrator and WAN Subsystem Troubleshooting Guide
Installing and Using the SWAN Tools
SWAN Concentrator and WAN Subsystem Troubleshooting Guide—426992-008
5-16
QUEST 2 Command Syntax
OPEN dumpfile (interactive entry mode only)
opens the named dump file for the SWAN or SWAN 2 CLIP file dump.This
command is valid only in the interactive mode. It is equivalent to the
-f dumpfile parameter in the command line mode interface.
If the file is opened successfully, the user prompt is displayed. An error is displayed
if any problem is encountered in opening the file. Once the dump file is opened
successfully, any command or option can be given to analyze the dump. Opening a
new dump file through the OPEN command closes any previously opened dump
file.
For example, this is an example of the OPEN parameter that can be entered in
QUEST2 command interactive mode:
TACL> quest2
-->OPEN $system.zwandump.S0123456
-c ieee.x
converts the main memory portion of the dump ranging from 0x400000 to
0x73FFFF to an IEEE formatted file.
options
are options allowed with the Quest2 command. The following are valid options:
BLOCKLIST
displays the dump header information for each block in a table that includes
this information:
•
Version (VER)
•
Block Type (BLK)
•
Sub Block Type (SUB)
•
Uncompressed/Compressed (U/C): 0 is Uncompressed and 1 is
Compressed
•
Compressed Size (UNCOMP)
•
Uncompressed Size (UNCOMP)
•
Memory Start Address (MEM START ADDR): specifies the starting address
of the memory
•
Description (DESC): Gives the description of each block.
CLOSE (interactive entry mode only)
closes the previously opened dump file. This command is valid only for
interactive mode.