How to collect KSWS dumps [Kaspersky Security for Windows Server]
Some issues with KSWS/KESS/KICS4Nodes may require a process dump to analyze. It is fairly easy to collect.
Crash dumps
KSWS/KESS/KICS4Nodes does not create crash dumps by default. It should be enabled before reproducing the issue.
Using KSC console
- Open KSC console and navigate to the affected server.
- Open its properties.
- Switch to the Applications tab.
- Open KSWS properties.
- In the new window navigate to the Malfunction diagnosis tab.
- Mark Create dump file checkbox.
- Specify Dump file folder.
Using KSWS command line
- Start elevated command prompt.
-
Execute KAVSHELL DUMP command. More info about the syntax is here https://support.kaspersky.com/KSWS/11/en-US/146721.htm.
Example where automatic dumps will be saved to C:\DumpsKAVSHELL DUMP /ON /F:"C:\Dumps"
Manual dumps
Manual dump files are usually required when the process does not crash, just hangs or consumes a large amount of CPU time. There are two ways to collect manual dumps. Keep in mind that there are multiple executables, and we need all dumps from all of them. There are always one kavfs.exe
and at least one kavfswp.exe
(number depends on load and settings).
Using Windows Task Manager
- Start Task Manager
- Switch to the Details tab
- Right-click on the image name
- Select Create dump file
- Repeat for every running KSWS/KESS/KICS4Nodes process
Using KSWS command line
- Start an elevated command prompt.
-
Execute KAVSHELL DUMP command. More info about the syntax is here https://support.kaspersky.com/KSWS/11/en-US/146721.htm.
Example where process with ID 1234 is dumped to C:\DumpsKAVSHELL DUMP /SNAPSHOT /F:C:\Dumps /P:1234
0 Comments
Recommended Comments
There are no comments to display.
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now