HPE GreenLake Administration
Operating System - HP-UX
1833707
Members
2232
Online
110063
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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-16-2003 11:34 PM
01-16-2003 11:34 PM
Vgreduce
I have problem on VG00 the Act PV and Cur PV disagree.I'm thinking of using "vgreduce -f",will this work on vg00? What is the bst way of doing it?
Wally
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2003 11:40 PM
01-16-2003 11:40 PM
Re: Vgreduce
Hi,
if vg00 is mirrored, then we are tolking about a "ghist disk" and you have to remove the mirror first befor you can vgreduce.
# lvdisplay -v -k /dev/vg00/lvolX
find the disk key (-k) of the disk with the stale extends.
# lvreduce -m 0 /dev/vg00/lvolX
remove the mirror on the missing disk.
# vgreduce -f vg00
removes the disk from the vg00.
# mv /etc/lvmtab /etc/lvmtab.org
# vgscan -v
Now you have to re-add the disk to the vg00.
# pvcreate -f -B /dev/rdsc/c...
# vgextend vg00 /dev/dsk/c...
# lvextend -m 1 /dev/vg00/lvolX /dev/dsk/c...
...
That's the way it works.
Regards ...
Armin
if vg00 is mirrored, then we are tolking about a "ghist disk" and you have to remove the mirror first befor you can vgreduce.
# lvdisplay -v -k /dev/vg00/lvolX
find the disk key (-k) of the disk with the stale extends.
# lvreduce -m 0 /dev/vg00/lvolX
remove the mirror on the missing disk.
# vgreduce -f vg00
removes the disk from the vg00.
# mv /etc/lvmtab /etc/lvmtab.org
# vgscan -v
Now you have to re-add the disk to the vg00.
# pvcreate -f -B /dev/rdsc/c...
# vgextend vg00 /dev/dsk/c...
# lvextend -m 1 /dev/vg00/lvolX /dev/dsk/c...
...
That's the way it works.
Regards ...
Armin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2003 11:40 PM
01-16-2003 11:40 PM
Re: Vgreduce
Hi
I take you have a missing disk ? The vgreduce should force the removal and allow the kernel to resolve it's discrepency
Have a look at lvmtab and ioscan to see which disk your missing
Is this the roor volume group or other ?
HTH
Steve
I take you have a missing disk ? The vgreduce should force the removal and allow the kernel to resolve it's discrepency
Have a look at lvmtab and ioscan to see which disk your missing
Is this the roor volume group or other ?
HTH
Steve
take your time and think things through
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2003 12:19 AM
01-17-2003 12:19 AM
Re: Vgreduce
Hi,
this problem and the required steps to solve it are also described in this document:
http://www4.itrc.hp.com/service/cki/search.do?category=c0&mode=id&searchCrit=allwords&docType=Security&docType=Patch&docType=EngineerNotes&docType=BugReports&docType=Hardware&docType=ReferenceMaterials&docType=ThirdParty&searchString=LVMKBRC00006257
this problem and the required steps to solve it are also described in this document:
http://www4.itrc.hp.com/service/cki/search.do?category=c0&mode=id&searchCrit=allwords&docType=Security&docType=Patch&docType=EngineerNotes&docType=BugReports&docType=Hardware&docType=ReferenceMaterials&docType=ThirdParty&searchString=LVMKBRC00006257
Well, yeah ... I suppose there's no point in getting greedy, is there?
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP