Lists all exported aggregates and partitions on a File Server machine
Synopsis
fts lsaggr -server machine [-cell cellname] [{-noauth | -localauth}] [-verbose]
[-help]
Options
-server machine
Names the File Server machine whose exported aggregates and partitions are to be listed. Specify the File Server machine using the machine's DCE
pathname, the machine's host name, or the machine's IP address.
-cell cellname
Specifies the cell where the command is to be run. The default is the local cell of the issuer of the command.
-noauth
Directs fts to use the unprivileged identity nobody as the identity of the issuer of the command. If you use this option, do not use the
-localauth option.
-localauth
Directs fts to use the DFS server principal name of the machine on which the command is issued as the identity of the issuer. Use this option only if the
command is issued from a DFS server machine (a machine that has a DFS server principal in the local Registry Database). You must be logged into the server machine as root for this option to
work. If you use this option, do not use the -noauth option.
-verbose
Directs fts to provide detailed information about its actions as it executes the command.
-help
Prints the online help for this command. All other valid options specified with this option are ignored.
Description
The fts lsaggr command displays information about all exported aggregates and partitions on the File Server machine specified by the -server
option. The information about each aggregate and partition is specified in the dcelocal/var/dfs/dfstab file on the machine.
You can also issue the dfsexport command with no options to list all aggregates and partitions currently exported from the local disk to the DCE namespace. You can use the fts aggrinfo command to display information about the amount of disk space available on a specific aggregate or partition or on all aggregates and partitions on a File Server machine.
Privilege Required
No privileges are required.
Output
This command displays a separate line for each aggregate or partition. Each line displays the following information:
· The aggregate name, specified in the second field of the dfstab file
· The device name, specified in the first field of the dfstab file
· The aggregate ID, specified in the fourth field of the dfstab file
· The file system type, specified in the third field of the dfstab file
Examples
The following example shows that two non-LFS partitions and two DCE LFS aggregates are exported from the File Server machine named /.../abc.com/hosts/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)
Related Information
Commands: dfsexport(8dfs)
Files: dfstab(4dfs)