- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- alternate paths in LV?
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
06-21-2000 08:17 AM
06-21-2000 08:17 AM
alternate paths in LV?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2000 08:38 AM
06-21-2000 08:38 AM
Re: alternate paths in LV?
ex: /dev/dsk/c1t5d0 & /dev/dsk/c4t5d0 are dual paths to the same disk.
vgcreate vg01 /dev/dsk/c1t5d0
vgextend vg01 /dev/dsk/c4t5d0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2000 08:48 AM
06-21-2000 08:48 AM
Re: alternate paths in LV?
pvchange -s /dev/dsk/c4t5d0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2000 09:17 AM
06-21-2000 09:17 AM
Re: alternate paths in LV?
vgcreate vg01 /dev/dsk/c1t0d0 /dev/dsk/c2t0d0
The disk device entry on the line will be the alternate path.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2002 10:31 AM
02-26-2002 10:31 AM
Re: alternate paths in LV?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2002 10:50 AM
02-26-2002 10:50 AM
Re: alternate paths in LV?
The alternate path for a disk is added using vgextend.
vgcreate /dev/vg_name /dev/dsk/cxtydz
vgextend /dev/vg_name/dev/dsk/cXtYdZ
if /dev/dsk/cxtydz and /dev/dsk/cXtYdZ are the same disk but seen by two different path, if you do vgdisplay after the above commands, you can see the alternate link over there,
vgdisplay -v /dev/vg_name
Try this link,
http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B2355-90672/B2355-90672_top.html&con=/hpux/onlinedocs/B2355-90672/00/00/33-con.html&toc=/hpux/onlinedocs/B2355-90672/00/00/33-toc.html&searchterms=link%7calternate&queryid=20020226-105601
Look at "Setting up alternate cables to a physical volume"
Hope this helps.
Regds