HP OpenVMS Systemsask the wizard |
The Question is: Our system disk (dka0:) is eating up very quickly recently: almost 2000 blocks a day. It should not happen. will you please help us to solve the problem? The Answer is :
Consider looking for recently-modified files:
$ DIRECTORY/MODIFIED/SINCE=YESTERDAY/SIZE SYS$SYSDEVICE:[*...]*.*;*
If the cause is one or more files that are being extended, consider:
$ DIRECTORY/SELECT=SIZE=MINIMUM=1000/SIZE SYS$SYSDEVICE:[*...]*.*;*
Also please see (7698), (7343), and other discussions.
|