schedproc - Change the autoarchive or postprocessing parameters for a scheduled pass.

SYNOPSIS

schedproc  [ parameter=value ... ]

Parameters are: pass_numbers, archive_pass, dev_name, catalog_pass, post_process.

DESCRIPTION

schedproc is used to change the post-processing procedure or autoarchive parameters of an already scheduled pass capture.

PARAMETERS

pass_numbers

Specifies the number of the scheduled pass(es) to which the change in autoarchiving or post-processing procedure applies.

Valid responses are [1 - Number of scheduled passes].

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 pass that is scheduled for capture and confirm that the change was implemented with listsched.

[1] % schedproc
 #  state  pri  satel    telem       date    day    time    durat  post_process

 1  sched   5  gms-5     svissr   1999/08/11 223  21:32:00  25:00  gmsproc
 2  sched   5  gms-5     svissr   1999/08/11 223  22:25:00  25:00  gmsproc
pass_numbers   : int (  2) ? 1
archive_pass   : char(  3) ? [yes] 
dev_name       : char(255) ? [/dev/rmt/0n] 
catalog_pass   : char(  3) ? [yes] 
post_process   : char(255) ? [] newgmsproc
[2] % 
[2] % listsched
 #  state  pri  satel    telem       date    day    time    durat  post_process

 1  sched   5  gms-5     svissr   1999/08/11 223  21:32:00  25:00  newgmsproc
 2  sched   5  gms-5     svissr   1999/08/11 223  22:25:00  25:00  gmsproc

FILES

schedlist

SEE ALSO

llsched

NOTES

Cannot access special tracking/framing parameters.


Last Update: $Date: 1999/08/06 22:18:01 $