- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Dual paths, pvcreate/vgcreate, alternate links
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
01-09-2003 09:52 AM
01-09-2003 09:52 AM
Foolishly, I created volume groups and shared them and I did not use pvcreate for physical volume groups. Now, when I try to add the alternate link, it adds it as a volume, not as an alternate link, and I have two alternate hardware paths that I know go to the same place accessed twice. (ie, there's a 30GB LUN on the VA7410, I access it twice and the machine thinks I have a 60GB-capable volume group.)
Is there a way to get it to be an alternate link without tearing down my whole shared volume group and redoing it? If I just undistribute it perhaps?
Thanks,
-Ron Levy
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2003 10:20 AM
01-09-2003 10:20 AM
Re: Dual paths, pvcreate/vgcreate, alternate links
please explain more clearly what you did. You can not create LVM volume group w/o using pvcreate, because all other structures are basing on this created by pvcreate. As soon as you did pvcreate and adding physical volume to volume group vgextend reads pv signature and realizes that it's the same disk, but another path and adds path to the link list to pv.
Do you use these LUNs created on VA as raw storage?
Eugeny
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2003 10:24 AM
01-09-2003 10:24 AM
Re: Dual paths, pvcreate/vgcreate, alternate links
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2003 10:32 AM
01-09-2003 10:32 AM
SolutionI think you should check everything once more:
- 'ioscan -fn' to see paths to the same VA LUNs;
- 'vdisplay -v' output for 'pri' and 'alt' device files;
- vgdisplay to see which device file is present, and which is not;
- try to add using vgextend alternate path once more and look to results. If it will not work again, please attach the following outputs here:
- 'ioscan -fn';
- 'vgdisplay -v' for volume group;
- 'pvdisplay -v' for pri and alt PV paths
Eugeny
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2003 10:37 AM
01-09-2003 10:37 AM
Re: Dual paths, pvcreate/vgcreate, alternate links
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2003 12:34 PM
01-09-2003 12:34 PM
Re: Dual paths, pvcreate/vgcreate, alternate links
Thanks!