- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Mirror-UX question
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
08-18-2003 01:40 PM
08-18-2003 01:40 PM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2003 01:55 PM
08-18-2003 01:55 PM
Re: Mirror-UX question
You need to run lvreduce. It will reduce the mirrored copies to only one. Select the disk you wish to reduce it from.
# lvreduce -m 1 /dev/vg00/crash /dev/dsk/cxtydz
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2003 01:59 PM
08-18-2003 01:59 PM
SolutionIf we can assume that your c0t6d0 drive is okay then
lvreduce -m 1 /dev/vg00/crash /dev/dsk/c2t6d0
I would then do a 2nd vgreduce leaving everything the same except -m 0 which should leave you c0t6d0 disk intact. You should then be able to cleanly remirror using lvextend.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2003 02:01 PM
08-18-2003 02:01 PM
Re: Mirror-UX question
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2003 08:01 PM
08-18-2003 08:01 PM
Re: Mirror-UX question
In strict allocation policy, it's not possible to have mirror on same disk, so there may be some problem.
You can try to run
#lvreduce -m 1 /dev/vgnn/lvolmm /dev/dsk/cxtydz
Sunil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2003 11:47 PM
08-18-2003 11:47 PM
Re: Mirror-UX question
I think you can use lvsplit to break all mirrors first, then use lvextend to make ONE-MIRROR mirror!
Please see the manpage for lvsplit & lvextend.
The lvmerge is another way to re-make the mirror, but please pay attention to the sequence of the lv_path!
-ux
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2003 11:55 PM
08-18-2003 11:55 PM