ADLagent logging for Ghost Solution Suite
search cancel

ADLagent logging for Ghost Solution Suite

book

Article ID: 180908

calendar_today

Updated On:

Products

Ghost Solution Suite

Issue/Introduction

 Method to enable ADLAgent logging for Linux machines

Environment

GSS 3.x

Resolution

To enable logging on the Deployment Server:

  1. Open the Altiris Deployment Server control panel applet
  2. Click on the Options button
  3. Click on the Debug tab
  4. Set the Max File Size to: 1024
  5. Set the Logging Level to: 7
  6. Mark the Log Agent Communication with Engine box
  7. Set the Max File Size to: 500

To enable logging on the client (ADLagent):

Edit the file /opt/altiris/deployment/adlagent/conf/adlagent.conf and make the following changes:

  • DebugTrace=true
  • IPTrace=true
  • IPUseLogFile=true
  • For additional debug-level logging, add the following entry to the end of the file: DEBUG_LOG=true
  • TcpTracePort=402
  • TcpAddr= IP address of the Deployment Server

The agent will need to be restarted to accept the changes to the configuration files.  To restart the agent, run the following commands from the terminal:

sudo /etc/init.d/adlagent restart

-OR-

sudo service adlagent restart

The logs created by the agent will be in the /opt/altiris/deployment/adlagent/log directory of the client.

To monitor communication from the client to the server in real-time, run the ADLremoteTrace utility from the Deployment Server (located in the \TechSup\Windows folder of the eXpress share).  The log file generated by ADLremoteTrace.exe will be placed in the \Temp\Msgs directory of the eXpress share.

To enable logging for the automation ADLagent

Open the linuxPE configuration in Boot Disk Editor or by editing the PXE Configuration and go to etc > adlagent.conf and make the same changes as above for the ADLAgent