From: CRDGW2::CRDGW2::MRGATE::"SMTP::CRVAX.SRI.COM::RELAY-INFO-VAX" 17-NOV-1989 12:54 To: MRGATE::"ARISIA::EVERHART" Subj: Re: Cancelling Mount Verify Timeout Received: From UCBVAX.BERKELEY.EDU by GIZMO.SRI.COM with TCP; Fri, 17 NOV 89 09:19:25 PDT Received: by ucbvax.Berkeley.EDU (5.61/1.39) id AA24255; Fri, 17 Nov 89 09:08:08 -0800 Received: from USENET by ucbvax.Berkeley.EDU with netnews for info-vax@kl.sri.com (info-vax@kl.sri.com) (contact usenet@ucbvax.Berkeley.EDU if you have questions) Date: 17 Nov 89 16:46:30 GMT From: rpi!usenet@tcgould.tn.cornell.edu (Matt Madison) Organization: Rensselaer Polytechnic Institute, Troy, NY Subject: Re: Cancelling Mount Verify Timeout Message-Id: <0092DEB8.F3CE7B60@mdmvs.ecs.rpi.edu> Sender: info-vax-request@kl.sri.com To: info-vax@kl.sri.com In article <891117103139.20c020ea@NSSDCA.GSFC.NASA.GOV>, TENCATI@NSSDCA.GSFC.NASA.GOV (SPAN SECURITY MGR. (301)286-5223) writes: >Does anyone know the low-level magic one types on the console to cause >mount-verify timeout to be cleared for a particular disk drive? It's the IPL 12 interrupt service routine that does this. To activate it, deposit the value 12 (0C hex) into the SIRR (internal processor register number 20 [14 hex]). The way to do this probably varies from CPU to CPU, depending on the console command language. On a 6000-series machine, for example, you would do: >>> D/I 14 0C This will get you the IPL 12 ISR prompt: IPC> at which you can type: C ddcu: cancels mount verification on specified device Q forces quorum recalculation for the VAXcluster X activates XDELTA if it is resident ctrl/Z returns system to normal operation Use At Your Own Risk. This stuff is documented in the VMS Internals and Data Structures V5 Update XPRESS (not sure which volume). -- Matthew Madison, Systems Programmer | Engineering Computing Services | Rensselaer Polytechnic Institute | Troy, New York 12180-3590 USA madison@vms.ecs.rpi.edu