Rubrik SMB GetInfo要求が応答STATUS_LOGON_FAILUREを受信する
環境
- ONTAP 9
- CIFS / SMB
- Rubrik
問題
- RubrikはSnapshotのバックアップに失敗し、 次のエラーが表示されます。
protocol error: QueryInfoCommand: unhandled smb error STATUS_LOGON_FAILURE - (host: 132.223.1.226:445) {smb/errors.go:183} request: &SMBMessage{CreditCharge:1,CreditReqResp:1,MessageID:9,TreeID:1,SessionID:6578633155681796630,Related:true,CommandMsg:&SMBQueryInfoRequest{FileID:FileID{255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255},InfoType:3,OutputBufferLength:65536,AdditionalInfo:15},} response: &SMBMessage{Status:3221225581,Command:16,CreditReqResp:1,MessageID:9,TreeID:1,SessionID:6578633155681796630,Reply:true,}
- パケットトレースによると、
- Rubrikが
GetInfo Request
.snapshot
フォルダに送信 - ONTAP
GetInfo Response
は次のアドレスで応答します:NT Status: STATUS_LOGON_FAILURE (0xc000006d)
- Rubrikが
- オブジェクトの有効なセキュリティ形式はUNIXであるため、UNIX ACLが設定されている
::*> vserver security file-directory show -vserver roshar -path /alethkar/.snapshot -fields effective-style
is-unix-nt-acl-enabled
オプションの設定:false
::*> cifs options show -vserver roshar -fields is-unix-nt-acl-enabled
vserver is-unix-nt-acl-enabled
------- ----------------------
roshar false
vserver path effective-style
------- ------------------- ---------------
roshar /alethkar/.snapshot unix