Configuration (Store) - ICASFS (6)

[COMMON SETTINGS]

In order to use ICASFS please set in [COMMON SETTINGS] section the parameter StorageType = 6.

[ICASFS]

Parameter

Value

Description

Default

ArchPath

String

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.

 

 

ContRepInPath

true / false

Repository ID in document filing structure on/off

TRUE

DataEncoding

Integer

0 = No data encoding

1 = KGS encoding

This parameter can be set per ContentRepository.

Example:

DataEncoding = 0

DataEncoding_T1 = 1

0

DuplicatePath

String

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

 

EnableComponentMove

true/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

FreeDiscSpaceArchPath

Integer

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

FreeDiscSpaceDuplicatePath

Integer

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

 

HashAlg

MD5 / 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

HashCheck

true / 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

MaxFileNameLength

Integer

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.

 

RetentionPeriod

Integer

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

 

WaitForOfflineAttr

Integer

Time in milliseconds waiting for offline attribut set by Icas. Only needed when Icas WriteCache is to slow.



LockFiles

true / false

Lock files at the file system if retention is activated. (ReadOnly Flag will be set)

TRUE


→ Configuration (Store) - OracleUCM (7) | Configuration (Store) - StorageTypes - ArchiveLink