- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: hp ux problem with vgreduce
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
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
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
тАО11-12-2009 12:38 AM
тАО11-12-2009 12:38 AM
first, i reduce all logical volume by typing:
lvreduce -m 0 /dev/vg00/lvolX /dev/dsk/C1t15d0
after that i receive the following error when i reduve the volume group:
"vgreduce: physical volume could not be removed since some of its physical extents are still in use"
can y help me to resolve the problem!!!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-12-2009 12:41 AM
тАО11-12-2009 12:41 AM
Re: hp ux problem with vgreduce
It means you have still have some more(lvolXX)
vgdisplay -v /dev/vg00 |more -> output will be helpfull
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-12-2009 12:48 AM
тАО11-12-2009 12:48 AM
Re: hp ux problem with vgreduce
/dev/vg00/u01
lv status :available/syncd
it is necessary to reduce this logical volume "u01"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-12-2009 12:59 AM
тАО11-12-2009 12:59 AM
Re: hp ux problem with vgreduce
i would assume you told me earlier you are replacing mirror boot disk,
so you have too.. dude -> are you worried about the data ? you no need to worry if you have already properly mirror /u01 file system on your
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-12-2009 01:18 AM
тАО11-12-2009 01:18 AM
Re: hp ux problem with vgreduce
lvreduce -m 0 /dev/vg00/u01 /dev/dsk/c1t15d0
vreduce: "MirrorCopies" parameter "0" is not smaller than existing number "0";
herefore no mirrors are removed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-12-2009 01:27 AM
тАО11-12-2009 01:27 AM
Re: hp ux problem with vgreduce
lvdisplay -v /dev/vg00/u01 |more
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-12-2009 01:34 AM
тАО11-12-2009 01:34 AM
Re: hp ux problem with vgreduce
do
pvmove -n /dev/vg00/u01 /dev/dsk/c1t15d0 /dev/dsk/cxtxdx
change /dev/dsk/cxtxdx with your correct disk in the volume group.
then try lvreduce.
Regards,
Aneesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-12-2009 01:35 AM
тАО11-12-2009 01:35 AM
Re: hp ux problem with vgreduce
Aneesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-12-2009 01:48 AM
тАО11-12-2009 01:48 AM
Re: hp ux problem with vgreduce
herefore no mirrors are removed.<<
I hope someone have extend space for /u01 ->by using you mirror disk (PV)
so meaning the /u01 -> file system logical volume exists on your mirror disk also
Options :-
you can try "as per above post" pvmove
hopefully you should have Free PE on "pri-boot disk"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-12-2009 03:01 AM
тАО11-12-2009 03:01 AM
Re: hp ux problem with vgreduce
# vgextend -f /dev/vg00 /dev/c1t15d0
vgextend: Physical volume "/dev/c1t15d0" is not a block special file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-12-2009 04:49 AM
тАО11-12-2009 04:49 AM
Solutionvgextend: Physical volume "/dev/c1t15d0" is not a block special file.<<
You command is wrong
vgextend -f /dev/vg00 /dev/dsk/c1t15d0
man vgextend -> for more information and examples
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-12-2009 05:02 AM
тАО11-12-2009 05:02 AM
Re: hp ux problem with vgreduce
Why not follow the official procedures?
http://docs.hp.com/en/5991-1236/When_Good_Disks_Go_Bad_WP.pdf
There is no need to "un-mirror" the bad disk, a "pvchange -a n ..." is the way to go.
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
тАО11-12-2009 05:34 AM
тАО11-12-2009 05:34 AM
Re: hp ux problem with vgreduce
Greetings & Goodday,
was trying that link to post earlier, I was helpless ..... :(
>>Got some error that document has been removed or server unavailable <<<
One of my favorite document .:)
Thanks,
Johnson
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-12-2009 05:43 AM
тАО11-12-2009 05:43 AM
Re: hp ux problem with vgreduce
The newer also covers 11.31.
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!
