2025-04-27 07:49:33 -04:00

78 lines
2.5 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//SoftQuad//DTD HoTMetaL PRO 4.0::19970916::extensions to HTML 4.0//EN" "hmpro4.dtd">
<HTML>
<HEAD>
<LINK REL="stylesheet" HREF="../Images/ReadMe.css"
TYPE="text/css">
<META HTTP-EQUIV="Content-Type"
CONTENT="text/html; charset=iso-8859-1">
<TITLE>ManageX Policies</TITLE>
</HEAD>
<BODY>
<H1>Policies </H1>
<P>This version of <NOBR>Manage<FONT
COLOR="#CC0000"><B>X</B></FONT></NOBR> includes two
policies which monitor your NT Event Log and pass on
notification to the <NOBR>Manage<FONT
COLOR="#CC0000"><B>X</B></FONT></NOBR> <B><A
HREF="Messages.htm" TARGET="Main">Message Reader:</A> </B>
</P>
<UL>
<LI><B><TT>NtCriticalEvents.mxw, </TT></B>which is enabled
at installation, sends messages only when critical-level
events occur. </LI>
<LI><B><TT>NtAllEvents.mxw, </TT></B>which is disabled at
installation, sends messages for all NT Event Log events
occur. </LI>
</UL>
<H2>Policy Status Changes</H2>
<P><NOBR>Manage<FONT COLOR="#CC0000"><B>X</B></FONT></NOBR>
provides a command-line utility, <TT>MxPolicyMgr,</TT>
which allows you to change the default status of the two
policies. </P>
<H3>Enabling &amp; disabling policies</H3>
<OL>
<LI CLASS="MoveUp6">At a command prompt, change to your
<NOBR>Manage<FONT COLOR="#CC0000"><B>X</B></FONT></NOBR>
installation directory. If you accepted the installation
default, this directory will be <TT>C:\Program Files\HP
OpenView ManageX.</TT></LI>
<LI>To <B>enable</B> the policies, type the following two
lines, pressing <B><TT>Enter</TT></B> after each line. (If
you wish to enable only one policy, type only the line
containing the correct policy name.)<BR>
<BR>
<TT>MxPolicyMgr -enable Policies\NTCriticalEvents.mxw
<BR>
MxPolicyMgr -enable Policies\NTAllEvents.mxw</TT></LI>
<LI>To <B>disable</B> the policies, type the following two
lines, pressing <B><TT>Enter</TT></B> after each line. (If
you wish to disable only one policy, type only the line
containing the correct policy name.)<BR>
<BR>
<TT>MxPolicyMgr -disable Policies\NTCriticalEvents.mxw
<BR>
MxPolicyMgr -disable Policies\NTAllEvents.mxw</TT>
</LI>
<LI>Return to <NOBR>Manage<FONT
COLOR="#CC0000"><B>X</B></FONT></NOBR> in the Microsoft
Management Console&#153; and click the <B>Message Reader
</B>to activate it. You will now see messages whenever the
appropriate NT Event Log events occur.</LI>
</OL>
</BODY>
</HTML>