Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

TAR Retriever Service.

Dependencies

Attributes

...

#HSMModulServicename
Anchor
HSMModulServicename
HSMModulServicename

HSM Module to retrieve files/tarballs from HSM systems. Use NONE if filesystem has no HSM support.

Default Value: NONE

#CacheRoot
Anchor
CacheRoot
CacheRoot

Root directory in which retrieved tars are extracted. A relative path name is resolved relative to dcm4chee_home archive-install-directory/server/default/.

...

(warning) For reliable function of the deletion of least recent accessed objects, a separate file system should be used for the cache

...

. You also have to take care for moving existing files in the cache to the new location yourself!

Default Value: tar-extracted

#CacheJournalRootDirectory
Anchor
CacheJournalRootDirectory
CacheJournalRootDirectory

Root directory for cache journal files. A relative path name is resolved relative to archive-install-directory/server/default/.

(warning) You have to take care for moving existing journal files to the new location yourself!

Default Value: tar-extracted-journal

#CacheJournalFilePathFormat
Anchor
CacheJournalFilePathFormat
CacheJournalFilePathFormat

Defines journal file path, with 'yyyy' will be replaced by the current year, 'MM' by the current month, 'dd' by the current date, 'HH' by the current hour and 'mm' by the current minute.

(warning) Can only be modified if the cache is empty!

Default Value: yyyy/MM/dd/HH/mm

#MinimumFreeDiskSpace
Anchor
MinimumFreeDiskSpace
MinimumFreeDiskSpace

Minimum free disk space on Cache Directory. If the free available disk space on the cache directory falls below this value, least recent accessed sub-directories are deleted, BEFORE further TARs are retrieved and extracted. 1MB = 1000000 bytes, 1GB = 1000MB.

Default Value: 50MB

...

#PreferredFreeDiskSpace
Anchor
PreferredFreeDiskSpace
PreferredFreeDiskSpace

Preferred free disk space on Cache Directory. If the free available disk space on the cache directory falls below this value, least recent accessed sub-directories are deleted, WITHOUT blocking retrieve and extraction of further TARs. 1MB = 1000000 bytes, 1GB = 1000MB.

Default Value: 100MB

...

#FreeDiskSpace
Anchor

...

FreeDiskSpace

...

External command to fetch tarballs from the source file system, with

  • %d will be replaced by the source file system name,
  • %f will be replaced by the path of tarball on the source file system,
  • %p will be replaced by the destination path.

NONE = TAR file on local accessable file system.

...

Directory in which TARs shall be retrieved by external #TarFetchCommand. A relative path name is resolved relative to dcm4chee_home/server/default/.
Not effective if #TarFetchCommand='NONE'.

...

FreeDiskSpace

Current free disk space on Cache Directory. 1MB = 1000000 bytes, 1GB = 1000MB.

#CheckMD5
Anchor
CheckMD5
CheckMD5

Defines if the MD5 sum of TAR file entries shall be checked against values in first entry MD5SUM file during retrieval. If the check fails, the retrieval will fail. If activated, but the first TAR entry is not the MD5SUM file, a WARN messages will be logged in server.log.

Default Value: true

#BufferSize
Anchor
BufferSize
BufferSize

Size of write byte buffer.

...

Number of cached references to least recent accessed directories.

...

Default Value: 8192

#Name
Anchor
Name
Name

The class name of the MBean

...

#State
Anchor
State
State

The status of the MBean

...

#StateString
Anchor
StateString
StateString

The status of the MBean in text form

Operations

...

#create
Anchor
create
create

Standard MBean lifecycle method

...

#start
Anchor
start
start

The start lifecycle operation

...

#stop
Anchor
stop
stop

The stop lifecycle operation

...

#destroy
Anchor
destroy
destroy

The destroy lifecycle operation

...

#jbossInternalLifecycle
Anchor
jbossInternalLifecycle
jbossInternalLifecycle

The detyped lifecycle operation (for internal use only)

...

#retrieveFileFromTAR
Anchor
retrieveFileFromTAR
retrieveFileFromTAR

Retrieve file from TAR specified by File System ID and File ID.

...

#free
Anchor
free
free

Delete oldest directories to free specified amount of disk space.

...