vxdiskusg(1M) vxdiskusg(1M)
NAME
vxdiskusg - generate VxFS disk accounting data by user ID
SYNOPSIS
ignlist] password-file] outfile] [file...]
DESCRIPTION
generates intermediate disk accounting information from data in file, or the standard input if the option is specified and file is omitted.
outputs lines on the standard output, one line per user, in the following format:
uid login #blocks
where:
uid User's numerical user ID
login User's login name
#blocks Total number of disk blocks allocated to this user
Without the option, file is the special filename of device(s) containing file systems. reads only the inodes of file systems for disk
accounting.
The output of is normally the input to (see acct(1M)) which generates total accounting records that can be merged with other accounting
records. is normally run in (see acctsh(1M)).
Options
recognizes the following options:
Ignore the data on those file systems whose file system name is in
ignlist. ignlist is a list of file system names, separated by commas or separated by spaces and enclosed within
quotes. compares each name in this list with the file system name stored in the volume name (see volcopy_vxfs(1M)),
if it exists.
Note: This option was intended for use with the command, which is no longer supported on VxFS.
Use password-file as the name of the password file to generate login names. is used by default.
Input data is already in
output format. combines all lines for a single user into a single line.
Write records to
outfile of files that are charged to no one. Records consist of the special file name, the inode number, and the
user ID.
Verbose. Print a list on standard error of all files that are charged to no one.
Operands
recognizes the following operand:
file The special filename of device(s) containing file systems. Do not use this operand with the option.
EXAMPLES
The following generates daily disk accounting information for the file systems on these disks:
FILES
Used for converting user IDs to login names
SEE ALSO
acct(1M), acctsh(1M), diskusg(1M), acct(4).
STANDARDS CONFORMANCE
vxdiskusg(1M)