nas_pool
211
The nas Commands
EXAMPLE #1 To create a storage pool with the name, marketing, with a
description, with the following disk members, d12, d13, and with the
default slice flag set to y, type:
$ nas_pool -create -name marketing -description 'Storage Pool' -volumes d12,d13
-default_slice_flag y
id = 20
name = marketing
description = Storage Pool
acl = 0
in_use = False
clients =
members = d12,d13
default_slice_flag = True
is_user_defined = True
disk_type = CLSTD
server_visibility = server_2,server_3,server_4,server_5
Where:
EXAMPLE #2 To change the description for the marketing storage pool to include a
descriptive comment, type:
$ nas_pool -modify marketing -description 'Marketing Storage Pool'
id = 20
name = marketing
description = Marketing Storage Pool
acl = 0
in_use = False
clients =
members = d12,d13
default_slice_flag = True
is_user_defined = True
disk_type = CLSTD
server_visibility = server_2,server_3,server_4,server_5
See Example #1 for a description of command output.
Value Definition
id ID of the storage pool.
name name of the storage pool.
description comment assigned to the storage pool.
acl access control level value assigned to the storage pool.
in_use whether the storage pool is being used by a file system.
clients file systems using the storage pool.
members volumes used by the storage pool.
default_slice_flag allows slices from the storage pool.
is_user_defined user defined as opposed to system defined.
disk_type type of disk contingent on the backend attached. CLSTD, CLATA, CMSTD and CMATA are for
CLARiiON, and STD, BCV, R1BCV, R2BCV, R1STD, R2STD, ATA, R1ATA, R2ATA,BCVA,
R1BCA, R2BCA are for Symmetrix.
server_visibility storage pool is visible to the physical Data Movers specified.