Node:local, Pool commands, Pool:create – Dell Acceleration Appliances for Databases User Manual
Page 73

node:local
Returns the ID or UUID of the local node in a cluster. In a cluster management scenario, it may
not be obvious which node you are connected to, so this command returns the information for
you.
Syntax
node:local [options]
Options
–-uuid
or
–u
Show the UUID instead of the readable ID.
(See
help –-all
for details on these options:
--display
,
--output-file
)
Example
This shows the UUID of the local node in the cluster.
> node:local –uuid
33663168
POOL COMMANDS
The Pool commands enable you to create, delete, list, and get information for storage pools.
The capacity reported for storage pools and volumes is closely approximated. So if the CLI
reports 1500.00 GB available, the actual amount may be slightly less than that, and therefore
a file of that exact capacity might not fit.
pool:create
Creates a storage pool.
Syntax
pool:create [options] id device(s)
Options
–-repair
Repair, after servicing.
–-pesize
or
–p
<
integer> PE (Physical Extent) size, in KiB
--if-not-exists
or
–ne
If an object with the given identifier already exists, skip creation.
73