Retrieve Objects Online Storage - dcm4che/dcm4chee-arc-light GitHub Wiki
Verify, that on retrieve the object is read from the online Storage and not from the near-line Storage.
- Go to
Configuration
page of Archive UI,Devices
tab and editdcm4chee-arc
device.Edit extension
ofDevice Extension
, nextEdit extension
ofArchive Device
and then toAttributes
section. - Ensure that one does NOT have any values set for fields
Purge Instance Records Delay
andPurge Instance Records Polling Interval
andSave
. - Store objects to archive and trigger Export of objects either using Export Rule as explained in
Forwarding of received instances or go back to
Studies
page and manually trigger an Export by selectingQueued Exporter
option and selecting Exporter asCopyToNearlineStorage
. - Verify that the objects are exported by going to
Monitoring
pageExport
tab; the status should beCOMPLETED
. One can also verify the objects stored on nearline storage system. - Verify the value of private attribute
Instance Record Purge State of Series
isNO
on Series/Object level. - Verify
Storage IDs of Study
private attribute on Study/Series level asfs1,nearline
andOther Storage Sequence
private attribute on Object level shall have thenearline
storage ID. - For purpose of testing, rename the object(s) on nearline storage and trigger a C-Move of object(s) using the movescu and storescp tools to verify that object(s) are retrieved from the online storage and sent to the destination.
- Go to
Configuration
page of Archive UI,Devices
tab and editdcm4chee-arc
device.Edit extension
ofDevice Extension
, nextEdit extension
ofArchive Device
and then toAttributes
section. - Ensure Purge instance records from DB is configured.
- Store objects to archive and trigger Export of objects either using Export Rule as explained in
Forwarding of received instances or go back to
Studies
page and manually trigger an Export by selectingQueued Exporter
option and selecting Exporter asCopyToNearlineStorage
. - Verify the value of private attribute
Instance Record Purge State of Series
isPURGED
on Series and/or Object level. Also verify the size, path and ID of series metadata storage in the private attributesSeries Metadata Storage ID
,Series Metadata Storage Path
andSeries Metadata Storage Object Size
on series level. - Verify that the objects are exported by going to
Monitoring
pageExport
tab; the status should beCOMPLETED
. One can also verify the objects stored on nearline storage system. - Verify
Storage IDs of Study
private attribute on Study/Series level asfs1,nearline
andOther Storage Sequence
private attribute on Object level shall have thenearline
storage ID. - For purpose of testing, rename the object(s) on nearline storage and trigger a C-Move of object(s) using the movescu and storescp tools to verify that object(s) are retrieved from the online storage and sent to the destination.