NAME

gx-ingest - Ingest an existing grid-mapfile into the gx-map system


SYNOPSIS

gx-ingest -help

gx-ingest -version

gx-ingest [options] [files]


DESCRIPTION

gx-ingest, part of the gx-map system, is an administrative command. It reads one or more existing grid-mapfiles (or stdin if no file name is specified). It writes to stdout a shell script that invokes the gx-request command for each entry in the input file(s).

The gx-ingest command, and the script it generates, can be used to import existing grid-mapfiles, possibly generated manually or by other tools, into the gx-map system.

Any errors in the input file(s) will appear as comments in the generated script.

Be sure to examine the generated script carefully before running it.


USAGE

gx-ingest <DIR/grid-mapfile > ingest.sh >>

chmod +x ingest.sh

vi ingest.sh # make sure the script is correct

./ingest.sh


OPTIONS

Option processing is done using the Perl Getopt::Long module.

Options may be specified with a single or double leading '-' character. Option names may be abbreviated to whatever is unique. Arguments may be separated either by a blank or by an '=' character. For example, ``-foobar 42'', ``--foobar=42'', and ``-foob 42'' would all be equivalent.

-help
Display a usage message and exit.

-version
Display the software version number and exit.


SEE ALSO

gx-map(7), gx-request(1), gx-convert-log(8), gx-cleanup-logs(8), gx-map-security(7)


AUTHOR

Keith Thompson, San Diego Supercomputer Center, <kst@sdsc.edu>


COPYRIGHT AND LICENSE

See the file LICENSE in the gx-map distribution, installed in the etc/gx-map subdirectory.