QUEUE/TAPE
$ Print/hold myfile.dat (entry 112)
$ set entry 112/release/job_count=3 // release job 112 with
3 copies
$Del/entry=(112, 113,116,117 ) //delete multiple entries
$Del/entry=(112-117) //del entries from 112 to 117
$ Init/que/start myqueue
$ Init/que/Batch/start // init batch queue, for autostart
$ Stop/que/reset LTA11//reset
without delete entry
$ Stop/que lta11 // only paused que
If IP changes from shared to new, do following
$ Stop/que/next LTA11
// Completely stop queue and abort all entries
$ Del/que LTA11 //
need to be stopped before deleted
$ @startup_spoolers.com
$ Init MKA0: B031206
//init magnetic tape
$ MOUNT MKA0: B03106
//mount tape so files can be written into it
$set entry/requeue=lta99 112 //requeue entry 112 to lta99
$set que/form=normal fin1 // set que fin1 to form normal
$set entry/form=hp_acuprint 112 //reset entry 112 to form hp_acuprint
to match type
$Show que/all_jobs fin1 // show all job in que fin1
$Show que/by_job_status=pending
$Show que/summary // show # of jobs and its status
$Show que/form normal/default/ //show # ,stock, description
and form of que
$ Stop/que/reset
fin1 //stop queue and abort all its entries
Back
|