- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: multipath disk failover?
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
02-04-2003 07:54 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2003 07:58 AM
02-04-2003 07:58 AM
SolutionUse the vgextend command and LVM will figure out that it is the same disk that is already present.
When one of the paths fails, you will see an error in syslog and/or dmesg, but the Disk will fail over to the alternate paths.
Is that what you were after?
Share and Enjoy! Ian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2003 07:58 AM
02-04-2003 07:58 AM
Re: multipath disk failover?
Somebody told me of this scenario:
Two fibre cards that will have different cxtxdx values.
The first fibre card disk contains the data in a logical volume and if you add another drive from the second fibre card then the first is primary and the second disk becomes the failover.
Fibre card one - use the command line or sam to create vg10 with disk c0t0d0
with the logical volume called work mounted at /work.
Fibre Card two - add the fibre card's c1t1d0 to vg10.
vgextend /dev/vg10 /dev/disk/c1t1d0
I'm told that because c1t1d0 doesn't have a logical volume or file system on
it, then this second drive address via the fibre card automatically becomes the
secondary and will be active when fibre card one dies.
Is this true?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2003 08:00 AM
02-04-2003 08:00 AM
Re: multipath disk failover?
There are some tools available from Veritas that allow both Paths to the disk to be used at the same time.
Share and Enjoy! Ian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2003 08:14 AM
02-04-2003 08:14 AM
Re: multipath disk failover?
You are correct.
You do not say if you have an array or JBOD, but there are other options as well, depending on your storage device. If it's an HP storage array (a current model) you can use the AutoPath or SecurePath software (different package, depending on the which storage array you have) to load balance as well as provide path fault tolerance.
Good luck!
Vince
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2003 08:28 AM
02-04-2003 08:28 AM
Re: multipath disk failover?
//
vgextend /dev/vg10 /dev/disk/c1t1d0
I'm told that because c1t1d0 doesn't have a logical volume or file system on
it, then this second drive address via the fibre card automatically becomes the
//
That was incorrect. c1t1d0 is nothing but c0t1d0 except that it is accessed through a different link.
That might be a typo. c1t1d0 cannot be an alternate link to c0t0d0. Only the c? number changes for the secondary link.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2003 11:30 AM
02-04-2003 11:30 AM
Re: multipath disk failover?
c1t1d3
c1t5d3
Eugeny