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!

HDU QUESTION

Status
Not open for further replies.

fellicciano

Technical User
Jun 9, 2002
39
0
6
BR
HI
IF I AM STARTING A NEW PABX SYSTEM HOW CAN I(STEP BY STEP) CREATE A STORAGE DEVICE. MUST I FIRST INSERT THE HDU AND THEN TYPE THE COMMAND IOSII? I KNOW THAT WE MUST ENTERED THIS COMMAND TO CREATE A LINK WITH THE HDU.CAN ANYONE HELP ME.I AM CONFUSED WITH THE COMMANDS FICRI,IOSII AND FIMOI.THE SEQUENCE OF THIS COMMANDS, AND THE REAL FUNCIONS.
SORRY FOR MY BAD ENGLISH..
 
Hi Try this... for BC11 etc (If your using BC12 with NIU2 Flash Disk it will different)

Remove Any Existing Disk from System…
IODDP;
BLEQI:EQU=1-0-XX-00;
FIMOE:SUBFS=SYSSUBFS21;
FIMOE:SUBFS=SYSSUBFS11;
IOSIE:NODE=SYSN,IODEV=SYSDISK1;

Then with the new disk…
IOSII:NODE=SYSN,IODEV=SYSDISK1,SIPOS=3,SUBFS=SYSSUBFS11&SYSSUBFS21;
FICRI:SUBFS=SYSSUBFS11,SIZE=64;
FICRI:SUBFS=SYSSUBFS21,SIZE=64;
FIMOI:SUBFS=SYSSUBFS11;
FIMOI:SUBFS=SYSSUBFS21;
IODDP;

Then do a system dump or two…

Regards
Isinor
 
Hi Isinor
You forgot one command after FIMOI
BLEQE should be send
BLEQE:EQU=1-0-XX-00;
 
Hi Isinor..

Can you pls advice the way for
BC11 with NIU2( with CF & HDU7/1( Safety backup)....
BC12 for NIU2( with CF & HDU7/1( Safety backup)&

Thanks & Regards,
 
Hi,

If NIU2 is used in your system, IOSII should be change as follows:
IOSII:NODE=SYSN,IODEV=SYSDISK1,BTYPE=ATA,SUBFS=SYSSUBFS11&SYSSUBFS21;

I like answer your quistion, please call me in need.

WFHY

 
Thanks Wfhy....

This is for the flash, how about the safety backup.....

Can i send this belowsaid command:
IOSII:NODE=SYSN,IODEV=SAFETY,BTYPE=ATA,SUBFS=SAFETY-SF;

BR,
 
Hi,
I think safety backup NOT should be inited on bus.
Becouse ATA bus only is connected to hdu/1, one is master and another is slave. After connecting Do RFBOI.
wfhy


 
Hi Wfhy,

The on board flash is master & HDU will surely be on the ATA bus & it will be the slave...
Here is the print:
<ioddp;
I/O DEVICE DATA
NODE IODEV/SUBFS BPOS/EQU I/O-BUS TYPE/USAGE STATUS AUTH
SYSN - 001-0-60 - - IN SERVICE
SYSN SYSDISK1 001-0-60-0 MASTER SanDisk IN SERVICE
SYSSUBFS11
SYSSUBFS21
SYSN SYSTERMINAL 001-0-60-1 - MML - 7
SYSN VMAIL 001-0-60-2 - OUT IN SERVICE
SYSN NIUCIL 001-0-60-3 - OUT IN SERVICE
SYSN NETWORK1 001-0-60-4 - NETWORK/MML - 7
SYSN NETWORK2 001-0-60-4 - NETWORK/MML - 7
SYSN NETWORK3 001-0-60-4 - NETWORK/MML - 7
SYSN TELNET1 001-0-60-4 - NETWORK/MML - 7
SYSN TELNET2 001-0-60-4 - NETWORK/MML - 7
SYSN TELNET3 001-0-60-4 - NETWORK/MML - 7
END
Not sure about the command line....

BR,
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top