SWAN Concentrator and WAN Subsystem Troubleshooting Guide
Installing and Using the SWAN Tools
SWAN Concentrator and WAN Subsystem Troubleshooting Guide—426992-008
5-17
QUEST 2 Command Syntax
DUMP DPRAM
displays the DPRAM image from 0x001000000 to 0x00100ff for SWAN CLIP
dumps. For SWAN 2 CLIP dumps, the entire DPRAM image is displayed if only
the -ir parameter option is used. In both cases, if the range is specified, only
that memory image is displayed. The valid DPRAM range can be found using
the BLOCKLIST command for SWAN 2 CLIP dumps and help text for SWAN
CLIP dumps.
At the command line interface, you would use the -ir parameter option rather
than the DUMP DPRAM parameter. In interactive mode you can use either, the
ir parameter or the DUMP DPRAM parameter. This command syntax shows
the syntax when issued from the TACL command interpreter:
TACL>quest2 -ir[=range] $system.volumename.filename
At the interactive interface, enter one of the following to invoke the DUMP
DPRAM parameter.
TACL>quest2
-->ir[=range]
or
-->dump dpram[=range]
Some examples of this command follow
If entered at the TACL command line interface:
TACL>quest2 -ir $system.zwandump.D0123456
displays the entire DPRAM, while
TACL>quest2 -ir=0x001000000 .. +20 &
$system.zwandump.D0123456
displays the DPRAM from a specified range.
If entered through the interactive interface:
-->ir
displays the entire DPRAM.
-->ir=0x001000000 ..+20
displays the DPRAM from a specified range.
-->dump dpram
displays the entire DPRAM.
-->dump dpram=0x001000000 .. +20
displays the DPRAM from a specified range.