Weighted distribution of sites with | 1 |
The ServerIron ADX sorts the IP addresses for domain www.foo.com in ascending order of the addresses as follows.
1.1.1.42(rank 1)Hash Weight: 1
1.1.1.43(rank 2)Hash Weight: 1
1.1.1.44(rank 3) Hash Weight: 2
The hash table for domain is rehashed using the algorithm described in Section 1.3. The hash table for www.foo.com will be as follows after rehashing.
0 | 1 | 2 | 3 |
.42 | .43 | .44 | .44 |
|
|
|
|
255
.44
The
Disabling rehash on introduction of new IP addresses or state change from down to healthy
You can disable rehash on the introduction of a new IP address or change of IP address state from down to healthy. User would typically disable this rehash to avoid breaking the persistence when rehashing is performed. The trade off is the new iP address will not be included in the hash table. User will have to manually rehash at a later time to enable the new IP address to be included.
If the rehashing on state change or introduction of a new IP is disabled, and such an event occurs, then a message stating that the ServerIron ADX needs to be rehashed at a later time will be displayed.
Rehash: change in hash weight
ServerIron ADX will rehash the hash table for a domain when the hash weight for an IP configured for the domain is changed. The rehashing will be similar to that described in Section 1.4.
Disabling rehash on change in hash weight configuration
You can disable rehash on change in hash weight configuration for domain IP addresses. User would typically disable this rehash to avoid breaking the persistence when rehashing is performed due to change in hash weight. The
Configuring distribution of sites with
With the weighted
The new command line interface needed for weighted
ServerIron ADX Global Server Load Balancing Guide | 79 |
|