- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Alternate disk in vgcreate
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-14-2003 11:39 PM
08-14-2003 11:39 PM
Alternate disk in vgcreate
When I m try to extend a volume group, the disk which I add , goes always as a ALTERNATE link is there a way I can avoid that.
I have two LUNS of 83GB each, I want to get 166GB on my volume grp but it comes up only as 83GB. I tried difft ways but not succesful any ideas?
Thnks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2003 11:45 PM
08-14-2003 11:45 PM
Re: Alternate disk in vgcreate
If you want to avoid alternate links at all then dont add in devices which point the same disk/lun you are already using in your vg.
If you want to change the order of an alternate link then when you add it to a VG swap the order it goes in, eg;
vgexteng vgXX
Simply swap primary an alternate over.
Normally for such large volume groups >100GB you need to adjust a lot of VG parameters when you create it. You need to increase the physical extent size from 4MB up to say 16, increase the max pv from 16 up to say double, and possible max pe also if you intend to add in larger size luns to the group. It can take some trial and error until you get the settings you want/need to create a VG of 166GB.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2003 11:54 PM
08-14-2003 11:54 PM
Re: Alternate disk in vgcreate
The 2nd disk is actually a different path to the first disk. So in actual fact you have 1 LUN with 2 paths to the same LUN. That is why when you see it as an alternate link ib vgdisplay.
If you have other LUNS available, try adding one of them to the VG.
If you aren't sure, post the ouput of ioscan -fnk so we can see what you have.
Tim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2003 07:39 AM
08-15-2003 07:39 AM
Re: Alternate disk in vgcreate
vgexport and vgextend and some other vg commands write this info on the disk.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2003 09:07 AM
08-15-2003 09:07 AM
Re: Alternate disk in vgcreate
Make sure you created really ANOTHER LUN within disk array and none has dd'ed from original LUN. And of course, make sure that path you're adding is not alternate path to the same LUN! Attach 'ioscan -fn' and paths you're trying to arrange
Eugeny