- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Considerations when splitting a root mirror
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-09-2002 08:15 AM
05-09-2002 08:15 AM
Can I just do lvreduce -m 0?
What about the swap area and other boot info on the disk?
Anyone had any gotcha's I should look out for?
Thanks In Advance
-- Rod Hills
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2002 08:21 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2002 08:24 AM
05-09-2002 08:24 AM
Re: Considerations when splitting a root mirror
There is no problem doing this. Check one of my old thread and see Clay's suggestion and my Update at the last. I was doing an OS upgrade, but reduced the root mirror before that:
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xf1c5a2db8513d6118ff40090279cd0f9,00.html
HTH,
Shiju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2002 08:25 AM
05-09-2002 08:25 AM
Re: Considerations when splitting a root mirror
# lvreduce -m 0 /dev/vg00/lvol2 /dev/dsk/c2t2d0
==> repeat for the rest
# lvlnboot -v
==> just checking
# vgreduce vg00 /dev/dsk/c2t2d0
# lvlnboot -v
==> check again
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2002 08:25 AM
05-09-2002 08:25 AM
Re: Considerations when splitting a root mirror
In addition to checking /stand/bootconf you might also want to do a 'lvlnboot -v' to make sure the mirror you just reduced out is not listed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2002 08:26 AM
05-09-2002 08:26 AM
Re: Considerations when splitting a root mirror
Regards,
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2002 08:40 AM
05-09-2002 08:40 AM
Re: Considerations when splitting a root mirror
I'm a little paranoid about disk manipulation and glad to see that I was going in the right direction.
Thanks a mil again...
-- Rod Hills