Home | Previous Page | Next Page   Utility Reference > onutil: Check, Define, and Modify Storage Objects > Identifiers in onutil Commands >

Coserver Range Identifier

A coserver_range_identifier specifies one or more coserver names to define as members of a cogroup. For a description of a coserver name, see Coserver Name.

Use a coserver range identifier in the following onutil commands.

Command
Reference
ALTER DBSLICE ADD DBSPACE
See page ALTER DBSLICE ADD DBSPACE.
CHECK DATA
See page CHECK DATA.
CHECK INFO
See page CHECK INFO.
CHECK RESERVED
See page CHECK RESERVED.
CHECK SPACE
See page CHECK SPACE.
CREATE COGROUP
See page CREATE COGROUP.
CREATE DBSLICE
See page CREATE DBSLICE.
DROP COGROUP
See page DROP COGROUP.

Coserver range identifiers can include embedded formatting characters of the following form:

%r(first..last)

These formatting characters have the following meaning:

%r(first..last)
are formatting characters that are replaced by integer values in the range that first and last specify to produce a list of coserver names.

For example, the following onutil command contains a coserver range identifier for coserver names eds.1 through eds.8:

% onutil
1> CREATE COGROUP acctg_cogroup 
2> FROM eds.%r(1..8);
Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]