Listing Aggregates and Partitions

The fts lsaggr command is used to list the following information about each exported aggregate or partition on a File Server machine. The information is specified for each aggregate and partition in the dcelocal/var/dfs/dfstab file.

· The aggregate name, which is specified in the second field of the dfstab file

· The device name, which is specified in the first field of the dfstab file

· The aggregate ID, which is specified in the fourth field of the dfstab file

· The file system type, which is specified in the third field of the dfstab file

Note: You can issue the dfsexport command with no options on a File Server machine to list all aggregates and partitions currently exported from the local disk to the DCE namespace. Like the fts lsaggr command, no privileges are required to issue the dfsexport command with no options.

Enter the fts lsaggr command to list information about all of the exported aggregates and partitions on a File Server machine:

$ fts lsaggr -server machine

The following example shows that two non-LFS partitions and two DCE LFS aggregates are exported from the File Server machine named fs1:

$ fts lsaggr /.../abc.com/hosts/fs1

There are 4 aggregates on the server /.../abc.com/hosts/fs1 (fs1.abc.com):

/usr (/dev/lv02): id=3 (non-LFS)

/tmp (/dev/lv03): id=4 (non-LFS)

lfs1 (/dev/lfs1): id=10 (LFS)

lfs2 (/dev/lfs2): id=11 (LFS)