No tape drives on this system. No scratch disks. No removable
drives. The docs I have say DU, DL, MU, MS, MM devices only for crash
dump support.
Has anybody ever set up to crash dump to a virtual disk? Or why not
to a file a la VMS? Sounds like a worthwhile project. Given an
infinite amount of time and money, I might take a stroll through the
sources to see what I can see.
- Rob
--
Rob Brown b r o w n a t g m c l d o t c o m
G. Michaels Consulting Ltd. (780)438-9343 (voice)
Edmonton (780)437-3367 (FAX)
http://gmcl.com/
-Dave
> Customer system (11/84, M-Plus V4.6) piled up. Try to take a crash
> dump. "Crash driver not loaded." Oh, well.
> No tape drives on this system. No scratch disks. No removable
> drives. The docs I have say DU, DL, MU, MS, MM devices only for crash
> dump support.
> Has anybody ever set up to crash dump to a virtual disk? Or why not
> to a file a la VMS? Sounds like a worthwhile project. Given an
> infinite amount of time and money, I might take a stroll through the
> sources to see what I can see.
I assume you're unable to mount a virtual tape (or disk) to write to at this
point?
Zane
> I assume you're unable to mount a virtual tape (or disk) to write to
> at this point?
For me, by the time I decide that I want a crash dump, the system is
too hosed to do anything other than "c for continue" or "40g".
> Create a VF device which is contiguous, and modify the crash driver
> to start writing there, then you could hard code in the VF device
> name etc, and CDA would be able to get what was dumped ... A bit of
> work, but doable in a day or so ...
Thanks for the advice, Dave. I thought that would be a worthwhile
starting point.