Always no matter what the issue is, please provide the CPM Server logs using the link at the top right of the screen:
UI or Download logs not working?
If you are unable to connect to the CPM GUI or download logs, please connect to the CPM Server over SSH (using "cpmuser" and your assigned key) and perform these commands:
- sudo su
- tar cvzf /tmp/cpm_logs.tar.gz /var/log/cpm
- cp /tmp/cpm_logs.tar.gz ~cpmuser
- chmod o+r ~cpmuser/cpm_logs.tar.gz
If stability/availability of the CPM Server is in question,
please provide the Apache and MySQL logs as well:
Apache Configuration:
- tar cvzf /tmp/apache2_conf.tar.gz /etc/apache2
- cp /tmp/apache2_conf.tar.gz ~cpmuser
- chmod o+r ~cpmuser/apache2_conf.tar.gz
- tar cvzf /tmp/apache2_logs.tar.gz /var/log/apache2
- cp /tmp/apache2_logs.tar.gz ~cpmuser
- chmod o+r ~cpmuser/apache2_logs.tar.gz
- tar cvzf /tmp/mysql_logs.tar.gz /var/log/mysql
- cp /tmp/mysql_logs.tar.gz ~cpmuser
- chmod o+r ~cpmuser/mysql_logs.tar.gz
VSS agent Logs
If an VSS Agent is involved in the issue, please provide:
a) Agent logs (located in the "logs" subfolder of the installation directory)
b) System and Application Event Logs saved as CSV (must be saved using the local Event Viewer on the protected instance, not a remote one).
c) System Information saved as NFO
d) Open an elevated administrator command line. Please run the following commands and send us the resulting files.
- vssadmin
list writers >writers.txt
- vssadmin
list providers >prod.txt
- vssadmin
list shadows >shadows.txt
- vssadmin
list volumes >vol.txt
- vssadmin
list shadowstorage >shadstorage.txt
If the issue is ADFS (IDP) related, please provide in addition to CPM Server logs:
a) Output of the following PowerShell commands:
1) Get-AdfsProperties
2) Get-AdfsEndpoint
3) Get-AdfsRelyingPartyTrust
4) Get-AdfsCertificate
5) Get-AdfsSslCertificate
b) System, Application and ADFS Event Logs saved as CSV (must be saved using the local Event Viewer on the ADFS server).
c) System Information saved as NFO
UI logs
For some tickets UI browser logs might be needed in order to find the root cause, if asked by support you can use below steps to collect UI log
Chrome dev tools network logs:
- Ctrl+shift+I to open chrome developer tools.
- Go to the network tab.
- Do step B before doing Step D
- Refresh the browser tab (F5)
- Reproduce the issue
- Export the network logs to a HAR file:
Worker logs
Usually AWS S3 workers logs are copied to the N2WS, but in some cases the worker will not be able to copy the logs to the main server, is such case Support might ask to manually collect the logs