A SERVICE OF

logo

246 Chapter 11
Utilities
pim_dumper
pim_dumper
pim_dumper is a utility used to display Process Internal Memory (PIM)
information after a TOC, LPMC, or HPMC. The PIM dump information
includes the processor registers and various ASIC registers. It has the
following fomat:
pim_dumper [-c CPU#] [-n NODE_PARM] [-t][-l][-h] [-e][-help]
Example of pim_dumper use:
pim_dumper -h -c 2
This example displays HPMC information for Processor 2 on Node 0.
The PIM information will be appended to the file /spp/data/
<COMPLEX_NAME>/pimlog, where <COMPLEX_NAME> is the name
associated with the desired node. Optionally, a copy of the PIM
information can be written to standard output.
pim_dumper can be invoked without any command line options. By
default, it dumps all available (TOC/LPMC/HPMC) information for all
enabled processors on node 0.
Table 84 lists pim_dumper options.
Table 84 pim_dumper options
Option Description
-c CPU number Request a specific processor
-c all Select all processors (default: all)
-n NODE_PARM Specify the desired node ID (default: 0) or node
name (e.g. test-0000)
-t Display TOC information (default: on)
-l Display LPMC informationa (default: on)
-h Display HPMC information (default: on)
-e Echo PIM to standard output (default: off)
-help Display usage information