ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • system controller flash-cache secure-erase show

    Display the Flash Cache card status

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

    Description

    The system controller flash-cache secure-erase show command displays the current Flash Cache device secure-erase status.

    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.

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

    If this parameter is specified, only status information for the matching node is displayed.

    [-device-id <integer>] - Device Id

    If this parameter is specified, only status information for the matching device-id is displayed.

    [-device-state {ok|erasing|erased|failed|removed}] - Device State

    If this parameter is specified, only status information for the matching device-state is displayed.

    Examples

    The following example displays the current state of all the Flash Cache devices:

    cluster1::> system controller flash-cache secure-erase show
    Node      Device ID Slot Device State
    --------- --------- ---- ------------
    node1
                      0 6-1  ok
                      1 6-2  erasing
    node2
                      0 6-1  erased
                      1 6-2  ok
    4 entries were displayed.
    Top of Page