- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Remove Alternate path
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
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
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
тАО03-23-2006 08:10 AM
тАО03-23-2006 08:10 AM
Remove Alternate path
the alternate link.
In vgdisplay:
--- Physical volumes ---
PV Name /dev/dsk/c15t0d3
PV Name /dev/dsk/c16t0d3 Alternate Link
PV Name /dev/dsk/c16t0d4
PV Name /dev/dsk/c15t0d4 Alternate Link
In lvmtab:
/dev/vg02
/dev/dsk/c15t0d3
/dev/dsk/c16t0d4
/dev/dsk/c16t0d3
/dev/dsk/c15t0d4
If I do:
#vgreduce /dev/vg02 /dev/dsk/c16t0d3
#vgreduce /dev/vg02 /dev/dsk/c15t0d4
#vgreduce -f /dev/vgqas02
then do strings lvmtab, I'll see 2 primary disks only:
/dev/vg02
/dev/dsk/c15t0d3
/dev/dsk/c16t0d4
Please advise the right procedure to remove the alternate link.
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-23-2006 08:17 AM
тАО03-23-2006 08:17 AM
Re: Remove Alternate path
vgreduce -f /dev/vgqas02
you did everything correctly although it's unusual to remove alternate links -- if they are still valid.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-23-2006 08:34 AM
тАО03-23-2006 08:34 AM
Re: Remove Alternate path
#vgreduce -f /dev/vgs02
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-23-2006 08:34 AM
тАО03-23-2006 08:34 AM
Re: Remove Alternate path
#vgreduce -f /dev/vg02
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-23-2006 08:39 AM
тАО03-23-2006 08:39 AM
Re: Remove Alternate path
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-23-2006 08:41 AM
тАО03-23-2006 08:41 AM
Re: Remove Alternate path
Typographical error or not, there is no need to do 'vgreduce -f'.
Eliminating an alternate (pvlink) is as simple as doing the 'vgreduce
Usually, you remove the *primary* link, which promotes the *alternate* link to a primary, and then 'vgextend' the former primary link thereby adding it as the new alternate link. This is the method by which you swap primary and alternate links to achieve path balancing.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-23-2006 08:50 AM
тАО03-23-2006 08:50 AM
Re: Remove Alternate path
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-23-2006 09:02 AM
тАО03-23-2006 09:02 AM
Re: Remove Alternate path
If by the "last command" you mean the 'vgreduce -f', then no.
See the 'vgreduce' manpages for more information.
Regards!
...JRF...