卷移动失败时、EMS日志会报告什么错误消息?
适用场景
ONTAP 9
问题解答
- 使用以下命令确认相关的错误消息。
::> event catalog show -message-name mgmt.vopl.move.*
- 示例
ontap97::> event catalog show -message-name mgmt.vopl.move.*
Message Severity SNMP Trap Type
-------------------------------- ---------------- -----------------
mgmt.vopl.move.ClnupFldDlVol ERROR Severity-based
mgmt.vopl.move.XferNotFound ERROR Severity-based
mgmt.vopl.move.badDstVol ERROR Severity-based
mgmt.vopl.move.badSourceVol ERROR Severity-based
mgmt.vopl.move.bytesLeft INFORMATIONAL Severity-based
mgmt.vopl.move.cantCrtDstVol ERROR Severity-based
・・・・・
mgmt.vopl.move.srcVolOffln ERROR Severity-based
mgmt.vopl.move.srcVolRstrctd ERROR Severity-based
mgmt.vopl.move.srcVolTemp ALERT Severity-based
mgmt.vopl.move.stSnpTgDstFld ERROR Severity-based
mgmt.vopl.move.voplIntrnlErr ERROR Severity-based
51 entries were displayed.
ontap97::> event catalog show -message-name mgmt.vopl.move.cut.entryFail
Message Name: mgmt.vopl.move.cut.entryFail
Severity: ERROR
Description: This message occurs when the volume move operation cannot enter the cutover phase. The original source volume is functional. After a short delay, the volume move operation will reattempt cutover entry.
Corrective Action: If the problem persists, reduce client traffic on the volume being moved and reduce the general load on the destination node.
SNMP Trap Type: Severity-based
Is Deprecated: false
- 有关消息的详细说明、请参见syslog-translator。
- 建议同时使用
volume move show
命令检查卷移动状态。