Files found in this directory provided by: Christine Simon LTV Missiles and Electronics Group Missiles Division Mail Stop WT-25 P.O. Box 650003 Dallas, TX 75265-0003 (214) 266-7268 UUNET: engcon!simonc@uunet.uu.net Date of current submission: July 1990 This directory contains a command procedure to check the sizes of the ALL-IN-1 shared directories and let someone know if we're going to need some more room. Produces a report of all shared directories containing the directory specification, directory file size, number of files in the directory, and the total blocksize of the files in the directory. Directories which are getting too large or contain too many files are flagged. The procedure should be edited before running it on your system. There are three lines containing site-specific information at the beginning of the code which will need to be changed. This submission includes Version 2.0-1 of the A1_Shared_Report.Com procedure. Version 2.0 came about with my recent change of employment and the subsequent discovery of many erroneous assumptions in the code, including the assumption that all OA$SHARE directories were on the same disk, and the assumption that OA$SHARE_HIGH was always equal to the highest numbered OA$SHARE directory on the system. This version should be much more robust and work on most systems. I would like to know if it turns out to NOT be robust on your system. Warnings are given if: 1. Allocated size of a shared directory file is over 100 blocks. 2. Number of files in a shared directory is over 400. Stonger warnings are given if: 1. Allocated size of a shared directory file is over 128 blocks. 2. Number of files in a shared directory is over 500. Output file is A1_Shared_Report.Lis. Software Requirements: 1. VMS 4.7 or higher 2. ALL-IN-1 Version 2.3 or higher