ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • network options load-balancing modify

    Modify load balancing algorithm

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

    Description

    This command sets the state of geometric mean algorithm for load balancing

    Parameters

    [-enable {true|false}] - Geometric Mean Algorithm for load balancing

    Setting this parameter to true enables the geometric mean algorithm for load balancing. Setting it to false disables the geometric mean algorithm for the cluster.

    Examples

    The following example will enable the geometric mean algorithm for load
          balancing.
          cluster1::> network options load-balancing modify -enable true
    The following example will disable the geometric mean algorithm for load
          balancing.
          cluster1::> network options load-balancing modify -enable false
    Top of Page