User guide
132 ExtremeWarePx1 1.2 Command Reference Guide
Commands for Configuring Servers and Services
configure server-group delete-server
configure server-group name <name string> delete-server
[(index <index number> {- <index number>}) |
(ipaddress <IP address> {- <IP address>} port <port number>)]
Description
Deletes one or more servers from 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 group with the configure server-group add-server command, you can delete selected servers
from the server group.
You can identify a server to be deleted either by its index number or by its IP address and port number.
This command allows you to delete a number of servers with consecutive index numbers or a number
of servers with consecutive IP addresses, all of which use the same port.
This command removes each speciÞed server from the named server group, but leaves the server
conÞgured in the system, so that it can be added to a different group. To remove a server from the
system altogether, use the unconfigure server command instead of this command.
You must use the build command to commit the conÞguration changes made by this command.
Example
This example delete the server with index number 2 from the server group named group1.
SummitPx1:7 # configure server-group name group1 delete-server index 2
* SummitPx1:8 # build
History
This command was available in ExtremeWarePx 1.1.
name string The name of the server group from which the servers should be deleted.
index number The unique index number of a server to be deleted.
IP address The IP address of a server to be deleted. The IP address plus the port number uniquely
identify a server.
port number The port number of the servers to be deleted. The port number plus the IP address
uniquely identify a server.