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!

IPU board

Status
Not open for further replies.

marcosa

IS-IT--Management
Dec 5, 2003
14
0
0
ES

Hi Folks!
I have to move an IPU board from one lim to another but i don´t know the right commads to do it.

Could someone help me?

Thanks

 
Remove IPU board ( not the lim1 one )

Make IODDP

Make a note of the node name , and the iodev names .
E.g
[tt]
<IODDP;
I/O DEVICE DATA
NODE IODEV/SUBFS EQU/BPOS SIPOS VEND/USAGE STATUS
SYSN - 001-0-23 - - IN SERVICE
SYSN SYSDISK1 001-0-23-0 3 TEAC IN SERVICE
SYSSUBFS11
SYSN SYSDISK2 001-0-23-0 4 SyQuest IN SERVICE
SYSSUBFS21
SYSN SYSTERMINAL 001-0-23-1 - MML -
SYSN SYSTERMINAL1 001-0-23-2 - MML -
SYSN SYSTERMINAL2 001-0-23-3 - MML -
NODE2 - 004-0-23 - - IN SERVICE
NODE2 TERMINAL6 004-0-23-1 - MML -
NODE2 TERMINAL7 004-0-23-2 - MML -
NODE2 TERMINAL8 004-0-23-3 - MML -
NODE3 - 006-0-23 - - IN SERVICE
NODE3 TERMINAL9 006-0-23-1 - MML -
NODE3 TERMINAL10 006-0-23-2 - MML -
NODE3 TERMINAL11 006-0-23-3 - MML -
NODE1 - 007-0-23 - - IN SERVICE
NODE1 TERMINAL3 007-0-23-1 - MML -
NODE1 TERMINAL4 007-0-23-2 - MML -
NODE1 TERMINAL5 007-0-23-3 - MML -
NODE4 - 011-0-23 - - IN SERVICE
NODE4 TERMINAL12 011-0-23-1 - MML -
NODE4 TERMINAL13 011-0-23-2 - MML -
NODE4 TERMINAL14 011-0-23-3 - MML -
[/tt]

Wan't to move the ipu board in Lim 7 .
( Note! NIU board may have additional commands to end)
( Note ! it's okay as the board doesn't have any file systems attached to it &quot;SUBFS's&quot; from a harddisk)
End the terminal ports
IOEQE:IODEV=TERMINAL3;
IOEQE:IODEV=TERMINAL4;
IOEQE:IODEV=TERMINAL5;
Verify with IODDP;
End the Node
IOBPE:NODE=NODE1;
End the board
CNBOE:BPOS=7-0-23;

Place the IPU board in another Lim e.g 8-0-50 .
Insert the board in 8-0-50
CNHUI:BPOS=8-0-50;
( or CNHUI:LIM=8; )
key allip; several times until two printouts is received)
Initiate the node.
IOBPI:NODE=NODE8,BPOS=8-0-50;
initiate the terminalports (used the same names as before).
IOEQI:IODEV=TERMINAL3,EQU=8-0-50-1;
IOEQI:IODEV=TERMINAL4,EQU=8-0-50-2;
IOEQI:IODEV=TERMINAL5,EQU=8-0-50-3;

!done
!Update the backup with DUSYI;





 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top