62
Celerra Network Server Command Reference Manual
The fs Commands
BACKEND OUTPUT The number associated with the storage device is dependent on the
attached backend of the system. CLARiiON backends display a
prefix of APM before a set of integers, for example,
APM00033900124-0019. Symmetrix storage backends display as
002804000190-003C.
EXAMPLE #1 To create a file system group named, ufsg1, and add ufs1, type:
$ fs_group -name ufsg1 -create ufs1
id = 22
name = ufsg1
acl = 0
in_use = False
type = group
fs_set = ufs1
pool =
stor_devs =
000187940268-0006,000187940268-0007,000187940268-0008,000187940268-0009
disks = d3,d4,d5,d6
Where:
EXAMPLE #2 To list all file system groups, type:
$ fs_group -list
id name acl in_use type member_of fs_set
20 ufsg1 0 n 100 18
Where:
EXAMPLE #3 To display information for the file system group, ufsg1, type:
$ fs_group -info ufsg1
id = 22
name = ufsg1
acl = 0
in_use = False
type = group
fs_set = ufs1
pool =
Value Definition
id ID of the group that is automatically assigned.
name name assigned to the group.
acl access control value for the group.
in_use whether a file system is used by a group.
type type of file system.
fs_set file systems that are part of the group.
pool storage pool given to the file system group.
stor_devs storage system devices associated with the group.
disks disks on which the metavolume resides.
Value Definition
member_of groups which the file system group belong to.