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
01-13-2003 10:52 AM
01-13-2003 10:52 AM
PVLINK
I have two fiber cards on my machines, connected to a gadzooks fabric switch and a drive array, not HP.
The drive array people indicate that they support PVLINK for failover capability.
I would like to configure the system so that if one fibre card fails there is an automatic cutover to the second and no systems admin intervention is required.
Is this possible?
If so how?
Steve
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
01-13-2003 10:58 AM
01-13-2003 10:58 AM
Re: PVLINK
Add the ALTERNATE PVLINKS to the VG's using vgextend. And to load-balance across both paths alternate the primary between the two paths.
Can you post your current primary and your secondary paths?
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2003 11:19 AM
01-13-2003 11:19 AM
Re: PVLINK
One hardware path looks like its going to be 0/4
The other 0/7
Here is an ioscan fromo the current setup. The 0/7 was at one point plugged in.
[1740#] ioscan -fnC disk
Class I H/W Path Driver S/W State H/W Type Description
======================================================================
disk 0 0/0/1/1.2.0 sdisk CLAIMED DEVICE HP 73.4GST373405LC
/dev/dsk/c1t2d0 /dev/rdsk/c1t2d0
disk 1 0/0/2/0.2.0 sdisk CLAIMED DEVICE HP 73.4GST373405LC
/dev/dsk/c2t2d0 /dev/rdsk/c2t2d0
disk 2 0/0/2/1.2.0 sdisk CLAIMED DEVICE HP DVD-ROM 304
/dev/dsk/c3t2d0 /dev/rdsk/c3t2d0
disk 4 0/4/0/0.8.0.255.6.8.0 sdisk CLAIMED DEVICE XIOTECH STOR
AGE
/dev/dsk/c6t8d0 /dev/rdsk/c6t8d0
disk 3 0/7/0/0.8.0.255.6.8.0 sdisk NO_HW DEVICE XIOTECH STOR
AGE
/dev/dsk/c5t8d0 /dev/rdsk/c5t8d0
Does this help? I am sligtly clueless in this issue as well.
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
01-13-2003 11:28 AM
01-13-2003 11:28 AM
Re: PVLINK
There is not disk at the path
0/7/0/0.8.0.255.6.8.0 right now. It was there but it has been taken out. Let them configure the Alternate Link on the switch/drive array. Once it is done, you can get it back after scanning with ioscan -f.
Once you get it back, you can do a vgextend and get the PVLINK. It's automatic and will failover and revert back after the LINK is fixed.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2003 11:31 AM
01-13-2003 11:31 AM
Re: PVLINK
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
01-13-2003 11:43 AM
01-13-2003 11:43 AM
Re: PVLINK
Let me say I created a volume group with c0t0d0. strings /etc/lvmtab would show
...
/dev/vg01
/dev/dsk/c0t0d0
...
..
#vgdisplay -v vg01
...
..
--- Physical volumes ---
PV Name /dev/dsk/c0t0d0
PV Status available
..
Later I got alternate LINK established through another controller and say the corresponding disk is c1t0d0 (only c# changes as the target (t) and the LUN (d) would remain the same)
Then I would extend the volume group with this link
vgextend vg01 /dev/dsk/c1t0d0
This will appear as alternate link in vgdisplay -v command.
#vgdisplay -v vg01
...
..
--- Physical volumes ---
PV Name /dev/dsk/c0t0d0
PV Status available
PV Name /dev/dsk/c1t0d0 Alternate Link
..
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2003 12:19 PM
01-13-2003 12:19 PM
Re: PVLINK
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xa2aae7613948d5118fef0090279cd0f9,00.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2003 12:31 PM
01-13-2003 12:31 PM
Re: PVLINK
Steve
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
01-13-2003 01:00 PM
01-13-2003 01:00 PM
Re: PVLINK
disk 4 0/4/0/0.8.0.255.6.8.0 sdisk CLAIMED DEVICE XIOTECH STORAGE
disk 3 0/7/0/0.8.0.255.6.8.0 sdisk NO_HW DEVICE XIOTECH STORAGE
Cards' hw addresses are 0/4/0/0 and 0/7/0/0, 8 stands for private loop, 0.255 stands for target addressing mode, 6.8.0 stands for device alpa=104 and LUN 0 (physical disk always have LUN 0 and no subluns). For me this config looks like either both FC HBAs are in the same loop or this disk is configured to have same alpa in 2 loops (like HP Surestore FC10 enclosure)
Eugeny