- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Physical volume does not belong to volume grrope
Categories
Company
Local Language
Forums
Discussions
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Knowledge Base
Forums
Discussions
- Cloud Mentoring and Education
- Software - General
- HPE OneView
- HPE Ezmeral Software platform
- HPE OpsRamp
Knowledge Base
Discussions
Forums
Discussions
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
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
01-12-2008 10:59 PM
01-12-2008 10:59 PM
I am create new virtual disk from SAN storage with size 50GB to increase logical volume of mount point
I have it in my server (rp8420) but there error message appeared after execute
This command â Lvextend â L 50000 /dev/vg01/lvol1 /dev/dsk/c19t0d2â
< root@ruxtstap > lvextend -L 50000 /dev/vg01/lvol1 /dev/dsk/c19t0d2
lvextend: Physical volume "/dev/dsk/c18t0d2" does not belong
to volume group "/dev/vg01".>
after creating this virtual disk I am execute the â dmesg â command to see all disk added.
I am see this disk
2/0/4/1/0/4/0.61.0.1.0.0.2 sdisk
2/0/4/1/0/4/0.61.0.3.0.0.2 sdisk
2/0/4/1/0/4/0.61.0.2.0.0.2 sdisk
2/0/4/1/0/4/0.61.0.4.0.0.2 sdisk
2/0/6/1/0/4/0.149.0.2.0.0.2 sdisk
2/0/6/1/0/4/0.149.0.0.0.0.2 sdisk
2/0/6/1/0/4/0.149.0.3.0.0.2 sdisk
2/0/6/1/0/4/0.149.0.4.0.0.2 sdisk
How to extend this logical volume ?
Note: you can find attachment file contains on â ioscan â for disk before create the virtual disk and after creating
And the the H/W path of the one disk of vg01 is 2/0/4/1/0/4/0.61.0.1.0.0.1
Thanks and best regards
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2008 11:09 PM
01-12-2008 11:09 PM
Re: Physical volume does not belong to volume grrope
extend with this way.
# pvcreate /dev/rdsk/cXtYdZ
# vgextend /dev/vgname /dev/dsk/cXtYdZ
# lvextend â l
# fsadm â F vxfs â b
Regards,
Asif Sharif
Asif Sharif
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2008 11:10 PM
01-12-2008 11:10 PM
Re: Physical volume does not belong to volume grrope
extend with this way.
# pvcreate /dev/rdsk/cXtYdZ
# vgextend /dev/vgname /dev/dsk/cXtYdZ
# lvextend â l
# fsadm â F vxfs â b
Regards,
Asif Sharif
Asif Sharif
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2008 11:58 PM
01-12-2008 11:58 PM
Re: Physical volume does not belong to volume grrope
still some error after extend logical volume
" lvextend -L 50000 /dev/vg01/lvol1 /dev/dsk/c19t0d2
lvextend: "LogicalExtentsNumber" is not bigger than current setting."
and why needed to extend the file system by use fsadm command
thanks and best regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2008 04:50 AM
01-13-2008 04:50 AM
Solutionlvextend: "LogicalExtentsNumber" is not bigger than current setting."
You need to add 50G to this lvol, current size +50G....
# bdf | grep /dev/vg01/lvol
current size + 50000mb = XXXXX
# lvextend -LXXXXX /dev/vg01/lvol1
# fsadm -b XXXXXm /mount_point
Regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2008 09:47 PM
01-13-2008 09:47 PM
Re: Physical volume does not belong to volume grrope
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2008 10:03 PM
01-13-2008 10:03 PM
Re: Physical volume does not belong to volume grrope
Regards,
Asif Sharif
Asif Sharif