ibm-information-center/dist/eclipse/plugins/i5OS.ic.cl_5.4.0.1/wrkclu.htm

123 lines
4.3 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">
<title>Work with Cluster (WRKCLU)</title>
<link rel="stylesheet" type="text/css" href="../rzahg/ic.css">
</head>
<body bgcolor="white">
<script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
<a name="WRKCLU.Top_Of_Page"></a>
<h2>Work with Cluster (WRKCLU)</h2>
<table width="100%">
<tr>
<td valign="top" align="left"><b>Where allowed to run: </b>Interactive environments (*INTERACT *IPGM *IREXX *EXEC)<br>
<b>Threadsafe: </b>Yes
</td>
<td valign="top" align="right">
<a href="#WRKCLU.PARAMETERS.TABLE">Parameters</a><br>
<a href="#WRKCLU.COMMAND.EXAMPLES">Examples</a><br>
<a href="#WRKCLU.ERROR.MESSAGES">Error messages</a></td>
</tr>
</table>
<div> <a name="WRKCLU"></a>
<p>The Work with Cluster (WRKCLU) command is used to display and to work with cluster nodes and objects. When you run this command, the Work with Cluster display is shown.
</p>
<p>Options are available from Work with Cluster to display the nodes in the cluster, current cluster performance and configuration information, display the cluster resource groups in the cluster, display specific information about a cluster resource group, and gather debug information.
</p>
</div>
<table width="100%">
<tr><td align="right"><a href="#WRKCLU.Top_Of_Page">Top</a></td></tr>
</table>
<hr size="2" width="100%">
<div>
<h3><a name="WRKCLU.PARAMETERS.TABLE">Parameters</a></h3>
<table border="1" cellpadding="4" cellspacing="0">
<!-- col1="10" col2="15" col3="30" col4="10" -->
<tr>
<th bgcolor="aqua" valign="bottom" align="left">Keyword</th>
<th bgcolor="aqua" valign="bottom" align="left">Description</th>
<th bgcolor="aqua" valign="bottom" align="left">Choices</th>
<th bgcolor="aqua" valign="bottom" align="left">Notes</th>
</tr>
<tr>
<td valign="top"><a href="#WRKCLU.OPTION"><b>OPTION</b></a></td>
<td valign="top">Option</td>
<td valign="top"><b><u>*SELECT</u></b>, *NODE, *CFG, *CRG, *SERVICE</td>
<td valign="top">Optional, Positional 1</td>
</tr>
</table>
<table width="100%">
<tr><td align="right"><a href="#WRKCLU.Top_Of_Page">Top</a></td></tr>
</table>
</div>
<div> <a name="WRKCLU.OPTION"></a>
<h3>Option (OPTION)</h3>
<p>Specifies which cluster status information you want to work with.
</p>
<dl>
<dt><b><u>*SELECT</u></b></dt>
<dd>Display the Work with Cluster menu.
</dd>
<dt><b>*NODE</b></dt>
<dd>Display the Cluster Information panel, which is a list of nodes in the cluster.
</dd>
<dt><b>*CFG</b></dt>
<dd>Display the complete configuration parameters for the cluster.
</dd>
<dt><b>*CRG</b></dt>
<dd>Display the list of cluster resource groups in the cluster. It also provides the ability to get detailed information about a cluster resource group.
</dd>
<dt><b>*SERVICE</b></dt>
<dd>Gathers related trace and debug information for all cluster resource service jobs in the cluster. This information is written to a file with a member for each cluster resource service job.
<p>Use this option only when directed by your service provider. It will display a prompt panel for the Dump Cluster Trace (DMPCLUTRC) command.
</p>
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#WRKCLU.Top_Of_Page">Top</a></td></tr>
</table>
<hr size="2" width="100%">
<div><h3><a name="WRKCLU.COMMAND.EXAMPLES">Examples</a> </h3>
<p><b>Example 1: Displaying a list of nodes in the cluster.</b>
</p>
<p>
<pre>
WRKCLU OPTION(*NODE)
</pre>
</p>
<p>This command displays a list of all nodes in the cluster and detailed information about each node.
</p>
<p><b>Example 2: Getting a list of cluster resource groups that are currently known to the cluster.</b>
</p>
<p>
<pre>
WRKCLU OPTION(*CRG)
</pre>
</p>
<p>This command will provide a list of cluster resource groups. It contains options to get more information about the specifics of a cluster resource group.
</p>
</div>
<table width="100%">
<tr><td align="right"><a href="#WRKCLU.Top_Of_Page">Top</a></td></tr>
</table>
<hr size="2" width="100%">
<div><h3><a name="WRKCLU.ERROR.MESSAGES">Error messages</a> </h3>
<p><b><u>*ESCAPE Messages</u></b>
</p>
<dl>
<dt><b>CPF1999</b></dt>
<dd>Errors occurred on command.
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#WRKCLU.Top_Of_Page">Top</a></td></tr>
</table>
</body>
</html>