73 lines
3.0 KiB
HTML
73 lines
3.0 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
<meta name="Copyright" content="Copyright (c) 2006 by IBM Corporation">
|
|
<title>iSeries Subsystem Information</title>
|
|
<!-- Begin Header Records ========================================== -->
|
|
<!-- All rights reserved. Licensed Materials Property of IBM -->
|
|
<!-- US Government Users Restricted Rights -->
|
|
<!-- Use, duplication or disclosure restricted by -->
|
|
<!-- GSA ADP Schedule Contract with IBM Corp. -->
|
|
<!-- VT2A SCRIPT A converted by B2H R4.1 (346) (CMS) by HOLTJM at -->
|
|
<!-- RCHVMW2 on 5 Feb 1999 at 07:56:18 -->
|
|
<!-- File restructured for V5R2 -->
|
|
<!-- End Header Records -->
|
|
<link rel="stylesheet" type="text/css" href="../rzahg/ic.css">
|
|
|
|
</head>
|
|
<body>
|
|
|
|
<!-- Java sync-link -->
|
|
<script type="text/javascript" language="Javascript" src="../rzahg/synch.js">
|
|
</script>
|
|
|
|
<a name="Top_Of_Page"></a>
|
|
|
|
<h2>iSeries Subsystem Information</h2>
|
|
|
|
<p>A server program should run in the same subsystem that other server programs
|
|
are running. For controlling resource use, such as main storage, a separate
|
|
subsystem for running all server programs is usually best. This is also
|
|
advantageous for allowing performance tuning, such as the number of page
|
|
faults. Generally, iSeries<SUP>(TM)</SUP> applications run in subsystem QBASE.</p>
|
|
|
|
<p>If the subsystem under which you want the server program to run was created
|
|
with the system defaults, you will not have to add a work station entry to the
|
|
subsystem description. If you do need to add a work station entry to the
|
|
subsystem description, however, you can use the Add Work Station Entry (ADDWSE)
|
|
command.</p>
|
|
|
|
<p>Before a work station is allowed to sign-on, it must be defined to a
|
|
subsystem. In this case, the work station is the virtual terminal device
|
|
(QPADEVnnnn) automatically created by the i5/OS<SUP>(TM)</SUP> licensed program. The work
|
|
station name, work station type, or *ALL must be specified in the subsystem
|
|
description. Use the Display Subsystem Description (DSPSBSD) command to see the
|
|
list of work station entries defined for a subsystem. The following command can
|
|
be used to add all work station types to a subsystem named QBASE:</p>
|
|
|
|
<pre>
|
|
ADDWSE SBSD(QBASE) WRKSTNTYPE(*ALL)
|
|
</pre>
|
|
|
|
<p>For more information on automatically creating virtual terminals, see
|
|
<a href="vt1f.htm#QAUTOVRT">Setting the Number of Automatically Created
|
|
Virtual Terminals</a>.</p>
|
|
|
|
<p><strong>Note:</strong> The ADDWSE command is valid only when the subsystem
|
|
description is not active.</p>
|
|
|
|
<br>
|
|
|
|
<hr>
|
|
<table align="center" cellpadding="2" cellspacing="2">
|
|
<tr align="center">
|
|
<td valign="middle" align="center">
|
|
<a href="#Top_Of_Page">Top</a> |
|
|
<a href="vt1a.htm">Virtual Terminal APIs</a> |
|
|
<a href="aplist.htm">APIs by category</a></td>
|
|
</tr>
|
|
</table>
|
|
</body>
|
|
</html>
|