Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

DUSYI FAILS AT CHECK READING

Status
Not open for further replies.

TheCurious

Technical User
Jul 19, 2003
181
0
0
US
I have a problem with system backup
After a DUSYI, check reading always reports:

WAIT FOR CHECK READING OF RELOAD DIRECTORY
CHECKSUM ERROR IN FILE L001

HIMDP gives no events during the dump.
FTFCI:LIM=1 says it is OK
ALLOP does not report anything.

Tried RFEXI. No success.
Tried RFPUI in LIM1 ( DRDM, DRDH, DRDR, BUP). No success.

System is BC11, NIU + HDU7/2, 15 LIMs = 4 partitions on HDU


I have no ideas what to do...

The Curious
 
I had the same problem.
This patch forces the NIU to use SCSI ;-)

PCASI:UNIT=IOH,CI=SCSI,REV=4-R4A,IA=3E0,RA=3F4,BYTE=0;
MOVE.B #2,($39,A6);
MOVEA.L ($2C,A6),A4;
END;
!A;

PCACS:UNIT=IOH,CI=SCSI;
Y;
PCCOS:UNIT=IOH,CI=SCSI;
Y;
 
SACOS received from an "Ericsson Advanced Service Partner" solved the problem:

SACOP:LIM=1,UNIT=FIP,FILNO=3,RELOFF=F,POINT=0;
MEMORY CONTENT ON INDIVIDUAL POSITION
EXE A
FILE NUMBER RELOAD FILE START DS FILE START
3 0000035D
POINT RELOFF DSOFF ADDRESS DATA ISO
0000 000F 0000036C 03 .
END

<SACOS:LIM=1,UNIT=FIP,FILNO=3,RELOFF=F,POINT=0,DATA=FF;
SACOS:LIM=1,UNIT=FIP,FILNO=3,RELOFF=F,POINT=0,DATA=FF;
SURE? (YES/NO)
<Y
WAIT
EXECUTED

<SACOP:LIM=1,UNIT=FIP,FILNO=3,RELOFF=F,POINT=0;
MEMORY CONTENT ON INDIVIDUAL POSITION
EXE A
FILE NUMBER RELOAD FILE START DS FILE START
3 0000035D
POINT RELOFF DSOFF ADDRESS DATA ISO
0000 000F 0000036C FF .
END

<IOSII:IODEV=SYSDISK1,NODE=SYSN,SIPOS=3,SUBFS=SYSSUBFS11&SYSSUBFS12&SYSSUBFS21&SYSSUBFS22;
EXECUTED

Seems that BTYPE parameter is optional..

As they told me, this bug is solved in BC11 SP13.

Thanks to everybody who cooperated in solving this problem:
Patcher, RFPUI, LME, Whosrdaddy, TSR9010461, MDatHome

Best regards



The Curious
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top