modify gdspool
Modifies the configuration parameters of GDS pools.
Syntax
modify gdspool -gdspool gdspool_name_list
[-removeuser user_name | -adduser user_name]Options
Table 2-59 GDSCTL modify gdspool Options
| Option | Description |
|---|---|
-adduser user_name |
Specify the user to add to the list of GDS pool administrators. This option grants the pool administrator role to the specified user. |
-gdspool database_pool_list |
Specify a comma-delimited list of GDS pool names. |
-removeuser user_name |
Specify the user to remove from the list of GDS pool administrators. This option revokes the pool administrator role from the specified user. |
Usage Notes
You must connect to the catalog database as a user with the pool administrator privileges, using the connect command before running this command
Example
Add PETER to the list of database pool administrators for the pool MYREADERFARM:
GDSCTL> modify gdspool -gdspool myreaderfarm -adduser peter