What log files does SnapCenter Server generate?
Applies to
SnapCenter Server
Answer
| Log File Name | Location | Description | Log Rotation |
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 |
|
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 |
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.
