ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • storage failover progress-table show

    Display status information about storage failover operations

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

    Description

    The storage failover progress-table show displays status information about storage-failover operations. This information is organized in a resource table. The command displays the following information:

    • Node name

    • Resource-entry index number

    • Resource-entry name

    • Resource-entry state

    • Resource-entry failure code

    • Resource-entry time delta

    This command is available only at the advanced privilege level and higher.

    Parameters

    { [-fields <fieldname>,…​]

    If -fields <fieldname>, …​ is used, the command will only displays only the specified fields.

    | [-instance ] }

    If this parameter is used, the command displays detailed information about all entries.

    [-node {<nodename>|local}] - Node

    Selects the status information for the specified node.

    [-index <integer>] - Resource Table Index

    Selects the status information for the specified index number.

    [-entryname <text>] - Resource Table Entry Name

    Selects the status information for the specified entry name.

    [-state <text>] - Resource Table Entry State

    Selects the status information for the specified state. Possible values include UP, START_RUNNING, START_DONE, START_FAILED, STOP_RUNNING, STOP_FAILED, TAKEOVER_BARRIER, and ONLY_WHEN_INITD.

    [-failurecode <text>] - Entry Failure Code

    Selects the status information for the specified failure code. Possible values include OK, FAIL, FAIL_ALWAYS, HANG, PANIC, and VETO.

    [-timedelta <integer>] - Entry Time Delta

    Selects the status information for the specified time delta.

    Examples

    The following example displays the entire storage-failover resource table:

    cluster1::*> storage failover progress-table show
    Node   Entry Name                             State       Time Delta
    ------ -----------------------------------    -------     -----------
    node0
           Pre-rsrctbl: fmdisk_resumePartnerDi    start_done            6
           Pre-rsrctbl: coredump_get_busy_spar    start_done          107
           Pre-rsrctbl: raid_preread_labels_be    start_done            1
           Pre-rsrctbl: fmdisk_reserve_all        start_done           84
           rsrctbl: fmrsrc_giveback_done          start_done            0
           rsrctbl: fmic                          start_done            0
           rsrctbl: fmdisk_reserve                start_done          171
           rsrctbl: fm_partnerSlowTimeout         start_done            1
           rsrctbl: fmdisk_inventory              start_done            0
           rsrctbl: fmfsm_reserve                 start_done            0
    Press <space> to page down, <return> for next line, or 'q' to quit...
    Node   Entry Name                             State       Time Delta
    ------ ------------------------------------   ----------  -----------
    node0
           rsrctbl: rdb-ha                        start_done           36
           rsrctbl: giveback_cleanup_wait         start_done            0
           rsrctbl: priority_ha                   start_done            0
           rsrctbl: raid                          start_done          113
           rsrctbl: raid_disaster_early           start_done            0
           rsrctbl: wafl_nvram_replay             start_done            0
           rsrctbl: takeover_test_1               start_done            0
    Top of Page