Integrating External Archives
Configuration of the service 'archive' integrates external archives. The service archives documents that are assigned to external media. The external media configuration specifies the connection to the service 'archive' and a profile from the configuration file archive-prod.yml from the directory \services\service-manager\config\.
All computers that are to call the 'archive' service must be specified in distributed environments in the archive-prod.yml configuration file:
trusted.ipPattern: (host1ip|host2ip)
The following external archives are supported:
iCAS
storage: | |||||||||||||||||||||
profiles: | |||||||||||||||||||||
iternity: | |||||||||||||||||||||
profileName: |
Name of the profile. The profile name is specified in yuuvis® RAD management-studio during media configuration. You can create several profiles. |
||||||||||||||||||||
userName: |
Name of the user with corresponding rights for the iCAS archive. |
||||||||||||||||||||
userPassword: | User’s password. | ||||||||||||||||||||
endpoint: | URL of the web service of iCAS. | ||||||||||||||||||||
cscMode |
Memory mode for documents and metadata. Memory mode is specified with a sequence of four parameters:
Example: LSSN The document is compressed (L) and encrypted using the standard method (S); the metadata is not compressed (S) and not encrypted (N). |
||||||||||||||||||||
clientSslTrustStore: |
Optional: Resource path to a certificate trust store for encrypted communication with the WebService. | ||||||||||||||||||||
clientSslTrustStorePassword: |
Optional: Password for the certificate trust store. |
||||||||||||||||||||
defaultRetentionInDays: |
Retention period in days (standard: 0) If '0' is specified, then a retention period is determined by archive configurations. A retention period of the 'Archiving' operation takes precedence over the retention period of the media configuration. A retention period of the media configuration takes precedence over the retention period of this configuration. The retention period specified here is therefore valid only if the retention period is not specified in either the 'Archiving' operation or the media configuration. |
NetApp
storage: | |
profiles: | |
netapp: | |
profileName: |
Name of the profile. The profile name is specified in yuuvis® RAD management-studio during configuration of the virtual archive. You can create several profiles. |
volume: |
Directory for archiving. |
enableReadOnly: | true/false: Set read-only mode. |
defaultRetentionInDays: |
Retention period in days (standard: 0) If '0' is specified, then a retention period is determined by archive configurations. A retention period of the 'Archiving' operation takes precedence over the retention period of the media configuration. A retention period of the media configuration takes precedence over the retention period of this configuration. The retention period specified here is therefore valid only if the retention period is not specified in either the 'Archiving' operation or the media configuration. NetApp supports a maximum retention period of 30 years by default. The maximum retention period can be extended by configuring NetApp appropriately. |
Hitachi Content Platform
storage: | |
profiles: | |
hcp_s3: | |
profileName: |
Name of the profile. The profile name is specified in yuuvis® RAD management-studio during configuration of the virtual archive. You can create several profiles. |
access-key: |
Access key |
secret-key: | Password |
url: | URL to HCP |
bucket: | Name of the bucket for storing. |
defaultRetentionInDays: |
Retention period in days (standard: 0) If '0' is specified, then a retention period is determined by archive configurations. A retention period of the 'Archiving' operation takes precedence over the retention period of the media configuration. A retention period of the media configuration takes precedence over the retention period of this configuration. The retention period specified here is therefore valid only if the retention period is not specified in either the 'Archiving' operation or the media configuration. |
Cloudian HyperStore
storage: | |
profiles: | |
cloudian_s3: | |
profileName: |
Name of the profile. The profile name is specified in yuuvis® RAD management-studio during configuration of the virtual archive. You can create several profiles. |
supportRetention: |
false Required parameters, retention periods on objects are currently not supported. |
access-key: |
Access key |
secret-key: | Password |
url: | URL to Cloudian HyperStore |
bucket: | Name of the bucket for storing. |
Amazon S3
storage: | |
profiles: | |
s3: | |
profileName: |
Name of the profile. The profile name is specified in yuuvis® RAD management-studio during configuration of the virtual archive. You can create several profiles. |
access-key: |
Access key |
secret-key: | Password |
url: | URL to S3 |
bucket: | Name of the bucket in the storage system for filing. |
defaultRetentionInDays: |
Retention period in days (standard: 0) If '0' is specified, then a retention period is determined by archive configurations. A retention period of the 'Archiving' operation takes precedence over the retention period of the media configuration. A retention period of the media configuration takes precedence over the retention period of this configuration. The retention period specified here is therefore valid only if the retention period is not specified in either the 'Archiving' operation or the media configuration. |
retentionMode: |
Optional: Parameter for selecting an object lock
Default: COMPLIANCE |
region: |
Optional: Specifies the location of the data center where new buckets are to be created. Default: Determined using the S3 method 'GetBucketLocation'. |
objectLock: |
Optional: Value that specifies whether the internal archive retention (objectLock) is required or optional for the corresponding bucket.
|
pathTemplate: | Optional: Parameter used to save objects in specified directories within a bucket. |