1,126
edits
m (Added IBM CMOD ARS_DB2 parameters.) |
(Yet another edit. IBM CMOD LDAP.) |
||
| Line 189: | Line 189: | ||
: This parameter specifies the number of transaction log files to keep. | : This parameter specifies the number of transaction log files to keep. | ||
: The number of logs multiplied by the log file size parameter above determines how large your primary log filesystem should be, and how large your archive filesystem should be. | : The number of logs multiplied by the log file size parameter above determines how large your primary log filesystem should be, and how large your archive filesystem should be. | ||
# | # | ||
| Line 196: | Line 194: | ||
# | # | ||
ARS_DB2_TSM_CONFIG=/opt/tivoli/tsm/client/api/bin/dsm.opt.db2 | ARS_DB2_TSM_CONFIG=/opt/tivoli/tsm/client/api/bin/dsm.opt.db2 | ||
;ARS_DB2_TSM_CONFIG | |||
: This is the configuration file for Tivoli Storage Manager used by DB2 for transaction log archiving and automatic backup & restores. | |||
########################################### | ########################################### | ||
| Line 201: | Line 201: | ||
########################################### | ########################################### | ||
ARS_ORACLE_HOME=/oracle | ARS_ORACLE_HOME=/oracle | ||
;ARS_ORACLE_HOME | |||
: Points CMOD to the directory where oracle is installed. | |||
== CMOD Miscellaneous Configuration == | == CMOD Miscellaneous Configuration == | ||
| Line 243: | Line 241: | ||
ARS_LDAP_MAPPED_ATTRIBUTE= | ARS_LDAP_MAPPED_ATTRIBUTE= | ||
ARS_LDAP_ALLOW_ANONYMOUS= | ARS_LDAP_ALLOW_ANONYMOUS= | ||
;ARS_LDAP_SERVER | |||
: The fully qualified domain name for your organization's LDAP server. | |||
;ARS_LDAP_PORT | |||
: The TCP/IP port number used by your LDAP server's software. | |||
;ARS_LDAP_BASE_DN | |||
;ARS_LDAP_BIND_DN | |||
;ARS_LDAP_BIND_DN_PWD | |||
;ARS_LDAP_BIND_ATTRIBUTE | |||
;ARS_LDAP_MAPPED_ATTRIBUTE | |||
;ARS_LDAP_ALLOW_ANONYMOUS | |||
== CMOD Storage Management Configuration == | == CMOD Storage Management Configuration == | ||
| Line 253: | Line 263: | ||
# | # | ||
ARS_STORAGE_MANAGER=TSM | ARS_STORAGE_MANAGER=TSM | ||
####################################### | |||
# TSM Parameters (Object Server Only) # | |||
####################################### | |||
DSMSERV_DIR=/opt/tivoli/tsm/server/bin | |||
DSMSERV_CONFIG=/opt/tivoli/tsm/server/bin/dsmserv.opt | |||
DSM_DIR=/opt/tivoli/tsm/client/api/bin64 | |||
DSM_CONFIG=/opt/tivoli/tsm/client/api/bin64/dsm.opt | |||
DSM_LOG=/tmp | |||
DSMG_DIR=/opt/tivoli/tsm/client/api/bin64 | |||
DSMG_CONFIG=/opt/tivoli/tsm/client/api/bin64/dsm.opt | |||
DSMG_LOG=/tmp | |||
DSMI_DIR=/opt/tivoli/tsm/client/api/bin64 | |||
DSMI_CONFIG=/opt/tivoli/tsm/client/api/bin64/dsm.opt | |||
DSMI_LOG=/tmp | |||
| Line 266: | Line 291: | ||
: The directory where temporary files created during ODWEK loading will be stored. | : The directory where temporary files created during ODWEK loading will be stored. | ||
=== CMOD LDAP Parameters === | |||
;ARS_LDAP_IGN_USERIDS | |||
: Populate with a list of CMOD User IDs that are exempt from LDAP authentication, and who will be authenticated by the password hash stored in the OnDemand database. | |||
: It's a very good idea to include CMOD administrators in this list, so they can still log in when your organization's LDAP server is down. | |||