


The "acuserve -info" option returns an AcuServer system status report. The report includes a list of all open files, followed by the total number of open files.
The status report has the following format:
Client User PID TY FID File Name ---------- ---------- ----- -- ------ ------------------------ starling bernie 1281 I 5d7e8 /usr2/bsmi.../dat/IDX.DAT starling bernie 1281 S 5ce08 /usr2/bsmi.../dat/SUP.DAT 2 file(s) in use by acuserve on: condor Port Number: 6523, AcuServer version 5.0.0
The Client field identifies the client machine associated with the open file.
The User field identifies the client user name associated with the open file.
The PID is the process ID of the client application on the client system. Because acuserve handles requests from many clients, PIDs are not guaranteed to be unique (service requests originating on different clients may have the same PID). Therefore, the "-unlock" option to acuserve requires that the PID be qualified with a client name.
The TY field indicates the type of open data file: (I)ndexed, (R)elative, (S)equential, (O)bject, or (f)ile.
The FID is a unique file process ID associated with each open file on the server (FIDs are guaranteed to be unique).
The File Name field displays the name of the open file. This field can display up to 28 characters. Should the path and file name exceed 28 characters, the report will attempt to display all of the file name, preceded by the file's parent directory, preceded by the root directory. Path-name components which must be omitted are represented by an ellipsis (three dots). See the preceding example.