FortiNAC
NOTE: FortiNAC is now named FortiNAC-F. For post-9.4 articles, see FortiNAC-F. FortiNAC is a zero-trust network access solution that provides users with enhanced visibility into the Internet of Things (IoT) devices on their enterprise networks.
cmaheu
Staff
Staff
Article Id 193431

Description

 

This article describes the steps necessary to collect logs for debugging as requested by support. This process requires CLI access to the appliance. Contact support if assistance is required.


Scope

 

FortiNAC 8.x , 9.x, 7.x.

Solution

1) Log in to the appliance CL.

On a CentOS appliance, log in as root.

On a FortiNAC-OS appliance, log in as admin.

2) Enable debugging. Use the commands provided by support or in the applicable integration reference manual in the Document Library
 
Example
 
CentOS appliance:
 

nacdebug –name MSInTuneServer true
nacdebug –name MdmManager true

 

FortiNAC-OS appliance:

 

diagnose debug plugin enable –name MSInTuneServer true
diagnose debug plugin enable –name MdmManager true


3)
Reproduce the behavior.

4) Disable debugging.  


Example

 

CentOS appliance:


nacdebug –name MSInTuneServer false
nacdebug –name MdmManager false

 

FortiNAC-OS appliance:

 

diagnose debug plugin disable MSInTuneServer

diagnose debug plugin disable MdmManager


5) Collect the grab-log-snapshot log file.
For instructions, see article 190755.

 

6) Attach the following information to the support ticket:
- The log file. 

- The FortiNAC software version (x.x.x.x) listed in theSystem Summary Dashboard widget and User drop-down menu.
- The steps used to reproduce the behavior.
Contributors