把一个首次故障数据捕捉(FFDC)故障标识符从它的标准格式转换为它的组成部件,并将信息以可读的格式显示在标准输出设备上。
/usr/sbin/rsct/bin/fcdecode FFDC_Failure_ID [,FFDC_Failure_ID,...] | -h
fcdecode 将 42 个字符长的 FFDC 故障标识符解码到它的组成部件,并以可读的格式显示这些部件。该命令的输出结果显示了来自 FFDC 故障标识符中的下列信息:
对前面的 fcpushstk 和 fclogerr 命令调用所返回的一个 FFDC 故障标识符,或是对前面的 fc_push_stack 子例程或 fc_log_error 子例程调用所返回的一个 FFDC 故障标识符。 该标识符指示创建了一个条目来报告一个故障或其它值得注意的异常事件。可以提供一个以上的 FFDC 故障标识符作为该命令的参数,但每一个标识符必须用逗号(,)分隔,中间不能有空格。
fcdecode 在结束后返回下列整数形式的状态代码之一:
FFDC 故障标识符由一个 base-64 数值表示,该数值按从右往左的顺序读入。每一个点表示一个前导的零。要把 FFDC 故障标识符 .3Iv04ZVVfvp.wtY0xRXQ7....................解码为它的组成部件:
fcdecode .3Iv04ZVVfvp.wtY0xRXQ7.................... Information for First Failure Data Capture identifier .3Iv04ZVVfvp.wtY0xRXQ7.................... Generated by the local system Generated Thu Sep 3 11:40:17 1998 EDT Recorded to the AIX Error Log using template 460bb505 To obtain the AIX Error Log information for this entry, issue the following command on the local system: TZ=EST5EDT errpt -a -j 460bb505 -s 0903114098 | more Search this output for an AIX Error Log entry that contains the following ERROR ID code: .3Iv04ZVVfvp.wtY0xRXQ7....................
该命令运行在另一个不同的节点上时,会有下列结果:
fcdecode .3Iv04ZVVfvp.wtY0xRXQ7.................... Information for First Failure Data Capture identifier .3Iv04ZVVfvp.wtY0xRXQ7.................... Generated on a remote system with the following Internet address: 9.114.55.125 Generated Thu Sep 3 11:40:17 1998 EDT Recorded to the AIX Error Log using template 460bb505 TZ=EST5EDT errpt -a -j 460bb505 -s 0903114098 | more Search this output for an AIX Error Log entry that contains the following ERROR ID code: .3Iv04ZVVfvp.wtY0xRXQ7....................
命令:fcdispfid、fcreport 和 fcstkrpt