- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- /stand will not 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-11-2004 03:37 AM
05-11-2004 03:37 AM
/stand will not mirror
# lvsync /dev/vg00/lvol1
lvsync: Couldn't re-synchronize stale partitions of the logical volume:
I/O error
lvsync: Couldn't resynchronize logical volume "/dev/vg00/lvol1".
When I do an lvdisplay only LE 00000 shows that it is stale.
HP replaced the mirror disk which has the stale extent but it still had the same problem. They then thought that the original disk is the one with the problem and replaced that disk. I ignited the server from a tape I made before they replaced the disk. After the server was ignited I tried to mirror the disks and /stand still has the
1 stale extent.
Anyone have any idea how to fix this? Both
disks have been replaced. I can't break the
mirror because it says they are not sync'ed, I can't sync the mirror.
Is it possible to remove a logical volume that is mirrored without breaking the mirror?
I'm thinking about copying the data from /stand to someplace else, and doing a newfs on /stand and then copy the data back or
to try to remove the logical volume and then recreate it and copy the data back.
the output of lvdisplay for some more info:
--- Logical volumes ---
LV Name /dev/vg00/lvol1
VG Name /dev/vg00
LV Permission read/write
LV Status available/stale
Mirror copies 1
Consistency Recovery MWC
Schedule parallel
LV Size (Mbytes) 200
Current LE 50
Allocated PE 100
Stripes 0
Stripe Size (Kbytes) 0
Bad block off
Allocation strict/contiguous
IO Timeout (Seconds) default
--- Distribution of logical volume ---
PV Name LE on PV PE on PV
/dev/dsk/c5t6d0 50 50
/dev/dsk/c5t5d0 50 50
--- Logical extents ---
LE PV1 PE1 Status 1 PV2 PE2 Status 2
00000 /dev/dsk/c5t6d0 00000 current /dev/dsk/c5t5d0 00000 stale
00001 /dev/dsk/c5t6d0 00001 current /dev/dsk/c5t5d0 00001 current
00002 /dev/dsk/c5t6d0 00002 current /dev/dsk/c5t5d0 00002 current
00003 /dev/dsk/c5t6d0 00003 current /dev/dsk/c5t5d0 00003 current
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2004 03:46 AM
05-11-2004 03:46 AM
Re: /stand will not mirror
# mkdir backup
# cp /stand /backup
# lvreduce -m 0 /dev/vg00/lvol1
Then create new volume on dev/dsk/c5t5d0.
And try mirroring again.
/dev/dsk/c5t6d0 looks Okay.
This should help.
All the best!!!!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2004 04:14 AM
05-11-2004 04:14 AM
Re: /stand will not mirror
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2004 04:19 AM
05-11-2004 04:19 AM
Re: /stand will not mirror
server but that would take about an hour and a half or more so I was trying to avoid
that.
Tom
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2004 04:37 AM
05-11-2004 04:37 AM
Re: /stand will not mirror
Reduce it out of mirror, then add it back...
Did you try a vgcfgrestore?
vgcfgrestore -R -n /dev/vg00 /dev/rdsk/c5t5d0
do a man vgcfgrestore first...
Rgds...Geoff