1,126
edits
(Added ARS_SUPPORT_OLD_ODWEK_DOCIDS for IBM CMOD ODWEK) |
(Added IBM CMOD Cloud Storage Options) |
||
| Line 358: | Line 358: | ||
=== Special Considerations for TSM Log files === | === Special Considerations for TSM Log files === | ||
The configuration parameters above that end in _LOG are log files. By default, the logs all go to /tmp, which is, frankly, a terrible idea. Instead, these log files should all go to a directory specifically for IBM CMOD Logs. This will prevent errors arising from conflicting permissions, or filling up the server's temporary space. Also, these logs should be rotated on a regular basis. If you feel the need to place these log files in a 'standardized' space, place them in /var/log, but also create the files in advance, and provide them with generous permissions, to minimize frustration and errors. | The configuration parameters above that end in _LOG are log files. By default, the logs all go to /tmp, which is, frankly, a terrible idea. Instead, these log files should all go to a directory specifically for IBM CMOD Logs. This will prevent errors arising from conflicting permissions, or filling up the server's temporary space. Also, these logs should be rotated on a regular basis. If you feel the need to place these log files in a 'standardized' space, place them in /var/log, but also create the files in advance, and provide them with generous permissions, to minimize frustration and errors. | ||
== IBM CMOD Cloud Storage Options == | |||
Starting in IBM CMOD v9.5 Fixpack 3, there are a number of parameters for Storage Management that aren't included in the configuration file. If you're planning on using IBM CMOD Cloud Storage, you'll need to add one or more of these parameters. If Tivoli Storage Manager will NOT be part of your solution, you'll need to modify the ARS_STORAGE_MANAGER parameter to be "NO_TSM". If you forget to make this Content Manager OnDemand configuration change, [[arssockd]] may fail to start. If OnDemand's ARS_STORAGE_MANAGER is set to CACHE_ONLY, then the Cloud Storage options won't be available at all. | |||
=== Amazon Simple Storage Service a.k.a. S3=== | |||
;ARS_S3_CONFIG_FILE | |||
: Specifies the location and name of the configuration file, for example: | |||
ARS_S3_CONFIG_FILE=/opt/IBM/ondemand/V10.1/config/ars.s3 | |||
;ARS_S3_CONFIG_DIR | |||
: Specifies the directory where additional configuration files can be found if required for your IBM CMOD S3 connection, for example: | |||
ARS_S3_CONFIG_DIR=/opt/IBM/ondemand/V10.1/config | |||
For more information: [https://www.ibm.com/support/knowledgecenter/SSEPCD_10.1.0/com.ibm.ondemand.installmp.doc/dodex001.htm Knowledgebase for IBM CMOD v10.1] [https://aws.amazon.com/s3/ Amazon Web Services S3] | |||
=== Hadoop Distributed File System === | |||
;ARS_HDFS_CONFIG_FILE | |||
: Specifies the location and name of the configuration file, for example: | |||
ARS_HDFS_CONFIG_FILE=/opt/IBM/ondemand/V10.1/config/ars.hdfs | |||
;ARS_HDFS_CONFIG_DIR | |||
: Specifies the directory where additional configuration files can be found if required for your IBM CMOD HDFS connection, for example: | |||
ARS_HDFS_CONFIG_DIR=/opt/IBM/ondemand/V10.1/config | |||
For more information: [https://www.ibm.com/support/knowledgecenter/SSEPCD_10.1.0/com.ibm.ondemand.installmp.doc/dodex002.htm Knowledgebase for IBM CMOD v10.1] [https://hadoop.apache.org/ Apache Hadoop Project] | |||
=== IBM Cloud Object Storage a.k.a. ICOS === | |||
;ARS_ICOS_CONFIG_FILE | |||
: Specifies the location and name of the configuration file, for example: | |||
ARS_ICOS_CONFIG_FILE=/opt/IBM/ondemand/V10.1/config/ars.icos | |||
;ARS_ICOS_CONFIG_DIR | |||
: Specifies the directory where additional configuration files can be found if required for your IBM CMOD ICOS connection, for example: | |||
ARS_ICOS_CONFIG_DIR=/opt/IBM/ondemand/V10.1/config | |||
For more information: [https://www.ibm.com/support/knowledgecenter/SSEPCD_10.1.0/com.ibm.ondemand.installmp.doc/dodex003.htm Knowledgebase for IBM CMOD v10.1] [https://www.ibm.com/cloud-computing/infrastructure/object-storage/ IBM Cloud Object Storage] | |||
=== OpenStack Swift Storage === | |||
;ARS_SWIFT_CONFIG_FILE | |||
: Specifies the location and name of the configuration file, for example: | |||
ARS_SWIFT_CONFIG_FILE=/opt/IBM/ondemand/V10.1/config/ars.swift | |||
;ARS_SWIFT_CONFIG_DIR | |||
: Specifies the directory where additional configuration files can be found if required for your IBM CMOD OpenStack Swift connection, for example: | |||
ARS_SWIFT_CONFIG_DIR=/opt/IBM/ondemand/V10.1/config | |||
For more information: [https://www.ibm.com/support/knowledgecenter/SSEPCD_10.1.0/com.ibm.ondemand.installmp.doc/dodex004.htm Knowledgebase for IBM CMOD v10.1] [http://docs.openstack.org/developer/swift/ OpenStack Swift] | |||
=== IBM CMOD Filesystem Storage === | |||
;ARS_FILESYSTEM_CONFIG_FILE | |||
: Specifies the location and name of the configuration file, for example: | |||
ARS_FILESYSTEM_CONFIG_FILE=/opt/IBM/ondemand/V10.1/config/ars.fs | |||
;ARS_FILESYSTEM_CONFIG_DIR | |||
:Specifies the directory where additional configuration files can be found if required for your IBM CMOD Filesystem Storage connection, for example: | |||
ARS_FILESYSTEM_CONFIG_DIR=/opt/IBM/ondemand/V10.1/config | |||
For more information: [https://www.ibm.com/support/knowledgecenter/SSEPCD_10.1.0/com.ibm.ondemand.installmp.doc/dodex005.htm Knowledgebase for IBM CMOD v10.1] | |||
== Unlisted Parameters == | == Unlisted Parameters == | ||