Do either of:
$ REPLY /ENABLE
$ SHOW ERROR
show up any problems? You might need:
$ SET TERMINAL /BROADCAST
and/or
$ SET BROADCAST=ALL
with REPLY /ENABLE if you are doing this on the console and something has
disabled broadcasts on the console.
Any of these would probably be great, but I should probably be a little
more clear; it's not really responding at all to input after I respond
to a prompt. After the carriage return, it just sits there and doesn't
even echo anything, though as I mentioned, anything running elsewhere
(like MONITOR) still seems to keep going.
It's me who should have been clearer.
Do the REPLY /ENABLE and friends before the problem shows up in the hope of
seeing a message giving details about the problem when it does show up.
You might see something like "Mount verification is in progress." for example.
Do the SHOW ERROR anytime and if anything (other than a tape drive, terminal
or any sort of virtual device) shows a non-zero error count, investigate the
reason for it. Particularly watch for MEMORY or CPU errors. If your disk
device starts clocking errors just before the system stalls, that would tend
to point the finger in its direction.
$ SHOW SYSTEM
is the one command I know of that will usually execute when almost all others
fail for reasons of resource starvation. Using it to look at what states
processes are in will give clues about what resources they might be waiting for.
$ SHOW MEMORY
/POOL /FULL
will give a vast number of figures. If "Free space" is low and "Current
size"
is much bigger than "Initial size" and approaching "Maximum size",
you may be
running into problems with non-paged pool.
The free space numbers seem fine and always have, but I haven't run
it while doing something like an install. I'll have to try that.
The pool space numbers don't seem terribly large, but I'm not quite
sure what nominal ones are.
The numbers will vary depending on your hardware and configuration. What
matters is that that "Free space" is not approaching zero when "Current
size"
is already as big as "Maximum size" which means there is no scope for further
automatic expansion of the pool size. If you have plenty of free space, you
are ok. If you don't have any free space but "Current size" is less than
"Maximum size", you are still ok.
Another approach to this sort of thing is to crash the system when it becomes
unresponsive and analyse the resultant crash dump afterwards. Probably easier
to try the AUTOGEN first though.
Regards,
Peter Coghlan.