1 &version 2
 2 &- ***********************************************************
 3 &- *                                                         *
 4 &- * Copyright, (C) Honeywell Information Systems Inc., 1984 *
 5 &- *                                                         *
 6 &- ***********************************************************
 7 &trace &command off
 8 &-
 9 &- Copy to >dumps any dump files not yet picked up.
10 copy_dump
11 &-
12 &- If AIM site execute the following command.
13 &- set_system_priv seg dir rcp
14 &-
15 &- Delete the old process directories from here
16 &- so that the system will come up faster.
17 delete_old_pdds
18 &-
19 &- Let the Initializer delete >pdd directory.
20 sac delete_old_pdds
21 &-
22 &- monitor storage in system directories.
23 monitor_quota -pn >system_control_1>syserr_log -console
24 monitor_quota -pn >system_control_1 -console
25 monitor_quota -pn >user_dir_dir>SysAdmin>a -console
26 monitor_quota -pn >dumps -console
27 &-
28 &- monitor_the memories for EDAC errors.
29 set_mos_polling_time 5
30 &-
31 &- monitor the MPCs for errors.
32 poll_mpc -tm 30
33 &-
34 &- Check disk storage.
35 list_vols -tt
36 &-
37 &quit