- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- mirror proble
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
02-11-2003 08:05 AM
02-11-2003 08:05 AM
mirror proble
another question
I have a l1000 server with 2 disk2 for vg00 (disk1 and disk2)
disk1 primary and disk2 mirror.
For test i have extract disk2 from server and all work.
But if run lvdisplay -v with any lvol i can see same stale on a mirror copy and many many current!!!! mmmmmm
no good
if i reinsert disk2 and run vgsync, i can see all current.
If I reboot the system with -lq option and without disk2, i can see same stale and many current and i can't sobstitute the diskb with another (for simulate a substitution) because I can't run vgchange and vgsync because I don't have all stale for resync the mirror.
Who have same idea???
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2003 08:12 AM
02-11-2003 08:12 AM
Re: mirror proble
lvreduce -m 0 ....../lvolx /dev/dsk/c...
Just a thought,
Rita
I am guessing this is a just a test/play server. Because I can't understand why you would do this otherwise, especially on vg00.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2003 08:14 AM
02-11-2003 08:14 AM
Re: mirror proble
what you should do though, is break the mirror first by issuing the command :
#lvreduce -m 0 /dev/vgname/lvname /dev/dsk/mirrordisk
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2003 08:43 AM
02-11-2003 08:43 AM
Re: mirror proble
I'm do this for test.
I don't use lvreduce, but only extract the disk for simulate a crash.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2003 08:47 AM
02-11-2003 08:47 AM
Re: mirror proble
http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000066374050
in your case you want to follow the directions for a root disk mirrorred
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2003 11:56 AM
02-12-2003 11:56 AM
Re: mirror proble
hope this helps..