1752734 Members
5427 Online
108789 Solutions
New Discussion юеВ

Re: rp8400

 
SOLVED
Go to solution
Jon Steele
Valued Contributor

rp8400

Hi,

I have an rp8400 with 3 cell boards install and I only have 1 partiton.I need to add a fourth cell board.Is there away I can add this cell board to the partiton going thru the mp console or do I have to use partiton manager thru the os to add this cell board?

Thank you
Jon
3 REPLIES 3
Torsten.
Acclaimed Contributor
Solution

Re: rp8400

Hi Jon,

I would use the nPartition manager or the system managemnt homepage.
See

http://docs.hp.com/en/5991-1247B/index.html


Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
Phil uk
Honored Contributor

Re: rp8400

Hi Jon,

The easiest way is from command line:

example:
To add a new cell in slot3 to the existing partition with Partition Number 1.
#parmodify -p 1 -a 3:base:y:ri

#shutdown -Ry 0
(note upper case R for "reset for reconfiguraton)
the machine will reboot and stop at BIB.

Check the F/W is the same as the rest of the cells:

CTRL B
MP> CM> SYSREV

If ok, then release from BIB by doing:
MP> CM> BO

The machine will boot with all 4 cells in the npar.
Just make sure your new cell has the same speed CPU's and that the firmware is the same.
Cheers,
Phil





Jon Steele
Valued Contributor

Re: rp8400

Thank you for your help.I thought you needed to do it from the os and not from the mp .

Jon