The system checks whether the OMS parameter configurations match with the cluster scale at each top hour. If the OMS parameter configurations do not meet the cluster scale requirements, the system generates this alarm. This alarm is automatically cleared when the OMS parameter configurations are modified.
Alarm ID |
Alarm Severity |
Auto Clear |
---|---|---|
12062 |
Major |
Yes |
Parameter |
Description |
---|---|
Source |
Specifies the cluster or system for which the alarm is generated. |
ServiceName |
Specifies the name of the service for which the alarm is generated. |
RoleName |
Specifies the role for which the alarm is generated. |
HostName |
Specifies the host for which the alarm is generated. |
The OMS configuration is not modified when the cluster is installed or the system capacity is expanded.
The OMS parameter configurations mismatch with the cluster scale.
Check whether the OMS parameter configurations match with the cluster scale.
Collect fault information.
After the fault is rectified, the system automatically clears this alarm.
Optimizing Manager Configurations Based on the Number of Cluster Nodes
cd ${BIGDATA_HOME}/om-server/om/sbin
sh oms_config_info.sh -q
Command format: sh oms_config_info.sh -s number of nodes
Example:
sh oms_config_info.sh -s 1000
Enter y as prompted.
The following configurations will be modified: Module Parameter Current Target Controller controller.Xmx 4096m => 16384m Controller controller.Xms 1024m => 8192m Controller controller.node.heartbeat.error.threshold 30000 => 60000 Pms pms.mem 8192m => 10240m Do you really want to do this operation? (y/n):
The configurations are updated successfully if the following information is displayed:
... Operation has been completed. Now restarting OMS server. [done] Restarted oms server successfully.