The fts aggrinfo command lists information about the total amount of disk space and the amount of disk space that is currently available on exported aggregates and partitions. It can be used to obtain size information about a specific aggregate or partition or about all of the exported aggregates and partitions on a File Server machine. The command displays the following information about each aggregate and partition:
· The file system type (LFS for a DCE LFS aggregate, or Non-LFS for a non-LFS partition).
· The aggregate name.
· The device name.
· The number of kilobytes of disk space currently available on the aggregate or partition.
· The total number of kilobytes on the aggregate or partition (not including any reserved disk space).
· The number of kilobytes, if any, of reserved disk space on the aggregate or partition. DCE LFS reserves a variable amount of disk space on each aggregate for internal purposes (for example, to accommodate additional space required for fileset move and clone operations). Some non-LFS file systems also reserve some amount of overdraw disk space for administrative purposes.
The df command available in the UNIX operating system displays roughly the same information as the fts aggrinfo command for non-LFS partitions, exported DCE LFS aggregates, and locally mounted DCE LFS filesets.
Enter the fts aggrinfo command to display information about the disk space that is available on a specific aggregate or partition or on all aggregates and partitions on a File Server machine:
$ fts aggrinfo -server machine [-aggregate name]
The following example displays information about the disk space that is available on the aggregates and partitions that are exported from fs1:
$ fts aggrinfo /.../abc.com/hosts/fs1
Non-LFS aggregate /usr (/dev/lv02): 24048 K free out of total 98304
(10923 reserved)
Non-LFS aggregate /tmp (/dev/lv03): 11668 K free out of total 12288
(1365 reserved)
LFS aggregate lfs1 (/dev/lfs1): 100537 K free out of total 101340
(2048 reserved)
LFS aggregate lfs2 (/dev/lfs2): 79957 K free out of total 81920
(2048 reserved)