ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • system bridge coredump show

    Display a list of bridge coredumps

    Availability: This command is available to cluster administrators at the admin privilege level.

    Description

    The system bridge coredump show command displays information about all the coredump files previously retrieved with the system bridge coredump collect command. If no parameters are specified, the default command displays the following information about the coredump files:

    • Bridge Name

    • Bridge Serial Number

    • Coredump Filename

    • Located on Node

    • Panic Timestamp

    • Panic String

    To display detailed information about a single coredump file, use the -node and -corename parameters.

    Parameters

    { [-fields <fieldname>,…​]

    If you specify the -fields <fieldname>, …​ parameter, the command output also includes the specified field or fields. You can use '-fields ?' to display the fields to specify.

    | [-instance ] }

    If you specify the -instance parameter, the command displays detailed information about all fields.

    [-serial-number <text>] - Bridge Serial Number

    Use this parameter to select the coredump files from the bridge that matches the specified bridge serial number.

    [-corename <text>] - Coredump Filename

    Use this parameter to select the coredump files that matches the specified file name.

    [-name <text>] - Bridge Name

    Use this parameter to select the coredump files from the bridge that matches the specified bridge name.

    [-node <nodename>] - Located on Node

    Use this parameter to select the coredump the coredump files that are located on the specified node.

    [-panic-time <MM/DD/YYYY HH:MM:SS>] - Panic Timestamp

    Use this parameter to select the coredump files that were collected at the specified time.

    [-panic-string <text>] - Panic String

    Use this parameter to select the coredump files that matches the specified panic string.

    Examples

    The following example displays information about all coredump files:

    cluster1::> system bridge coredump show
    Bridge Name: ATTO_FibreBridge7500N_1
    Bridge Serial Number: FB7500N100018
       Coredump Filename: core.FB7500N100018.1970-01-05.17_50_30.mem
         Located on Node: stg-8020-6a
         Panic Timestamp: 7/6/2017 11:03:37
            Panic String: CoreDumpGenerate CLI Command
    
    cluster1::>
    Top of Page