modify region
Modifies the configuration parameters for a region.
Syntax
modify region -region region_name_list
[-buddy region_name]
[-weights weight]Options
Table 2-61 GDSCTL modify region Options
| Option | Description |
|---|---|
-buddy |
Specify the name of the buddy region |
-region region_list |
Specify a comma-delimited list of region names |
-weights weight |
Used for static RLB distribution. format: name = value,..,name = value |
Usage Notes
You must connect to the catalog database as a user with the Global Data Services administrator privileges, using the connect command before running this command.
To clear buddy region or weight, call MODIFY REGION and specify empty quotes as the value. If WEIGHTS is specified, dynamic load balancing is replaced by static (not recommended).
Example
Modify two regions, EAST and WEST, as follows:
GDSCTL> modify region -region west -buddy east