Collect logs with gpactl
Gpactl is an offline utility that you can use to collect logs if the Guardicore Platform Agent becomes inaccessible or the Full Diagnostics feature isn’t working as expected. You can find the tool in the following locations:
- Windows:
C:\Program Files\Guardicore Platform Agent\gpactl.exe
- macOS:
/Library/Application Support/Guardicore Platform Agent/gpactl
Run the utility as administrator (Windows) or root (on macOS use the sudo
command) and follow the on-screen instructions to collect logs. Gpactl creates an archive with logs in the download directory.
- To run diagnostic probes and collect service logs, enter
gpactl gimmelogs
in the command line. - To see current status of the Guardicore Platform Agent services, enter
gpactl status
in the command line.
You can run gpactl with the following, optional arguments:
Argument | What it does |
---|---|
-h, --help | Shows available arguments and how to use them. |
-v, --version | Prints the GPA version number. |
-q, --quiet | Runs the utility in quiet mode. |
-v, --verbose | Runs the utility in verbose mode. |
Updated about 2 months ago