询问者
windows 2012 R2出现Event ID:5120 由于“(c00000b5)”,群集共享卷“Volume3”(“群集磁盘4”)已进入暂停状态。所有 I/O 将临时排队,直到重新建立指向该卷的路径

问题
-
三节点的failover-cluster集群,使用共享存储,业务全部为虚拟机.
在虚机正常使用时,出现如下日志错误:
日志名称: System
来源: Microsoft-Windows-FailoverClustering
日期: 2020/2/13 17:06:08
事件 ID: 5120
任务类别: 群集共享卷
级别: 错误
关键字:
用户: SYSTEM
计算机: WIN-HY-CLS-1.hxqh.ltd
描述:
由于“(c00000b5)”,群集共享卷“Volume3”(“群集磁盘4”)已进入暂停状态。所有 I/O 将临时排队,直到重新建立指向该卷的路径。
事件 Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="Microsoft-Windows-FailoverClustering" Guid="{BAF908EA-3421-4CA9-9B84-6689B8C6F85F}" />
<EventID>5120</EventID>
<Version>0</Version>
<Level>2</Level>
<Task>38</Task>
<Opcode>0</Opcode>
<Keywords>0x8000000000000000</Keywords>
<TimeCreated SystemTime="2020-02-13T09:06:08.473234700Z" />
<EventRecordID>230714</EventRecordID>
<Correlation />
<Execution ProcessID="8744" ThreadID="8932" />
<Channel>System</Channel>
<Computer>WIN-HY-CLS-1.hxqh.ltd</Computer>
<Security UserID="S-1-5-18" />
</System>
<EventData>
<Data Name="VolumeName">Volume3</Data>
<Data Name="ResourceName">群集磁盘4</Data>
<Data Name="ErrorCode">(c00000b5)</Data>
</EventData>
</Event>这个日志里面有两个时间,一个是2020/2/13 17:06:08 ,一个是2020-02-13T09:06:08.473234700.
在cluster.log中,应该看2020-02-13T09:06:08.473234700时间段的日志,如下:
0000255c.00002e88::2020/02/13-09:06:07.985 INFO [RES] Network Name: Agent: Sending request Netname/RecheckConfig to NN:b36be8f0-9aff-4374-a246-db41c22a9609:Netbios
00002228.000022e4::2020/02/13-09:06:08.473 INFO [DCM] CsvFs Listener: state [volume fd719b35-6775-4284-9b89-13f9e301ed19, sequence , state CsvFsVolumeStateChangeFromIO->CsvFsVolumeStateDraining, status 0xc00000b5]
00002228.000022e4::2020/02/13-09:06:08.473 INFO [DCM] CsvFs event CsvFsVolumeStateChangeFromIO for volume Volume3:fd719b35-6775-4284-9b89-13f9e301ed19, status (c00000b5)
00002228.000022e4::2020/02/13-09:06:08.473 INFO [DCM] UnmapPolicy::enter_CountingToBad(fd719b35-6775-4284-9b89-13f9e301ed19): goodTimer P0...75, badTimer R0...150, badCounter 1 state CountingToBad
00002228.000022e4::2020/02/13-09:06:08.473 INFO [DCM] OnVolumeEventFromCsvFs: reported event 1 for '群集磁盘4' to node 3, sequence 2:49
00002228.000024a8::2020/02/13-09:06:08.475 INFO [DCM] processing VolumeStateChangeRequest: resource 9a9595d0-410b-4564-846e-29113b599daf, sequence 3:35
00002228.000024a8::2020/02/13-09:06:08.475 INFO [DCM] Push.AsyncDrainDisk for 9a9595d0-410b-4564-846e-29113b599daf
00002228.000028f8::2020/02/13-09:06:08.475 INFO [DCM] SyncHandler for 群集磁盘4: action dcm/drain, sequence 3:35 (WIN-HY-CLS-3)
00002228.00002710::2020/02/13-09:06:08.475 INFO [DCM] FilterAgent: ChangeCsvFsState: uniqueId fd719b35-6775-4284-9b89-13f9e301ed19, state CsvFsVolumeStateDraining, sequence <3:35><47>
00002228.000022e4::2020/02/13-09:06:08.475 INFO [DCM] CsvFs Listener: state [volume fd719b35-6775-4284-9b89-13f9e301ed19, sequence <3:35><47>, state CsvFsVolumeStateChangeFromDrain->CsvFsVolumeStateDraining, status 0x0]
00002228.00002710::2020/02/13-09:06:08.475 INFO [DCM] FilterAgent: MarkBad: volume Volume3, state ActiveDirectIO, csvfs state CsvFsVolumeStateDraining, status CsvFsVolumeStateDraining
00002228.00002710::2020/02/13-09:06:08.475 INFO [DCM] FilterAgent: MarkBad() Volume \\?\GLOBALROOT\Device\Harddisk1\ClusterPartition2\ has gone into draining state
00002228.000028f8::2020/02/13-09:06:08.476 INFO [DCM] DrainDisk completed for resource '群集磁盘4'
00002228.000024a8::2020/02/13-09:06:08.476 INFO [DCM] processing VolumeStateChangeRequest: resource 9a9595d0-410b-4564-846e-29113b599daf, sequence 3:36
00002228.000024a8::2020/02/13-09:06:08.476 INFO [DCM] Push.AsyncPauseDisk for 9a9595d0-410b-4564-846e-29113b599daf
00002228.000028f8::2020/02/13-09:06:08.476 INFO [DCM] SyncHandler for 群集磁盘4: action dcm/pause, sequence 3:36 (WIN-HY-CLS-3)
00002228.00002710::2020/02/13-09:06:08.476 INFO [DCM] MappingManager::PauseVolume 'Volume3'
................... ......................
0000255c.00002e88::2020/02/13-09:06:22.985 INFO [RES] Network Name: Agent: Sending request Netname/RecheckConfig to NN:b36be8f0-9aff-4374-a246-db41c22a9609:Netbios
00002228.000022e4::2020/02/13-09:06:25.661 INFO [DCM] CsvFs Listener: state [volume fd719b35-6775-4284-9b89-13f9e301ed19, sequence <3:36><48>, state CsvFsVolumeStateChangeFromPause->CsvFsVolumeStatePaused, status 0x0]
00002228.00002710::2020/02/13-09:06:25.661 INFO [DCM] volume paused 'Volume3'
00002228.000028f8::2020/02/13-09:06:25.661 INFO [DCM] PauseDisk completed for resource '群集磁盘4'
00002228.000024a8::2020/02/13-09:06:25.666 INFO [DCM] Pushing request dcm/map with sequence 3:37 from node WIN-HY-CLS-3 into node queue
00002228.00003210::2020/02/13-09:06:25.666 INFO [DCM] HandleRequest: dcm/map
00002228.00003210::2020/02/13-09:06:25.666 INFO [CLI] LsaCallAuthenticationPackage: 0, 0 size: 4, buffer: HDL( 415e710000 )
00002228.00003210::2020/02/13-09:06:25.666 INFO [DCM] processing VolumeStateChangeExRequest: resource 9a9595d0-410b-4564-846e-29113b599daf, sequence 3:37
00002228.00003210::2020/02/13-09:06:25.666 INFO [DCM] Push.AsyncMapDisk for 9a9595d0-410b-4564-846e-29113b599daf
00002228.000028f8::2020/02/13-09:06:25.667 INFO [DCM] SyncHandler for 群集磁盘4: action dcm/map, sequence 3:37 (WIN-HY-CLS-3)
00002228.000028f8::2020/02/13-09:06:25.667 INFO [DCM] DcmComputeRouteToTarget: returning netft address 169.254.3.78
00002228.000028f8::2020/02/13-09:06:25.667 INFO [DCM] MapDisk: new target address 169.254.3.78 for 群集磁盘4, owner 3
00002228.000028f8::2020/02/13-09:06:25.667 INFO [DCM] Reservation.SetPrKey(群集磁盘4,2)
00002228.00002df4::2020/02/13-09:06:25.667 INFO [DCM] Populate Rdr handle - target node ip 169.254.3.78, node id 3
0000189c.00000c4c::2020/02/13-09:06:25.667 INFO [RES] Physical Disk <群集磁盘4>: HardDiskpQueryDiskFromStm: ClusterStmFindDisk returned device='\\?\mpio#disk&ven_compelnt&prod_compellent_vol&rev_0702#1&7f6ac24&0&36303044333130343945423430303030303030303239#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}'
0000189c.00000c4c::2020/02/13-09:06:25.835 INFO [RES] Physical Disk <群集磁盘4>: SetSharedPRKey: registered shared PR key high 49F26333 low 0002734D for device 0
0000189c.00000c4c::2020/02/13-09:06:25.835 INFO [RES] Physical Disk <群集磁盘4>: SetDiskInfo(1)
0000189c.00000c4c::2020/02/13-09:06:25.836 INFO [RES] Physical Disk <群集磁盘4>: HardDiskpQueryDiskFromStm: ClusterStmFindDisk returned device='\\?\mpio#disk&ven_compelnt&prod_compellent_vol&rev_0702#1&7f6ac24&0&36303044333130343945423430303030303030303239#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}'
0000189c.00000c4c::2020/02/13-09:06:25.844 INFO [RES] Physical Disk <群集磁盘4>: GET_DISK_NUMBER: Disk number is 1
0000189c.00000c4c::2020/02/13-09:06:25.845 INFO [RES] Physical Disk <群集磁盘4>: HardDiskpSetUnsetDiskFlags(mask=0x00000002, SetCluster=0, SetCsv=1, SetMaintenanceMode=0, Notify=1, Update=0) for device=1
00002228.000028f8::2020/02/13-09:06:25.845 INFO [DCM] GetDriveLayout: device \??\PhysicalDrive1, partition count 3
00002228.000028f8::2020/02/13-09:06:25.845 INFO [DCM] MapDisk mapping volume 'Volume3:fd719b35-6775-4284-9b89-13f9e301ed19'
00002228.000028f8::2020/02/13-09:06:25.845 INFO [DCM] MapDisk: calling MapVolume with target address 169.254.3.78
00002228.00002710::2020/02/13-09:06:25.845 INFO [DCM] MapVolume: remote target \Device\SmbCsv\169.254.3.78\9a9595d0-410b-4564-846e-29113b599daf-135266304$
00002228.00002710::2020/02/13-09:06:25.845 INFO [DCM] CreatePseudoVolume: remote vbus to \Device\SmbCsv\169.254.3.78\CSV$\:{db19d832-b034-46ed-a6c5-61e0ebe370d1}
00002228.00002710::2020/02/13-09:06:25.845 INFO [DCM] CreatePseudoVolume: CREATE_PDO(1): UniqueId fd719b35-6775-4284-9b89-13f9e301ed19, DeviceNumber 0, DiskNumber 1, PartitionNumber 2, Offset 135266304, Length 1649131126784. Flags 0x0
00002228.00002710::2020/02/13-09:06:25.845 INFO [DCM] FilterAgent: CREATE_PDO(2): Geometry [Cylinders 200512, Media 12, TracksPerCylinder 255, SectorsPerTrack 63, BytesPerSector 512], SerialNumber 3492159725, TargetVolume \??\PhysicalDrive1, FSBlob \Device\SmbCsv\169.254.3.78\CSV$\:{db19d832-b034-46ed-a6c5-61e0ebe370d1}
00002228.00002710::2020/02/13-09:06:25.846 INFO [DCM] FilterAgent: Map Volume3:fd719b35-6775-4284-9b89-13f9e301ed19
00002228.00002710::2020/02/13-09:06:25.846 INFO [DCM] FilterAgent: SetDownlevel: payload SetDownlevel(1): uniqueId fd719b35-6775-4284-9b89-13f9e301ed19, target \??\PhysicalDrive1, diskNumber 1, offset 135266304, isLocal false, FS target \Device\SmbCsv\169.254.3.78\9a9595d0-410b-4564-846e-29113b599daf-135266304$, directIO true, targetNode 3
00002228.00002710::2020/02/13-09:06:25.846 INFO [DCM] FilterAgent: SetDownlevel(2): partition size 1649131126784, volume size 1649131122688, sector size 512, EnableCOW false, ForceWriteThrough 0, EnableBlockCache true, DiskConnectivityAllNodes, perfCnt 'Volume3', sequence <3:37><49>
00002228.000024a8::2020/02/13-09:06:26.667 INFO [GEM] Node 2: Deleting [3:263 , 3:263] (both included) as it has been ack'd by every node请问出现这个错误,是什么原因呢? 网上搜索到很多5120事件的"STATUS_CLUSTER_CSV_AUTO_PAUSE_ERROR(c0130021)"错误,但是我这个好像没有这个错误码
全部回复
-
您好,
感谢您的提问!
关于Event ID 5120,请您参考下面的文章:
http://www.eventid.net/display-eventid-5120-source-Microsoft-Windows-FailoverClustering-eventno-11452-phase-1.htm
另外,我想跟你解释一下,从我们论坛的支持级别来说,我们无法为您提供日志分析,同时为了您的隐私数据的安全,我们也建议您不要将含有隐私信息的日志公布在公共论坛上,为了更好的帮助您,我建议您直接向MS开启一个案例支持,您会得到更好的支持和资源:
https://supp
ort.microsof t.com/en-gb/ hub/4343728/ support-for- business 感谢您的理解和支持。如果还有其他的疑问,您可以随时与我们联系。
Best Regards,
Please remember to mark the replies as answers if they help.
If you have feedback for TechNet Subscriber Support, contact- 已建议为答案 Danie1zhouMicrosoft contingent staff 2020年2月20日 3:39