192
Celerra Network Server Command Reference Manual
The nas Commands
EXAMPLE #2 To start ACL check on ufs1, type:
$ nas_fsck -start ufs1 -aclchkonly
ACLCHK: in progress for file system ufs1
EXAMPLE #3 To start a file system check on ufs2 using Data Mover server_5, type:
$ nas_fsck -start ufs2 -mover server_5
name = ufs2
id = 23
volume = v134
fsck_server = server_5
inode_check_percent = 40
directory_check_percent = 0
used_ACL_check_percent = 0
free_ACL_check_status = Not Started
cylinder_group_check_status = Not Started
See Example #1 for a description of command outputs.
EXAMPLE #4 To list all current file system checks, type:
$ nas_fsck -list
id type state volume name server
23 1 FSCK 134 ufs2 4
27 1 ACLCHK 144 ufs1 1
Where:
EXAMPLE #5 To display information about file system check for ufs2 that is
currently running, type:
$ nas_fsck -info ufs2
name = ufs2
id = 23
volume = v134
fsck_server = server_5
inode_check_percent = 100
directory_check_percent = 100
used_ACL_check_percent = 100
free_ACL_check_status = Done
cylinder_group_check_status = In Progress
used_ACL_check_percent percentage of used ACLs that have been checked and fixed.
free_ACL_check_status status of the ACL check.
cylinder_group_check_status status of the cylinder group check.
Value Definition
id automatically assigned ID of a file system.
type type of file system.
state utility being run.
volume volume on which the file system resided.
name name assigned to the file system.
server server on which fsck is being run.