autoproc - Change the autoarchive or postprocessing parameters for an autosched record

SYNOPSIS

autoproc  [ parameter=value ... ]

Parameters are: pass_numbersarchive_passdev_namecatalog_passpost_process.

DESCRIPTION

autoproc is used to change the post-processing procedure or autoarchive parameters of an autosched record.

PARAMETERS

pass_numbers

Specifies the number of the autosched records to which the change in autoarchiving or post-processing procedure applies.

There is no default.

archive_pass

Specifies whether or not to autoarchive the pass.

Valid responses are [yes and no]. The default is yes.

dev_name

Specifies the target device to autoarchive the pass to.

Valid responses are any device name in the devtable. The default is $TAPE.

catalog_pass

Specifies whether or not to catalog the pass after archiving it.

Valid responses are [yes and no]. The default is yes.

post_process

Specifies the post processing script to invoke after the pass has been captured. The full pathname is required.

There is no default.

EXAMPLES

Change the values for the first autosched record and confirm that the change was implemented with listauto.

[1] % autoproc

 1   noaa-10 noaa-11 noaa-12

      date      time   days    rec lat      rec lon   min elev   processing
    92/01/23  00:00:00   1   32 50.47 N   117 13.65 W    0.0     /extra/getit

    archive pass   catalog pass   device_name
               n              n

    target lat    target lon   sat elev   sun elev  duration  priority
    32 50.47 N   117 13.65 W      0.0       0.0     00:04:00      5

rec_numbers    : int (  1) ? 1
archive_pass   : char(  3) ? [yes]
dev_name       : char(255) ? [/dev/ncwd0]
catalog_pass   : char(  3) ? [yes]
post_process   : char(255) ? [] /ext/snakes

[2] % listauto

 1   noaa-10 noaa-11 noaa-12

      date      time   days    rec lat      rec lon   min elev   processing
    92/01/23  00:00:00   1   32 50.47 N   117 13.65 W    0.0     /ext/snakes

    archive pass   catalog pass   device_name
               y              y   /dev/ncwd0

    target lat    target lon   sat elev   sun elev  duration  priority
    32 50.47 N   117 13.65 W      0.0       0.0     00:04:00      5

FILES

autosched

SEE ALSO

listauto

NOTES

Cannot alter any other parameters.


Last Update: $Date: 1999/05/10 20:12:36 $