Skip to end of metadata
Go to start of metadata

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

Compare with Current View Page History

« Previous Version 14 Next »

[COMMON SETTINGS]

In order to use STORAGEFS, please set in [COMMON SETTINGS] section the parameter StorageType = 0.

[STORAGEFS]

ParameterValueDescriptionDefaults
ArchPath

Defines the path, where documents will be stored.

Can be specified per ContentRepository by adding a trailing "_<ContentRepository>"

Example: ArchPath_T1 = /opt/storage/T1

Multiple path configurations are possible by adding a "#<number>" between ArchPath and potential trailing repository specification.

Example: 

ArchPath#1_T1 = /opt/storage1/T1

ArchPath#2_T1 = /opt/storage2/T1


Please note that every defined ArchPath needs to be existent as well as it has to be accessible for the user KGS store is running on.


ContRepInPathtrue / falseRepository ID in document filing structure on/offTRUE
DataEncodingInteger

0 = No data encoding

1 = KGS encoding

This parameter can be set per ContentRepository.

Example:

DataEncoding = 0

DataEncoding_T1 = 1

0
DuplicatePath

Defines the path for storing duplicates of the data (mirroring).

Can be specified per ContentRepository by adding a trailing "_<ContentRepository>"

Example: DuplicatePath_T1 = /opt/storage/T1

Multiple path configurations are possible by adding a "#<number>" between DuplicatePath and potential trailing repository specification.

Example: 

DuplicatePath#1_T1 = /opt/storage1/T1

DuplicatePath#2_T1 = /opt/storage2/T1


EnableComponentMovetrue/false

Move files instead of copying to ArchPath.

If this option is being enabled it increases the performance if the working directory of the ContentServer and the defined ArchPath are on the same hard disk.

FALSE
FreeDiscSpaceArchPathInteger

Defines the minimal amount of space in megabyte that should be kept free.

Can be specified per ContentRepository by adding a trailing "_<ContentRepository>"

Example: FreeDiscSpaceArchPath_T1 = 1024

Multiple space configurations are possible by adding a "#<number>" between FreeDiscSpaceArchPath and potential trailing repository specifications.

Example: 

FreeDiscSpaceArchPath#1_T1 = 1024

FreeDiscSpaceArchPath#2_T1 = 512

0
FreeDiscSpaceDuplicatePathInteger

Defines the minimal amount of space in megabyte that should be kept free.

Can be specified per ContentRepository by adding a trailing "_<ContentRepository>"

Example: FreeDiscSpaceDuplicatePath_T1 = 1024

Multiple space configurations are possible by adding a "#<number>" between FreeDiscSpaceArchPath and potential trailing repository specifications.

Example: 

FreeDiscSpaceDuplicatePath#1_T1 = 1024

FreeDiscSpaceDuplicatePath#2_T1 = 512


HashAlgMD5 / SHA1 / SHA-256 / SHA-384 / SHA-512

Defines the hashing algorithm used for the hash key.

Empty means that the hash mode is off.

This parameter can be set per ContentRepository.

Example: HashAlg_T1 = MD5

MD5
HashChecktrue / false

Enables or disables the hashkey check during document checkout (get).

This parameter can be set per ContentRepository.

Example:

HashCheck = false

HashCheck_T1 = true

FALSE
MaxFileNameLengthInteger

Defines a limitation for the maximal length of the filename.

When this limit has exceeded the part of the ComponentID in the filename is being replaced by a fingerprint of the ComponentID and the original ComponentID is being stored in the info-file.

Use this parameter only if your file system has a limitation that does not fit to the documents you want to archive.

0 = no limitation

0
ReadOnly

List of ContentRepository name/-s, separated by a comma

Defines a list of one or many ContentRepositories which shall be handled as read-only.

For every repository specified here, all write-requests will be rejected.


RetentionPeriodInteger

Defines the amount of time (in months) from the creation date until the document should be protected from deletion. (Must be used together with EnableCheckRetentionDate = TRUE)

Retention periods can be set per ContRep and per document mime-type.

Example: RetentionPeriod_T1=36|application /x-alf=1000|application/x- reo=5|image/tiff=6



→ Configuration (Store) - EMC CENTERA (1)Configuration (Store) - StorageTypes - ArchiveLink

  • No labels