79 lines
4.8 KiB
HTML
79 lines
4.8 KiB
HTML
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<!DOCTYPE html
|
||
|
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||
|
<html lang="en-us" xml:lang="en-us">
|
||
|
<head>
|
||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||
|
<meta name="security" content="public" />
|
||
|
<meta name="Robots" content="index,follow" />
|
||
|
<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
|
||
|
<meta name="DC.Type" content="task" />
|
||
|
<meta name="DC.Title" content="Find your line, controller, and device descriptions" />
|
||
|
<meta name="abstract" content="Use the Work with Configuration Status (WRKCFGSTS) command to find the controller and device under which your application server job starts." />
|
||
|
<meta name="description" content="Use the Work with Configuration Status (WRKCFGSTS) command to find the controller and device under which your application server job starts." />
|
||
|
<meta name="DC.Relation" scheme="URI" content="rbal1standardtrace.htm" />
|
||
|
<meta name="DC.Relation" scheme="URI" content="../cl/wrkcfgsts.htm" />
|
||
|
<meta name="DC.Relation" scheme="URI" content="../cl/wrklind.htm" />
|
||
|
<meta name="copyright" content="(C) Copyright IBM Corporation 1998, 2006" />
|
||
|
<meta name="DC.Rights.Owner" content="(C) Copyright IBM Corporation 1998, 2006" />
|
||
|
<meta name="DC.Format" content="XHTML" />
|
||
|
<meta name="DC.Identifier" content="rbal1fndlcdd" />
|
||
|
<meta name="DC.Language" content="en-us" />
|
||
|
<!-- 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. -->
|
||
|
<link rel="stylesheet" type="text/css" href="./ibmdita.css" />
|
||
|
<link rel="stylesheet" type="text/css" href="./ic.css" />
|
||
|
<title>Find your line, controller, and device descriptions</title>
|
||
|
</head>
|
||
|
<body id="rbal1fndlcdd"><a name="rbal1fndlcdd"><!-- --></a>
|
||
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
||
|
<h1 class="topictitle1">Find your line, controller, and device descriptions</h1>
|
||
|
<div><p>Use the <span class="cmdname">Work with Configuration Status (WRKCFGSTS)</span> command
|
||
|
to find the controller and device under which your application server job
|
||
|
starts.</p>
|
||
|
<div class="section"> <p> For example:</p>
|
||
|
<pre>WRKCFGSTS CFGTYPE(*DEV)
|
||
|
CFGD(*LOC)
|
||
|
RMTLOCNAME(DB2ESYS)</pre>
|
||
|
<p>The value for the RMTLOCNAME keyword
|
||
|
is the application server's name.</p>
|
||
|
<p>The <span class="cmdname">Work with Configuration
|
||
|
Status (WRKCFGSTS)</span> command shows all of the devices that have the
|
||
|
specified server name as the remote location name. You can tell which device
|
||
|
is in use because you can vary on only one device at a time. Use option 8
|
||
|
to work with the device description and then option 5 to display it. The attached
|
||
|
controller field gives the name of your controller. You can use the (<span class="cmdname">WRKCFGSTS</span>)
|
||
|
command to work with the controller and device descriptions. For example:
|
||
|
</p>
|
||
|
<pre>WRKCFGSTS CFGTYPE(*CTL)
|
||
|
CFGD(PCXZZ1205) /* workstation */
|
||
|
WRKCFGSTS CFGTYPE(*CTL)
|
||
|
CFGD(LANSLKM) /* AS/400 on token ring */</pre>
|
||
|
<p>The
|
||
|
CFGD values are the controller names that are acquired from the device descriptions
|
||
|
in the first example in this topic.</p>
|
||
|
<p>The output from the <span class="cmdname">Work
|
||
|
with Configuration Status (WRKCFGSTS)</span> command also includes the
|
||
|
name of the line description that you need when working with communications
|
||
|
traces. If you select option 8 and then option 5 to display the controller
|
||
|
description, the active switched line parameter displays the name of the line
|
||
|
description. The LAN remote adapter address gives the token-ring address of
|
||
|
the remote server.</p>
|
||
|
<p>Another way to find the line name is to use the <span class="cmdname">Work
|
||
|
with Line Descriptions (WRKLIND)</span> command, which lists all of the
|
||
|
line descriptions for the server.</p>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div>
|
||
|
<div class="familylinks">
|
||
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rbal1standardtrace.htm" title="The communications trace function lets you start or stop a trace of data on communications configuration objects. After you have run a trace of data, you can format the data for printing or viewing. You can view the printer file only in the output queue.">Standard communications trace</a></div>
|
||
|
</div>
|
||
|
<div class="relinfo"><strong>Related information</strong><br />
|
||
|
<div><a href="../cl/wrkcfgsts.htm">Work with Configuration Status (WRKCFGSTS) command</a></div>
|
||
|
<div><a href="../cl/wrklind.htm">Work with Line Descriptions (WRKLIND) command</a></div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|