Difference between revisions of "Sub System"

From MidrangeWiki
Jump to: navigation, search
m
(reformatted to table)
 
Line 1: Line 1:
 
[[Category:Administration]]
 
[[Category:Administration]]
 
The 400 comes with specialized environments for managing various types of work or functions such as:
 
The 400 comes with specialized environments for managing various types of work or functions such as:
* Interactive Processing QINTER
+
 
** Short Transactions
+
{| class="wikitable" border="1"
* Batch Processing QBATCH
+
! Subsystem!! General use.
** Complicated heavy Data Base Access
+
|-
* Spooling QSPL
+
| [[QINTER_subsystem | QINTER]] || Interactive Processing (short transactions run at high [[priority]]
** minimal resource vs. Printers
+
|-
* Communications QCMN
+
| [[QBATCH_subsystem | QBATCH]] || Batch Processing (complicated heavy [[Data Base]] Access jobs)
 +
|-
 +
| [[QSPL_subsystem | QSPL]] || Spooling
 +
|-
 +
| [[QCMN_subsystem | QCMN]] || Communications
 +
|-
 +
| [[QCTL_subsystem | QCTL]] || Controlling subsystem
 +
|-
 +
| [[QHTTPSVR_subsystem | QHTTPSVR]] || [[HTTP Servers]]
 +
|-
 +
| [[QPGMR_subsystem | QPGMR]] || Batch subsystem usually used for compiles
 +
|-
 +
| [[QSERVER_subsystem | QSERVER]] || File servers
 +
|-
 +
| [[QSYSWRK_subsystem | QSYSWRK ]] || System servers
 +
|-
 +
| [[QUSRWRK_subsystem | QUSRWRK]] || User servers
 +
|}
  
 
Think of SubSystems as the Jobs that run other Jobs.  They monitor and direct what resources needed, such as CPU, pools of main storage, disk space, how many concurrent jobs allowed, type of resources they may use.
 
Think of SubSystems as the Jobs that run other Jobs.  They monitor and direct what resources needed, such as CPU, pools of main storage, disk space, how many concurrent jobs allowed, type of resources they may use.
  
 
Sources of work for each subsystem
 
Sources of work for each subsystem
* Autostart jobs
+
* [[Autostart jobs]]
* Work stations of users
+
* [[Work stations]] of users
 
* Jobqueues [[JOBQ]]
 
* Jobqueues [[JOBQ]]
 
* Communications
 
* Communications
Line 19: Line 36:
 
Just as SubSystems manage the other jobs, the Subsystems themselves need to be managed, for optimum performance.
 
Just as SubSystems manage the other jobs, the Subsystems themselves need to be managed, for optimum performance.
  
A simple 400 system can be managed by QBASE, while a more sophisticated system load needs QCTL.
+
A simple 400 system can be managed by [[QBASE]], while a more sophisticated system load needs [[QCTL]].
  
[[WRKSBS]] to view what SBS Sub Systems exist, with what current status, and information on each of them, such has how many [[JOBQ]] each can concurrently support.  [[WRKSBSD]] to check on how they are defined, the descriptive info on them.  '''GO CMDSBS''' for other SBS commands.
+
[[WRKSBS]] to view what SBS Sub Systems exist, with what current status, and information on each of them, such has how many [[JOBQ]] each can concurrently support.  [[WRKSBSD]] to check on how they are defined, the descriptive info on them.  '''[[GO]] CMDSBS''' for other SBS commands.

Latest revision as of 17:03, 17 December 2010

The 400 comes with specialized environments for managing various types of work or functions such as:

Subsystem General use.
QINTER Interactive Processing (short transactions run at high priority
QBATCH Batch Processing (complicated heavy Data Base Access jobs)
QSPL Spooling
QCMN Communications
QCTL Controlling subsystem
QHTTPSVR HTTP Servers
QPGMR Batch subsystem usually used for compiles
QSERVER File servers
QSYSWRK System servers
QUSRWRK User servers

Think of SubSystems as the Jobs that run other Jobs. They monitor and direct what resources needed, such as CPU, pools of main storage, disk space, how many concurrent jobs allowed, type of resources they may use.

Sources of work for each subsystem

Just as SubSystems manage the other jobs, the Subsystems themselves need to be managed, for optimum performance.

A simple 400 system can be managed by QBASE, while a more sophisticated system load needs QCTL.

WRKSBS to view what SBS Sub Systems exist, with what current status, and information on each of them, such has how many JOBQ each can concurrently support. WRKSBSD to check on how they are defined, the descriptive info on them. GO CMDSBS for other SBS commands.