- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How do I add "alternate links" to VxVM volume?
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-16-2003 10:38 AM
09-16-2003 10:38 AM
# vxdisksetup -i c15t4d3
# vxdg init otdg otdg01=c15t4d3
# vxdisk list | grep dg
# vxassist -g otdg make otlv01 1g
# vxprint -v
# find /dev -name otlv01
# newfs - o largefiles /dev/vx/rdsk/otdg/otlv01
# vi /etc/fstab
# add entry
# mkdir /u01
# mount -a
But now I want to add the 2nd path to the disk: c14t4d3.
How do I do that?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2003 10:41 AM
09-16-2003 10:41 AM
Re: How do I add "alternate links" to VxVM volume?
http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/5187-1372/5187-1372_top.html&con=/hpux/onlinedocs/5187-1372/00/00/22-con.html&toc=/hpux/onlinedocs/5187-1372/00/00/22-toc.html&searchterms=links%7cvxvm%7calternate&queryid=20030916-123919
See dynamic multipathing section.
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-16-2003 10:43 AM
09-16-2003 10:43 AM
SolutionAlt Links, as they're known in LVM are termed DMP (Dynamic Multi Pathing) in VxVM. And now comes the gotcha - They're *only* available IF you purchased the full-blown VxVM. Once you do & you get the codeword, you then install the B9116AA product & they show up automatically.
You'd see them in a
vxdisk list c15t4d3
command.
This is one of the downsides of running the base VxVM product.
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2003 11:31 AM
09-16-2003 11:31 AM
Re: How do I add "alternate links" to VxVM volume?
But since I will be installing EMC PowerPath in the next week or so, that should take care of multi-pathing.. Right??
(This is a new server and we are still ordering the PowerPath.)
Stuart
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2003 11:37 AM
09-16-2003 11:37 AM
Re: How do I add "alternate links" to VxVM volume?
And PowerPath is a much better product as it includes load-balancing as well as alternate links.
Before you order have your EMC Rep verify that the version of PowerPath you'll be ordering fully supports VxVM 3.5 or whatever VxVM ver you're running. And you might want to consult both the Veritas & EMC release notes for any unseen gotchas.
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2003 06:23 AM
09-19-2003 06:23 AM
Re: How do I add "alternate links" to VxVM volume?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2003 06:34 AM
09-19-2003 06:34 AM
Re: How do I add "alternate links" to VxVM volume?
Maybe so, but I've done no benching to verify that, let alone it's performance from a balancing perspective.
But from what I've seen, PowerPath is very good at it solely because it's working from a downstream perspective. Always a better view there.
My 2 cents,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2003 06:40 AM
09-19-2003 06:40 AM
Re: How do I add "alternate links" to VxVM volume?
- VxVM load balances via simple round robin IO requests except fo certain sequential IO operations:
Sequential I/O starting within a certain range is sent down the same path in order to benefit from disk track caching. Large sequential I/O that does not fall within the range is distributed across the available paths to reduce the overhead on any one path.
-PowerPath/SecurePath/HDLM/AutoPath can also load balance in this round-robin fashion, or they can actually examine the IO queue depths on particular paths to determine the best to use.
HTH
Duncan
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2003 10:21 PM
09-21-2003 10:21 PM