252
Celerra Network Server Command Reference Manual
The nas Commands
EXAMPLE #2
To create a slice named slv1 on volume d8 of 1024 MB in size, type:
$ nas_slice -name slv1 -create d8 1024
id = 76
name = slv1
acl = 0
in_use = False
slice_of = d8
offset(MB)= 0
size (MB)= 1024
volume_name = slv1
Where:
EXAMPLE #3
To create a slice volume of 1 GB (1024 MB) with an offset of 1 GB
called slv2 from volume d8, type:
$ nas_slice -name slv2 -create d8 1024 1024
id = 77
name = slv2
acl = 0
in_use = False
slice_of = d8
offset(MB)= 1024
size (MB)= 1024
volume_name = slv2
See Example #2 for a description of command output.
EXAMPLE #4
To display attributes of slv1, type:
$ nas_slice -info slv1
id = 76
name = slv1
acl = 0
in_use = False
slice_of = d8
offset(MB)= 0
size (MB)= 1024
volume_name = slv1
See Example #2 for a description of command output.
Value
Definition
id
ID of the slice.
name
name of the slice.
acl
access control level value assigned to the slice.
inuse
whether the slice is used.
slice_of
volume the slice is sliced from.
offset(MB)
distance in Megabytes from the beginning of the disk to the start of the slice.
size (MB)
size in Megabytes of the slice.
volume_name
volume used to create the slice.
Summary of Contents for Celerra
Page 6: ...Celerra Network Server Command Reference Manual 6 Contents...
Page 10: ...10 Celerra Network Server Command Reference Manual Preface...
Page 16: ...16 Celerra Network Server Command Reference Manual Overview...
Page 276: ...276 Celerra Network Server Command Reference Manual The nas Commands...