Information
This version of the product has reached end of support. The documentation is available for your convenience. However, you must be logged in to access it. You will not be able to leave comments.

Rule Engine Configuration plug-in configuration


The Rule Engine Configuration plug-in configures the log level, log file path, and log file size of the Rule Engine plug-in. This plug-in is also permits you to view the Rule Engine plug-in log file.

Plug-in type

Rule Engine Configuration is a Java-based ARDBC plug-in.

AR System server connectivity

The Rule Engine Configuration plug-in connects to the AR System server when the user runs jobs from the Manage License Job form. The plug-in (rle_config.jar) is installed in the C:\BMC Software\ARSystem\pluginsvr\rleconfig folder.

Configuration information

The configuration information of the Rule Engine Configuration plug-in is available in the AR System Administration: Plugin Server Configuration form.

Rule Engine Configuration plug-in configuration.png

The AR System Administration: AR System Configuration Generic UI form includes the Server-Plugin-Alias setting that points to the correct plug-in server alias:
Server-Plugin-Alias: RMDY.ITSM.RLECONFIG RMDY.ITSM.RLECONFIG myServer:9999

See Updating-configuration-settings-by-using-the-AR-System-Configuration-Generic-UI-form, Configuring-Java-plug-in-servers, and Setting-plug-in-server-configuration-options.

Log file configuration is available in the log4j_pluginsvr.xml file, for example:

<appender class="org.apache.log4j.RollingFileAppender" name="SWLMLog">
   <param name="File" value="C:/BMC Software/ARSystem/ARServer/Db/SWLMFilter.log"/>
   <param name="MaxFileSize" value="999KB"/>
   <param name="MaxBackupIndex" value="5"/>
   <layout class="org.apache.log4j.PatternLayout">
     <param name="ConversionPattern" value="&quot;%d %-5p [%t] %C (%F:%L) - %m%n"/>
   </layout>
 </appender>
 <root>
<logger additivity="false" name="com.bmc.itsm.rleconfig">
   <level value="warn"/>
   <appender-ref ref="SWLMLog"/>
 </logger>

 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*

AR System 21.05