#--------------------------------------------------------------------- # DebugTrace Specifies whether or not to display any messages # changes to the DebugTrace field may not be recognized until ADLAgent # is stopped and restarted #--------------------------------------------------------------------- DebugTrace=false #--------------------------------------------------------------------- # LogErrors, LogInformation, and LogDebug - Specifies the types ofmessages # to be displayed to the screen as well as writen to the log file #--------------------------------------------------------------------- LogErrors=true LogInformation=true LogDebug=true #--------------------------------------------------------------------- # UseLogFile - Specifies whether or not to write messages to the log file. # LogFile - Specifies name of log file to be created in $INSTALL_LOG directory # LogSize is the maximum file size for all of the trace files (optional) #--------------------------------------------------------------------- LogFile=adlagentdbg.txt UseLogFile=true LogSize=409600 #--------------------------------------------------------------------- # IPTrace Specifies whether or not to display just the messages between # the ADLAgent and the Deployment server # Changes to the IPTrace field may not be recognized until # ADLAgent is stopped and restarted # # IPTraceFile - Specifies name of log file to be created in $INSTALL_LOG directory # IPLogSize is the maximum file size for all of the trace files (optional) #--------------------------------------------------------------------- IPTrace=false IPUseLogFile=true IPTraceFile=adlagentIpTrace.txt IPLogSize=409600 #--------------------------------------------------------------------- # SyncTimeWithServer - Synchronize the agent's time with the # Deployment Server. May be set to "true" or "false". #--------------------------------------------------------------------- SyncTimeWithServer=true #--------------------------------------------------------------------- # GetApps GetServices GetDevices Specify whether or not to get the # Applications, Services, and/or Devices at a "Get Inventory" request # GetSmbios Specifies whether or not to read the smbios table #--------------------------------------------------------------------- GetApps=true GetServices=true GetDevices=true GetSmbios=true #--------------------------------------------------------------------- #--------------------------------------------------------------------- # EncryptSessions - Specifies whether or not ADLAgent will attempt to # make an encrypted session with the server # # RequireEncrypt - Specifies whether or not ADLAgent will fail to # connect if an encrypted session cannot be # established. #--------------------------------------------------------------------- EncryptSessions=false RequireEncrypt=false #--------------------------------------------------------------------- #UseMCast - Specifies whether to use multicast to find a Deployment # server or make a connect directly to the Deployment server # using the specified IP port and address #--------------------------------------------------------------------- UseMCast=true #--------------------------------------------------------------------- # MCastAddr is the multicast group address to be used to find the # console (optional) # MCastPort is the port number to use while multicasting (optional) # TTL is the maximum number of hops to multicast through (optional) # ServerName is the computer name of the server (optional) #--------------------------------------------------------------------- MCastAddr=225.1.2.3 MCastPort=402 TTL=32 #ServerName=RADAR #--------------------------------------------------------------------- # TcpAddr is the IP address of the console to connect to (optional) # TcpPort is the IP port number of the console listening for # requests (optional) # Note: Specifying these parameters will switch the ADLAgent to use # TCP to connect to the console. #--------------------------------------------------------------------- TcpAddr=127.0.0.1 TcpPort=402 #--------------------------------------------------------------------- # WakeOnLANProxy - Specifies whether to proxy Wake on LAN packets # MCastProxy - Specifies whether this agent will advertise the presence # of the Deployment Server. #--------------------------------------------------------------------- WakeOnLANProxy=false MCastProxy=false #--------------------------------------------------------------------- # UseFQDN - Specifies whether adlagent should attempt to reverse # the IP address to return a proper 'fully qualified domain name' to the # Altiris Deployment Server. # If the network is set up to properly resolve PTR record requests # this option will return the fully qualified name of the agent # (e.g. myhost.mydomain.com), if the network does not resolve ptr # records, this option may delay adlagent connections by as much # as a minute or two. # # # default = true #--------------------------------------------------------------------- UseFQDN=true #--------------------------------------------------------------------- # UseHardTimeout - Specifies whether to use the hard time out or not # HardTimeout - Specifies the number of seconds of inactivity # the agent will wait before reconnecting to the # Deployment Server. # the default is 1 hour #--------------------------------------------------------------------- UseHardTimeout=true HardTimeout=3600 #--------------------------------------------------------------------- # APPEND_HOSTNAME_TO_LOCALHOST - # should ADLAgent attempt to append the new hostname to the hosts file # as an 'alias' to localhost. # # by default ADLAgent does not put the hostname in the hosts file. # # if your network is unable to resolve/reverse your IP address to a # fully qualified domain name, some applications (particularly Gnome) # will complain (when started from a command line) or fail to start. # when started via inittab # # Often the easiest way to fix this problem is to add an alias to # the localhost line in the /etc/hosts file # e.g. : 127.0.0.1 localhost localhost.localdomain myhost # # this approach will solve the problem with Gnome, but often causes # problems with other applications starting or returning incorrect host/ip # # # # default = false #--------------------------------------------------------------------- APPEND_HOSTNAME_TO_LOCALHOST=false #---------------------------------------------------------------------- # USER_CHECK_INTERVAL - # Interval at which adl_users should report changes about logged in users, # higher values will check and report less often, using less system resources # (cpu time, memory, disk activity, network activity etc.) lower values result # in changes reported more quickly (using more cpu time, potentially more disk # activity). # # This value is in seconds. For a more responsive reporting system the # recommended value is 6, for a reduced resources system (lower cpu, disk, # and network activity) the recommended value is 30. A value of '0' will # NOT send user updates. # # default is 15 seconds USER_CHECK_INTERVAL=15 #---------------------------------------------------------------------- # KILL_TIME # The amount of time in seconds to wait for the agent to the DS before # killing adlagent. # in automation mode this will also reboot the system. # Currently this is only supported in automation mode # # default is 3 minutes KILL_TIME=180 #---------------------------------------------------------------------- # MAKE_LOWER_CASE # Change the file path and file name to lower case # when copying a file from the DS. # # Default is false which preserves case # NOTE: This default MAY NOT be compatible with jobs written for some # older agents # # default is false MAKE_LOWER_CASE=false #---------------------------------------------------------------------- # FORCE_NEW # This parameter is for the agent in automation mode only. # It forces the agent to run the Initial Deployment Event even # if it is already in the database # # default is false FORCE_NEW=false #---------------------------------------------------------------------- # SSL_LIB_LOC # This parameter defines where the libssl.so library is located, it # is initially empty and poplulated during agent install. The actual # value will be the full path to the libssl library. # (example: SSL_LIB_LOC=/usr/lib/libssl.so.0.9.8) SSL_LIB_LOC= #---------------------------------------------------------------------- # AUTO_UPDATE # This parameter allows the agent control whether it will # automaticly update to the newest or only adlagent on the # the Deployment Server. # # default is true AUTO_UPDATE=true