123 lines
4.3 KiB
HTML
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>Change IBM Service Tools Pwd (CHGDSTPWD)</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="CHGDSTPWD.Top_Of_Page"></a>
|
||
|
<h2>Change IBM Service Tools Pwd (CHGDSTPWD)</h2>
|
||
|
<table width="100%">
|
||
|
<tr>
|
||
|
<td valign="top" align="left"><b>Where allowed to run: </b>
|
||
|
<ul><li>Interactive job (*INTERACT)</li>
|
||
|
</ul><b>Threadsafe: </b>No
|
||
|
</td>
|
||
|
<td valign="top" align="right">
|
||
|
<a href="#CHGDSTPWD.PARAMETERS.TABLE">Parameters</a><br>
|
||
|
<a href="#CHGDSTPWD.COMMAND.EXAMPLES">Examples</a><br>
|
||
|
<a href="#CHGDSTPWD.ERROR.MESSAGES">Error messages</a></td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
|
||
|
<div> <a name="CHGDSTPWD"></a>
|
||
|
<p>The Change IBM Service Tools Pwd (CHGDSTPWD) command is used to change the password for the IBM-supplied service tools user ID with service tools security privilege (QSECOFR) to the IBM-supplied default value. The password is changed immediately and an audit record is sent if auditing is active on your system.
|
||
|
</p>
|
||
|
<p>
|
||
|
<b>Note: </b>It is possible to rename any service tools user ID, including those supplied by IBM. IBM does not recommend that you do this. If QSECOFR has been renamed and the value *DEFAULT is specified for the password parameter, the CHGDSTPWD command will change the service tools user ID name back to QSECOFR and set the password to the IBM-supplied default value.
|
||
|
</p>
|
||
|
<p><b>Restrictions:</b>
|
||
|
</p>
|
||
|
<ul>
|
||
|
<li>This command is shipped with public *USE authority, but you must be signed on as QSECOFR to use it. You cannot authorize other users to the command.
|
||
|
</li>
|
||
|
</ul>
|
||
|
</div>
|
||
|
<table width="100%">
|
||
|
<tr><td align="right"><a href="#CHGDSTPWD.Top_Of_Page">Top</a></td></tr>
|
||
|
</table>
|
||
|
<hr size="2" width="100%">
|
||
|
|
||
|
<div>
|
||
|
<h3><a name="CHGDSTPWD.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="#CHGDSTPWD.PASSWORD"><b>PASSWORD</b></a></td>
|
||
|
<td valign="top">Password</td>
|
||
|
<td valign="top"><b><u>*SAME</u></b>, *DEFAULT</td>
|
||
|
<td valign="top">Optional, Positional 1</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
|
||
|
<table width="100%">
|
||
|
<tr><td align="right"><a href="#CHGDSTPWD.Top_Of_Page">Top</a></td></tr>
|
||
|
</table>
|
||
|
</div>
|
||
|
<div> <a name="CHGDSTPWD.PASSWORD"></a>
|
||
|
<h3>Password (PASSWORD)</h3>
|
||
|
<p>Specifies the IBM-supplied service tools user ID with service tools security privilege.
|
||
|
</p>
|
||
|
<dl>
|
||
|
<dt><b><u>*SAME</u></b></dt>
|
||
|
<dd>The IBM-supplied service tools user ID with service tools security privilege password value does not change.
|
||
|
</dd>
|
||
|
<dt><b>*DEFAULT</b></dt>
|
||
|
<dd>The IBM-supplied service tools user ID with service tools security privilege password is reset to the system shipped default value.
|
||
|
<p>
|
||
|
<b>Note: </b>If the IBM-supplied service tools user ID with service tools security privilege has been renamed, the ID name is changed back to QSECOFR.
|
||
|
</p>
|
||
|
</dd>
|
||
|
</dl>
|
||
|
</div>
|
||
|
<table width="100%">
|
||
|
<tr><td align="right"><a href="#CHGDSTPWD.Top_Of_Page">Top</a></td></tr>
|
||
|
</table>
|
||
|
<hr size="2" width="100%">
|
||
|
<div><h3><a name="CHGDSTPWD.COMMAND.EXAMPLES">Examples</a> </h3>
|
||
|
<p><b>Example 1: Changing to the Default DST Password</b>
|
||
|
</p>
|
||
|
<p>
|
||
|
<pre>
|
||
|
CHGDSTPWD PASSWORD(*DEFAULT)
|
||
|
</pre>
|
||
|
</p>
|
||
|
<p>This command changes the DST password to the system-shipped default.
|
||
|
</p>
|
||
|
<p><b>Example 2: Leaving the DST Password Unchanged</b>
|
||
|
</p>
|
||
|
<p>
|
||
|
<pre>
|
||
|
CHGDSTPWD PASSWORD(*SAME)
|
||
|
</pre>
|
||
|
</p>
|
||
|
<p>This command does not change the DST password.
|
||
|
</p>
|
||
|
</div>
|
||
|
<table width="100%">
|
||
|
<tr><td align="right"><a href="#CHGDSTPWD.Top_Of_Page">Top</a></td></tr>
|
||
|
</table>
|
||
|
<hr size="2" width="100%">
|
||
|
<div><h3><a name="CHGDSTPWD.ERROR.MESSAGES">Error messages</a> </h3>
|
||
|
<p><b><u>*ESCAPE Messages</u></b>
|
||
|
</p>
|
||
|
<dl>
|
||
|
<dt><b>CPF2275</b></dt>
|
||
|
<dd>Not authorized to change IBM-supplied service tools user ID password.
|
||
|
</dd>
|
||
|
</dl>
|
||
|
</div>
|
||
|
<table width="100%">
|
||
|
<tr><td align="right"><a href="#CHGDSTPWD.Top_Of_Page">Top</a></td></tr>
|
||
|
</table>
|
||
|
</body>
|
||
|
</html>
|