- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- how to break mirroring
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
12-11-2003 08:45 PM
12-11-2003 08:45 PM
how to break mirroring
plz tell me i have 2 hard disk of 4.2 GB with mirroring and the systems is running fine suddenly one hard disk crashes i like to break the mirroring, i know automatically another hard disk took place the primary one but it shows me the Physicall voloume is 2 and capacity of my hard disk shows 8 GB kinldy tell me if one hard disk crashes how to remove the mirroning
thnks to help me
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2003 08:55 PM
12-11-2003 08:55 PM
Re: how to break mirroring
If the disk shows up with a /dev/dsk/... you can remove the mirroring with:
# lvreduce -m 0 /dev/vg##/lvol# /dev/dsk/....
If the disk shows up only with its pvkey:
# lvreduce -m 0 -k /dev/vg##/lvol# pv_key
Hope this answers your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2003 09:10 PM
12-11-2003 09:10 PM
Re: how to break mirroring
Have a look on this
http://www.wagoneers.com/UNIX/HP-UX/FILESYSTEMS/lvreduce-man.html
use -k switch with lvreduce.
Sunil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2003 10:58 PM
12-11-2003 10:58 PM
Re: how to break mirroring
anyone can help i really need this to solve the problem.
thnks
Best regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2003 11:01 PM
12-11-2003 11:01 PM