cel_fs
19
The cel and cs Commands
-Import {{ <fs_name>,...} | -file <filename>}
Imports file system attributes obtained from the extraction of a file
system definition either from the specified <fs_name> or <filename>.
SEE ALSO Using SRDF/S with Celerra for Disaster Recovery, nas_cel, nas_fs,
nas_rdf, fs_group.
EXAMPLE #1 To display a listing of the file systems residing on the remote Celerra
Network Server, cs30, type:
$ cel_fs cs30 -list
id inuse type acl volume name server
1 n 1 0 66 root_fs_1
2 y 1 0 68 root_fs_2 1
3 y 1 0 70 root_fs_3 2
4 y 1 0 72 root_fs_4 3
5 y 1 0 74 root_fs_5 4
6 n 1 0 76 root_fs_6
7 n 1 0 78 root_fs_7
8 n 1 0 80 root_fs_8
9 n 1 0 82 root_fs_9
10 n 1 0 84 root_fs_10
11 n 1 0 86 root_fs_11
12 n 1 0 88 root_fs_12
13 n 1 0 90 root_fs_13
14 n 1 0 92 root_fs_14
15 n 1 0 94 root_fs_15
16 y 1 0 96 root_fs_common 4,3,2,1
17 n 5 0 145 root_fs_ufslog
18 y 1 0 156 ufs1 1
Where:
EXAMPLE #2 To display the attributes and the size for ufs1 on cs30, type:
$ cel_fs cs30 -info -size ufs1
id = 18
name = ufs1
acl = 0
in_use = True
type = uxfs
volume = mtv1
pool =
Value Definition
id ID of a file system (assigned automatically).
inuse whether a file system has been registered into the mount table.
type what type of file system. See nas_fs.
acl access control value for a file system. See nas_fs.
volume name of the volume on which a file system resides.
name name assigned to a file system.
server server associated with a file system.