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 Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Dump error Rel1/p, Rel1 Not Valid

bakedono99

Technical User
Feb 21, 2025
1
Hi, i work with the mxone system, and im experiencing an issue whe executing the DUSYI command, it generates the following error "File/Directory already exist (whit the current date)"; and "Failed For Directory REL1/P" the Rel1 Appears as "NOT VALID" in the DUBDP.
What Would be the solution?
if the error is generated bu the CF, What is the procedure to Correctly repĺace the CF?
 
As per your information this is not a MX-one, its a MD110 system instead with NIU board.

There was a problem with LPU5 board that lead to problems with system dump. LPU5 with HW revision R12A, B or C in LIM 1, would solve the fault.

Another way to solve this issue temporaly is to restart the LIM 1 with a fast push on the reset button.

If you want to replace the CF, the new one must have at least 120 MBYTES.
Let’s suppose the NIU board is no position 1-0-60

TO BLOCK
BLEQI:EQU=1-0-60-0;

TO UNMOUNT REL1
FIMOE:SUBFS=SYSSUBFS11;

TO UNMOUNT REL2
FIMOE:SUBFS=SYSSUBFS21;

TO ERASE THE SUF FILE SYSTEM NODE
IOSIE:IODEV=SYSDISK1,NODE=SYSN;

NOW IS TIME TO REMOVE THE NIU BOARD AND REPLACE THE COMPACT FLASH
TO INITIATE ALLOVER AGAIN

IOSII:IODEV=SYSDISK1,NODE=SYSN,BTYPE=ATA,SUBFS=SYSSUBFS11&SYSSUBFS21;
FICRI:SUBFS=SYSSUBFS11,SIZE=60;
Y;
FICRI:SUBFS=SYSSUBFS21,SIZE=60;
Y;
FIMOI:SUBFS=SYSSUBFS11;
FIMOI:SUBFS=SYSSUBFS21;
BLEQE:EQU=1-0-60-0;
DUSYI;
COMMAND FICRI FORMATS THE NEW CF WITH 60 MBYTES EACH SUB FILE
 
IOSII:IODEV=SYSDISK1,NODE=SYSN,BTYPE=ATA,SUBFS=SYSSUBFS11&SYSSUBFS21;
This command works for NIU2, if you have NIU1 the BTYPE parameter is diferent, Verify with IODDP.
 

Part and Inventory Search

Sponsor

Back
Top