Skip to main content
A newer release of this product is available.

network options load-balancing modify

Contributors
Suggest changes

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 (privilege: advanced)

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