ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • storage tape load-balance show

    Displays the tape load balance configuration

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

    Description

    The storage tape load-balance show command displays tape load balance settings for each node in the cluster.

    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

    Selects information about tape load balancing for the specified node.

    [-is-enabled {true|false}] - Is Tape Load Balance Enabled

    Selects information about load balance configuration as specified by enabled or disabled setting.

    Examples

    The following example shows the load balance setting for each node in the cluster:

    cluster1::> storage tape load-balance show
    
    Node                        Enabled
    --------------------------- ---------
    node1                       false
    node2                       false
    2 entries were displayed.
    Top of Page