NetApp Community Update
This site will enter Read Only mode on July 23 as we prepare to move to a new platform. You will still be able to view content, but posting and replying will be temporarily disabled.
We're excited to launch our new Community experience on July 30 and more information will follow soon.
Stay connected during the transition - Join our Discord community today.

ONTAP Discussions

how to activate ndmpd debug logs

BENCRPNETAPP
3,372 Views

Hi,

what are the correct options to activate ndmpd debug logs ?

Here is what I have :

crpar2a> options ndmpd

ndmpd.access                 all

ndmpd.authtype               challenge

ndmpd.connectlog.enabled     off

ndmpd.data_port_range        all

ndmpd.debug.filter           all

ndmpd.enable                 on

ndmpd.fh_node_retry_interval 250

ndmpd.ignore_ctime.enabled   off

ndmpd.maxversion             4

ndmpd.offset_map.enable      on

ndmpd.password_length        16

ndmpd.preferred_interface    disable

ndmpd.tcpnodelay.enable      off

ndmpd.tcpwinsize             32768

crpar2a>

I run 8.1.2P4 7-Mode

Thanks

1 REPLY 1

sebwischer
3,372 Views

HI,

there is an hidden option ...

options ndmpd.debug.enable on

and you have to set the filter option for example:

options ndmpd.debug.filter all

Then you will find the logs in /etc/log/mlog

Sebastian

Public