SCHEDULE
Automated Job Submission System
Guide and Reference Manual


Previous Contents Index


proxy_reset

Reset the proxy access cache inside the server.

This command will clear out the proxy access cache inside the server. This cache is periodically cleared automatically. If you have changed the proxy information and require an immediate response use this command.


General format

server proxy_reset [-qualifiers]

option summary

-log
-confirm

Examples

#1

 
 
 
 
 
 Schedule> server proxy_reset 
 
 
 
 
      


Qualifiers

-log

-nolog

The LOG option causes each completed operation to issue a note to the user.

-confirm

-noconfirm

CONFIRM requests that the user be prompted prior to any operation to verify that the selected job is the correct one.

restart

Restart the server process

The server RESTART command will instruct the server process to terminate and restart itself immediately. This operation is needed any time you change the parameter file and you want the server process to use these new settings.


General format

server restart [-options]

option summary

-cluster
-confirm
-log
-net
-newlog

Examples

#1

 
 
 
 
 
 Schedule> server restart -newlog -cluster 
 
 
 
 
      


Qualifiers

-cluster

The CLUSTER option requests that all members of the current cluster perform this operation.

-confirm

-noconfirm

CONFIRM requests that the user be prompted prior to any operation to verify that the selected job is the correct one.

-log

-nolog

The LOG option causes each completed operation to issue a note to the user.

-net

The NET option indicates that this operation applies to the DECnet control components of the server.

-newlog

The NEWLOG option requests that the server process close the current log file and start a new one.

start

Start responding to network requests

The server START command will instruct the server process to start processing incoming network requests (start -net) or to start the submission of jobs to the server (start -submits).

start -net indicates that this operation applies to the control components of the server.

start -submits interactively starts the submission of jobs to the server. When the server is not submitting jobs they are held in "Scheduling queue J". To see if any jobs are about to be submitted type out the J queue:


schedule 
 
Schedule> catque -all  j 
 


General format

server start -net [-options]


-submits [-options]

option summary

-cluster
-confirm
-log
-net
-submits

Examples

#1

 
 Schedule> server start -net 
 
 Schedule> server start -submits 
      


Qualifiers

-cluster

The CLUSTER option requests that all members of the current cluster perform this operation.

-confirm

-noconfirm

CONFIRM requests that the user be prompted prior to any operation to verify that the selected job is the correct one.

-log

-nolog

The LOG option causes each completed operation to issue a note to the user.

-net

The NET option indicates that this operation applies to the DECnet control components of the server.

-newlog

The NEWLOG option requests that the server process close the current log file and start a new one.

-submits

The SUBMITS option determines whether the operation affects the submission of jobs.

stop

Stop the server process.

The server stop -net command will cause the server process to terminate. The stop -submits command interactively stops the server from submitting jobs. The stop -cluster command requests that all members of the cuurent cluster be stopped.


General format

server stop -net [-options]


-submits [-options]
-cluster [-options]

option summary

-confirm
-log
-net
-submits

Examples

#1

 
 
 Schedule> server stop -net 
 
 Schedule> server stop -submits 
 
      


Qualifiers

-cluster

The CLUSTER option requests that all members of the current cluster perform this operation.

-log

-nolog

The LOG option causes each completed operation to issue a note to the user.

-net

The NET option indicates that this operation applies to the DECnet control components of the server.

-newlog

The NEWLOG option requests that the server process close the current log file and start a new one.

-submits

The SUBMITS option determines whether the operation affects the submission of jobs.


Part 4
REPORT reference

This part of the manual describes the REPORT writer program and contains a command reference of all report line commands.


Previous Next Contents Index