ar.cfg or ar.conf options C-D
This table contains the options for the ar.cfg (ar.conf) file that begin with the letters C and D.
ar.cfg (ar.conf) file options (C-D)
Option | Description | Maps to |
---|---|---|
Cache-Display-Properties 2 | The way that the server caches form display properties. The form display property is the background image of the form view and the display property of each form field. Valid values:
|
|
Cache-Mode | The valid value for Cache-Mode is 0—(Default). In this mode administrative operations cause the server to create an administrative copy of its cache so that other users can continue using the shared cache while administrative operations are performed. The Development cache mode and Production cache mode behave in the same way. The AR System maintains a single copy of cache. | The Development Cache Mode field on the Configuration tab of the AR System Administration: Server Information form. (See Setting-administrative-options.) |
Cancel-Query-Option 2 | Flag indicating whether the cancel query functionality in a browser is enabled. Valid values:
|
|
Changed-By-Another-Check | Flag indicating whether the system checks whether another user changed an entry after you retrieved the entry. If you try to save modifications to an entry, you receive a warning and must confirm the save. Valid values:
|
|
Client-Managed-Transaction-Timeout | Maximum time (in seconds) to hold a transaction before a timeout occurs. The default is 60 seconds, and there is no maximum. If a timeout occurs, the server automatically rolls the transaction back, and the client receives an error on the next operation that uses the transaction handle. | The Transaction Timeout (seconds) field in the Transaction Control area on the Advanced tab of the AR System Administration: Server Information form. (See Setting-performance-and-security-options.) |
Clustered-Index | Flag indicating whether indexes for the database are clustered. Valid values:
You must set this option before you start the AR System. |
|
CMDB-Cache-Refresh-Initial-Delay 1 | Specifies the time interval in milliseconds after which the CMDB refreshes its cache in the background. Default value: 900000 If the value defined for this parameter is less than 60000 milliseconds (60 seconds), the default value is taken. |
|
CMDB-Cache-Refresh-Interval 2 | Frequency, in seconds, at which the BMC Helix CMDB cache is refreshed. The default value is 300 seconds (5 minutes). For more information about the cache refresh interval, see CMDB Engine configuration settings |
|
CMDB-ChunkedItem-Allowed-Period-In-Cache 1 | Specifies the time interval in milliseconds after which the data will be treated as orphaned and the memory can be reclaimed by server. Default value: 3600000 The value for this parameter should be greater than 60000 milliseconds (60 seconds), if it is not then the default value is taken. |
|
CMDB-ChunkedItem-Cleanup-Initial-Delay 1 | Specifies the time interval in milliseconds to start checking for the orphan data after CMDB server has started. Default value: 900000 The value for this parameter should be greater than 60000 milliseconds (60 seconds), if it is not then the default value is taken. |
|
CMDB-ChunkedItem-Cleanup-Interval 1 | Specifies the time interval in milliseconds at which the CMDB server should perform the orphan data checks. To disable this parameter set a value to minus (for example, -1). Default value: 300000 The value for this parameter should be greater than 60000 milliseconds (60 seconds), if it is not then the default value is taken. |
|
CMDB-CIViewer-Graph-Limit 1 | Sets the CI viewer graph limit. |
|
CMDB-GQRecursion-Limit 1 | Sets the limit for number of levels of recursion for CMDB graph query. |
|
CMDB-Hard-Delete-Only-If-Marked-For-Delete 1 | Specifies that all the CIs that are Marked As Delete (MAD) are to be deleted. |
|
CMDB-Impact-Weight-Default 1 | Specifies the default weight attached to impact relationship. This value is used in Atrium Impact Simulation. |
|
CMDB-Log-File-Location 1 | Specifies the path on the server where the log file is saved. |
|
CMDB-Log-File-Name 1 | Specifies the name of the CMDB log file. |
|
CMDB-Max-Results-Per-Query 1 | Specifies the maximum number of results that are returned per query. If this value is 0 it means that the maximum results per query are unlimited. |
|
CMDB-Number-Of-Backup-Files 1 | Specifies the number of backup CMDB log files to be maintained. |
|
CMDB-Service-Suspended | In a server group environment, the AR System server automatically sets the value of this parameter. The parameter value is based on the corresponding operational rankings and ownership. Valid values:
Warning: If you change this setting manually, the AR System server may overwrite the manual setting. |
|
Configure-Log4j 1 | Indicates whether log4j package should be configured from the external properties file log4j2.properties. |
|
Configuration-Name 1 | Defines the name of the component. AR System server uses this option to identify the active component in the database. |
|
Create-Entry-DeadLock-Retries 2 | Number of times to retry the ARCreateEntry() function during deadlock situations. Value is an integer. Default value - 3 (3 retries) |
|
Create-Entry-DeadLock-Retries-Delay 2 | Delay, in seconds, between each retry of a deadlocked ARCreateEntry() function. Value is an integer. Default value - 0 (Retries happen immediately, without a delay) |
|
Crossref-Blank-Password | Flag indicating how the system responds when a user's logon name is not assigned a password in the User form. Valid values:
This option enables you to manage group membership and other support information with AR System while managing passwords with the /etc/passwd file (UNIX) or the server domain security model (Windows). |
|
Currency-Ratio-Client-Refresh-Interval 2 | Number of minutes between each refresh of currency conversion ratios on the client. |
|
Db-Case-Insensitive 1 | Flag indicating whether to perform case-insensitive queries on Run If qualifications for active links, filters, and escalations. (For Oracle databases, ensure that this option matches the behavior of your Oracle database so that all queries are consistent.) Valid values:
To learn how to enable case-insensitive search for fixed-length text fields in AR System version 9.1 on Oracle, see the BMC Knowledge Base article KA 000332707. |
|
Db-Character-Set 2 | Option that initializes an internal variable that the server uses for various purposes, such as informing the ARGetServerInfo function's AR_SERVER_INFO_DB_CHAR_SET server option request or adjusting the database short column size so that the number of characters in a datum does not exceed the number of bytes in the database field. Valid values:
The installer sets this option's value. |
|
Db-Custom-Conn-Props | Use this optional property to set the custom connection properties on a database connection. This property is database specific. For example, Cipher suites, trustStore. Format Db-Custom-Conn-Props: key1=value1;key2=value2 Example Db-Custom-Conn-Props: encrypt=true;trustServerCertificate=true When you specify the Oracle-JDBC-URL parameter, the AR System server ignores this option. For more information, see Setting up an Oracle database. |
|
Db-Functional-Index 1 | Option to change the AR System server's default behavior for index creation. To change the AR System server's default behavior for index creation, set the Db-Functional-Index parameter to T. Then, when a new index is added to a form, the AR System server creates a functional index for the form. This parameter helps to avoid performance degradation that can result from not using database indexes. The Db-Functional-Index parameter is ignored if Db-Case-Insensitive is set to F or if it is absent from the ar.cfg file. The Db-Case-Insensitive and Db-Functional-Index parameters handle new indexes. For more information, see the BMC Knowledge Base article KA 000332707 . In the database (outside of the AR System server), you must manually convert any existing indexes to functional indexes. For optimal performance when using database indexes for case-insensitive searches on Oracle, make sure that the database administrator sets cursor sharing to EXACT for the functional indexes that Oracle Optimizer will use (otherwise, performance can be severely degraded due to full table scans). Depending on the volume of data, creating functional indexes may take a long time. |
|
Db-Host-Name 1 | Defines the name of the Database Server. The Db-Host-Name parameter for all the servers in the server group should be the same. When you specify the Oracle-JDBC-URL parameter, the AR System server ignores this option. For more information, see Setting up an Oracle database. |
|
Db-Max-Attach-Size 2 | Maximum size (in bytes) of compressed attachments that the AR System server can retrieve from Oracle databases. The default value is 2 GB. This value is limited by your server operating system and configuration. To limit the size of compressed attachments that can be sent to the database server from AR System server, see AR-Max-Attach-Size. |
|
Db-Max-Text-Size 2 | (Oracle and Microsoft SQL Server) Maximum size for long character text data in databases. For Oracle databases, this value is also used for memory allocation during the processing of long text data; therefore, use it conservatively. The default for an Oracle database is 4,194,308 bytes. For SQL Server, the default is 2,147,483,647 bytes. The maximum value for either database is 2,147,483,647 bytes. |
|
Db-name 1 | For Oracle, the name of the tablespace that the AR System server uses. For all other supported databases, the name of the underlying SQL database. The default value is ARSystem. |
|
Db-password | (Microsoft SQL Server and Oracle) Database password associated with the ARSystem database and table space. The password can be modified by using the ARSetServerInfo function and is stored in encrypted form. If you change the password manually, specify this option by using clear text, and change the password by using the AR System Administration: Server Information form to encrypt it. |
|
Db-Server-Port 1 | Defines the database port number. When you specify the Oracle-JDBC-URL parameter, the AR System serverAR System server ignores this option. For more information, see Setting up an Oracle database. |
|
Db-Type 1 | Defines the type of database the AR System server is connecting to. Valid values:
|
|
Db-user 1 | (Microsoft SQL Server and Oracle) User name that AR System uses to access the underlying database. The default is ARAdmin. |
|
Debug-GroupId | Name of the group to which a user must belong to use logging options such as API, database, and filter logging in AR System clients. Logging options are disabled for users who are not members of the specified group. The group name can be Public, Administrator, Sub Administrator, or Browser. You can also set this option in the Client-Side Logging Group field on the Log Files tab. |
|
Debug-mode | Bitmask indicating the server logging modes. To activate one bit, set this option to its value (see the following list). To activate two or more bits, add their values, and set this option to the total. For example, to activate bits 1 and 3, set this option to 5 because bit 1 has a value of 1 and bit 3 has a value of 4. To deactivate a bit, subtract its value from the value of this option. Unless otherwise specified in the following list, this option turns on logging for the arserverd process. Default log files are in the directory specified by the Server-directory option.
|
|
Default-Allowable-Currencies | Default allowable currency types for currency fields in clients. |
|
Default-Functional-Currencies | Default functional currency types for currency fields in clients. |
|
Default-messaging-port | Specifies port for JMS (Java Messaging Service) used by Java server for asynchronous communication within server or server group. Default value is 61617. |
|
Default-Order-By 2 | Flag indicating whether to apply the default sort order to search results. Valid values:
|
|
Default-Web-Path | URL to the directory path for the default web server pointing to the AR System server. | The Default Web Path field on the Advanced tab of the AR System Administration: Server Information form. (See Setting-performance-and-security-options.) |
Delay-Recache-Time | Number of seconds before the latest cache is made available to all threads. Valid values: 0 to 3600 seconds. If this option is set to 0, every API call gets the latest cache (that is, the cache is copied for every administrator call). Setting the option to 0 causes slower performance for cache operations. The default value is 5 seconds. The recommended value is 300 (5 minutes). | The Recache Delay field on the Configuration tab of the AR System Administration: Server Information form. (See Setting-administrative-options.) |
Disable-Admin-Ops | Flag indicating whether administrative operations are allowed on the server. Valid values:
If the Server Groups check box is selected, this option is ignored. Server groups can be configured in the AR System Server Group Operation Ranking form to make sure that only one server performs the operation. See Configuring-server-groups. | The Disable Admin Operations field on the Configuration tab of the AR System Administration: Server Information form. (See Setting-administrative-options.) |
Disable-Alerts | Flag indicating whether alerts are sent when alert events are created. Valid values:
Changes to this setting do not take effect until the server is restarted. | The Disable Alerts field on the Configuration tab of the AR System Administration: Server Information form. (See Setting-administrative-options.) |
Disable-Archive | Switch that disables (T ) or enables (F ) the archive when the server starts. If the Server Groups check box is selected, this option is ignored. Server groups can be configured in the AR System Server Group Operation Ranking form to make sure that only one server performs the operation. See Configuring-server-groups. | The Disable Archive field on the Configuration tab of the AR System Administration: Server Information form. (See Setting-administrative-options.) |
Disable-ARSignals | Flag indicating whether automatic signals triggered by changes to the following data on a server group's administrative server are disabled:
The signals can be generated by arsignald or the database. Signals triggered by changes to user, licensing, and computed group information are not disabled. Valid values:
To send the disabled signals manually, use the arsignal program (See arsignal-exe-or-arsignal.) | The Disable ARSignals field on the Configuration tab of the AR System Administration: Server Information form. (See Setting-administrative-options.) |
Disable-Audit-Only-Changed-Fields | Flag indicating whether to audit all records (T ), or to audit only those records whose field values have changed (F, the default). | The Disable Audit Only Changed Fields field on the Configuration tab of the AR System Administration: Server Information form. (See Setting-administrative-options.) |
Disable-Client-Operation 2 | Option that restricts time-consuming operations (such as reporting) during busy times, improving overall performance. The syntax is Disable-Client-Operation: <tagNumberToDisable> [[doc:xwiki:Service-Management.Innovation-Suite.BMC-Helix-Innovation-Suite.is253.Administering.BMC-Helix-Innovation-Suite-configuration-references.AR-System-configuration-files.ar-cfg-or-ar-conf.ar-cfg-or-ar-conf-options-C-D.<startTime>]-[<stopTime>]] [<groupIDList>]
|
|
Disable-Escalations | Flag indicating whether escalations are allowed on the server. Valid values: T and F (default). If the Server Group Member check box is selected, this option is ignored. Server groups can be configured in the AR System Server Group Operation Ranking form to make sure that only one server performs the operation. (See Configuring-server-groups.) | The Disable Escalations field on the Configuration tab of the AR System Administration: Server Information form. (See Setting-administrative-options.) |
Disable-Non-Unicode-Clients | Flag indicating whether Unicode servers can refuse requests from non-Unicode clients. This option does not affect non-Unicode servers. Valid values:
| The Disallow Non Unicode Clients field on the Configuration tab of the AR System Administration: Server Information form. (See Setting-administrative-options.) |
Disable-User-Cache-Utilities | Flag that prevents unauthorized users from using User Cache commands. Valid values:
|
|
Dispatch-Log-File | Flag that indicates whether the dispatcher logging is enabled. Valid value is location to the log file. To add the parameter, perform the following steps:
|
|
Display-General-Auth-Message 2 | Flag indicating whether to display a message when user authentication fails. Valid values:
This parameter can be used in conjunction with Max-Password-Attempts. (See ar-cfg-or-ar-conf-options-E-M.) |
|
Distrib-Log-File | Full path name of the file to use if DSO server logging is on (See Debug-mode). |
|
(For On-premises deployments only) Distributed-RPC-Socket | The AR System server to use for the DSO server. By default, the DSO server runs in queues like any other user. Obsolete. (See Assigning-an-RPC-program-number-to-DSO.) |
|
Domain-Name 2 | New domain name portion of the fully qualified server name. By default, a server determines the domain name from the network interface. In rare cases, this method does not produce the desired result because of unexpected network card configurations. In those cases, you can use this option to override the domain name derived from the network interface. |
|
(For On-premises deployments only) DSO-Cache-Check-Interval | Number of seconds between occurrences of these operations:
By default, this option is set to 1800 seconds (30 minutes). The maximum value is 43200 seconds (12 hours). |
|
(For On-premises deployments only) DSO-Error-Retry-Option | DSOserver retry behavior after an error:
|
|
(For On-premises deployments only) DSO-Host-Name 2 | Name to use for the From (source) server in distributed mappings. This setting enables you to use an alias for the From server in distributed operations. |
|
(For On-premises deployments only) DSO-Local-RPC-Socket | RPC program number that DSO uses. This setting is optional.
| The DSO Local RPC Program Number field in the DSO Server area on the Configuration tab of the AR System Administration: Server Information form. (See Specifying-passwords-and-properties-for-connecting-services-to-the-server.) |
(For On-premises deployments only) DSO-Log-Level | Level of logging for all DSO logs (ardist.log, ardist.log.default, ardist. poolName .log, and ardist.log. poolName ):
(See Distributed-Server-Option-logging and Setting-log-files-options.) |
|
(For On-premises deployments only) DSO-Log-Max-Backup-Index 2 | Number of indexed backup files saved for each DSO Java log file. If you do not specify a value for this option, 5 indexed backups are saved for each DSO Java log file. |
|
(For On-premises deployments only) DSO-Main-Thread-Polling-Interval | Interval at which the DSO server queries the distributed pending queue for pending distributed items. Enter any integer from 0(no polling) to 3600 seconds (1 hour). |
|
(For On-premises deployments only) DSO-Mark-Pending-Retry-Flag | Flag indicating whether to set the status of items in the DSO distributed pending queue to Retry after an attempt to perform the associated operation fails. (Failure must be due to a recoverable error. Items that fail because of nonrecoverable errors are removed from the queue.) Valid values:
Regardless of this option's value, the pending item is retried based on its retry configuration. |
|
(For On-premises deployments only) DSO-Max-Pending-Records-Per-Query | Maximum number of records in the Distributed Pending form that DSO reads in a single database query. Minimum value is 1. Maximum value is unlimited. If no value is specified, the default is 1000. |
|
(For On-premises deployments only) DSO-Merge-DupID-Overwrite 2 | The way the DSO server behaves when it finds a duplicate request ID on the target server. Valid values:
|
|
(For On-premises deployments only) DSO-Placeholder-Mode | Mode that disables the DSO server installed on the same host as the AR System server. Use this when setting up a DSO server outside a firewall to support an AR System server running behind a firewall. |
|
(For On-premises deployments only) DSO-Polling-Interval | Interval (in seconds) at which the DSO server checks the distributed pending queue for pending distributed items. This is used as a backup when no signals are received from workflow. The value can be any integer between 15 and 7200. By default, the backup polling interval is disabled. |
|
(For On-premises deployments only) DSO-Source-Server | The AR System server for a DSO server to support when that AR System server is different from the one installed with the DSO server. Use this when setting up a DSO server outside a firewall to support an AR System server running behind a firewall. Use this entry to configure DSO for load balancing. |
|
(For On-premises deployments only) DSO-Supress-No-Such-Entry-For-Delete | Flag indicating whether to log AR System server error 302 (entry does not exist in database) in the*arerror.log* file when performing distributed delete operations. Valid values:
|
|
(For On-premises deployments only) DSO-Target-Connection | Information for the target AR System server. Use this format:DSO-Target-Connection: serverName:RPCNumber portNumber | The Target connection settings tables field in the DSO Server area on the Configuration tab of the AR System Administration: Server Information form. (See Specifying-passwords-and-properties-for-connecting-services-to-the-server.) |
(For On-premises deployments only) DSO-Target-Password | Password used to access the target AR System server through the DSO server. Use this format:DSO-Target-Password: serverName:encryptedPassword |
|
(For On-premises deployments only) DSO-Timeout-Normal | Timeout (in seconds) that the DSO server applies during communication with the AR System server. Enter an integer between60 (1 minute) and 21600 (6 hours). If no value is specified, the system uses the default timeout (120 seconds). |
|
(For On-premises deployments only) DSO-User-Password | Password for the local DSO server user. |
|
1. Options you can view (but not set) using the AR System Administration: Server Information form. 2. Options you cannot set or view using the AR System Administration: Server Information form. |