RMCONFIGURATION
The RMCONFIGURATION table is reserved for Content Manager Enterprise Edition resource manager configuration.
| Column | Data type | Attribute |
|---|---|---|
| PROPERTYNAME | VARCHAR(256) | NOT NULL |
| PROPERTYVALUE | VARCHAR(1536) FOR BIT DATA | NOT NULL |
| PROPERTYBINARY | VARCHAR(30000) Db2 ONLY BLOB ORACLE ONLY | NULLABLE |
- Primary key
- (PROPERTYNAME)
- Indexes
- None
- Referential constraints
- None
Columns
- PROPERTYNAME
- Name of the parameter. See Table 2 for the property names that are allowed.
- PROPERTYVALUE
- Value of the parameter if it can be represented as a String (including numbers).
- PROPERTYBINARY
- Value in binary format when it cannot be represented as a String.
| Parameter | Description |
|---|---|
|
An integer value, this value is the number of sequential logon failures allowed. After the allowed number is reached, all logons are denied. A value of -1 is the infinite case. The valid range is -1 to 32 767. |
|
Allows configuring a minimum resource manager administration password length. |
|
Allows configuring a maximum resource manager administration password length. |
|
1 or 0 disables
this check. Allows configuring a minimum number of required alphabetic
characters for resource manager administration password from the following
set: |
|
1 or 0 disables
this check. Allows configuring a minimum number of required numeric
characters for resource manager administration password from the following
set: |
|
1 or 0 disables
this check. Allows configuring a minimum number of required other
characters for resource manager administration password from the following
set: |
|
Allows configuring a maximum number of repeated characters for resource manager administration password. 1 or 0 disables this check. |
|
Allows configuring a minimum number of different characters for resource manager administration password. 1 or 0 disables this check. |
|
The default is ASYNC. |
|
Controls whether the server sets the Accept-ranges header for retrieve operations. If the value is TRUE then the Accept-ranges header is set. The default value is FALSE. |
|
TRUE validates the
MD5 hash that is sent from the API in a store operation, remote
migration, or remote replication services. If the validation
fails, the operation fails. FALSE does not validate the MD5 hash. This parameter applies only when the MD5 hash is sent from either the API or from another resource manager in remote replication or remote migration. The default value is TRUE. |
|
The block size (in megabytes) that is used
to upload objects to Microsoft Azure Block Blob
Storage in block
list method. This value is used only if
AZURE_ENABLE_BLOCK_LIST_UPLOAD is set to TRUE. The minimum value is 5. The maximum value is 4000. If this parameter is set to less than 5, 5 is used. If it is set to more than 4000, 4000 is used. The default value is 2047. |
|
TRUE enables block list upload to Microsoft Azure Block Blob
Storage. Use this if
you are storing large objects on Microsoft Azure Block Blob
Storage. FALSE disables block list upload to Microsoft Azure Block Blob Storage. If block list upload is disabled and the object size is more than 5000 megabytes, the block list is automatically used with a block size of 4000. The default value is FALSE. |
|
A long value that expresses the milliseconds since the time 00:00:00
Coordinated Universal Time (UTC) on January 1, 1970. This value
is used to serialize processing for items pending deletion within
the library server (items identified in library server
ICMSTItemsToDelete table) from the resource manager server. When
the delete cycle begins, this value is compared to the current
time. If this value is smaller, then processing of pending
deletions in the library server starts immediately. Otherwise,
the delete cycle portion for library server items pending
deletion ends. When delete processing for a batch of library
server deletions occurs, the value is reset. See the
BACKGROUND_LS_DELETE_TASK_DEFERTIME property for details. Do not change this value unless directed by IBM® support. |
|
A long value in milliseconds that specifies the maximum time allocated to a specific node or thread to process a batch of pending library server deletions. This value is used to calculate the value of the BACKGROUND_LS_DELETE_PROCESS. The values BACKGROUND_LS_DELETE_TASK_DEFERTIME and BACKGROUND_LS_DELETE_PROCESS are used specifically to serialize certain delete operations within the resource manager server. The default delay time is 900000 (15 minutes). |
|
A long value that expresses the milliseconds since the time 00:00:00
Coordinated Universal Time (UTC) on January 1, 1970. This
property controls the frequency in which the resource manager
performs delete processing on objects marked for deletion (
OBJ_STATUS within RMOBJECTS table indicated pending deletion).
When the delete cycle begins, this value is compared to the
current time. If this value is smaller, processing of resource
manager deletions is started immediately. Otherwise, the delete
cycle portion for objects marked for deletion ends. See
BACKGROUND_RM_DELETE_TASK_DEFERTIME for details. Do not change this value unless directed by IBM support. |
|
A long value in milliseconds that specifies the frequency in which the resource manager performs delete processing on objects marked for deletion ( OBJ_STATUS within RMOBJECTS table indicated pending deletion). This property value is added to current time to calculate the BACKGROUND_RM_DELETE_PROCESS value. During the normal delete cycle (see BACKGROUND_SERVICE_CYCLE), if no objects marked for deletion are found, then future delete operations for these delete candidates ( OBJ_STATUS within RMOBJECTS table indicated pending deletion) are deferred for the period specified. The default delay time is 18000000 (5 hours). |
|
The default background service cycle time is expressed in minutes. When active, Asynchronous delete and Asynchronous reconciliation runs automatically in the background. |
|
The default is 1000. |
|
Controls whether to use the new BLOB behavior or old BLOB behavior. By default this flag is set to True to use the new BLOB behavior. With the new behavior, for store orders, the entire data stream received by resource manager for an object is stored, there is no truncation or padding, and the size specified in the order must match with the actual size of the data stream received by resource manager. If a size mismatch is detected in the store order, a size mismatch error is returned. Also with the new behavior, for third-party store orders, the size specified in the order is not checked. The entire data stream received by resource manager for an object is stored, there is no truncation or padding. If the order states the size is 10K but the actual content in the stream is 10 bytes, the actual 10 byte object is stored. If the order says that the size is 10 bytes but the actual content in the stream is 10K, the actual 10K object is stored. For third-party store orders, the actual size of the object stored in resource manager is used for an objects metadata size instead of the size specified in the third-party store order. This flag can be set directly in the RMCONFIGURATION table or by using the Advanced Parameters tab of the web-based Resource Manager Administration program. |
|
Reference for installing the properties files on the resource manager. |
|
Specifies how the resource manager deletes
objects that are on cloud object storage servers when bucket
versioning is enabled or suspended. If bucket versioning is
disabled, this parameter has no
effect. FALSE: When the object version is deleted from IBM Content Manager, it is also deleted from the cloud object storage server. TRUE: When the object version is deleted from IBM Content Manager, the object version is left on the cloud object storage server and becomes a non-current version. The default value is FALSE. This parameter does not apply to Microsoft Azure Block Blob Storage. This parameter was added in V8.7 fix pack 1. |
|
The maximum object size (in MB) that can be
uploaded in a single request for non-retention cloud object
storage (COS) server buckets. If an object is bigger than this
value, multiple part upload is used (see also COS_MULTI_PART_UPLOAD_PART_SIZE). The value is an integer in megabytes (MB). The minimum value is 5. If you specify a smaller value, 5 is used. The maximum value is 10485760 (10 TB). If you specify a bigger value, 10485760 is used. The default value is 5120 (5 GB). This parameter does not apply to Microsoft Azure Block Blob Storage. This parameter was added in V8.7 fix pack 1. |
|
The size (in MB) of each part, when multiple
part upload is used for non-retention cloud object storage (COS)
server buckets (see also COS_MAX_ALLOWED_SINGLE_UPLOAD_SIZE). The value is an integer in megabytes (MB). The minimum value is 5. If you specify a smaller value, 5 is used. The maximum value is 5120 (5 GB). If you specify a bigger value, 5120 is used. If you specify a value that is more than the value that is set in the COS_MAX_ALLOWED_SINGLE_UPLOAD_SIZE parameter, the value that is set in that parameter is used. The default value is 2047. This parameter does not apply to Microsoft Azure Block Blob Storage. This parameter was added in V8.7 fix pack 1. |
|
TRUE: The resource
manager calculates and stores an MD5 hash in object store,
migration, replication or changeSMS operations, when an MD5 hash
is not available, but might be used in a later
operation. FALSE: The resource manager does not calculate and store the MD5 hash. This parameter applies when the management class attached to the storage collection includes IBM Cloud Object Storage with retention or cloud object storage with object lock. The default value is TRUE. |
|
TRUE enables multiple part upload to IBM Cloud Object Storage with retention or cloud object storage with object lock. Use this if you are storing large objects on IBM Cloud Object Storage with retention or cloud object storage with object lock. This can reduce the memory usage in the resource manager. FALSE disables multiple part upload to IBM Cloud Object Storage with retention or cloud object storage with object lock. The default value is TRUE. |
|
The part size (in megabytes) that will be
used to upload objects to IBM Cloud Object Storage
with retention or cloud object storage with object lock in multiple
parts method. This value is used only if COS_RETENTION_ENABLE_MULTI_PART_UPLOAD is set to TRUE. The minimum value is 5. The maximum value is 2047. If this parameter is set to less than 5, 5 is used. If it is set to more than 2047, 2047 is used. The default value is 5. |
|
TRUE: When objects are retrieved from Cloud Object Storage (COS) servers, they are cached in the resource manager staging area. Resource manager will get the objects from the staging area instead of from the COS server for subsequent retrieve operations. FALSE: When objects are retrieved from COS servers, they are not cached in the resource manager staging area. Resource manager will get the objects from the COS server for subsequent retrieve operations. The default value is FALSE. |
|
The audit event batch size. The default is 750. |
|
Internal usage for the replication utility. Do not define or change this parameter unless directed by IBM Support. |
|
Allows configuration of volume suspend on I/O error behavior. True = IBM Content Manager V8.3 behavior. False = IBM Content Manager V8.4 and later behavior. Last allows suspend, but not on the last available volume. |
|
Allows configuration of volume suspend on I/O error behavior. True = IBM Content Manager V8.3 behavior. False = IBM Content Manager V8.4 and later behavior. Last allows suspend, but not on the last available volume. |
|
The fully qualified directory path for the IBM Spectrum Protect client API. |
|
The fully qualified path of the error log directory for IBM Spectrum Protect. |
|
Use to enable or disable System Dashboard for Enterprise Content Management. |
|
To enable the encryptor (to encrypt existing data), set this parameter to TRUE. The default value is FALSE. See also ENCRYPTOR_BATCH_SIZE and ENCRYPTOR_MAXIMUMPOOLSIZE. For more information about the encryptor, see Encrypting existing data. |
|
Controls whether to enable the resource manager file system write operations to synchronize with the underlying storage devices. For more information, see: http://www-01.ibm.com/support/docview.wss?uid=swg27043996. |
|
Controls which type of token is allowed by the resource manager. The default value is TRUE or 1 to enable the resource manager to use 64-bit encryption keys for the token. This setting also enables the content management system to use stronger 128-bit encryption keys if both the library server and resource manager are at V8.6 or later. If the library server and all resource managers in the system are V8.6 or later, then 128-bit encryption keys for the token are used. If the value is set to FALSE or 0, the resource manager must use the 128-bit or stronger encryption keys for the token from the AES-128 encryption standard or SHA-2 family encryption standard. Set this value to FALSE or 0 if your content management system is required to meet the 128-bit encryption key standards set by government or industry regulation. This setting ensures that no 64-bit encryption key for the token can be used. |
|
Enables the resource manager to encrypt all object content when at rest. If set to TRUE, the resource manager encrypts incoming data. The default value is FALSE (does not encrypt incoming data). |
|
The key to generate the password. |
|
The key to generate the password. |
|
The key to generate the password. |
|
The batch size for the encryptor. The default value is 1000. The minimum value is 10. If you specify a value that is less than 10, it is reset to 10. |
|
The maximum number of worker threads that can be queued to the work manager. The default value is 50. The minimum value is 1. If you specify a value that is less than 1, it is reset to 1. |
|
llbosdata data area. |
|
Controls how aggregate migration processes source files for aggregate. If setting is set to True, all source files are opened before transfer to target storage, and then all source files are closed after transfer. This process might result in a significant number of file descriptors in use during aggregate migration operations. Setting this value to false (the default), results in each aggregate source file being opened, a transfer of contents to target aggregate, and the closing files one at a time. This process limits the number of file descriptors needed for aggregate migration operations. |
|
200 (default). The count limit on number of objects stored in aggregate. The default is 200. |
|
Prevents writing object files with two different owners, or being unable to access previously written object files. If set, the value is checked with the value from the Java™ system variable user.name. If it is different a stoppage error results. If not set, the value from the Java system variable user.name is used to set it. |
|
Controls file permissions at create time. |
|
Controls the number of items added to the temporary RMLSTIEMS validation table for a single database transaction. The default value is 50 items. |
|
Controls the maximum number of worker threads that can be queued to the work manager. The default value is 50 threads. |
|
Allows control of non IBM Spectrum Protect I/O buffers sizes, to balance memory and performance. |
|
The maximum time to wait and retry to
connect to the JMS server before giving up when publishing an
event for the first time connection at RM startup. During the wait time, the publisher repeatedly tries to connect to JMS server in a fixed interval. If the connection to the JMS server takes longer than the time set in this parameter, it will take that long to complete the wait. The value must be an integer in seconds in the range 5 to 600 (that is, 10 minutes). The default value is 60 (that is, 1 minute). If the value is smaller than 5, 5 is used. If the value is bigger than 600, 600 is used. This parameter was added in V8.7 fix pack 4. |
|
The time (in seconds) to keep trying to
reconnect to JMS when there is a JMS connection issue. The value must be an integer in the range 5 to 43200 (that is, 12 hours). The default value is 300 (that is, 5 minutes). If the value is less than 5, 5 is used. If the value is bigger than 43200, 43200 is used. This parameter was added in V8.7 fix pack 2. |
|
Key for encrypting data at rest (JEKS keystore or obfuscated). |
|
The integer value in minutes that the lock applies. 0 is the infinite case. The valid range is 0 to 32767 minutes. |
|
True or False. This value is always set to False at startup. |
|
Specifies whether the resource manager sets
the Java truststore to the Java cacerts file. This parameter is effective only when SSL is used for LDAP communication and the resource manager is run in traditional WebSphere. TRUE: Set the Java truststore to the Java cacerts file. FALSE: Do not set the Java truststore to the Java cacerts file. The default value is TRUE for backward compatibility. For more information, see Configuring the resource manager for SSL and TLS communication with the LDAP server. This parameter was added in V8.7 fix pack 4. |
|
The password reference for installing the properties files on the resource manager. |
|
The reference for installing the properties files on the resource manager. The default is sun.com.jndi.ldap. |
|
The reference for installing the properties files on the resource manager. The default is http://localhost. |
|
The port number reference for installing the properties files on the resource manager. |
|
The default set to ignore reference for installing the properties files on the resource manager. |
|
Reference for installing the properties files on the resource manager. o (lowercase letter "O") = IBM c = US |
|
Reference for installing the properties files on the resource manager. The default is NONE. |
|
The LDAP server type reference for installing the properties files on the resource manager. The default is STANDARD_LDAP. |
|
Reference for installing the properties files on the resource manager. The default is SUBTREE_SCOPE. |
|
Reference for installing the properties files on the resource manager. |
|
Reference for installing the properties files on the resource manager. ON or OFF. |
|
Reference for installing the properties files on the resource manager. The default is cn=root. |
|
Audit event frequency. The default is 10800 seconds. |
|
The default is stopped. |
|
The migrator failed transaction retry timeout. The default is 900 seconds. |
|
The default is stopped. |
|
The purger failed transaction retry timeout. The default is 900 seconds. |
|
The default is stopped. |
|
Specifies what happens when an error occurs in import replica to the library server. The import replica error can be caused by incorrect tasks that were manually inserted to the RMREPLICATION table as a step of enabling replication for existing objects.
The default value is FALSE. This parameter was added in V8.7 fix pack 2. |
|
Internal usage for the replication utility. Do not define or change unless directed by IBM Support personnel. |
|
The replicator failed transaction retry timeout. The default is 900 seconds. |
|
Checks whether the file name extension that
is on the retrieve request URL is the same as the original file
name extension from the resource manager database. TRUE: The resource manager compares the file name extensions.
FALSE: The resource manager does not check the file name extension that is on the retrieve request URL. The default value is FALSE. |
|
This parameter applies only when the
RETRIEVE_REQUEST_CHECK_FILE_EXTENSION
parameter is set to TRUE.TRUE: If the file name extension of an object on the retrieve request URL is different from the file name extension in the resource manager database and the extension is in the object's mime type suffixes list defined in the library server, the resource manager retrieves the object.. FALSE: If the file name extension of an object on the retrieve request URL is different from the file name extension in the resource manager database, the resource manager does not retrieve the object. Note: To retrieve objects from the resource
manager that have no original file name, set this parameter
to TRUE. The Content Manager API uses a default filename and
extension
(
item_ID.suffix_from_mime_type)
on the retrieve request URL for objects that have no
original file name. If this parameter is set to FALSE, the
mime type suffix is not tolerated; that is, the resource
manager does not retrieve the object.The default value is TRUE. |
|
Controls how the value for the content-type
is set when the resource manager responds to a retrieve
request. To use the value when the content was originally stored, set this parameter to FALSE. To use the value that is provided in the retrieve request, set this parameter to TRUE. The default value is FALSE. |
|
Controls whether the controller threads of
the resource manager background services are run on a non-managed
thread. When they are run on a non-managed thread, they are not
reported as "hung" in the WebSphere Application Server
SystemOut.log file when they run for a
long time.
The default value is FALSE. This parameter was added in V8.7 fix pack 2. |
|
The default is stopped. |
|
The stager failed transaction retry timeout. The default is 900 seconds. |
|
The default value 400 causes a new file to be read-only. |
|
The current count of sequential logon failures. This value is always set to zero at startup, and cannot be a negative value. |
|
The maximum idle time, in seconds, for a
connection. A connection is closed if the idle time is exceeded.
The default connection timeout is 180 seconds (3 minutes).
This value controls the reduction of the pool number when activity is slow. If this value is not configured correctly, an error is not shown. Set this value so that it is less than the IBM Spectrum Protect session timeout value. |
|
Enables sending of the IBM Spectrum Protect option -fastquerybackup on IBM Spectrum Protect DSMInitEx calls. This setting might improve IBM Spectrum Protect performance with IBM Spectrum Protect 6.1 and later. |
|
TRUE stops the IBM Spectrum Protect (TSM) operations that are
not completed when the resource manager shuts down after the wait
time specified in the TSM_MAX_WAIT_FOR_OPERATION_COMPLETE_AT_RM_SHUTDOWN
parameter has passed. It does this by calling the TSM client
API. FALSE does not stops the TSM operations (they might still complete on their own). This parameter applies only when the TSM connection pool is used. The default value is TRUE. |
|
The default value is 50 IBM Spectrum Protect
connections. The minimum value is 3. If the value exceeds 150, a
warning is logged to the resource manager log file. The
maximum allowed value is 32767. If you set a value that
exceeds 32767, then it is ignored and the default value of
50 is used instead. You must set this value so that the number is less than the concurrent session limit that is set for the IBM Spectrum Protect server. Setting this value to a greater number than the concurrent session limit might result in errors in the clients for object storage and retrieval. Count all connections for this value, including multiple resource managers that share a single IBM Spectrum Protect server or other applications that also share this server. For example, if the resource manager is deployed in a WebSphere® Application Server cluster, then multiply the TSM_MAX_POOLED_CONNECTIONS value for a single resource manager by the number of cluster nodes and use that total as the value for TSM_MAX_POOLED_CONNECTIONS. |
|
If this parameter is set to a positive value in milliseconds, then an error is shown if this value is exceeded while the resource manager is waiting for a connection. The default is -1 (no limit) and the maximum value allowed is 32767. If you set a value that exceeds 32767, then it is ignored and the default value of -1 is used instead. |
|
Maximum time (in seconds) to wait for
IBM Spectrum Protect (TSM) operations to
complete when the resource manager shuts down. The resource
manager shuts down even if the TSM operations do not complete in
the time specified. See also TSM_FORCE_TERMINATE_OPERATION_AT_RM_SHUTDOWN. This parameter applies only when the TSM connection pool is used. The default value is 180. If this parameter is set to more than 900, a warning is recorded in the resource manager log file. |
|
Disables IBM Spectrum Protect partial retrieve. You must set this value to YES if IBM Spectrum Protect contains any compressed objects. The default is NO, meaning that when IBM Spectrum Protect client compression and encryption are not used, then the IBM Spectrum Protect partial retrieve is used for aggregate object members. |
|
Enables use of the IBM Spectrum Protect query session call to validate pooled IBM Spectrum Protect connections, instead of the query management class call. |
|
The retry interval for getting IBM Spectrum Protect pooled connections. This value controls an internal wait time to ensure that a request does not remain on the queue indefinitely. This parameter enables the thread to check whether the value in TSM_MAX_WAIT_FOR_FREE_CONNECTION has been exceeded. The value is in milliseconds. The default value is 250 milliseconds. The maximum value is 32767. If you set a value that exceeds 32767, then it is ignored and the default value of 250 is used instead. |
|
The size in bits for the key to encrypt data at rest (128 or 256). The default is 128. |
|
Internal usage for validation utility. |
|
Internal usage for validation utility. |
|
(Applies only when the resource manager
database is Db2.) Specifies how the validation utility tables, RMLSITEMS and RMVALREPORT, are cleared.
The default value is TRUE. This parameter was added in V8.7 fix pack 2. |
|
Internal usage for validation utility. |
|
Internal usage for validation utility. |
|
Internal usage for validation utility. |
|
Internal usage for validation utility. |
|
Internal usage for validation utility. |
|
Internal usage for validation utility. |
|
Internal usage for validation utility. |
|
Internal usage for the validation utility. This property is the last state of the validation utility. |
|
Internal usage for the validation utility. |
|
Internal usage for the validation utility. |
|
Internal usage for the validation utility. Represents the last time validation was run (epoch time in milliseconds). |
|
The path to the XML validation reports. This path must be set to generate XML formatted validation reports. |
|
This parameter applies when the resource
manager application runs in WebSphere
Liberty. The interval (in seconds) at which the UUID background service checks the storage management system (SMS) and background service state changes. In most systems, the default value of 60 is sufficient. Use a different value only if it is determined that more frequent checks are required. If you change the value, restart the resource manager application server. The minimum value is 1. The maximum value is 60. If the value is less than 1, 1 is used. If the value is more than 60, 60 is used. The default value is 60. This parameter was added in version 8.7 fix pack 3. |
|
This parameter applies when the resource
manager application runs in WebSphere
Liberty. The full path to the LDAP configuration properties file. For more information, see Enabling LDAP authentication for the resource manager application user. This parameter was added in version 8.7 fix pack 3. |
|
Internal usage for control of JNI tracing. Do not change this value unless directed by IBM Software Support. |