remove invitednode (remove invitedsubnet)
Remove host address information from the valid node checking for registration (VNCR) list in the Global Data Services catalog. This command removes either the specified invitednode or all invitednodes that correspond to an alias.
Syntax
remove invitednode {[-group group_name]|vncr_id}Options
Table 2-78 GDSCTL remove invitednode (remove invitedsubnet) Options
| Option | Description |
|---|---|
-group group_name |
Specify an alias which defines a group of VNCRs. This alias can be referenced in other commands related to invited nodes. |
vncr_id |
The host address information, which can be an IPv4 or IPv6 address, a host name, a netmask, or other identifier for a server. The host address information cannot contain any spaces. |
Usage Notes
You must connect to the catalog database as a user with the pool administrator privileges, using the command connect before running this command
Examples
Remove the invitednode 198.51.100.22 from the catalog.
GDSCTL> remove invitednode 198.51.100.22
Remove the VNCR alias group EAST_SRV from the catalog.
GDSCTL> remove invitednode -group east_srv