Method to enable ADLAgent logging for Linux machines
GSS 3.x
To enable logging on the Deployment Server:
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
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