VDM Version 7.01
|
A new user detail report that has a separate page for each user showing their storage usage for every disk they have files on and the total space used.
|
2
|
A new file selection criteria has been added so that interactive reports, such as the size report, can be generated for specific files, file types or directories. Any portions of the file specification not given will be completed from the default specification of [*...]*.*;*
|
3
|
A new unauthorized files report shows all the files on a disk that belong to a UIC that is not currently in the UAF file. With this report you can quickly find files that should be deleted or reset to belong to a valid user.
|
4
|
VDM currently uses the system service $getdvi to obtain information on disk devices. When obtaining the name for the disk the item “DEVNAM” is used. In sites with HSC devices this DEVNAME changes when the HSC node is changed so that VDM current and capacity reports can no longer access historical information for that disk. A new logical name “VDM$USE_DISK_NAME” has been added; if it is defined, in the system table, to be FULLDEVNAM:
$ define /system VDM$USE_DISK_NAME FULLDEVNAM
that item will be used instead. This generates more consistent results at sites using HSC devices. For a typical nonHSC disk in a cluster the two device items would return devices names of:
DEVNAM node1$dka100:
FULLDEVNAM $1$dka100:
Switching from the current method to the new “FULLDEVNAM” item, at sites that are currently running VDM, will leave historical information unavailable because of the disk name change. A command procedure, VDM_COM:CONVERT_OLD_DATA has been added to read an existing data file and convert all the disk references from the DEVNAM format to the FULLDEVNAM format. As long as a disk has not been moved since the older data was created this will successfully make older data available. The procedure requires the date from the data file name as a parameter; to convert data from October 13, 1999, for example:
$ @VDM_COM:CONVERT_OLD_DATA 19991013
|
5
|
VDM V6 had an error in the command definition file that made it difficult to change the default mail recipient for the monitor. This problem has been fixed. To change the default mail recipient enter:
$ vdm /monitor /mail=username
|
6
|
The current and capacity directory reports can now be generated to any level, how-ever, during reporting any directory string that is too long is truncated.
|