57 lines
3.2 KiB
HTML
57 lines
3.2 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="concept" />
|
|
<meta name="DC.Title" content="Stop the audit function" />
|
|
<meta name="abstract" content="How to turn off the auditing function" />
|
|
<meta name="description" content="How to turn off the auditing function" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzamvmonitorsec.htm" />
|
|
<meta name="copyright" content="(C) Copyright IBM Corporation 2006" />
|
|
<meta name="DC.Rights.Owner" content="(C) Copyright IBM Corporation 2006" />
|
|
<meta name="DC.Format" content="XHTML" />
|
|
<meta name="DC.Identifier" content="stopaudit" />
|
|
<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>Stop the audit function</title>
|
|
</head>
|
|
<body id="stopaudit"><a name="stopaudit"><!-- --></a>
|
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
|
<h1 class="topictitle1">Stop the audit function</h1>
|
|
<div><p>How to turn off the auditing function</p>
|
|
<div class="p">You may want to use the audit function periodically rather than all the
|
|
time. For example, you might want to use it when testing a new application.
|
|
Or you might use it to perform a quarterly security audit. To stop the auditing
|
|
function, do the following: <ol><li>Use the WRKSYSVAL command to change the QAUDCTL system value to *NONE.
|
|
This stops the system from logging any more security events.</li>
|
|
<li>Detach the current journal receiver using the CHGJRN command.</li>
|
|
<li>Save and delete the detached receiver, using the SAVOBJ and DLTJRNRCV
|
|
commands.</li>
|
|
<li>You can delete the QAUDJRN journal once you change QAUDCTL to *NONE. If
|
|
you plan to resume security auditing in the future, you may want to leave
|
|
the QAUDJRN journal on the system.</li>
|
|
</ol>
|
|
</div>
|
|
<p>However, if the QAUDJRN journal is set up with MNGRCV(*SYSTEM), the system
|
|
detaches the receiver and attaches a new one whenever you perform an IPL,
|
|
whether or not security auditing is active. You need to delete these journal
|
|
receivers. Saving them before deleting them should not be necessary
|
|
because they do not contain any audit entries.</p>
|
|
</div>
|
|
<div>
|
|
<div class="familylinks">
|
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzamvmonitorsec.htm" title="This set of topics discuss various techniques for monitoring and auditing security on your system.">Monitor security</a></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |