COPY SERVERGROUP (Copy a server group)

Use this command to create a copy of a server group.

Privilege class

To issue this command, you must have system privilege.

Syntax

Read syntax diagramSkip visual syntax diagramCOPy SERVERGroupcurrent_group_namenew_group_name

Parameters

current_group_name (Required)
Specifies the server group to copy.
new_group_name (Required)
Specifies the name of the new server group. The maximum length of this name is 64 characters.

Example: Make a copy of a server group

Copy the server group GRP_PAYROLL to the new group HQ_PAYROLL.
copy servergroup grp_payroll hq_payroll

Related commands

Table 1. Commands related to COPY SERVERGROUP
Command Description
DEFINE GRPMEMBER Defines a server as a member of a server group.
DEFINE SERVER Defines a server for server-to-server communications.
DEFINE SERVERGROUP Defines a new server group.
DELETE GRPMEMBER Deletes a server from a server group.
DELETE SERVER Deletes the definition of a server.
DELETE SERVERGROUP Deletes a server group.
MOVE GRPMEMBER Moves a server group member.
QUERY SERVER Displays information about servers.
QUERY SERVERGROUP Displays information about server groups.
RENAME SERVERGROUP Renames a server group.
UPDATE SERVER Updates information about a server.
UPDATE SERVERGROUP Updates a server group.