symptom subcommand

The symptom subcommand displays the symptom string for a dump.

Note: The symptom subcommand is only available in the kdb command.

Format

symptom [-e]

Parameters

Item Description
-e Writes the symptom string and the stack trace to the system errlog. The symptom string is displayed on the standard output.

If no parameters are used, the symptom subcommand displays the symptom string on the standard output.

The symptom subcommand is not valid on a running system. The optional -e flag creates an error log entry that contains the symptom string. This flag is normally only used by the system and not entered manually. The symptom string can be used to identify duplicate problems.

Other

No aliases.

Examples

  • The following example demonstrates the symptom command running on a dump:
       <0> symptom 
       PIDS/5765C3403 LVLS/430 PCSS/SPI1 MS/300 FLDS/uiocopyin VALU/7ce621ae 
       FLDS/uiomove VALU/13c 
  • The following example demonstrates the symptom subcommand with the -e flag running on a dump:
       <0> symptom -e 
       PIDS/5765C3403 LVLS/430 PCSS/SPI1 MS/300 FLDS/uiocopyin VALU/7ce621ae 
       FLDS/uiomove VALU/13c 
  • The corresponding system errlog entry is similar to the following:
    LABEL:          SYSDUMP_SYMP 
       .... 
       Detail Data 
       DUMP STATUS 
       LED:300 
       csa:2ff3b400 
       uiocopyin_ppc 1c4 
       uiomove 13c 
       ....