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

format of hdu7

Status
Not open for further replies.

pra110

Technical User
Sep 26, 2003
22
IN
hi all,
how can i format hdu7.hdu7 is on slot no 40 & niu is on slot no 60.system version is bc11/sp12.

i have a new hdu7.how can i load INL.Give me full detail.
please help me.
 
Hi

Refer to "format HDU" thread started 12/12/03 using the niux commands. After that you can use MD110 commands FICRI/FIDII/FIMOI etc to build the required file/directory structure (compare to another system for example) and then produce an INL if the MD110 is running with the "DUSII" command.

I feel this answer won't be completely adequate but it may get you started.

gedii
 
Ok here goes nothing...

First you need to block the NIU port (HDU port)

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


Then unmount the volumes (of the working HDU)

FIMOE:SUBFS=SYSSUBFS11;
FIMOE:SUBFS=SYSSUBFS21;


Unmount the disk/node itself

IOSIE:NODE=SYSN,IODEV=SYSDISK1;

Turn off the HDU and replace with a new one...

Turn on the new HDU, then mount the disk with the following command

IOSII:NODE=SYSN,IODEV=SYSDISK1,SUBFS=SYSSUBFS11&SYSSUBFS21,SIPOS=3;

Format the disk for the following volumes and sizes (50 is a very big size)

FICRI:SUBFS=SYSSUBFS11,SIZE=50;
FICRI:SUBFS=SYSSUBFS21,SIZE=50;

Mount the files on the recently formated subfiles

FIMOI:SUBFS=SYSSUBFS11;
FIMOI:SUBFS=SYSSUBFS21;

Unblock the NIU port (HDU port)

BLEQE:EQU=1-0-60-0,ALLFM=YES;


This should be it. I've done it a few times, you shouldn't have any problems.

Let me know if you have any problems

BR
Issiro
 
FICRI ( create filesystem inodes , directory structure )

Format
Enter niux and use the scfmt command .
Or use MDDT.

There is a difference
syar
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top