Skip to main content

Server Configuration

You can configure the Avantra server runtime environment by setting the values for multiple parameters. Some of the parameters can be adjusted while the server is running and others require a restart. If there is a refresh icon beside the parameter you need to restart the Avantra server service before changes will take effect.

To adjust Server parameters:

  1. Select Administration > Settings from the top-level menu.
  2. Choose Avantra Master.
  3. Click on the Edit icon and change the value or on the Refresh icon to restore the default.
  4. Click Save.

Server Parameters

ParameterDescriptionDefault ValueUnit
Automation.AutomationThreadsSets the maximum number of worker threads that can be used from the Avantra automation engine.10Integer
DB Clean Up Service.CcmsAlertKeepdaysDefines how long to keep CCMS Alerts in the Avantra Database.60Days
DB Clean Up Service.DAILY_CHECK_KEEPTIMEDefines how long to keep Daily Checks in the Avantra Database. 0 means forever. Please be aware that the unit is months.0Months
DB Clean Up Service.KeepAbortedMessagesForNDaysDefines how long aborted Notification messages are kept in the Avantra Database.3Days
DB Clean Up Service.KeepOkBlockedMessagesForNDaysDefines how long blocked OK Notification messages are kept in the database.3Days
DB Clean Up Service.KeepOkSentMessagesForNDaysDefines how long sent OK Notification messages are kept in the database.3Days
DB Clean Up Service.KeepUnprocessedMessagesForNHoursDefines how long unprocessed Notification messages are kept in the Avantra Database.6Hours
DB Clean Up Service.LOGBOOK_KEEPTIMEDefines how long logbook entries are kept in the Avantra Database.24Months
DB Clean Up Service.RTM_HISTORY_KEEPTIMEDefines how long RealTime Monitoring history records are kept in the Avantra Database.60Days
DB Clean Up Service.UPDATE_LOG_KEEP_DAYSDefines the maximum age of Agent Self Updates log records to keep.60Days
ForceAuditCommentMakes a comment for Start/Stop/Restart actions a mandatory action. The comment field is always visible on Start/Stop actions and is blank by default. Entering text (not less than 5 characters) is mandatory to start the action. Possible values are: OFF: comment field is available, but entering a comment is optional ON: entering a comment is mandatory to perform the actionOFF
global.AGENTLISTENERPORTDefines the default TCP port of the Avantra Agent to which the Avantra Server tries to connect unless an AgentListenerPort is defined.9051Number
global.log-levelDefines the level of messages to be logged in Avantra Server master.log* files in C:\Program Files\syslink\master\log (on Microsoft Windows operating systems) or /syslink/master/log (on Unix-like operating systems)INFOEnum
global.Workflow-stop-execution-waiting-for-daysDefines the timeout for workflow execution steps in the waiting state (e.g., manual step or ask to retry).10Day
Gateway.tunnelsDefines tunnels to avantra-gateways in order to establish reverse connections.emptyString of format: { id 1 ';' url 1 } { id 2 ';' url 2 }…. The URL has the format like the one described in AgentConnectRoute.
Mail.charsetConfigures the default character set for the encoding used in the Mail Service.emptyString
Mail.connect-timeoutConfigures the connection timeout used in the Mail Service.20000Milliseconds
Mail.fromConfigures the default sender address used in the Mail Service.emptyString
Mail.hostConfigures the default SMTP server hostname or IP address used in the Mail Service.emptyString
Mail.portConfigures the default SMTP server port used in the Mail Service.25Number
Mail.send-separatelyConfigures the Mail Service: If set to true, emails to multiple recipients are sent as separate emails instead of one email being sent to multiple recipients.falseBoolean
Mail.sslConfigures the Mail Service to use SMTP over SSL.falseBoolean
Mail.ssl-portConfigures the port to which the Mail service connects if Mail.ssl is set.465Number
Mail.suppress-namesConfigures the Mail Service to suppress names in the FROM and To field. In other words, if set to true, only the email address is included.falseBoolean
Mail.timeoutConfigures the socket timeout used in the Mail Service.20000Milliseconds
Mail.tlsConfigures Avantra Server's Mail Service to use STARTTSL with SMTP.falseBoolean
Mail.use-ccConfigures the Mail Service to add only the first recipient to the TO field and all others to the CC field.falseBoolean
Mail.userConfigures the user name used by the Mail Service for authentication.emptyString
Mail.passwordConfigures the password for Mail.user.emptyString
MaintenanceWindowManager.NumberOfDaysToKeepMtnwHistoryDefines the number of days that old Maintenance Window history records are kept. History records are used internally only. This setting does not affect the Maintenance Windows themselves!60Days
MasterWorker.enable-masterworker-2Enable a third worker for the Avantra Server Do not change this setting unless instructed by the Avantra support!falseBoolean
MasterWorker.enable-masterworker-3Enable a fourth worker for the Avantra Server Do not change this setting unless instructed by the Avantra support!falseBoolean
MasterWorker.max-queue-sizeDefines the length of the communication queue between the Avantra Server and its workers. Do not change this setting unless instructed by the Avantra support!200Number
Max.steps-triggered-per-minuteDefines how many steps can be started simultaneously per minute. Depending on the resources available to the Avantra servers, the default number of maximum steps executed per minute may be too high or too low. If you experience issues starting many workflows, lower the parameter value.60Number
Network.bind-addressDefines the IP Address for the Avantra Server to listen to. The default is 0.0.0.0 in case of which the Avantra Server will listen on all available IP addresses of the host.0.0.0.0String
Network.client-aliasDetermines the aliases of the keystore used for outgoing connections.client,client52List
Network.masterhostDefines FQDN of the Avantra Server. This value is determined automatically based on the physical hostname and the value of Network.bind-address, and there is usually no need to change it. This value is taken as the default for the MasterHost Monitoring Parameter. :::tip If the value determined is not suitable for the Avantra Agents to communicate with the Avantra Server, you probably want to define a Parameter Set for Servers containing a properly defined MasterHost.:::Integer
Network.masterportDefines the Listening TCP port of the Avantra Server. This value is taken as the default for the MasterPort Monitoring Parameter.9050Integer
Network.server-aliasDetermines the aliases of the keystore used for incoming connections.server,server52List
Network.tls-cipher-suitesDefines patterns for allowed SSL/TLS cipher suites. Note that this only applies to outbound communication between the Avantra Server and the Avantra Agent.SSL,TLSString
Network.tls-enabled-client-protocolsDefines enabled SSL/TLS protocols for connections to an SSL/TLS server.TLSv1.2,TLSv1.3String
Network.tls-minimal-server-protocolDefines the minimal/preferred SSL/TLS protocol version to be used in server mode.TLSv1.2Enum
Notifier.enableDefines if the Notifier service of the Avantra Server is started.trueBoolean
Notifier.LogLevelDefines the level of messages to be logged in Avantra Server notifier.log* files in C:\Program Files\syslink\master\log (on Microsoft Windows operating systems) or /syslink/master/log (on Unix-like operating systems)INFOEnum
Notifier.Mail.fromSenderNameDefines the default sender address used by the Notifier service of the Avantra Server. It is used as the default sender for Email output channels. It can either be just an email address example@domain.com or the combination of name and email address Firstname Lastname <example@domain.com>.emptyString
Notifier.EnableRawEmailAddressesBy default, notification output channels can only send emails to known users in Avantra. Set this option if you want to send emails to users who are not Avantra users.Not setBoolean
Notifier.PollEveryNSecondsDefines how frequently (in seconds) the Notifier service of the Avantra Server processes Notification Actions.120Enum
Performance.PERFDATA_AGGREGATION_HOURThis property defines the hours when Performance data is aggregated.02:00Integer
Performance.PERFDATA_KEEPTIMEDefines how long (in months) to keep hourly and daily Performance data in the Avantra Database.6Enum
Performance.PERFDATA_KEEPTIME_MONTHLYDefines how long (in months) to keep monthly Performance data in the Avantra Database.36Enum
Performance.PERFDATA_MEASUREMENTS_KEEPTIMEDefines how long (in days) to keep raw/real-time performance measurements in the database. Default is -1 days. -1 disables the collection of performance measurements. Maximum collection time is 182 days, which is approximately 6 months. Performance.PERFDATA_KEEPTIME is for aggregated hourly values, and Performance.PERFDATA_KEEPTIME_MONTHLY is for aggregated monthly values.-1Enum
Security.EnableOSCodeExecEnables all Avantra features that may allow remote code execution, including RUN_PROG and RUN_JS Custom Checks, SSH automation action, Run an external command output channel, JavaScript Resolver notification. :::note If you want to disable remote code execution, e.g. for security reasons, you can do so by going to Administration > Settings in the top-level menu and then navigating to Avantra Master.TrueBoolean
Security.RUNJSAllowDBWriteAllows you to execute database WRITE statements (INSERT, DELETE, UPDATE) in addition to READ statements. When set to moniparam, it enables the monitoring parameter (for a database or SAP System) RunJSAllowDBWrite to be used.
System Configuration.CONFIG_REFRESH_TIMEDefines the maximum time span the Avantra Server will resend any configuration data to the Avantra Agents no matter if it has changed or not.86400Seconds
System Configuration.enableEnable or disable the service that synchronizes configuration settings to the Avantra Agents.TrueBoolean
System Configuration.SEND_ATTEMPTSDefines how often the Configuration Service tries to send a configuration update or command to the Avantra Agent before the data to be sent is discarded.5Enum
Web.authenticationIf set to on, the User having the Administrator Role assigned.onString
Web.enable-httpsIf set to on, the Web.http-server is only accessible using HTTPS.offString
Web.http-portDefines the web port number of the Web.http-server.9058String
Web.http-serverDefines if the statistics web server of the Avantra Server is turned on or off.onBoolean
Web.jvmEnables or disables JVM diagnostics servlet.offBoolean
Web.servlets-displayEnables or disables the display of servlets on the Web Server.onBoolean
Worker.AGENTALIVE_REFRESH_MIN_WAITDefines the minimum time the Avantra Server waits to update the Last message from Avantra Agent is at least hh:mm:ss message of the AGENTALIVE Check in case the check status remains Critical.300Enum
Worker.DCD_MAX_MESSAGE_SIZEDefines the maximum size (in bytes) of Daily Check Detail messages.65536Enum
Worker.InstanceDetectionForceMatchCustomerIf set to 1, SAP Instances are automatically assigned only if the Customer of the hosting Server matches the Customer of the target SAP System.1Boolean
Worker.LOGKEEPFILESDefines the number of Avantra Server Worker log files in C:\ 10Integer
Worker.LOGTIMEHIRESDefines the time stamp precision of Avantra Server Worker log files in %ProgramFiles%\master\services\mw\log (on Microsoft Windows operating systems)or /avantra/master/services/mw/log (on Unix-like operating systems). (0=seconds, 1=milliseconds, 2=microseconds) 1Enum
Worker.LOGTIMEHIRESDefines the time stamp precision of Avantra Server Worker log files in %ProgramFiles%\master\services\mw\log (on Microsoft Windows operating systems)or /avantra/master/services/mw/log (on Unix-like operating systems). (0=seconds, 1=milliseconds, 2=microseconds) 1Enum
Worker.TRACELEVELDefines the log level of Avantra Server Worker log files in %ProgramFiles%\master\services\mw\log (on Microsoft Windows operating systems) or /avantra/master/services/mw/log (on Unix-like operating systems).2Enum