LV 镜像不同步,如何解决啊

ximcn
LV 镜像不同步,如何解决啊

vgdisplay -v vg00
--- Volume groups ---
VG Name                     /dev/vg00
VG Write Access             read/write     
VG Status                   available                 
Max LV                      255   
Cur LV                      10     
Open LV                     10     
Max PV                      16     
Cur PV                      2      
Act PV                      2      
Max PE per PV               4350         
VGDA                        4   
PE Size (Mbytes)            8               
Total PE                    8680   
Alloc PE                    8321   
Free PE                     359     
Total PVG                   0        
Total Spare PVs             0              
Total Spare PVs in use      0                     

   --- Logical volumes ---
   LV Name                     /dev/vg00/lvol1
   LV Status                   available/syncd           
   LV Size (Mbytes)            304            
   Current LE                  38        
   Allocated PE                76         
   Used PV                     2      

   LV Name                     /dev/vg00/lvol2
   LV Status                   available/stale           
   LV Size (Mbytes)            4096            
   Current LE                  512      
   Allocated PE                1024        
   Used PV                     2      

   LV Name                     /dev/vg00/lvol3
   LV Status                   available/syncd           
   LV Size (Mbytes)            200            
   Current LE                  25        
   Allocated PE                50         
   Used PV                     2      

   LV Name                     /dev/vg00/lvol4
   LV Status                   available/syncd           
   LV Size (Mbytes)            1000            
   Current LE                  125      
   Allocated PE                250         
   Used PV                     2      

   LV Name                     /dev/vg00/lvol5
   LV Status                   available/syncd           
   LV Size (Mbytes)            24              
   Current LE                  3         
   Allocated PE                6           
   Used PV                     2      

   LV Name                     /dev/vg00/lvol6
   LV Status                   available/syncd           
   LV Size (Mbytes)            2560            
   Current LE                  320      
   Allocated PE                640         
   Used PV                     2      

   LV Name                     /dev/vg00/lvol7
   LV Status                   available/syncd           
   LV Size (Mbytes)            4000            
   Current LE                  500      
   Allocated PE                1000        
   Used PV                     2      

   LV Name                     /dev/vg00/lvol8
   LV Status                   available/syncd           
   LV Size (Mbytes)            4600            
   Current LE                  575      
   Allocated PE                1150        
   Used PV                     2      

   LV Name                     /dev/vg00/lvo99
   LV Status                   available/syncd           
   LV Size (Mbytes)            16000           
   Current LE                  2000      
   Allocated PE                4000        
   Used PV                     2      

   LV Name                     /dev/vg00/lvol10
   LV Status                   available/syncd           
   LV Size (Mbytes)            1000            
   Current LE                  125      
   Allocated PE                125         
   Used PV                     1      


   --- Physical volumes ---
   PV Name                     /dev/dsk/c0t6d0
   PV Status                   available               
   Total PE                    4340   
   Free PE                     117     
   Autoswitch                  On        

   PV Name                     /dev/dsk/c3t6d0
   PV Status                   available               
   Total PE                    4340   
   Free PE                     242     
   Autoswitch                  On        

发现镜像没有同步的是
/dev/vg00/lvol2 这个LV

我该如何做才可以恢复同步啊,请教了。
我是新手,步骤越详细越好。

todaypuzzleme
手动执行同步
lvsync /dev/vg00/lvol2
看看是否有错误输出

ximcn
# lvsync /dev/vg00/lvol2
lvsync: Couldn't re-synchronize stale partitions of the logical volume:
Device offline/Powerfailed

lvsync: Couldn't resynchronize logical volume "/dev/vg00/lvol2".
#

运行结果如上,请问下面该怎么办啊
我看了其他的类似的帖子,是否需要把同步分开,然后重新作同步啊。

谢谢。

hetorry
LV Name                     /dev/vg00/lvol2
   LV Status                   available/stale           
   LV Size (Mbytes)            4096            
   Current LE                  512      
   Allocated PE                1024        
   Used PV                     2      

逻辑卷状态有问题,检查下跟盘!

ximcn
[quote]原帖由 [i]hetorry[/i] 于 2008-6-12 14:06 发表 [url=http://bbs.chinaunix.net/redirect.php?goto=findpost&pid=8577522&ptid=1157528][img]http://bbs.chinaunix.net/images/common/back.gif[/img][/url]
LV Name                     /dev/vg00/lvol2
   LV Status                   available/stale           
   LV Size (Mbytes)            4096            
   Current LE                  512      
... [/quote]

我知道根盘镜像有问题,请问怎么检查啊,输入什么命令可以看。

我顶楼的帖子看出来只有这一个LV不同步,硬盘都有效的。

levine
硬盘有坏道,准备换硬盘吧,用lvdisplay -v /dev/vg00/lvol2可以看到坏的具体位置。

ximcn
刚才打了HP售后电话 4008103860 解决了。

我开了NETMEETING,HP工程师说是有两个解决方法,一个先取消同步,再重做同步,但是有风险,另一个没有风险的就是更换硬盘重新同步。

我选择了没有风险的,让HP工程师到现场更换硬盘了

五“宅”一生
这种错误很有可能是磁盘出了问题。同步一下可能会解决问题。但是为了彻底的解决这个问题。还是更换磁盘的好。

lovemonkey
显然lvol10没有同步