HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- any sample command about vparcreate for create 1 v...
Operating System - HP-UX
1833640
Members
3731
Online
110062
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2006 12:32 AM
12-18-2006 12:32 AM
any sample command about vparcreate for create 1 vpar include two cellboard ?
Hello, all,
I have questions about create two vpar over an npar.
Any sample command about vparcreate for create 1 vpar include two cellboard ?
for example, we have cellboard 0, cellboard 1, cellboard 2, and cellboard 3,
each cellboard contain 4 physical cpus(dual core). and each cellboard have 8 gb memory. four cellboard connect to 1 i/o chassis.
following correct ?
vparcreate -p vpar0 -a cpu::16 -a cpu:::16:64 -a mem::16384 -a io:0/0/0 -a io:0/0/1 -a io:0/0/2 \
-a io:0/0/4 -a io:0/0/5 -a io:0/0/6 -a io:0/0/8 -a io:0/0/9 -a io:0/0/10 -a io:0/0/12 \
-a io:1/0/0 -a io:1/0/1 -a io:1/0/2 -a io:1/0/4 -a io:1/0/5 -a io:1/0/6 -a io:1/0/8 -a io:1/0/9 \
-a io:1/0/10 -a io:1/0/12 -a io:0/0/2/1/0.0.0:boot -a io:0/0/4/1/0.0.0:altboot \
-a io:0/0/2/1/0.2.0:altboot
Thanks
I have questions about create two vpar over an npar.
Any sample command about vparcreate for create 1 vpar include two cellboard ?
for example, we have cellboard 0, cellboard 1, cellboard 2, and cellboard 3,
each cellboard contain 4 physical cpus(dual core). and each cellboard have 8 gb memory. four cellboard connect to 1 i/o chassis.
following correct ?
vparcreate -p vpar0 -a cpu::16 -a cpu:::16:64 -a mem::16384 -a io:0/0/0 -a io:0/0/1 -a io:0/0/2 \
-a io:0/0/4 -a io:0/0/5 -a io:0/0/6 -a io:0/0/8 -a io:0/0/9 -a io:0/0/10 -a io:0/0/12 \
-a io:1/0/0 -a io:1/0/1 -a io:1/0/2 -a io:1/0/4 -a io:1/0/5 -a io:1/0/6 -a io:1/0/8 -a io:1/0/9 \
-a io:1/0/10 -a io:1/0/12 -a io:0/0/2/1/0.0.0:boot -a io:0/0/4/1/0.0.0:altboot \
-a io:0/0/2/1/0.2.0:altboot
Thanks
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2006 01:10 AM
12-18-2006 01:10 AM
Re: any sample command about vparcreate for create 1 vpar include two cellboard ?
Matthew you can't do this
You only can have one bootdisk and one alternative.
please see the doc for this.
http://docs.hp.com/en/oshpux11i.html#Virtual%20Partitions
your command says you can use minimaal 16 cpu and max 64 cpu. I don't know what your gone run but that's a lot.
so it's more this command.
vparcreate -p vpar0 -a cpu::16 -a mem::16384 -a io:/0.0 -a io:1.0 -a io:0/0/2/1/0.0.0:boot \-a io:0/0/2/1/0.2.0:altboot
grtz. Mark
You only can have one bootdisk and one alternative.
please see the doc for this.
http://docs.hp.com/en/oshpux11i.html#Virtual%20Partitions
your command says you can use minimaal 16 cpu and max 64 cpu. I don't know what your gone run but that's a lot.
so it's more this command.
vparcreate -p vpar0 -a cpu::16 -a mem::16384 -a io:/0.0 -a io:1.0 -a io:0/0/2/1/0.0.0:boot \-a io:0/0/2/1/0.2.0:altboot
grtz. Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2006 09:48 PM
12-18-2006 09:48 PM
Re: any sample command about vparcreate for create 1 vpar include two cellboard ?
Hi,
what version of HP-UX and vPars you are using?
Just in case it is 11.11, you should think about bound and unbound CPUs too.
What type of system do you have?
3 cells can have a maximum of 24 CPU cores, so the number 64 looks like a little to high.
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!
what version of HP-UX and vPars you are using?
Just in case it is 11.11, you should think about bound and unbound CPUs too.
What type of system do you have?
3 cells can have a maximum of 24 CPU cores, so the number 64 looks like a little to high.
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!

The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP