Operating System - HP-UX
1753528 Members
5306 Online
108795 Solutions
New Discussion юеВ

Collapse a SuperDome to a Single nPar

 
SOLVED
Go to solution
Alzhy
Honored Contributor

Collapse a SuperDome to a Single nPar

Currently 4 nPars. And I just would like to be sure the procedure is as follows:

1. Shutdown all nPars except one that contains cell 0 (really need to be cell 0?)
2. From that nPar - shutdown all the other 3 nPars.
3. parremove -p npar2 (npar3 and npar4)
4. parmodify npar0 to add the freed cells from nPar 2,3,4.
5. Reconfig Reboot -- "shutdown -Ry"
7. Done.

My steps correct?
Hakuna Matata.
7 REPLIES 7
Jaime Bolanos Rojas.
Honored Contributor

Re: Collapse a SuperDome to a Single nPar

Nelson!

I can answer the first one, it really does not need to be cell 0, it only need to be core capable!

Regards,

Jaime.
Work hard when the need comes out.
melvyn burnard
Honored Contributor
Solution

Re: Collapse a SuperDome to a Single nPar

Just done this recently

1. Shutdwn all but one of the Npars, using -H to force them to go to BIB ready for a Reconfiguration Reset

2. From the remaining Npar, use parremove -p

3. parmodify -p -a

4. use parstatus to see if all cells are included, this can also be done from the GSP command screen using cp command

5. Shutdown for a Reconfiguration with shutdown -R -y 0

6. On the VFP, select the remaining Npar and wathc to see all cells join in

My house is the bank's, my money the wife's, But my opinions belong to me, not HP!
IT_2007
Honored Contributor

Re: Collapse a SuperDome to a Single nPar

Don't have to be Cell 0 Npar. It could be any Npar which is core capable (see previous post).

once you shutdown remaining 3 Npars.
Add freed cells to Npar1.
your 5th step should do the magic for the rest.
Alzhy
Honored Contributor

Re: Collapse a SuperDome to a Single nPar

Melvyn,

What if I simply shutdown the other nPars via "shutdown -hy"?

Thanks !

Hakuna Matata.
melvyn burnard
Honored Contributor

Re: Collapse a SuperDome to a Single nPar

if you halt the partitions with just shutdown -yh then when you go to reboot the last partition you will find that the cells will not join the partition.
Also you will probably not be able to parremove the partitions

My house is the bank's, my money the wife's, But my opinions belong to me, not HP!
Alzhy
Honored Contributor

Re: Collapse a SuperDome to a Single nPar

And i will have to do an RR on my MP right?

Thanks!
Hakuna Matata.
IT_2007
Honored Contributor

Re: Collapse a SuperDome to a Single nPar

If you do the shutdown -Ry 0 command which will reconfigure Npar (because you modified partition profile) then don't have to do RR at MP.