1. NetApp Technical Report 4067
"NFS in NetApp ONTAP":
Section 5.1
"Troubleshooting Tools"
states
"The security trace command set is the most powerful tool for troubleshooting access issues. It provides a step-by-step trace of the security checks that ONTAP performs for a client request." This directly supports using this tool for complex access scenarios.
2. ONTAP 9 Commands
vserver security trace Manual Page:
The command description states: "This command is used to trace the security checks that are performed for a client request... The trace results show the outcome of each step in the security check process." This confirms its function as a detailed diagnostic tool.
3. ONTAP 9 Commands
vserver export-policy check-access Manual Page:
The command description clarifies its limited scope: "This command displays the result of an access check for a client against the export policy of a Vserver." This highlights that it does not check beyond the export policy
such as file-level permissions.