The Ingest Monitoring offers an overview of the items for your organisation in MediaHaven. Each item in MediaHaven has a list identifiers and a particular status and is linked with a series of events. Firstly we describe these concepts of status, events and identifiers. Secondly we describe how these concepts are used in the design of the ingest into MediaHaven and the representation in three views in the MediaHaven Ingest Monitoring.
Value | Remark |
---|---|
The item has been detected by the tape ingest server but has not yet been transferred to the ingest server. | |
The item has been detected on the ingest server and is being processed. | |
The item is not successfully processed. The events for this item contain one or more | |
The item is successfully archived on two or more disks. For files where the ultimate location is tape, this status will not appear. | |
The item is successfully archived on N tapes. Depending on the installation N can be 1 (archive), 2 (backup) or 3 (vault). | |
Only used for files of the type:
|
MediaHaven logs the complete history of an item as a list of successive Premis events. The outcome of an event is either good or bad
.
Here we offer an overview of event types.
Event | Description |
---|---|
The item has been created in MediaHaven. From this point on the three identifiers (see below) are defined. | |
The item has been detected by either the tape ingest server | |
(tape ingest only) The item has been successfully packed into a ZIP archive. | |
The metadata of the item has been updated in the database. | |
The file has been manually published by the user or has been automatically published. | |
Event generated by the standerd ingest service | |
The service | |
The service | |
(For installations that write to 1 or more tapes) The item has been successfully written to an | |
(For installations that write to 2 or more tapes) The item has been successfully written to a | |
(For installations that write to 3 tapes) The item has been successfully written to a | |
An export of the item has been requested by a user. The event can have outcome | |
The export of the item has been completed with outcome |
An item submitted using the standard online ingest and stored on disk:
→
An item submitted using the standard online ingest with an MD5 checksum failure:
→
An item submitted using the standard online ingest and stored on an archive and backup tape:
→
An item submitted using the standard online ingest and but which could not be written to tape due to an internal error:
→
An item read from an ingest tape and stored on an archive and backup tape:
→
An item read from an ingest tape but with an MD5 checksum failure on the ingest tape:
→
In order to unique identify items in the system MediaHaven uses three identifiers:
Umid (aka MediaObjectId): This is a 64 character hex string uniquely representing the item in MediaHaven.
FragmentId: This is a 96 character hex string representing a fragment of an item (e.g. a clip from a video, a page from a document). An item has always at least one fragment, termed the main fragment.
ExternalId: (Advanced installations only) The field contains the identifier of the item provided by the customer. The ingest flow is tightly coupled with this field: it will reject or accept a item based on whether the ExternalId already exists in the system. In the design section below we go into detail about this.
The Ingest Monitoring offers three views:
SIPs: Offers an overview of items coupled with an ExternalId, showing only the most recent submission of each ExternalId.
items: Offers a complete history of items submitted to MediaHaven, including failed or deleted submissions.
Events: Offers the complete history of events in MediaHaven. When restricted to events of a single item, it shows the complete history of events that occurred to that item.
The ingest views are designed around the following philosophy:
In the view |
Let's us explain this by an example using the ExternalId .
The screenshot below shows in the view the item with ExternalId
with status
that was successfully archived on .
The screenshot below shows in the view the complete history of submissions of the item
. The most recent submission has status
, while the previous submissions have status
and have been deleted (showed by a shaded or striped colour). In the example the item
has been submitted 8 times. Notice that each submission has its own FragmentId while they share the same ExternalId. Due to design of the ingest, there can be exactly only one non-deleted item for the same ExternalId.
If we look into the view of the successful
submission we see the following events. Notice that the item has been successfully written to the
tape
and
tape
. Afterwards it has been exported to an
tape
.
If we look into the view of a
submission we see for example the following events.
We notice that the event with outcome
. The comment contains the following error:
METS: referred file does not exist: OriginalData/510_2242_000_00049_000/510_2242_000_00049_000_0_0001.tif |
The submitted item was an archive and the METS file linked with it, described a file which was not found inside the archive.