- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Un-mirror vg00 & remove disk
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-31-2001 11:59 AM
07-31-2001 11:59 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2001 12:12 PM
07-31-2001 12:12 PM
Re: Un-mirror vg00 & remove disk
I havent tried with rootvg but yes I use lvreduce:
lvreduce -m 0 /dev/r5vg06/lvol1 /dev/dsk/c8t0d4
followed by vgreduce:
vgreduce r5vg06 /dev/dsk/c8t0d4
ALl the best
Victor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2001 12:17 PM
07-31-2001 12:17 PM
Re: Un-mirror vg00 & remove disk
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2001 12:23 PM
07-31-2001 12:23 PM
Re: Un-mirror vg00 & remove disk
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2001 12:34 PM
07-31-2001 12:34 PM
Re: Un-mirror vg00 & remove disk
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2001 12:34 PM
07-31-2001 12:34 PM
SolutionI haven't tried this one either, BUT:
Make sure that you have applied PHCO_23437 (for 10.20). This LVM patch corrects some serious problems with 'lvlnboot'.
Reduce the mirror on the physical disk you want to decommission. For each logical volume (N), do:
# lvreduce -m 0 /dev/vg00/lvol${N} /dev/dsk/cXtYdZ
Then, 'vgreduce' the physical disk:
# vgreduce /dev/vg00 /dev/dsk/cXtYdZ
Lastly, correct your boot information!
# lvlnboot -R
# lvlnboot -v #...to verify...
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2001 08:08 PM
08-01-2001 08:08 PM
Re: Un-mirror vg00 & remove disk
Just wanted to bring up a point that /dev/vg00/lvol3 should be the last logical volume to be reduced.
Also something i wasn't sure of, When you mirrored the 1GB disk with a 4GB disk, are you able to utilize the full capacity of the 4GB disk? As far as i know the easiest way to migrate a 1GB root disk to a 4GB disk is through ignite/ux.
Would appreciate your answer to my question.
-I am RU
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2001 05:29 AM
08-02-2001 05:29 AM