Differences between revisions 1 and 2
Revision 1 as of 2011-01-19 08:53:19
Size: 284
Comment:
Revision 2 as of 2011-01-19 09:39:24
Size: 2404
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
== Verify the Configuration ==
First, verify that the ingester is properly configured according to the [[RadioTVIngesterConfiguration|configuration instructions]].
Line 4: Line 6:
<<BR>>
<<Anchor(startIngester)>>
== Start the ingester - does it run properly? ==
 * Start the ingester
{{{command-line stuff here...}}}
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.
Line 10: Line 8:
=== Inspect the results ===
''Inspect logs and that the relevant directories are properly created.''
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.

== Start the Ingester ==

When you are sure that the configuration is correc, start the ingester application by following these [[RadioTVIngesterUsage||instructions]]. 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.

 

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.

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)