Specifications

SSR Command Line Interface Reference Manual 427
load-balance add host-to-group
load-balance add host-to-group
Purpose
Adds a server to a previously-created group of load balancing servers.
Format
load-balance add host-to-group <ipaddr/range> group-name <group name> port <port
number> [weight <weight>]
Mode
Configure
Description
The load-balance add host-to-group command lets you add a server to a server group
that was previously-created with the load-balance create group-name command.
Parameters
<ipaddr/range>
The IP address of the server being added to the group, in the form a.b.c.d or a
range of IP addresses in the form 10.10.1.1-10.10.1.3.
<group name>
The name of the group of load balancing servers.
<port number>
The port number to be used for load balancing communications for the server
being added. Specify a number between 1 and 65535.
<weight>
This parameter is only valid if you specify the weighted round robin policy for
this group of load balancing servers. (The load-balance set policy-for-group
command specifies the policy for distributing workload to the servers.) The
weight determines how many sessions are assigned to this server during its turn
in the weighted round robin selection. Specify a number between 1 and 65535.
The default value is 1.