- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Extending the VG with Multiple Path
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
05-11-2008 11:26 PM
05-11-2008 11:26 PM
Good Morning
I have Eva 8100 with 2C6D, When i present a VD to my hp-ux its gets 16 path, i have created one VG by using first path of VD,
now what's the problem is extending the additional paths to my VG, extending remainig 15 path to my VG is little difficult as already some more vg's are available, so the ioscan command is showing lots of paths.
i need to find all the paths for my VG
is any alternate method is there to simplify this task
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2008 11:44 PM
05-11-2008 11:44 PM
Re: Extending the VG with Multiple Path
Take a look at the volume group with vgdisplay -v.
Extend along the same path that it was created on and the other paths should be fine.
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
05-12-2008 02:37 AM
05-12-2008 02:37 AM
Re: Extending the VG with Multiple Path
I am vgextending with by following paths, but some of the paths are not getting extend
my alternate paths
/dev/dsk/c2t0d1
/dev/dsk/c4t0d1
/dev/dsk/c6t0d1
/dev/dsk/c8t0d1
/dev/dsk/c12t0d1
/dev/dsk/c14t0d1
/dev/dsk/c16t0d1
/dev/dsk/c18t0d1
/dev/dsk/c22t0d1
/dev/dsk/c24t0d1
/dev/dsk/c26t0d1
/dev/dsk/c28t0d1
/dev/dsk/c32t0d1
/dev/dsk/c34t0d1
/dev/dsk/c36t0d1
/dev/dsk/c38t0d2
# strings /etc/lvmtab
/dev/vg00
/dev/disk/disk3_p2
/dev/VG_EDV_DATA
/dev/dsk/c2t0d1
/dev/dsk/c2t0d3
/dev/VG_EDV_LOG
/dev/dsk/c2t0d2
/dev/VG_EDV_SAPBACK
/dev/dsk/c2t1d0
Volume group VG_EDV_DATA
=========================
But im getting error and some of the path are extended rest is not.
#vgextend VG_EDV_DATA /dev/dsk/c4t0d1 /dev/dsk/c6t0d1 /dev/dsk/c8t0d2 /dev/dsk/c12t0d1 /dev/dsk/c14t0d1 /dev/dsk/c16t0d1 /dev/dsk/c18t0d1 /dev/dsk/c22t0d1 /dev/dsk/c24t0d1 /dev/dsk/c26t0d1 /dev/dsk/c28t0d1 /dev/dsk/c32t0d1 /dev/dsk/c34t0d1 /dev/dsk/c36t0d1 /dev/dsk/c38t0d2
# ./vgextnd
vgextend: Couldn't install the physical volume "/dev/dsk/c8t0d2".
Device busy
vgextend: Couldn't install the physical volume "/dev/dsk/c24t0d1".
Device busy
vgextend: Couldn't install the physical volume "/dev/dsk/c26t0d1".
Device busy
vgextend: Couldn't install the physical volume "/dev/dsk/c28t0d1".
Device busy
vgextend: Couldn't install the physical volume "/dev/dsk/c32t0d1".
Device busy
vgextend: Couldn't install the physical volume "/dev/dsk/c34t0d1".
Device busy
vgextend: Couldn't install the physical volume "/dev/dsk/c36t0d1".
Device busy
vgextend: Couldn't install the physical volume "/dev/dsk/c38t0d2".
Device busy
After extending
===============
/dev/vg00
/dev/disk/disk3_p2
/dev/VG_EDV_DATA
/dev/dsk/c2t0d1
/dev/dsk/c2t0d3
/dev/dsk/c4t0d1
/dev/dsk/c6t0d1
/dev/dsk/c12t0d1
/dev/dsk/c14t0d1
/dev/dsk/c16t0d1
/dev/dsk/c18t0d1
/dev/dsk/c22t0d1
/dev/VG_EDV_LOG
/dev/dsk/c2t0d2
/dev/VG_EDV_SAPBACK
/dev/dsk/c2t1d0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2008 02:46 AM
05-12-2008 02:46 AM
SolutionHave a look at the following thread, this will clear up the things:
http://forums12.itrc.hp.com/service/forums/questionanswer.do?admit=109447627+1208475137003+28353475&threadId=1210636
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2008 02:50 AM
05-12-2008 02:50 AM
Re: Extending the VG with Multiple Path
Probably you may see more answers coming in if they see you are giving credit for the time spent by someone.
Thanks for the understanding and Have a nice day.
Mridul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2008 02:52 AM
05-12-2008 02:52 AM
Re: Extending the VG with Multiple Path
while creating new Vg use -
vgcreate -p 16 vgname
so you will be able to extend the vg with alternate path too.
Thanks,
Avinash
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2008 02:59 AM
05-12-2008 02:59 AM
Re: Extending the VG with Multiple Path
-p is for the max_pv and here the problem is in adding alternate path not the new PV and Currently LVM supports a maximum of 8 paths to a physical volume (7 alternates and one primary).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2008 03:46 AM
05-12-2008 03:46 AM
Re: Extending the VG with Multiple Path
Thanks for your responces, i got cleared
Hi Mirdul
I Always giving good points, befre my forum
name was c.uvaraja.