- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Regarding 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
07-17-2009 01:33 AM
07-17-2009 01:33 AM
Regarding alternate links
We have a Volume Groups in which we have disks in the sequence below in vgsan02.
PV Name /dev/dsk/c45t0d4
PV Name /dev/dsk/c47t0d4 Alternate Link
PV Name /dev/dsk/c46t0d4 Alternate Link
PV Name /dev/dsk/c48t0d4 Alternate Link
PV Status available
PV Name /dev/dsk/c45t0d3
PV Name /dev/dsk/c47t0d3 Alternate Link
PV Name /dev/dsk/c46t0d3 Alternate Link
PV Name /dev/dsk/c48t0d3 Alternate Link
Now SAN team want us to change the sequence to:
/dev/rdsk/c45t0d4 -Primary
/dev/rdsk/c46t0d4 -Alt
/dev/rdsk/c48t0d4 -Alt
/dev/rdsk/c47t0d4 -Alt
/dev/rdsk/c48t0d3 -Primary
/dev/rdsk/c47t0d3 -Alt
/dev/rdsk/c45t0d3 -Alt
/dev/rdsk/c46t0d3 -Alt
Could you please advice, Is it of any use or not?
* HPUX: 11.11
* Powerpath is not present
* above mentioned are Clariion luns
Thanks in Advance,
Vivek Bhatia
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2009 01:41 AM
07-17-2009 01:41 AM
Re: Regarding alternate links
What would be interesting would be to see if c45 and c48 go out of the same FC card on your host - you should be able to figure that out from ioscan.
HTH
Duncan
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2009 01:45 AM
07-17-2009 01:45 AM
Re: Regarding alternate links
To change your alternate link as primary you can use vgreduce and vgextend to reorganize Alternate links.
vgreduce /dev/vgsan02 /dev/rdsk/c48t0d3
vgextend /dev/vgsan02 /dev/rdsk/c48t0d3
or
try single command
pvchange -s /dev/dsk/c48t0d3
this will set the /dev/dsk/c48t0d3 as the primary disk
Regards
Sunny
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2009 01:52 AM
07-17-2009 01:52 AM
Re: Regarding alternate links
Thanks for your Reply but my question is still unanswered.
1. Will changing the Sequence help reducing the affect in case of a disk failure?
2.Can HPUX 11.11 take care itself?
Thanks
Vivek Bhatia
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2009 01:52 AM
07-17-2009 01:52 AM
Re: Regarding alternate links
>>Could you please advice, Is it of any use or not?<<
Yes. If c45 is primary link for both LUN's than all the i/o will go through single controller which is c45.
If you change the order as per SAN team request, i/o for the first LUN goes through c45 and second LUN goes through c48. Because LVM access the disk always through primary controller till primary link is unavailable.
This way you can share the load.
Ganesh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2009 01:58 AM
07-17-2009 01:58 AM
Re: Regarding alternate links
>>1. Will changing the Sequence help reducing the affect in case of a disk failure?<<
No.Links are no way related to disk failure. If disk fails means all the links are unavailable. It is upto storage RAID level to maintain the disk availablity.
2.Can HPUX 11.11 take care itself?
HP-UX will take care only the load balancing and switching between the links.
Ganesh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2009 04:55 AM
07-17-2009 04:55 AM
Re: Regarding alternate links
An alternate link is just that -- another way to talk to the disk array. The only failure that alternate links handle is a broken fibre or a bad port (very unusual in most systems). The other purpose for alternate links is to provide additional paths to run multiple I/Os at the same time. This only works if you have load distribution software such as PowerPath. LVM has very limited load distribution capability in 11.11.
Bill Hassell, sysadmin