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

FORMAT HDU ON NIU/1

Status
Not open for further replies.

amiral

Technical User
Jun 11, 2004
3
FR
I have got a NIU/1 revision =R12A,I can not formater hdu
I have not the command SCFMT ,MKDEV (command no found),
WHERE I find the driver for NIU ,on infochannel I DON T
FIND !!
THANKS
 
You want to format using plex?

Why not format HDU using MML?
Like this (example):

BLEQI:EQU=1-0-60-0;
FIMOE:SUBFS=CILFS;
FIMOE:SUBFS=TMFS;
FIMOE:SUBFS=SYSSUBFS21;
FIMOE:SUBFS=SYSSUBFS11;
IOSIE:IODEV=SYSDISK1,NODE=SYSN;
IOSII:NODE=SYSN,IODEV=SYSDISK1,SUBFS=SYSSUBFS11&SYSSUBFS21&TMFS&CILFS,SIPOS=3;
FICRI:SUBFS=SYSSUBFS11,SIZE=64;
Y;
FICRI:SUBFS=SYSSUBFS21,SIZE=64;
Y;
FICRI:SUBFS=TMFS,SIZE=64;
Y;
FICRI:SUBFS=CILFS,SIZE=64;
Y;
FIMOI:SUBFS=SYSSUBFS11;
FIMOI:SUBFS=SYSSUBFS21;
FIMOI:SUBFS=TMFS,PATH=/SYSN/USR1/ACS/TM;@/EXE/
FIMOI:SUBFS=CILFS,PATH=/SYSN/USR1/ACS/CIL;@/EXE/
BLEQE:EQU=1-0-60-0,ALLFM=YES;



______________________________
"Reload and Restart Requested
System Initiated"
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top