Cell information class
Each cell has a predefined MC_CELL_INFO record that is populated with general information about the cell.
MC_CELL_INFO slot definitions
Slot | Type | Description |
---|---|---|
cell_name | STRING | Name of the cell |
cell_description | STRING | Description of the cell, as specified in the CellDescription parameter |
cell_release | STRING | Indicates the release version of the cell program |
cell_build | STRING | Build number of the cell program |
cell_date | STRING | Build date of the cell program (in textual form) |
service_address | STRING | IP address of the cell service |
service_port | INTEGER | Port number of the cell service |
alternate_address | STRING | IP address of the alternate cell server of a high-availability cell |
alternate_port | INTEGER | Port number of the alternate cell server of a high-availability cell |
home_dir | STRING | Cell installation home directory |
start_date | INTEGER | Time stamp of when the cell was last started |
platform | STRING | Platform on which the cell is running |
ha_failover | MC_YESNO | Indicates that the cell is a high-availability cell |
ha_duplicate | MC_YESNO | Indicates that the cell is secondary server of a high-availability cell |
ha_standby | MC_YESNO | Indicates that cell is in standby mode |