272
Celerra Network Server Command Reference Manual
The nas Commands
Where:
EXAMPLE #2 To create a metavolume named, mtv1 on disk volume, d7, type:
$ nas_volume -name mtv1 -create d7
id = 146
name = mtv1
acl = 0
in_use = False
type = meta
volume_set = d7
disks = d7
Where:
EXAMPLE #3 To display configuration information for mtv1, type:
$ nas_volume -info mtv1
id = 146
name = mtv1
acl = 0
in_use = False
type = meta
volume_set = d7
disks = d7
See Example #2 for a description of command output.
EXAMPLE #4 To rename a mtv1 to mtv2, type:
$ nas_volume -rename mtv1 mtv2
id = 146
name = mtv2
Value Definition
id ID of the volume.
inuse whether the volume is used.
type type assigned to the volume. Available types are: 1=slice, 2=stripe, 3=meta, 4=disk, and 100=pool.
acl access control level assigned the volume.
name name assigned to the volume.
cltype the client type of the volume. Available values are:
0 – if the clid field is not empty then the client is a slice
1 – the client is another volume (meta, stripe, volume_pool)
2 – the client is a file system.
clid ID of the client.
Value Definition
id ID of the volume.
name name assigned to the volume
acl access control level assigned the volume.
in_use whether the volume is used.
type type assigned to the volume.Types are meta, stripe, slice, disk, and pool.
volume_set name assigned to the volume.
disks disks used to build a file system.