- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: pvlinks using single hba
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
09-01-2004 11:22 AM
09-01-2004 11:22 AM
pvlinks using single hba
firmware 44.12
McDATA 4500 Switches, v 6.01 firmware
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-01-2004 11:45 AM
09-01-2004 11:45 AM
Re: pvlinks using single hba
LVM doesnt care as long as it sees the same LUN from both the paths. It cannot differentiate between dual initiators or seperate HBAs.
But then by doing so, you are basically defeating the sole purpose of multipathing:= to eliminate the HBA as the single point of failure.
If the HBA is to go bad, I would think both the SCSI intiators are going to be unavailable and thus all the available paths to the LUN are down.
Remeber, LVM doesnt do any kind of IO load balancing between the PV links.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-01-2004 12:41 PM
09-01-2004 12:41 PM
Re: pvlinks using single hba
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-01-2004 01:55 PM
09-01-2004 01:55 PM
Re: pvlinks using single hba
If you do have two or more paths then you should see multiple controller numbers in your disk names. Example;
/dev/dsk/c3t2d4
/dev/dsk/c5t2d4
Both of those might be the same LUN. If after running ioscan;insf you only see one controller number then you only have one path (e.g. cXt2d4). Remember to ignore your internal drives while investigating this.
If you do determine you have two or more paths and you want to add the second path into the volume group as an alternate path (i.e. pvlink) just do the following;
vgextend /dev/vgXX /dev/dsk/cXt2d4 (replace X's with appropriate info). It is very important that you do *NOT* run pvcreate on the second path. If it lets you extend in this way a simple vgdisplay -v on the volume group should now show an alternate path.
David
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-01-2004 02:44 PM
09-01-2004 02:44 PM
Re: pvlinks using single hba
I think the real key here is for you to check your ioscan output and see if you can see the same LUN on the disk array with multiple /dev/dsk/c?t?d? device names. If you do, then you can have alternate paths via pvlinks. If you don't, then you can't.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-01-2004 05:34 PM
09-01-2004 05:34 PM
Re: pvlinks using single hba
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-02-2004 10:16 PM
09-02-2004 10:16 PM
Re: pvlinks using single hba
As far as I've seen with FC HBAs and FC Disk Arrays (at least HP VA), the Dual Controller config does not create a Multi-Path. The Mulitpathing is achieved with two initiators which are in this case 2x FC HBAs per server. The Dual Controller config is for Redundnacy in case of HP VA and for Redundnacy/Load Balancing for HP EVA. Unfortunately, I do not know much about IBM Storage.
Hope that my understanding of FC mutlipathing is correct.
Regards,
Charbel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2004 01:05 AM
09-03-2004 01:05 AM
Re: pvlinks using single hba
For example, I have 4 paths to my disks on 2 HBA's - no reason why you can't have 2 on 1 HBA.
Your HBA is a SPoF - single point of failure. You do have redundancy in your SAN...
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2004 01:27 AM
09-03-2004 01:27 AM
Re: pvlinks using single hba
The problem you might be having is the way the fastT uses its controllers. Different Arrays work differently.
For example on the EVA a LUN can only be accessed by one controller at a time. Using PV links LVM would see the LUN through both controllers by if it tried to access through the "wrong" one LVM hangs.
SecurePath works by switching the controller that "owns" the LUN. On the other hand, on va7410 both controllers can access the same LUN without a problem. So PVlinks work just fine.
The EMV Clariion is like the EVA in that only one controller is active. With EMCs paowerpath you can access the LUN through either controller however, accessing it through the "wrong" one causes powerpath to switch that controller to the active one.
This takes time and EMC recommends that you pick only 1 path for each LUN.
My guess is that the Fast-T is working similar to the Clariion, By accessing both paths during the vgimport you are forcing the Fast-T to do some kind of reconfiguration of which controllers are responsible for which LUNs. This is taking time and that is why the vgimport takes so long when both paths are included.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2004 01:31 AM
09-03-2004 01:31 AM
Re: pvlinks using single hba
The device controller number in HP-UX (c#t0d0) is partially derived (in a fabric environment) from the switch port ID where the target is connected. This way if you have two targets connected to switch port 1 and 2 for example, even if both are zoned to the same HBA you will get two controller numbers in HP-UX (for example c3td0d0 and c7t0d0).
This of course can also cause problems. Try moving a target from one switch port to another; you will no longer have access to the /dev/dsk/c#t#d# that currently exist on your server. You would need to run ioscan;insf and this would create new device files with new controller numbers. So although WWN zoning allows you to easily move the HBA from one switch port to another without having to re-zone, you will not be able to move targets between switch ports. The zones will be okay, but the system device files will change.
Sorry, I got side tracked.
Anyway, the environment shown in your diagram provides some information, but the real question is are the LUNs you are trying to access from your server assigned to more than one of the FastT ports (e.g. A1 & B1) or are they assigned to only one of those (e.g. B1 only). If you are assigning the LUNs to only one FastT port (target) then you will not get multiple paths with one HBA.
David
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2004 01:38 AM
09-03-2004 01:38 AM
Re: pvlinks using single hba
Is your Disk Array an HP EVA? Because the HP EVA has normally 4 ports and therfore you can achieve 4 paths to it via 2x HBAs and HP Secure Path for EVA.
For HP VA, I do not think this is possible, and you need 2x HBAs to have 2 paths only to a particular LUN via pvlinks.
Please note that this is what I've been getting while installing HP VA and I do not know if I'm missing something in the configuration for it to have 4 paths with 2x HBAs.
Regards,
Charbel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2004 01:58 AM
09-03-2004 01:58 AM
Re: pvlinks using single hba
HBA1------Brocade Sw1------EMC FA1
------EMC FA2
HBA2------Brocade Sw2------EMC FA3
------EMC FA4
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2004 02:35 AM
09-03-2004 02:35 AM
Re: pvlinks using single hba
Your question looks at it from the point of view of a problem with the san switches or other components on the san
The answers look to it from the point of view of HBA failure.
How a single HBA can access disks on two paths, I admit mystifies me. Perhaps its a zoning trick or connector I don't know about.
The reason you want two HBA's is because of what happened to us a few months ago. HBA 0 failed and the san admin hadn't zoned HBA 1.
Results: Unplanned downtime.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2004 08:52 AM
09-03-2004 08:52 AM