pool create

Creates a pool in the group. Optionally, you can specify a description for a pool.

Format

pool create pool_name [description]

Variables   

pool_name

Pool name, up to 64 characters. Valid characters include letters, numbers, and hyphens. The first character must be a letter or number.

description

Description for the pool, up to 128 alphanumeric characters. If the description contains spaces, surround it with quotation marks.

Example

The following command creates a pool:

> pool create staffpool "Pool for staff data"

Pool creation succeeded.