User guide

130 ExtremeWarePx1 1.2 Command Reference Guide
Commands for Configuring Servers and Services
configure server-group add-server
configure server-group name <name string> add-server
[(index <index number> {- <index number>}) |
(ipaddress <IP address> {- <IP address>} port <port number>)]
Description
Adds one or more servers to a server group.
Syntax Description
Default
N/A.
Usage Guidelines
You must have administrator privileges to issue this command.
After you have created a server group with the configure server-group command and added servers
to the system with the configure server command, you can add the servers to the server group.
You can identify a server to be added either by its index number or by its IP address and port number.
This command allows you to add a number of servers with consecutive index numbers or a number of
servers with consecutive IP addresses, all of which use the same port.
You must use the build command to commit the conÞguration changes made by this command.
Example
This example adds three servers to the system, creates a server group, and adds the three servers to the
server group:
SummitPx1:5 # configure server index 1 ip 64.1.1.50 - 64.1.1.52 port 80
* SummitPx1:6 # configure server-group name group1 policy rr
* SummitPx1:7 # configure server-group name group1 add-server index 1 - 3
* SummitPx1:8 # build
History
This command was available in ExtremeWarePx 1.1.
name string The name of the server group to which the servers should be added.
index number The unique index number of a server to be added.
IP address The IP address of a server to be added. The IP address plus the port number uniquely
identify a server.
port number The port number of the servers to be added. The port number plus the IP address
uniquely identify a server.