1,126
edits
(Added IBM CMOD LDAP Sync parameters to example section. Updated ARS_LDAP_BIND_MESSAGES_FILE parameter as well. Tweaked formatting of Example block.) |
(Added ARSSOCK_RCVBUF_SIZE ARSSOCK_SNDBUF_SIZE and ARSSOCK_TCP_NODELAY. configuration parameters for ars.cfg.) |
||
| Line 474: | Line 474: | ||
;ARS_DB_MAX_SQL_TABLES | ;ARS_DB_MAX_SQL_TABLES | ||
: Specifies the maximum number of tables to query when searching an Application Group. The default value is unknown. This parameter is a short term solution -- instead, you should be optimizing [[Table Segmentation in Content Manager OnDemand]] and your DBA should increase the size of DB2 DBHEAP and STMT_HEAP parameters in the database configuration. Visit the [https://www-01.ibm.com/support/docview.wss?uid=swg21406889 IBM TechNote on ARS_DB_MAX_SQL_TABLES] for more information. | : Specifies the maximum number of tables to query when searching an Application Group. The default value is unknown. This parameter is a short term solution -- instead, you should be optimizing [[Table Segmentation in Content Manager OnDemand]] and your DBA should increase the size of DB2 DBHEAP and STMT_HEAP parameters in the database configuration. Visit the [https://www-01.ibm.com/support/docview.wss?uid=swg21406889 IBM TechNote on ARS_DB_MAX_SQL_TABLES] for more information. | ||
;ARSSOCK_RCVBUF_SIZE | |||
: Set the size of the TCP Receive Buffers for arssockd. The recommended value is 262144. | |||
;ARSSOCK_SNDBUF_SIZE | |||
: Set the size of the TCP Send Buffers for arssockd. The recommended value is 262144. | |||
;ARS_SUPPORT_CFSOD | ;ARS_SUPPORT_CFSOD | ||
: Set this parameter to 1 if you are licensed to use the Content Federation System for OnDemand ("CFS:OD") feature. | : Set this parameter to 1 if you are licensed to use the Content Federation System for OnDemand ("CFS:OD") feature. | ||
| Line 480: | Line 484: | ||
;ARS_SUPPORT_OLD_ODWEK_DOCIDS | ;ARS_SUPPORT_OLD_ODWEK_DOCIDS | ||
: When set to the number one (1), allows the server to accept DocIDs from ODWEK in the legacy (unencrypted/cleartext) format. This parameter is only supported on versions of IBM CMOD v9.5.0.3 and newer. Rather than enabling this parameter, your ODWEK apps should be updated to use the new, more secure DocID format. | : When set to the number one (1), allows the server to accept DocIDs from ODWEK in the legacy (unencrypted/cleartext) format. This parameter is only supported on versions of IBM CMOD v9.5.0.3 and newer. Rather than enabling this parameter, your ODWEK apps should be updated to use the new, more secure DocID format. | ||
;ARSSOCK_TCP_NODELAY | |||
: Set to 1 to enable Nagle's Algorithm in order to improve performance on systems where it isn't enabled by default. In AIX and Linux, it is enabled at the operating system level by default. [https://en.wikipedia.org/wiki/Nagle%27s_algorithm Nagle's algorithm] | |||
;ARS_USE_OLD_STYLE_CASE | ;ARS_USE_OLD_STYLE_CASE | ||
: Use the old (pre-v8.5) method for converting the case of characters not in the current codepage. [https://www-01.ibm.com/support/docview.wss?uid=swg1PM82660 IBM PM82660] & [https://www-01.ibm.com/support/docview.wss?uid=swg21673461 IBM Technote] & [http://www.ibm.com/support/docview.wss?uid=swg27041378 ODNews Q1 2014] | : Use the old (pre-v8.5) method for converting the case of characters not in the current codepage. [https://www-01.ibm.com/support/docview.wss?uid=swg1PM82660 IBM PM82660] & [https://www-01.ibm.com/support/docview.wss?uid=swg21673461 IBM Technote] & [http://www.ibm.com/support/docview.wss?uid=swg27041378 ODNews Q1 2014] | ||