- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to create volume group with PE 16 in Itanium b...
Categories
Company
Local Language
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
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
Community
Resources
Forums
Blogs
- 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
08-18-2007 02:48 AM
08-18-2007 02:48 AM
How to create volume group with PE 16 in Itanium based server
I want to create a volume group of vgaroot .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2007 04:46 AM
08-18-2007 04:46 AM
Re: How to create volume group with PE 16 in Itanium based server
Could you please elaborate your question ?
Thanks
WK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2007 06:16 AM
08-18-2007 06:16 AM
Re: How to create volume group with PE 16 in Itanium based server
mkdir /dev/vgaroot
mknod /dev/vgaroot c 64 0xNN0000
pvcreate /dev/rdsk/cNtNdN
vgcreate -s 16 /dev/vgaroot /dev/dsk/cNtNdN
For syntax and examples, man vgcreate
-denver
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2007 01:16 PM
08-18-2007 01:16 PM
Re: How to create volume group with PE 16 in Itanium based server
-e max_pe
-p max_pv
-s pe_size
I use pe_size 32 so I can use bigger LUNS
vgcreate -s 32 -p 64 -e 32768 /dev/vg11 /dev/dsk/c25t12d3
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2007 10:09 PM
08-19-2007 10:09 PM