nas_fs
177
The nas Commands
BCV, R1BCV, R2BCV, ATA, R1ATA, R2ATA, BCVA, R1BCA,
R2BCA.
EXAMPLE #1 To create a file system named ufs1 on metavolume mtv1, type:
$ nas_fs -name ufs1 -create mtv1
id = 37
name = ufs1
acl = 0
in_use = False
type = uxfs
worm = off
volume = mtv1
pool =
rw_servers=
ro_servers=
rw_vdms =
ro_vdms =
auto_ext = no,virtual_provision=no
stor_devs = APM00042000818-0012,APM00042000818-0014
disks = d7,d9
Where:
EXAMPLE #2 To display information about a file system using the file system ID,
37, type:
$ nas_fs -info id=37
id = 37
name = ufs1
acl = 0
in_use = False
type = uxfs
worm = off
volume = mtv1
pool =
Value Definition
id automatically assigned ID of a file system.
name name assigned to a file system.
acl access control value for a file system. See nas_acl.
in_use if a file system is registered into the mount table of a Data Mover.
type type of file system. See -list for a description of the types.
worm whether file-level retention storage capability is enabled or disabled.
volume volume on which a file system resides.
pool storage pool for the file system.
rw_servers servers with read-write access to a file system.
ro_servers servers with read-only access to a file system.
rw_vdms VDM servers with read-write access to a file system.
ro_vdms VDM servers with read-only access to a file system.
auto_ext indicates whether auto-extension and virtual provisioning are enabled.
stor_devs storage system devices associated with a file system.
disks disks on which the metavolume resides.