Rubrik SMB GetInfo request receives reponse STATUS_LOGON_FAILURE
Applies to
- ONTAP 9
- CIFS/SMB
- Rubrik
Issue
- Rubrik fails to backup a Snapshot, gets error:
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,}
- packet trace shows that
- Rubrik sends
GetInfo Request
for.snapshot
folder - ONTAP replies with
GetInfo Response
ofNT Status: STATUS_LOGON_FAILURE (0xc000006d)
- Rubrik sends
- The effective security style of the object is Unix, so it has a Unix ACL
::*> vserver security file-directory show -vserver roshar -path /alethkar/.snapshot -fields effective-style
- The
is-unix-nt-acl-enabled
option is set tofalse
::*> 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