Cell configuration parameters
Cell configuration parameters
Parameter | Description | Type |
---|---|---|
CellDescription | Used as the initial value of the cell_description slot of the internal MC_CELL_INFO record. | String |
CellExceptionHandlingEnabled | Used to configure how the the cell handles exceptions:
| Boolean |
CellOperationLevel | Indicates the level on which the cell must operate. | String |
CellOperationRelax | Indicates whether the operation level should be lowered in case there is no license available for the desired level, as set by CellOperationLevel. | Boolean |
ConnectionPortRange 1 | Specifies the range of ports to use for outgoing connections. | String |
ConnectionPortReuse 1 | Indicates whether or not the ports specified in ConnectionPortRange should be reused as much as possible. | Boolean |
POMEnabled | Determines whether or not the cell is a Operations Manager cell. This parameter is automatically configured by mcrtcell and should not be changed manually in mcell.conf. JServer can only communicate directly with POMEnabled cell. | Boolean |
ProcessingLimitPercentage | Specifies limitation of event processing speed. | Number |
CellMetricsCollectInterval | determines the interval length (in seconds) of a single collection. Metrics from a single collection are presented in the short term metrics counters. The default value is CellMetricsCollectInterval=60 | Number |
CellMetricsCollectAmount | specifies the number of similar single collections to be taken into account. The combination of that many most recent collections is presented in the medium term metrics counters. The default value is CellMetricsCollectAmount=5 | Number |
ServerAllInterfaces | Determines whether the cell listens on one specific interface or on all available interfaces. | Boolean |
ServerDirectoryName 1 | Specifies the name of the cell directory file. | Path |
ServerPort 1 | Specifies the TCP/IP port number at which the cell listens for all in-bound requests from sources, such as the administration console, CLIs, and adapters. | Number |
ServiceModelEnabled | Specifies whether the cell is an Event Management cell or a Service Impact Model cell. | Boolean |
ServiceModelDeleteDuplicateCI | This parameter is used to enhance the cell alias stealing feature. The cell alias stealing feature is explained briefly in the following section: A Device is created for any computer system CI (CSCI) communicated through the PATROL Agent/Portal/Cloud adapter (with n number of aliases for a CI), and if the same CI is published from the Publishing Server (with n-1 number of aliases), then the cell will steal the (n-1) aliases coming from the PATROL Agent/Portal/Cloud adapter, and will create two device entries. One device entry for a CI from published device and the second entry for a CI from PATROL Agent/Portal/Cloud adapter. If ServiceModelDeleteDuplicateCI=Yes, the cell creates a single device entry and avoids duplicate host entries on the Devices page. If ServiceModelDeleteDuplicateCI=No, this is the default value, and the cell might create duplicate device entries in case of duplicate CI aliases published from both the PATROL Agent/Portal/Cloud adapter and the CMDB publishing. | Boolean |
SystemLogDirName | Specifies the path to the default system-defined log directory. | Path |
SystemTmpDirName | Specifies the path to the default system-defined tmp directory. | Path |
SystemVarDirName | Specifies the path to the default system-defined var directory. | Path |
TCPKeepAlive | Set this parameter to Yes to keep communication to the destination cell active. Restart the cell for the changes to reflect. This option is used to maintain a connection when there is a firewall configured between the source and the destination cells, and there is no exchange of data between them for a long time. The source cell sends a keepalive packet to the destination cell after the connection has been idle for a time period that is specified in the TCPKeepIdle parameter. | String |
TCPKeepIdle | Value in seconds that the connection to the destination cell needs to remain idle before keepalive packets are sent. Restart the cell for the changes to reflect. | Number |
ListLimitForNotesAndOperations | Specifies the limit of number of entries in mc_notes and mc_operations slots. The default value is 20. Once the list limit is reached as specified in the parameter ListLimitForNotesAndOperations, it performs an action based on the parameter NotesOperationsListReachedAction. | Number |
NotesOperationsListReachedAction | Performs an action when the limit set by the parameter ListLimitForNotesAndOperations is reached. Parameter Value:
| String |