Skip to main content
NetApp Knowledge Base

What log files does SnapCenter Server generate?

Views:
1,107
Visibility:
Public
Votes:
0
Category:
snapcenter
Specialty:
snapx
Last Updated:

Applies to

SnapCenter Server

Answer

Log File Name Location Description Log Rotation
SnapManagerWeb.log

On Windows:

<SC_Install_Dir>\SnapCenter WebApp\App_Data\log

On Linux:

/opt/NetApp/snapcenter/SnapManagerWeb/App_Data/log/SnapManagerWeb.log

SnapCenter Server log file. The roll over is triggered when the log file size exceeds MaxFileSize. Rotated logs are retained as SnapManager_Web.log.<N> files up to the number specified as MaxSizeRollBackups. The default MaxFileSize is 10MB and the default  MaxSizeRollBackups is 10. These parameters can be changed with Set-SmLogSettings -Server Cmdlet. For details, find Windows Cmdlet Reference Guide for the version you are running and refer to the documentation.
SnapManagerWeb_<Job_ID>.log

On Windows:

<SC_Install_Dir>\SnapCenter WebApp\App_Data\log

On Linux:

/opt/NetApp/snapcenter/SnapManagerWeb/App_Data/log/SnapManagerWeb_<JobId>.log

SnapCenter Server jog logs. Basically the same as SnapManagerWeb.log but contains only information related to an individual job.

When total job log files size exceeds JobLogsMaxFileSize, the oldest files are deleted. The default JobLogsMaxFileSize is 500MB and it can be changed with Set-SmLogSettings -Server Cmdlet. For details, find Windows Cmdlet Reference Guide for the version you are running and refer to the documentation.

Web Server Error Log

/var/log/nginx/error.log This is the equivalent of MySQL error log on SC Server on Windows OS

Web Server Access Log

/var/log/nginx/access.log same as above


Apart from the Web logs, the SnapCenter Server also generates logs through SMCore (*), which will also include JobLauncher, SMCore job and SMCore SCW (SAL) job logs for any unix host backups, since the workflow for these is handled by the SC Server itself, not from the Linuxs based Plug-In Hosts.

NetApp provides no representations or warranties regarding the accuracy or reliability or serviceability of any information or recommendations provided in this publication or with respect to any results that may be obtained by the use of the information or observance of any recommendations provided herein. The information in this document is distributed AS IS and the use of this information or the implementation of any recommendations or techniques herein is a customer's responsibility and depends on the customer's ability to evaluate and integrate them into the customer's operational environment. This document and the information contained herein may be used solely in connection with the NetApp products discussed in this document.