HPE 9000 and HPE e3000 Servers
1752808 Members
5979 Online
108789 Solutions
New Discussion юеВ

trying to create new npar on risc

 
SOLVED
Go to solution
pedliz12
Advisor

trying to create new npar on risc

does anyone have a link to creating new npars in a risc machine This is what i have:[Chassis]
Core Connected Par
Hardware Location Usage IO To Num
=================== ============ ==== ========== ===
cab0,bay0,chassis0 Active yes cab0,cell0 0
cab0,bay0,chassis1 Active yes cab0,cell1 0
cab8,bay0,chassis0 Active yes cab0,cell2 0
cab8,bay0,chassis1 Active yes cab0,cell3 0
3 REPLIES 3
Sandy Chen
Honored Contributor
Solution

Re: trying to create new npar on risc

Hi,

check on this link
http://docs.hp.com/en/5991-1247B/index.html

Regards,
Sandy
I never think of the future. It comes soon enough.
Avinash Agarkar
Valued Contributor

Re: trying to create new npar on risc

uou can use the parstatus command to query which cells (-AC) and which IO cardcages (-AI) are currently available.


#parstatus -AC

#parstatus -AI

#parstatus -P

[Partition]

Par # of # of I/O

Num Status Cells Chassis Core cell Partition Name (first 30 chars)

=== ============ ===== ======== ========== ===============================

0 active 1 1 cab0,cell0 Partition 0

--
create the new partation with name test

parmodify -p 0 -P test

--
check the new partation has been created with

parstatus -P


--

This new partition will be partition 1 and will be called test. include the cell 4 as the only cell in the partition and will detail the boot paths as appropriate (this would require that I know the hardware paths to appropriate devices

#parcreate -P uksd2 -c 0/4::: -b 4/0/6/0/0.0.0 -t 4/0/6/0/0.8.0

Partition Created. The partition number is: 1

#parstatus -Vp 1

Thanks,
Avinash
Great Power Comes With Great Responsibility
pedliz12
Advisor

Re: trying to create new npar on risc

i have to open a new thread