AIX命令参考大全,卷 2,d - h - fcdecode 命令

[ 页的底部 | 上一页 | 下一页 | 目录 | 索引 | 法律条款 ]

AIX命令参考大全,卷 2,d - h

fcdecode 命令

用途

把一个首次故障数据捕捉(FFDC)故障标识符从它的标准格式转换为它的组成部件,并将信息以可读的格式显示在标准输出设备上。

语法

/usr/sbin/rsct/bin/fcdecode FFDC_Failure_ID [,FFDC_Failure_ID,...] | -h

描述

fcdecode 将 42 个字符长的 FFDC 故障标识符解码到它的组成部件,并以可读的格式显示这些部件。该命令的输出结果显示了来自 FFDC 故障标识符中的下列信息:

标志

-h
向标准输出设备上显示帮助消息并退出。不管是否指定了选项,不执行其它的处理。

参数

FFDC_Failure_ID

对前面的 fcpushstkfclogerr 命令调用所返回的一个 FFDC 故障标识符,或是对前面的 fc_push_stack 子例程或 fc_log_error 子例程调用所返回的一个 FFDC 故障标识符。 该标识符指示创建了一个条目来报告一个故障或其它值得注意的异常事件。可以提供一个以上的 FFDC 故障标识符作为该命令的参数,但每一个标识符必须用逗号(,)分隔,中间不能有空格。

退出状态

fcdecode 在结束后返回下列整数形式的状态代码之一:

0
成功解码了 FFDC 故障标识符。
2
显示帮助信息,处理结束。
10
没有提供某个 FFDC 故障标识符作为该命令的参数。
12
给该命令提供了无效或不支持的选项。
27
没有信息写入标准输出设备。FFDC 故障标识符参数不是一个有效参数。

示例

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....................

相关信息

命令:fcdispfidfcreportfcstkrpt

[ 页的顶部 | 上一页 | 下一页 | 目录 | 索引 | 法律条款 ]