Purpose
Show how to collect logs from each of the different Endpoint Operating Systems.
Overview
Increase Logging Level
Before collecting logs you will almost certainly want to increase the logging level, see this article for instructions on how to raise the logging level for one endpoint: How to: Create a Trace Level Logging Policy for One Endpoint
and this one to increase logging for all: How to enable TRACE-level logging for EMSS Agents
Windows
- From an elevated command prompt, please navigate to: C:\Program Files\HEAT Software\EMSSAgent\live
- Run the following command:
- lmctl.exe collectlogs <agent uninstall password>
- If endpoint is hardened, the user will be prompted for the agent password
- User will be prompted for password if not entered on the command line
- The resulting log will be a zip file located in the C:\HEAT Software Diagnostics\computer name.
- For more information on lmctl.exe commands please go here: LMCTL.exe Commands
Mac
- From a terminal, please navigate to: /private/var/patchagent
- Run this command as root:
- ./patchservice archivelogs
- The resulting log will be a zip file located in the same directory you ran the command, it will be named Darwin.tar.gz
Linux
- From a terminal, please navigate to: /usr/local/patchagent
- Run this command as root
- ./patchservice archivelogs
- The resulting log will be a zip file located in the same directory you ran the command, it will be named Linux.tar.gz
patchagent locations:
The location where patchagent is stored depends on your version of linux, see below for the location for your version
OS | patchagent Location |
SunOS | /export/home/patchagent |
Linux | /usr/local/patchagent |
Darwin | /private/var/patchagent |
AIX | /usr/local/patchagent |
HP-UX | /usr/local/patchagent |
Any remainder | /patchagent |
For more patch service commands see: Patchservice commands
Additional Information
How to enable TRACE-level logging for EMSS Agents
How to: Create a Trace Level Logging Policy for One Endpoint
Affected Products
Ivanti Endpoint Security (IES) 8.5U1+
Heat Endpoint Management and Security Suite (EMSS) 8.5 RTM
Lumension Endpoint Management and Security Suite (LEMSS)
Comments