1748129 Members
3548 Online
108758 Solutions
New Discussion юеВ

Re: parmodify

 
SOLVED
Go to solution
Ron Irving
Trusted Contributor

parmodify

Hello!!

I have an rp8420 production server, containing 2 cells in one partition. If I want to add cells 2 and 3 to the partition, I have come up with this command:

#parmodify -p 0 -a 2,3:base:y:ri

#shutdown -R now

Am I on the right track??

thnx!!!
Should have been an astronaut.
6 REPLIES 6
Torsten.
Acclaimed Contributor

Re: parmodify

This looks good.

You can also use the parmgr from the SMH (kind of wizard).

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!   
melvyn burnard
Honored Contributor
Solution

Re: parmodify

you need to add each cell spcifically, i.e.:
parmodify -p 0 -a 2:base:y:ri -a 3:base:y:ri
My house is the bank's, my money the wife's, But my opinions belong to me, not HP!
Torsten.
Acclaimed Contributor

Re: parmodify

Yes, one "add" per cell.

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!   
Asif Sharif
Honored Contributor

Re: parmodify

Ron Irving
Trusted Contributor

Re: parmodify

Thank you everyone for your prompt responses...thread closed
Should have been an astronaut.
Ron Irving
Trusted Contributor

Re: parmodify

Thank you again!!
Should have been an astronaut.