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!

NIU2 FLASH RAM

Status
Not open for further replies.

IODDP

Technical User
May 28, 2003
23
0
0
AU
How do you perform a safety(external)back up on a NIU2 with flash ram without removing the NIU2 or the removing flash ram .
 
attach HDU7/1 (=ATA,not SCSI) and copy rel directories with FICPI command

--------------------------------------
What You See Is What You Get
 
Hi,

Acc. to my info, belowsaid should be the sequence of commands to execute the safety backup with clear specification of btype & reduced file size:

BLEQI:EQU=1-0-60-00;
IOSII:NODE=SYSN,IODEV=SAFETY,SUBFS=SAFETY-SF,BTYPE=ata;
BLEQE:EQU=1-0-60-00,ALLFM=YES;
FICRI:SUBFS=SAFETY-SF,SIZE=60;
FISBI:DIR=REL1;

Can someone pls confirm??

BR,
 
Hi,

Acc to my info, belowsaid should be the sequence of commands to be executed for safety backup on NIU2.

BLEQI:EQU=1-0-60-00;
IOSII:NODE=SYSN,IODEV=SAFETY,BTYPE=ATA,SUBFS=SAFETY-SF;
BLEQE:EQU=1-0-60-00,ALLFM=YES;
FICRI:SUBFS=SAFETY-SF,SIZE=60;
FISBI:DIR=REL1;

Pls confirm??

BR,
 
Or, you could use FTP and copy the REL to PC using a network connection to the NIU2 (even MD Disk Tool via Telnet).
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top