Difference between revisions of "ars.ini"

192 bytes added ,  19:57, 13 May 2024
Updated version numbers, added ARSSOCK_FIPS option and updated link to CMOD LDAP Configuration file.
(Updated version numbers, added ARSSOCK_FIPS option and updated link to CMOD LDAP Configuration file.)
Line 9: Line 9:
   SRVR_INSTANCE=archive
   SRVR_INSTANCE=archive
   SRVR_INSTANCE_OWNER=archive
   SRVR_INSTANCE_OWNER=archive
   SRVR_OD_CFG=/opt/ibm/ondemand/V9.5/config/ars.cfg
   SRVR_OD_CFG=/opt/ibm/ondemand/V10.5/config/ars.cfg
   SRVR_DB_CFG=/opt/ibm/ondemand/V9.5/config/ars.dbfs
   SRVR_DB_CFG=/opt/ibm/ondemand/V10.5/config/ars.dbfs
   SRVR_SM_CFG=/opt/ibm/ondemand/V9.5/config/ars.cache  
   SRVR_SM_CFG=/opt/ibm/ondemand/V10.5/config/ars.cache  


; [@SRV@_ARCHIVE]
; [@SRV@_ARCHIVE]
Line 33: Line 33:
: The operating system User ID that owns / controls this instance.  This parameter may be case sensitive depending on your Operating System.
: The operating system User ID that owns / controls this instance.  This parameter may be case sensitive depending on your Operating System.


; SRVR_OD_CFG=/opt/ibm/ondemand/V9.5/config/ars.cfg
; SRVR_OD_CFG=/opt/ibm/ondemand/V10.5/config/ars.cfg
: Defines the location of your configuration file for the server.
: Defines the location of your configuration file for the server.


; SRVR_DB_CFG=/opt/ibm/ondemand/V9.5/config/ars.dbfs
; SRVR_DB_CFG=/opt/ibm/ondemand/V10.5/config/ars.dbfs
: Defines the location of your configuration file for the database manager.
: Defines the location of your configuration file for the database manager.


; SRVR_SM_CFG=/opt/ibm/ondemand/V9.5/config/ars.cache  
; SRVR_SM_CFG=/opt/ibm/ondemand/V10.5/config/ars.cache  
: Defines the locatio nof your configuration file for defining cache filesystems.
: Defines the locatio nof your configuration file for defining cache filesystems.


== arsstash related ars.ini configuration parameters ==
== arsstash related ars.ini configuration parameters ==


   SRVR_OD_STASH=/opt/IBM/ondemand/V9.5/config/ars.stash
   SRVR_OD_STASH=/opt/IBM/ondemand/V10.5/config/ars.stash


; SRVR_OD_STASH=/opt/IBM/ondemand/V9.5/config/ars.stash
; SRVR_OD_STASH=/opt/IBM/ondemand/V10.5/config/ars.stash
: This parameter defines the location of the default stash file to use for database connections, arsload, and LDAP authentication.
: This parameter defines the location of the default stash file to use for database connections, arsload, and LDAP authentication.


Line 52: Line 52:


   SSL_PORT=1446
   SSL_PORT=1446
   SSL_KEYRING_FILE=/opt/IBM/ondemand/V9.5/config/ondemand.kdb
   SSL_KEYRING_FILE=/opt/IBM/ondemand/V10.5/config/ondemand.kdb
   SSL_KEYRING_STASH=/opt/IBM/ondemand/V9.5/config/ondemand.sth  
   SSL_KEYRING_STASH=/opt/IBM/ondemand/V10.5/config/ondemand.sth  
   SSL_KEYRING_LABEL=IBM CMOD SSL Certificate
   SSL_KEYRING_LABEL=IBM CMOD SSL Certificate
   SSL_CLNT_USE_SSL=1
   SSL_CLNT_USE_SSL=1
Line 86: Line 86:
;ARSSOCK_STRICT_SHA2_ONLY_CERTS
;ARSSOCK_STRICT_SHA2_ONLY_CERTS
: When set to '1', this flag instructs Content Manager OnDemand to only allow certificates that use the SHA2 hashing method in CMOD server certificates.  This increases security, as certificates signed with SHA1 are considered vulnerable to 'collision' attacks, and as a result, are not secure.
: When set to '1', this flag instructs Content Manager OnDemand to only allow certificates that use the SHA2 hashing method in CMOD server certificates.  This increases security, as certificates signed with SHA1 are considered vulnerable to 'collision' attacks, and as a result, are not secure.
;ARSSOCK_FIPS
:The default is for CMOD to start up with FIPS compliance enabled. 
:If you are trying to upgrade to TLS v1.3, you need to disable FIPS support with <code>ARSSOCK_FIPS=0</code>.


== Related Articles ==
== Related Articles ==


[https://www.ibm.com/support/knowledgecenter/SSEPCD_9.5.0/com.ibm.ondemand.installmp.doc/dodso059.htm LDAP Messages File]
[https://www.ibm.com/docs/en/cmofm/10.5.0?topic=services-configuring-arsldapini-file LDAP Configuration File]