ONTAP 9.12.1 commands

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

    Display giveback status

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

    Description

    The storage failover show-giveback command displays information about the giveback status of high-availability (HA) partner aggregates. The command displays the following information when no parameters are specified:

    • Node name

    • Partner aggregate name

    • Giveback Status

      You can specify additional parameters to display only the information that matches those parameters. For example, to display information only about a particular aggregate, run the command with the `-aggregate aggregate_name ` parameter.

    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 used, the command displays information about the giveback status of the aggregates belonging to the HA partner of the specified node.

    [-aggregate <text>] - Aggregate

    If this parameter is used, the command displays information about the giveback status of the specified aggregate.

    [-giveback-status <text>,…​] - Aggregates Giveback State

    If this parameter is used, the command displays information about the aggregates with the specified giveback status.

    [-destination <text>] - Destination for Giveback

    If this parameter is used, the command displays information about the giveback status of the aggregates whose destination after the giveback is the specified node.

    Examples

    The following example displays information about giveback status on all nodes:

    node::> storage failover show-giveback
                   Partner
    Node           Aggregate         Giveback Status
    -------------- ----------------- -------------------------------------------
    node0
                   -                 No aggregates to give back
    node1
                   -                 No aggregates to give back
    node2
                   -                 No aggregates to give back
    node3
                   -                 No aggregates to give back
    4 entries were displayed.
    Top of Page