Operating System - OpenVMS
1753384 Members
5874 Online
108792 Solutions
New Discussion юеВ

Backup or Copy causing VMS 5.5-2H4 Bugcheck

 
SOLVED
Go to solution
Ayya
Frequent Advisor

Backup or Copy causing VMS 5.5-2H4 Bugcheck

I have two systems running VAX VMS 5.5-2H4.
VAX 4000-50 and VAX-4000-600.
I think I have applied all patches that I can think of.
Both systems BUGCHECK during COPY or BACKUP of a specific file.
Happens when the file is newly created using
BACKUP/Ignore=interlock/Newversion.

Any ideas?
Thanks
Sini
15 REPLIES 15
Volker Halle
Honored Contributor

Re: Backup or Copy causing VMS 5.5-2H4 Bugcheck

Sini,

OpenVMS VAX V5.5-2H4 does not include the CLUE utility, which does provide an ASCII readable crash summary file (so-called CLUE file).

To find out a bit more about the crash, please provide the following information:

$ ANAL/CRASH SYS$SYSTEM
SDA> SHOW CRASH
SDA> SHOW STACK
SDA> SHOW PROC/CHAN

Volker.
Arch_Muthiah
Honored Contributor

Re: Backup or Copy causing VMS 5.5-2H4 Bugcheck

Sini,

from your Forum Profile:


I have assigned points to 5 of 17 responses to my questions.


Maybe you can find some time to do some assigning?

Mind, I do NOT say you necessarily need to give lots of points. It is fully up to _YOU_ to decide how many. If you consider an answer is not deserving any points, you can also assign 0 ( = zero ) points, and then that answer will no longer be counted as unassigned.
Consider, that every poster took at least the trouble of posting for you!

To easily find your streams with unassigned points, click your own name somewhere.
This will bring up your profile.
Near the bottom of that page, under the caption ├Г┬в├В ├В My Question(s)├Г┬в├В ├В you will find ├Г┬в├В ├В questions or topics with unassigned points ├Г┬в├В ├В Clicking that will give all, and only, your questions that still have unassigned postings.

Thanks on behalf of your Forum colleagues.

PS. ├Г┬в├В ├В nothing personal in this. I try to post it to everyone with this kind of assignment ratio in this forum. If you have received a posting like this before ├Г┬в├В ├В please do not take offence ├Г┬в├В ├В none is intended!
Regards
Archie
Hein van den Heuvel
Honored Contributor

Re: Backup or Copy causing VMS 5.5-2H4 Bugcheck


What is the BUGCHECKFATAL setting on your system? This could be an rms problem turned fatal if it is set to 1. Unlikey though, as copy and backup use little or no RMS. Still, check out:
$ mcr sysgen show bugcheck

You say it is a specific file.
Could it be with the output, or the input sde as implied?
Anyway, tell us more. What might be special about the file? At least share DIR/FULL output, but probably you should reply with an attached text file with the output from DUMP/HEAD/BLOCK=COUNT=0
How about the disk structure in general?
Be sure to check out ANAL/DISK for the device holding the specific file.

Finally some free advice: If you can do a simple COPY of the file, then why not use a simple BACKUP vs BACKUP/IGNORE=INTERLOCK.
IMHO using BACKUP/IGNORE=INTERLOCK is a really bad habbit to get into. It has its place, but it should not be the normal command to use.

Hope this helps,
Hein.
Ayya
Frequent Advisor

Re: Backup or Copy causing VMS 5.5-2H4 Bugcheck

Sorry folks. I am not able to go to the customer site to get the BUGCHECK information that is needed. Hopefully within the next few days I will be able to get the information.

Thanks

Sini
Ayya
Frequent Advisor

Re: Backup or Copy causing VMS 5.5-2H4 Bugcheck

Thanks all for the replys. I finally was able to get the information asked.

BUGCHECKFATAL = 0 (is set to 0)

I have attached the crash information.
The practice of BACKUP/interlock etc is being reviewed.
I need to figure out why the crash and what fix there is.

Sini
Volker Halle
Honored Contributor
Solution

Re: Backup or Copy causing VMS 5.5-2H4 Bugcheck

Sini,

it's an INVEXCEPTN crash in IO_ROUTINES+033E5, ACCVIO, failing Virtual Address is 0000000B. Process context, BACKUP is current image. DKDRIVER is on the stack and BACKUP is busy on DKA100:

To determine the instruction stream, please provide the following data:

SDA> EXA/INS 809717E5-20;30

Note you may need to change the -20 to -21 or similar to find the beginning of a valid instruction stream.

Volker.

Volker Halle
Honored Contributor

Re: Backup or Copy causing VMS 5.5-2H4 Bugcheck

Sini,

according to the old patch pages of the CSC in Sidney, the most recent DKDRIVER for V5.5-2H4 seems to be from VAXSCSI03_061 (Link Date 12-APR-1995 X-18A7A7A4).

Most recent IO_ROUTINES are from VAXSHAD09_U2055 (Link Date 22-OCT-1995 V552R05).

If you don't have those 2 files/patches installed, try them first.

Volker.
Ayya
Frequent Advisor

Re: Backup or Copy causing VMS 5.5-2H4 Bugcheck

I have applied both patches.
Any harm reapplying them?

SDA> EXA/INS 809717E5-20;30
%SDA-W-INSKIPPED, unreasonable instruction stream - 1 bytes skipped
IO_ROUTINES+033C6: DECL R3
IO_ROUTINES+033C8: BLEQ IO_ROUTINES+033D5
IO_ROUTINES+033CA: MOVZWL (R4)+,R3
IO_ROUTINES+033CD: CMPL R1,(R4)
IO_ROUTINES+033D0: BNEQ IO_ROUTINES+033D5
IO_ROUTINES+033D2: ADDL2 R3,R8
IO_ROUTINES+033D5: EXTZV #00,#18,R0,R1
IO_ROUTINES+033DA: EXTZV #18,#08,R0,R0
IO_ROUTINES+033DF: BEQL IO_ROUTINES+033F2
IO_ROUTINES+033E1: MOVL 1C(R2),R6
IO_ROUTINES+033E5: CMPB R0,0B(R6)
IO_ROUTINES+033E9: BGTRU IO_ROUTINES+0342E
IO_ROUTINES+033EB: MOVL 40(R6)[R0],R5
IO_ROUTINES+033F0: BEQL IO_ROUTINES+0342E
IO_ROUTINES+033F2: BBS #02,0B(R2),IO_ROUTINES+0343A
IO_ROUTINES+033F7: BBS #05,3C(R5),IO_ROUTINES+0343A
Ayya
Frequent Advisor

Re: Backup or Copy causing VMS 5.5-2H4 Bugcheck

Directory SYS$COMMON:[SYS$LDR]

IO_ROUTINES.EXE;4 22-OCT-1995 19:56:55.00

Total of 1 file.
$ dir/date dkdriver.exe

Directory SYS$COMMON:[SYS$LDR]

DKDRIVER.EXE;5 12-APR-1995 19:17:32.00

Total of 1 file.