Differences between revisions 5 and 6
Revision 5 as of 2011-01-19 14:22:02
Size: 2623
Editor: jrg
Comment:
Revision 6 as of 2011-01-19 14:24:29
Size: 2623
Editor: jrg
Comment:
Deletions are marked like this. Additions are marked like this.
Line 11: Line 11:
Make a Note on how many Program Objects there are already Ingested into the DOMS. [[HowToCountPublishedRadioTVProgramObjectsInFedora See here how to get the number]] Make a Note on how many Program Objects there are already Ingested into the DOMS. [[HowToCountPublishedRadioTVProgramObjectsInFedora|See here how to get the number]]

Start the Radio-TV Ingester

Verify the Configuration

First, verify that the ingester is properly configured according to the configuration instructions.

If the intention is to let the ingester ingest pre-ingest files continuously as the pre-ingest files are generated, then you must make sure that the directory assigned to HOTFOLDER in the ingester configuration is the same as the pre-ingesters output directory.

Once the configuration has been verified, check that the HOTFOLDER, LUKEWARMFOLDER and COLDFOLDER are empty in order to avoid confusion, or at least make sure that you really want the directories to contain any thing. For example, if you want to make a one-shot ingest, then you may already have put the pre-ingest files into the HOTFOLDER directory and then you, of course, do not want to remove all the files in it.

Count existing Program Objects in the DOMS

Make a Note on how many Program Objects there are already Ingested into the DOMS. See here how to get the number

Start the Ingester

When you are sure that the configuration is correc, start the ingester application by following these RadioTVIngesterUsage. It is generally a good idea to start the ingester as a background process, as described by the instructions. In the event that you need to stop the ingester (prematurely), just follow the instructions for a graceful termination.

Verify that the Ingester is Running properly

When you have started the ingester, you must look for signs that it is running properly. Good signs are:

  • All directories specified in the configuration have been created.
  • No ERROR messages or stack-traces are printed to the console or the nohup output file (depending how you started the ingester).

  • If the HOTFOLDER directory contained any pre-ingest files before or after the ingester was started, wait a bit to see if the ingester begins to move them to the COLDFOLDER directory.

Bad signs are:

  • ERROR messages or stack-traces are printed to the console or the nohup output file (depending how you started the ingester). This is most likely a sign of a fatal failure.

  • All (or most of) the pre-ingest files are moved from the HOTFOLDER directory to the LUKEWARMFOLDER directory. This is most likely a sign of a fatal failure, however, it may be due to the pre-ingester produces malformed pre-ingest files and not necessarily due to a bug in the ingester code.

RadioTVStageTestStartIngester (last edited 2011-01-28 11:33:05 by jrg)