Integrity Servers
1753808 Members
8240 Online
108805 Solutions
New Discussion юеВ

nPAR configuration in rx8640 server

 
gb karki
Frequent Advisor

nPAR configuration in rx8640 server

Hi Expert,

We have one rx8640 machine with 4 cell board.
I want to configure 2 nPAR combile to two cell board.

Can you help me to send the complete steps from starting.

This is greate help.

Thanks in advance.

Regards
Karki
7 REPLIES 7
Steven E. Protter
Exalted Contributor

Re: nPAR configuration in rx8640 server

Shalom,

Great docs on this:

http://docs.hp.com/en/9670/vParsMixedOS-A05xx.pdf

http://docs.hp.com/en/T1335-90100/T1335-90100.pdf

Big one:
http://docs.hp.com/en/T1335-90083/T1335-90083.pdf

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Torsten.
Acclaimed Contributor

Re: nPAR configuration in rx8640 server

Without a SEU you need to form an nPar with cell0, another with cell1. Add the remaining cell however you like.

All the details:

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

Consider to use the SMH based parmgr!

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!   
Raj D.
Honored Contributor

Re: nPAR configuration in rx8640 server

Karki,

rx8640 having 4 cell board. So you can create 2 npar each having 2 cell board.

- Check parstatus to find howmany cell board you have on your rx8640.
- if you have 4 cell board: Use parmodify to delete 2 cell from npar 0 (default npar with HP default OS).
- do a reconfiguration reboot. # shutdown -R -y 0

- Once booted create npar1 , with the parcreate command , use the cell 1 and 2.

- Each npar should have at lease one core cell.

So you will have, 2 npar:
npar0 ( cell0 , & cell1 )
npar1 ( cell2 , & cell3 )


Cheers,
Raj.

" If u think u can , If u think u cannot , - You are always Right . "
gb karki
Frequent Advisor

Re: nPAR configuration in rx8640 server

Hi Raj,

Thanks for reply.

Suppose this is my new machine, how to create the first npar.

Regards
Karki
Torsten.
Acclaimed Contributor

Re: nPAR configuration in rx8640 server

>> So you will have, 2 npar:
npar0 ( cell0 , & cell1 )

... and how about I/O without a SEU?

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!   
SoorajCleris
Honored Contributor

Re: nPAR configuration in rx8640 server

Hi Karki,

For creating first Npar,

Just go to console,

MP> CM
CM> CP

check if there any partition info is showing

Then just run

CM>cc

This command allows you to change the complex profile.



WARNING: You must either shut down the OSs for reconfiguration or

execute the RR (reset for reconfiguration) command for all

partitions before executing this command.



G - Build genesis complex profile

L - Restore last complex profile

Select profile to build or restore:

Just give G

Building a genesis complex profile will create a complex profile

consisting of one partition with a single cell.



Choose the cell to use.



give cell number. It will create your genesis partition.. enjoy...

:)

Regards,
Sooraj


"UNIX is basically a simple operating system, but you have to be a genius to understand the simplicity" - Dennis Ritchie
gb karki
Frequent Advisor

Re: nPAR configuration in rx8640 server

Thanks Sooraj.