- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Alternate disk paths
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
Discussions
Discussions
Discussions
Forums
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
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
тАО08-07-2003 08:56 AM
тАО08-07-2003 08:56 AM
Alternate disk paths
For system to know Alternate path to disks, what additional package is needed to be on the system? Or What kernel driver is taking care of the same?
Regards
Prashant
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-07-2003 09:08 AM
тАО08-07-2003 09:08 AM
Re: Alternate disk paths
The LVM driver handles alternate paths as part of its work. Alternate paths, otherwise known as 'pvlinks' can be seen with 'vgdisplay -v /dev/vgXX'.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-07-2003 09:10 AM
тАО08-07-2003 09:10 AM
Re: Alternate disk paths
1) Check ioscan -fn output and find out your disks primary and alternate paths
2) Plan load balancing by sharing controllers (decide which controller should be primary for which disk)
3) Create primary paths with vgcreate
4) Create alternative paths with vgextend
5) Check with vgdisplay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-11-2003 10:04 AM
тАО08-11-2003 10:04 AM
Re: Alternate disk paths
If dynamic multi pathing is there in your mind , then I think LVM does not have the feature.You have to go for Veritas.
Regds,
baiju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-11-2003 11:52 AM
тАО08-11-2003 11:52 AM
Re: Alternate disk paths
We have measured EMC's offerrings and found them to be superior in load balancing.
Tim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-11-2003 12:01 PM
тАО08-11-2003 12:01 PM
Re: Alternate disk paths
This feature is built into the LVM software. You do not have to do anything to enable it or to make it work.
Hai
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-11-2003 12:24 PM
тАО08-11-2003 12:24 PM
Re: Alternate disk paths
Hai Nguyen is correct. No special software required.
However, you should know in advance which disks are alternate paths, because you have to add them in yourself.
You have to say:
vgcreate vgname /dev/dsk/primary /dev/dsk/alternate.
On EMC disks you can use the "inq" command to tell you which disks are alternates.
On other disks, sometimes you just have to KNOW.
Stuart
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-12-2003 04:25 AM
тАО08-12-2003 04:25 AM
Re: Alternate disk paths
We don't reqire to use any additional package for this. HPUX OS will take care of that.
To know the alternate path of disks and confirm we need to use a few commands
1)
#ioscan -fnC disk
Then findout the device files for each disks. Match the addressing scenario cXtYdZ to idntify alternate device files (through alternate path) for the same disk.
2)
If it is already configured using LVM and you just wanted to see only, then issue
#strings /etc/lvmtab
Note: If u want to configure disks freshly for failover/Load balancing ,first you find out the devices files then create/extend volumegroup by giving appropriate address.
Regards
Binil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-15-2003 11:06 AM
тАО08-15-2003 11:06 AM
Re: Alternate disk paths
Good to see you are active these days in ITRC :-)
1) U dont need to have any additional s/w for LVM alternate paths
2) With just LVM, we can only designate one more PV as the alternate links. with EMC powerpath we can designate more than one PV as the alternate path and also dynamic load balancing is possible with EMC powerpath.
3) One thing I would like to add is, to find out if a disk is really a alternate link or an another pv
# echo "0x2008?4D" | adb /dev/dsk/c?t?d?
2008: 669349393 040158183 669349393 1040158184
#
This will list some decimal numbers .
second and 4th are the SPU ID. the one that is ,displayed with uname -i command. the 3rd one is the PV ID and the last one is the VG ID.
if you take two device files and would like to find out if they are two different pvs or both the device files referring to the same PV, then run the above command and compare the PV ID, PV ID will be the same for both the disks
If PV ID is same for both the disks then you can designate one of them as alternate links
Let me know of any questsions
Sundar.