- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: LVM - adding alternate paths to disks
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
07-04-2007 12:30 AM
07-04-2007 12:30 AM
I have just created a volume group with logical volumes and filesystems for it. Can someone remind me how to add in alternate paths for the disks I have allocated to that volume group?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2007 12:33 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2007 12:33 AM
07-04-2007 12:33 AM
Re: LVM - adding alternate paths to disks
vgextend /dev/vgxx /dev/dsk/cxtydz
You can check the status with
vgdisplay -v vgxx
At the end you see alternate link
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2007 12:37 AM
07-04-2007 12:37 AM
Re: LVM - adding alternate paths to disks
Please do vgextend vgname /dev/dsk/cxtxdx (alrenative paths)
example
IF /dev/dsk/c1t2d0 is the alrenative path for primary path /dev/dsk/c1t0d0 and already u have created VG using the primary disk ,then do the below cmd.
vgextend vg00 /dev/dsk/c1t2d0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2007 12:49 AM
07-04-2007 12:49 AM
Re: LVM - adding alternate paths to disks
vgscan -p -v
This is preview mode. Watch the results.
Then vgextend the pathes to the VG.
Think about the order!
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2007 01:11 AM
07-04-2007 01:11 AM
Re: LVM - adding alternate paths to disks
Thanks for your help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2007 01:16 AM
07-04-2007 01:16 AM
Re: LVM - adding alternate paths to disks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2007 11:01 PM
07-05-2007 11:01 PM
Re: LVM - adding alternate paths to disks
After adding the alternate path please check with vgdisplay weather both the disk are their or not if both the disks are their please try to check with reducing the primary path with
vgreduce vgname and disk path
A message with come switching over to alternate path.
If it successfull then it's good
then again extend the path
with vgextend.
This is for your precaution.
Thanks,
Avinash