Agent Troubleshooting
When troubleshooting issues with SentinelOne agents, a SolCyber SOC engineer will usually open a ticket with SentinelOne support. To expedite resolution, we ask that some data or log collection be done on the device so that we can provide the details to SentinelOne support.
Windows#
To collect installation logs from Windows endpoints:#
In File Explorer, enter:
C:\Windows\Temp\%temp%This redirects to
C:\Users\<USER>\AppData\Local\Temp\where <USER> is the logged-in user.
In each of these file paths, look for
sentinelinstallerfiles. The file path can be different configuration of your operating system.Select these files:
sentinelinstaller_*.outsentinelinstaller_*.dmpsentinelinstaller_*.etl
Where * will match all substrings.
Compress the files to an archive file (ZIP, RAR, or similar).
Supply the archive to SolCyber.
To collect Agent logs from Windows endpoints:#
Open CMD with Run as Administrator.
Run:
textcd C:\Program Files\SentinelOne\Sentinel Agent version\ToolsRun these commands:
textmkdir c:\temp LogCollector.exe WorkingDirectory=c:\temp
Wherec:\tempis an output directory example. You can use a different directory name. If there is a message that LogCollector cannot find the output directory, make sure you entered an existing path as theWorkingDirectory.
When you run the last command, the LogCollector begins and shows the status of the log collection.When the LogCollector is done, get the output from your
WorkingDirectory.File name format: mm_dd_yyyy_hh_mm{
AM|PM}_Logs.gzExample:
05_12_2020_09_57AM_Logs.gzSupply the archive to SolCyber.
To collect Windows Agent configuration information:#
Run CMD as admin: Windows Start > enter
cmd> right-click Command Prompt and select Run as administrator.Run:
text> cd\ > cd "Program Files\SentinelOne\Sentinel Agent <full_version>"Where full_version is the version of the Agent. For example: 21.6.1.121. You can use TAB to let cmd auto-complete pathnames.
Run these commands and include the output in the Support issue.
text> sentinelctl status > sentinelctl config
Log Collection for macOS Endpoints#
Collect logs from macOS Agents through the Management Console, or run:
sudo sentinelctl logreportLog Collection for Linux Endpoints#
Collect logs from Linux Agents through the Management Console, or run:
sudo /opt/sentinelone/bin/sentinelctl log generate pathFrom Linux Agent version 4.0, the collected logs are more comprehensive and usually give Support the information they require.