ibm-information-center/dist/eclipse/plugins/i5OS.ic.rzaku_5.4.0.1/rzakudumpt.htm

72 lines
4.4 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="Dump a communications trace" />
<meta name="DC.Relation" scheme="URI" content="rzakuperformt.htm" />
<meta name="DC.Relation" scheme="URI" content="rzakuendt.htm" />
<meta name="DC.Relation" scheme="URI" content="rzakuprintt.htm" />
<meta name="DC.Relation" scheme="URI" content="../cl/crtdir.htm" />
<meta name="copyright" content="(C) Copyright IBM Corporation 1997, 2006" />
<meta name="DC.Rights.Owner" content="(C) Copyright IBM Corporation 1997, 2006" />
<meta name="DC.Format" content="XHTML" />
<meta name="DC.Identifier" content="dumpt" />
<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>Dump a communications trace</title>
</head>
<body id="dumpt"><a name="dumpt"><!-- --></a>
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
<h1 class="topictitle1">Dump a communications trace</h1>
<div><div class="section"> <div class="p">Dumping the data to a stream file offers several advantages.
Consider these advantages when deciding whether to use this function: <ul><li>You can run new traces without losing data from the existing trace.</li>
<li>You can run an initial program load (IPL) on the server and still keep
the raw trace data in the stream file.</li>
<li>You can format trace data multiple times, even after you run an IPL or
delete the prior trace buffer. If you do not dump the raw data to a stream
file and you delete the trace or IPL the server, you will not be able to format
the trace again.</li>
<li>You can use a custom formatter to analyze the trace data.</li>
</ul>
</div>
<div class="p"><div class="note"><span class="notetitle">Note:</span> If you are using Internet Protocol
version 6 (IPv6), you must dump the trace data into a stream file by following
these steps. However, if you are using IPv4, this is an optional part of the
communications trace process.</div>
To dump a communications trace, follow
these steps:</div>
</div>
<ol><li><span>Create a directory, such as <samp class="codeph">mydir</samp>. See the CRTDIR
(Create Directory) command description in the Control Language (CL) topic,
to create a directory.</span></li>
<li><span>At the command line, type <samp class="codeph">DMPCMNTRC</samp>.</span></li>
<li><span>For the <em>Configuration object</em> prompt, specify the same line
you specified when you started the trace, such as <samp class="codeph">TRNLINE</samp>.</span></li>
<li><span>For the <em>Type</em> prompt, specify the type of resource, either <samp class="codeph">*LIN</samp> or <samp class="codeph">*NWI</samp>.</span></li>
<li><span>For the <em>To stream file</em> prompt, specify the path name, such
as <samp class="codeph">/mydir/mytraces/trace1</samp>.</span></li>
</ol>
</div>
<div>
<div class="familylinks">
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzakuperformt.htm" title="You can learn how to perform the communications trace to help you determine whether your data is being transmitted correctly across the network.">Perform a communications trace</a></div>
<div class="previouslink"><strong>Previous topic:</strong> <a href="rzakuendt.htm">End a communications trace</a></div>
<div class="nextlink"><strong>Next topic:</strong> <a href="rzakuprintt.htm">Print a communications trace</a></div>
</div>
<div class="relinfo"><strong>Related information</strong><br />
<div><a href="../cl/crtdir.htm">Create Directory (CRTDIR) command</a></div>
</div>
</div>
</body>
</html>