MOVE GRPMEMBER (Move a server group member)
Use this command to move a member from one server group to another server group. The command fails if the member you are moving has the same name as a current member of the group.
Privilege class
To issue this command, you must have system privilege.
Parameters
- member_name (Required)
- Specifies the member (a server or a server group) to move.
- from_group (Required)
- Specifies the server group with which the member is currently associated.
- to_group (Required)
- Specifies the new server group for the member.
Example: Move a server to another server group
Move member PAYSON from REGION1 group to REGION2 group.move grpmember payson region1 region2
Related commands
| Command | Description |
|---|---|
| DEFINE GRPMEMBER | Defines a server as a member of a server group. |
| DEFINE SERVERGROUP | Defines a new server group. |
| DELETE GRPMEMBER | Deletes a server from a server group. |
| DELETE SERVERGROUP | Deletes a server group. |
| QUERY SERVER | Displays information about servers. |
| QUERY SERVERGROUP | Displays information about server groups. |
| RENAME SERVERGROUP | Renames a server group. |
| UPDATE SERVERGROUP | Updates a server group. |
