Configuring rate events to a user configured cell instead of BMC ProactiveNet cell
We have a large number of processing cells which process events, perform different operations on the events as per the defined rules, and forward the required events to the BMC ProactiveNet Cell which is generally the presentation cell. Rate events like ALARM, ABNORMALITIES are currently send to BPPM cell. You can also configure which cell to send the Rate events to instead of the default BMC ProactiveNet Cell.
To configure the cell, edit the pronet.rate.cell.cellName property in the installationDirectory\pw\pronto\conf\pronet.conf file. This property contains the name of the BMC ProactiveNet Cell by default.
Configuring rate events to a user configured cell instead of BPPM cell
To configure rate events to a different cell instead of BMC ProactiveNet Cell perform the following steps:
- Use mcrtcell command to create a new cell. Consider this as a rate cell.
- Modify the pw\server\etc\<cell>\mcell.conf for this rate cell so that it contains :
POMEnabled=No - Restart the rate cell.
Modify the pw\server\etc\<cell>\kb\rules\refine_multiple_server_events.mrl for the BMC ProactiveNet Cell (jserver) so that the following rule is completely commented out:
refine initialize_ppm_ev:
PPM_EV ($EV)
{
if (listlen($EV.mc_history) != 0) then
{
$EV.pn_object_id = 0;
$EV.pn_object_class_id = 0;
$EV.pn_parameter_id = 0;
opadd($EV, "Initialized PPM_EV slots specific to CI association", "");
};
}
END- Recompile the Knowledge Base for the BMC ProactiveNet (jserver) cell.
- Modify pw\custom\conf\pronet.conf so that parameter pronet.rate.cell.cellName contains the name of the rate cell.
- Create a propagation policy or rule on the rate cell to propagate events to the BMC ProactiveNet (jserver) cell.
- Restart BMC ProactiveNet server by using pw system start command.