ボリューム移動が失敗した場合に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
コマンドを使用してボリューム移動のステータスを確認することを推奨します。