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

170 lines
5.8 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>Start Subsystems using BRM (STRSBSBRM)</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="STRSBSBRM.Top_Of_Page"></a>
<h2>Start Subsystems using BRM (STRSBSBRM)</h2>
<table width="100%">
<tr>
<td valign="top" align="left"><b>Where allowed to run: </b>All environments (*ALL)<br>
<b>Threadsafe: </b>No
</td>
<td valign="top" align="right">
<a href="#STRSBSBRM.PARAMETERS.TABLE">Parameters</a><br>
<a href="#STRSBSBRM.COMMAND.EXAMPLES">Examples</a><br>
<a href="#STRSBSBRM.ERROR.MESSAGES">Error messages</a></td>
</tr>
</table>
<div> <a name="STRSBSBRM"></a>
<p>The Start Subsystems using BRM (STRSBSBRM) command restarts subsystems that have been ended as a result of control group processing and have been specified with a value of *YES for the <u> Restart </u> field for the control group <u> Subsystems to process </u> entries.
</p>
<p>You can specify the control group name and the type of control group that you are restarting subsystems for
</p>
<p>
<b>Note: </b>If you specify this command for a *EXIT backup item entry in a control group and specify the current control group name for the CTLGRP parameter, this has the effect of restarting the subsystems, defined in the <u> Subsystems to Process </u> for the current control group, earlier than these would normally occur. Subsystems would normally be restarted during post processing after all saves have been completed.
</p>
<p>To use this command, you must have the Backup Recovery and Media Services for iSeries, 5722-BR1, licensed program installed.
</p>
</div>
<table width="100%">
<tr><td align="right"><a href="#STRSBSBRM.Top_Of_Page">Top</a></td></tr>
</table>
<hr size="2" width="100%">
<div>
<h3><a name="STRSBSBRM.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="#STRSBSBRM.CTLGRP"><b>CTLGRP</b></a></td>
<td valign="top">Control group</td>
<td valign="top"><i>Name</i>, <b><u>*BKUGRP</u></b>, *ARCGRP, *MGRGRP, *SYSGRP, *SYSTEM</td>
<td valign="top">Optional</td>
</tr>
<tr>
<td valign="top"><a href="#STRSBSBRM.TYPE"><b>TYPE</b></a></td>
<td valign="top">Type</td>
<td valign="top"><b><u>*BKU</u></b>, *ARC, *MGR</td>
<td valign="top">Optional</td>
</tr>
</table>
<table width="100%">
<tr><td align="right"><a href="#STRSBSBRM.Top_Of_Page">Top</a></td></tr>
</table>
</div>
<div> <a name="STRSBSBRM.CTLGRP"></a>
<h3>Control group (CTLGRP)</h3>
<p>Specifies the control group that you want to restart subsystems for
</p>
<dl>
<dt><b><u>*BKUGRP</u></b></dt>
<dd>You want to restart the subsystems for the default backup user data control group.
</dd>
<dt><b>*ARCGRP</b></dt>
<dd>You want to restart the subsystems for the default archive control group.
<p>
<b>Note: </b>The BRMS Advanced feature (Option 2) is required to use this value.
</p>
</dd>
<dt><b>*MGRGRP</b></dt>
<dd>You want to restart the subsystems for the default migration control group.
<p>
<b>Note: </b>The BRMS Advanced feature (Option 2) is required to use this value.
</p>
</dd>
<dt><b>*SYSGRP</b></dt>
<dd>You want to restart the subsystems for the default backup system data control group.
</dd>
<dt><b>*SYSTEM</b></dt>
<dd>You want to restart the subsystems for the default backup entire system control group.
</dd>
<dt><b><i>control-group-name</i></b></dt>
<dd>Specify the name of the control group for which you want to restart subsystems.
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#STRSBSBRM.Top_Of_Page">Top</a></td></tr>
</table>
<div> <a name="STRSBSBRM.TYPE"></a>
<h3>Type (TYPE)</h3>
<p>Specifies the type of control group that you have identified. Type is ignored if *SYSTEM, *BKUGRP, *ARCGRP, *SYSGRP or *MGRGRP are specified for the CTLGRP parameter.
</p>
<dl>
<dt><b><u>*BKU</u></b></dt>
<dd>The control group is a backup control group.
</dd>
<dt><b>*ARC</b></dt>
<dd>The control group is an archive control group.
<p>
<b>Note: </b>The BRMS Advanced feature (Option 2) is required to use this value.
</p>
</dd>
<dt><b>*MGR</b></dt>
<dd>The control group is a migration control group.
<p>
<b>Note: </b>The BRMS Advanced feature (Option 2) is required to use this value.
</p>
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#STRSBSBRM.Top_Of_Page">Top</a></td></tr>
</table>
<hr size="2" width="100%">
<div><h3><a name="STRSBSBRM.COMMAND.EXAMPLES">Examples</a> </h3>
<p>
<pre>
STRSBSBRM CTLGRP(ARCHIVE01) TYPE(*ARC)
</pre>
</p>
<p>This command restarts subsystems after the archive control group ARCHIVE01 completes archive processing.
</p>
</div>
<table width="100%">
<tr><td align="right"><a href="#STRSBSBRM.Top_Of_Page">Top</a></td></tr>
</table>
<hr size="2" width="100%">
<div><h3><a name="STRSBSBRM.ERROR.MESSAGES">Error messages</a> </h3>
<p><b><u>*ESCAPE Messages</u></b>
</p>
<dl>
<dt><b>BRM1381</b></dt>
<dd>Control group &amp;1 type &amp;2 not found.
</dd>
<dt><b>BRM1917</b></dt>
<dd>Feature not installed.
</dd>
<dt><b>BRM1921</b></dt>
<dd>Feature not licensed.
</dd>
<dt><b>BRM4040</b></dt>
<dd>Access denied for user &amp;1.
</dd>
<dt><b>BRM40A2</b></dt>
<dd>BRMS product initialization required.
</dd>
<dt><b>CPF9800</b></dt>
<dd>All CPF98xx messages could be signaled. xx is from 01 to FF.
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#STRSBSBRM.Top_Of_Page">Top</a></td></tr>
</table>
</body>
</html>