5.20 disp-mem

Use this command to display memory in communication and application processors. This display is in byte format.

Parameters

addr (optional)
The address in the form of segment–offset.
Range:
segment-offset

segment h'00-h'ffff

offset h'00-h'ffff

bc (optional)
Byte count. The number of data bytes to display.
Range:
1 - 65535
Default:
96
card (optional)
Card location. The card location in the form of GPLID–Subsystem ID.
Range:
GPLID-Subsystem ID

GPLIDatmhc, deirhc, erthc, glshc, hipr2, ipghc, iplhc, ipsg, ipshc, mcphc, oamhc, pktgen, sccphc, siphc, ss7hc, utility

Subsystem IDa, b, act, stb, all

dformat (optional)
The memory dump format.
Range:
byte
word
dword
Default:
byte
imt (optional)
The IMT address.
Range:
0 - 254
loc (optional)
The card location as stenciled on the shelf of the system.
Range:
1101 - 1108, 1111 - 1112, 1201 - 1208, 1211 - 1218, 1301 - 1308, 1311 - 1318, 2101 - 2108, 2111 - 2118, 2201 - 2208, 2211 - 2218, 2301 - 2308, 2311 - 2318, 3101 - 3108, 3111 - 3118, 3201 - 3208, 3211 - 3218, 3301 - 3308, 3311 - 3318, 4101 - 4108, 4111 - 4118, 4201 - 4208, 4211 - 4218, 4301 - 4308, 4311 - 4318, 5101 - 5108, 5111 - 5118, 5201 - 5208, 5211 - 5218, 5301 - 5308, 5311 - 5318, 6101 - 6108, 6111 - 6118, 1109, 1110, 1209, 1210, 1309, 1310, 2109, 2110, 2209, 2210, 2309, 2310, 3109, 3110, 3209, 3210, 3309, 3310, 4109, 4110, 4209, 4210, 4309, 4310, 5109, 5110, 5209, 5210, 5309, 5310, 6109, 6110, 1113, 1115
paddr (optional)
The physical offset of the memory address.
Range:
h’00–h’ffffffff
proc (optional)
The processor type.
Range:
appl
Application processor
com
Communication processor
Default:
appl

Example

disp-mem:loc=1204:paddr=h’103abc:bc=8:dformat=word

disp-mem:loc=1204:paddr=h’103abc:bc=8:dformat=dword

disp-mem:card=ss7ansi-all:addr=h'03a-h’001:bc=8

Dependencies

The loc, imt, or card parameter must be specified.

Only one of the loc, imt, and card parameters can be specified in the command.

The card location specified by the loc parameter must be in the database.

All of the subsystem values can be specified with the oamhc GPLID. The other GPLID values can be specified only with the all subsystem value.

Card locations 1114, 1116, 1117, and 1118 are not valid for memory commands.

The GPL specified in the card parameter must be supported.

The addr and paddr parameters cannot be specified together in the command.

Notes

The imt parameter allows this command to be entered for a card that has not been configured in the system.

Output

disp-mem:loc=1204:paddr=h’103abc:bc=8:dformat=word

    rlghncxa03w 01-03-22 21:13:50 EST Rel 28.1.0 
    SDS Memory Dump from IMT Address H'000a 
    Source-Address = H'00103abc     Length = 8 bytes 
    0000 ffff 00ff 00ff 0000                ........ 
;
disp-mem:card=psm-a:addr=h'03a-h’001:bc=8

    rlghncxa03w 01-03-22 21:13:50 EST Rel 28.1.0
    SDS Memory Dump from IMT Address H'00f6
    Source-Address = H'003a0001      Length = 8 bytes
    0000 04 0d 3d 1c 04 0d 3d 1c             ..=...=. 
;

Related Topics