- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Maximum Volume Group Size in HP-UX
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
11-06-2007 06:35 PM
11-06-2007 06:35 PM
I'm using HP UX 11.23. What is the maximum size of a volume group? Can I create a volume group of 100GB size? Hope to hear from you soon. Thank you
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2007 06:41 PM
11-06-2007 06:41 PM
Re: Maximum Volume Group Size in HP-UX
Check this out!
http://docs.hp.com/en/6054/Limits_wp.pdf
WK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2007 06:43 PM
11-06-2007 06:43 PM
Solutionhttp://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1043904
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1054244
Max PE per PV*PE Size (Mbytes) is your size in Mb which you can utilize from one disk.
Anshu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2007 07:21 PM
11-06-2007 07:21 PM
Re: Maximum Volume Group Size in HP-UX
That depends "Max PE per PV" and "PE Size" of your volume group ,for an existing volume group you can change this values by using vgmodify command
fyi:-
vgmodify will work only in 11.23 and 11.31 ,
for 11.23 you may need to install the patches PHCO_35524 and PHKL_36244.
for 11.31 vgmodify will come default
Thanks,
Aneesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2007 08:44 PM
11-06-2007 08:44 PM
Re: Maximum Volume Group Size in HP-UX
Thank you for your reply.
If I understand you correctly, Could you please verify my understanding
1. I create the vdisk in HP EVA8K of 100GB and present to HP-UX 11.23i
2. I issue this command in HP-UX
# mkdir /dev/vg33
# mknod /dev/vg33/group c 64 0x021000
# pvcreate /dev/rdsk/c10t0d1
# vgcreate -e 65535 -s 16 /dev/vg10 /dev/dsk/c10t0d1 /dev/dsk/c12t0d1 /dev/dsk/c16t0d1 /dev/dsk/c17t0d1
#vgdisplay -v vg33
Hope to hear from you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2007 08:50 PM
11-06-2007 08:50 PM
Re: Maximum Volume Group Size in HP-UX
2. I issue this command in HP-UX
# ioscan -funC disc
# autopath discover
# autopath display
# autopath set_lbpolicy RR /dev/dsk/c10t0d1
# mkdir /dev/vg33
# mknod /dev/vg33/group c 64 0x021000
# pvcreate /dev/rdsk/c10t0d1
# vgcreate -e 65535 -s 16 /dev/vg10 /dev/dsk/c10t0d1 /dev/dsk/c12t0d1 /dev/dsk/c16t0d1 /dev/dsk/c17t0d1
#vgdisplay -v vg33
Hope to hear from you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2007 09:24 PM
11-06-2007 09:24 PM
Re: Maximum Volume Group Size in HP-UX
flamingo:/>mknod /dev/vg33/group c 64 0x02100
flamingo:/>pvcreate /dev/rdsk/c16t3d4
Physical volume "/dev/rdsk/c16t3d4" has been successfully created.
flamingo:/>4 /dev/dsk/c20t3d4 /dev/dsk/c22t3d4
why I hit this error???? invalid minor number??? <
vgcreate: LVM group file has an invalid minor number. Use the format: 0xNN0000.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2007 09:26 PM
11-06-2007 09:26 PM
Re: Maximum Volume Group Size in HP-UX
# ll /dev/*/group
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2007 09:28 PM
11-06-2007 09:28 PM
Re: Maximum Volume Group Size in HP-UX
check it with
ll /dev/*/group |sort -k 6
so that u don't fiddle with existing group file's minor number.
anshu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2007 09:30 PM
11-06-2007 09:30 PM
Re: Maximum Volume Group Size in HP-UX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2007 09:33 PM
11-06-2007 09:33 PM
Re: Maximum Volume Group Size in HP-UX
Your minor number specification is incomplete
mknod /dev/vg01/group c 64 0xZZ0000
Where:
Key Operation
c
Specifies this is a character device file.
64
Will always be the group device file major number.
0x
Indicates what follows is a hex number
ZZ
Hexadecimal minor number, unique across all volume groups.
I can see you typing the minor number in a fashion of 7 values only where the total value is 8 digits.
Chech it out again
Vijay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2007 09:36 PM
11-06-2007 09:36 PM
Re: Maximum Volume Group Size in HP-UX
Vijay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2007 12:03 AM
11-07-2007 12:03 AM
Re: Maximum Volume Group Size in HP-UX
should you have any information for a newbie like me, please email. Thank you. Nite
Finas-
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2007 12:50 AM
11-07-2007 12:50 AM
Re: Maximum Volume Group Size in HP-UX
Just keep on reading here, and the HP whitepapers!
And be sure to read some articles outside your comfort zone, to start building a wider range of understanding.
>> please email.
Besides that not being too practical, please realize that even though you provided an Email address when signing up to the HP ITRC forum, this address is NOT visible anyone except a few moderators for this forum (HP Employees).
If you, or any other reader, really likes an Email for the rigth occasional, be sure to clearly include a slightly encrypted Email address in the topic itself, or code it up in your profile "personal quote" or "Certification" field.
Regards,
Hein van den Heuvel ( at gmail dot com ;-)