Configuring rate events to a user-configured cell
Rate events like ALARM and ABNORMALITIES are generated by the Rate process that can be configured to be processed in a custom cell instead of the default Infrastructure Management Server cell. After the events are processed in the user-configured cell, the events are then propagated to the Infrastructure Management Server cell.
The following sections help you to configure the rate events to be processed in a user-configured cell that are sent to the Infrastructure Management Server cell:
To configure rate events from a user-configured cell to the Infrastructure Management Server cell in a standalone deployment
Create a new cell by running the mcrtcell command. Consider this as a rate cell. For more information about mcrtcell command, see mcrtcell.
Using a text editor, open the mcell.conf file located in the pw\server\etc\<cell> directory location and update the POMEnabled property as shown in the following code block:
POMEnabled=NoNote: Replace <cell> with the rate cell name in the preceding directory location that is pw\server\etc\<cell>.
- Copy the mcell.propagate file from the pw\server\etc directory to pw\server\etc\<cell>.
Edit the mcell.propagate file located in the pw\server\etc\<cell> directory location as shown in the following code block:
mc_parameter_threshold=f
mc_tool_key=fUpdate the refine_multiple_server_events.mrl file located in the pw\server\etc\<cell>\kb\rules directory location of the Infrastructure Management Server cell. Comment out the code lines as shown in the following example:
#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 of the Infrastructure Management Server cell.
Update the rate cell details in the pronet.conf file located in the pw\custom\conf directory location of the Infrastructure Management Server cell as shown in the following code block:
pronet.rate.cell.cellName=<rate cell name>- Create a propagation policy or rule on the rate cell to propagate events to the Infrastructure Management Server cell.
- Restart the Infrastructure Management server by using the pw system start command.
To configure rate events from a user-configured cell to the Infrastructure Management Server cell in a high-availability deployment
- Deploy the Rate cells in the high-availability mode, if the Infrastructure Management Servers are deployed in high-availability.
Note: During an upgrade, ensure that the remote rate cells are also upgraded. - Perform the steps that are listed for the standalone Infrastructure Management Server first on primary followed by secondary Infrastructure Management computer.