ONTAP 9.12.1 commands

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

    Modify the tape load balance configuration

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

    Description

    The storage tape load-balance modify command modifies the tape load balance setting for a specified node in the cluster.

    Parameters

    -node {<nodename>|local} - Node

    This parameter specifies the node on which the tape load balance setting is to be modified.

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

    This parameter specifies whether tape load balancing is enabled on the node. The default setting is false.

    Examples

    The following example modifies the tape load balance setting on node1 in the cluster:

    cluster1::> storage tape load-balance modify -node node1 -is-enabled true
    Top of Page