Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

Version 1 Next »


EMC CENTERA DB

ParameterValueDescription
DB-URLString / Char

Connection URL for database.

This parameter is optional.

Sample for Oracle:

jdbc:oracle:thin:@169.254.25.100:1521:KGSSTORE

DB-DriverString / Char

JDBC driver name.

(If DB-URL is not being set.)

DB-ServerString / Char

IP address / DNS name of the database server.

(If DB-URL is not being set.)

DB-PortString / Char

Port database listener.

(If DB-URL is not being set.)

DB-SIDString / Char

Database system ID.

(If DB-URL is not being set.)

DB-USERString / CharUsername of the database user.
DB-PASSWORDString / Char

Password of the database user.

The password will be encrypted after the first start.

CenteraPoolAddressList of Centera-IP-Addresses

The pool addresses can be a comma-separated string of IP-addresses or DNS names ov available Centera-nodes.

Hiermit sind vermutlich ausschließlich IPv4-Adressen gemeint oder? Falls ja sollte man das auch so erwähnen.

This example specifies a connection string with multiple IP-addresses which is a best practice that protects against the unavailability of one or more nodes within the cluster.

10.1.1.1,21.17.3.12,16.123.121.90

This example opens a pool using the specified PEA-file.

10.62.153?C:\EMC\RWE.pea

(Please confirm Centera documentation for details)

You can define one pool address per Repository ID by using Key "CenteraPollAddress_xx" (xx = Repository-ID) finde ich widersprüchlich.

Ist das jetzt so gemeint: 10.1.1.1_H8 oder CenteraPoolAddress_H8 = 10.1.1.1

EmbeddedDataThresholdInteger

The maximum data size in bytes for data to be embedded in the CDF instead of being stored as separate blobs.


Default: 102400

Max. value: 102400

CompClip-DescA_n-xx-yyyy

Syntax: AttributeName,AttributValue


Attribute namens with special functionality (see EMC SDK): RetentionPeriod -> in Month (will be converted to seconds for EMC Centera) must be set with this parameter. e.g. CompClip-DescA_1-O1 = RetentionPeriod,10

n= counter starting with 1 xx=SAP Repository ID yyyy= SAP Component-ID


(If yyyy isn't specified, the attributes are valid for all Components)

RepositoriesList of RepositoryIDs

Defines a list of Repositories for which KGS Store may automatically created tables on the database.

Example: Repositories = T1,FB,H8,C2

IgnoreContRepIDList of RepositoryIDsList of comma-separated Repository-ID’s. For this repository / -ies,the key CSREPID will be ignored for database accesses, so the Document-ID will be the unique key to the document.
EnableContainerStreamingString / CharList of comma-separated RepositoryID’s. Enable streamed reading for the specified repositories when containerfiles has to be extracted for get or read request (only in case of container registering is used).
DB-TableNamePrefix_xxString / CharPrefix Table Document, Component xx (CRID) default Prefix ContentRepID
ChangeRepositoryIDsList of RepositoryIDsRepository ID’s to change, comma- separated. This parameter works only in combination with parameter IgnoreContRepID. If a document is archived with one of these ID’s, the first access to this document with a different ContentRepID will overwrite the repository information in the document info file.
ReadOnlyList of ContentRepositoryIDs

List of comma-separated ContentRepository/-ies that should be handled as read only.

If set to true, all write requests will be rejected.


  • No labels