Network and Storage Protocols
Network and Storage Protocols
FAS3050 running OnTap 7.3.2
I am getting constant errors being logged on the filer relating to unsupported CIFS operations only from Windows 7 client connections. (Already have smb 2 enabled)
e.g.
debug cifs.op.unsupported Wed Jun 23 15:24:15 PDT Cifs operation 0x10 is not supported on the filer. Request information: 0x68 192.168.4.110
debug cifs.op.unsupported Wed Jun 23 15:24:15 PDT Cifs operation 0x10 is not supported on the filer. Request information: 0x68 1
debug ems.engine.inputSuppress Wed Jun 23 15:24:15 PDT Event 'cifs.op.unsupported' suppressed 758 times
In looking up the CIFS command code it shows as:
SMB_COM_CHECK_DIRECTORY
So far, no one has complained of any problems, but It's always good to be proactive.
Anyone know of this being an issue?
Thanks,
Dana
It is SMB 2.0 related message. This is to make a note whenever Windows 7 client throws a command that is not supported by NetApp. Not indicating any specific error. Of course, windows 7 goes back to other SMB commands that are supported by non-windows SMB servers.
If you don't want to see this message at all, I can find out if there is way.
Srinivas
That would be useful, as there are so many of these errors filling the syslog that it makes it inconvenient to see actual critical errors.
I wonder if the support for smb 2.5 that is scheduled for a "furture release" (7.3.4?) will support these commands.
Regards,
Dana
Update. Upgraded OnTap to version 7.3.3.
There was no change in the supprt for these commands.
Knowing how to suppress the logging of this error would be helpful,
as they happen so often that it fills up the syslog quickly.
Please let me know if you know how.
Dana
Anyone have any idea how to suppress logging of these errors?
I can't be the only one with this issue.
If there is an entry like “.debug” in the /etc/syslog.conf file, try deleting “.debug” string and see if that helps. That will stop all debug messages, so make sure that it is ok.
You may have to restart the system to take these changes into effect.
Srinivas
Thanks for the reply.
Well, I definitely do not want to suppress all "debug" messages.
If doing this will suppress ALL debug messages, then this is not a good idea.
Regards,
Dana
1000's of these messages are logged daily.
There has to be some way to either resolve the issue, or suppress the logging if it is of no consequense.
We can't be the only organization using Windows 7 with NatApp are we?
Others have to be seeing these errors too.
Anyone have ideas on this?
Thanks,
Dana
Same problem here. How do i get rid of these messages?
cifs.op.unsupported:debug]: CIFS: Cifs operation 0x10 is not supported on the filer. Request information: 0x68
Thanks,
Stephan
This is still an issue for me as well.
Am now using OnTap 8 and the issue is still unresolved.
This is a debug message. Debug messages are most often only useful for (as the name implies) debugging filer related problems. There are lots of other debug messages that you probably don't want/need.
The only solution is to remove all debug messages if you don't have a specific reason why debug logging is enabled (probably working with NetApp global support on a support case)
You can also always re-route the "debug" messages to a different logfile (say, /etc/messages.debug). To do this simply edit your /etc/syslog.conf file. This is what I usually do, I also don't want "info" messages spamming the ssh session every time a SnapDrive/SnapManager operation starts, for example.
-Michael
Thanks, Michael.
Your reply is the best suggestion yet!
So maybe in 2020 NetApp will fully supprt SMB 2.0?
-Dana
This appears to be "fixed" in OnTap 8.1.1.
Instead of filling the log, you get a suppression message, like: Event 'cifs.op.subOp.unsupported' suppressed 492 times in last 1801 seconds.
-Steve
Bumping, on 8.1.2 P4 and i do get the cifs.op.subOp.unsupported suppressed message, but I still see the unsupported 0x10 messages as well, just not quite as many.
hello,
does anyone knows the reason?! 4 years - noone ?
I am having it also -
[xxxx]: Event 'cifs.op.subOp.unsupported' suppressed 104 times in last 1801 seconds.
Please check: http://mysupport.netapp.com/NOW/cgi-bin/bol?Type=Detail&Display=606058
CIFS operation 0x10 => SMB2 QUERY_INFO [0x10]
from BOL:
Workaround | You can disable SMB 2 on the storage system by using options 'cifs.smb2.enable off' if SMB 2 is not required. |
Notes: | The client tries another method when the unsupported response comes back from the storage system. There is no system impact except the extra syslog messages. Please refer to the following links: For information about IPC$ share: http://support.microsoft.com/kb/314984 For information about SMB2 QUERY_INFO: http://msdn.microsoft.com/en-us/library/cc246557.aspx |