- Community Home
- >
- Storage
- >
- Midrange and Enterprise Storage
- >
- HPE EVA Storage
- >
- Secure Path for VA disk array ... do I need it?
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-09-2004 04:57 PM
09-09-2004 04:57 PM
Currently have a VA7110 attached in point-to-point FC fashion to an RP3440 HP-UX server with dual FC HBAs, one connected to each VA controller for redundancy and load-balancing. As it stands, I have 2 LUNS presented to the UNIX server, which appear with primary and alternate paths within LVM. I then stripe LVs accross the 2 LUN PVs to balance I/O accross HBAs and controllers.
The next phase of our SAN implementation is to introduce a 2 FC switch fabric (using 2/8V's) between the server and the disk array, with each HBA connecting to it's own FC switch. This will obviously change the hardware paths of the LUNs and presumably the device files also.
As I understand it, Secure Path masks the complexity of the redundant PV links under LVM and instead I'm presented with one LUN device file which I then use as a PV within LVM, and this would allow me to do away with the striping accross 2 PVs (LUNs) to do load balancing etc.
My question is ... do I really *need* Secure Path or is this optional? As far as I can work out, I could keep with my existing arrangement, although I would need to adjust the LVM config for the new hardware paths and therefore device files that represent them. Is that about it or is there something I'm missing?
Thanks,
Jason
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2004 08:05 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2004 08:51 PM
09-09-2004 08:51 PM
Re: Secure Path for VA disk array ... do I need it?
You can perfectly keep on using PVLINK as you are used to. This is active passive presentation of the individual LUNs. You can statically balance your LUNs to your paths.
The advantage of SecurePath is that both paths can be active and you can dynamically balance your IOs.
By the way AutoPath is now included in SecurePath for HP-UX and Windows.
Since you are using the VA7110 it does not make much sense to use loadbalancing. The VA7110 has one redundancy group which is owned by one controller. IOs coming through the other controller will be routed internally to the controller owning the redundancy group.
Therefor I would use PVLINK, configure all active paths to that active controller and only use the second controller for alterante paths.
Examples on how to configure your SAN can be found in the User and Service Guide here
http://h20000.www2.hp.com/bizsupport/TechSupport/DocumentIndex.jsp?locale=en_US&contentType=SupportManual&docIndexId=1255&prodTypeId=12169&prodSeriesId=298817
Cheers
Peter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2004 08:52 PM
09-09-2004 08:52 PM
Re: Secure Path for VA disk array ... do I need it?
You can perfectly keep on using PVLINK as you are used to. This is active passive presentation of the individual LUNs. You can statically balance your LUNs to your paths.
The advantage of SecurePath is that both paths can be active and you can dynamically balance your IOs.
Since you are using the VA7110 it does not make much sense to use loadbalancing. The VA7110 has one redundancy group which is owned by one controller. IOs coming through the other controller will be routed internally to the controller owning the redundancy group.
Therefor I would use PVLINK, configure all active paths to that active controller and only use the second controller for alterante paths.
Examples on how to configure your SAN can be found in the User and Service Guide here
http://h20000.www2.hp.com/bizsupport/TechSupport/DocumentIndex.jsp?locale=en_US&contentType=SupportManual&docIndexId=1255&prodTypeId=12169&prodSeriesId=298817
Cheers
Peter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2004 12:19 PM
09-10-2004 12:19 PM
Re: Secure Path for VA disk array ... do I need it?
Thanks for confirming my suspicions.
Jason