ASM Microsoft Cluster Host object
| Column Name | Column Datatype | Column Null Option | Column Comment |
| uuid | byte(16) | not null | WV Property Unique object identifier |
| cluster_name | varchar(255) | with null | Name of the Cluster |
| cluster_type | varchar(64) | with null | Type of the Cluster |
| manage_cluster | integer | with null | Indicates whether or not to manage the cluster |
| log_level | integer | with null | Defines the debug log level |
| log_file_size | integer | with null | Defines the size of the log file |
| console_message_level | integer | with null | Defines the amount of output to the event console |
| cacmo_port | integer | with null | Port Used by Backend Server |
| analysis_interval | integer | with null | Interval at which system utilization data is analyzed |
| poll_interval | integer | with null | The data collection interval |
| manager_host | varchar(64) | with null | Cluster host Manager Node |
| drsl | varchar(64) | with null | Dynamic Reconfiguration Server Login |
| scl | varchar(64) | with null | Server Login |
| manage_node | integer | with null | Indicates whether or not to manage the node |
| cpu_weight_coefficient | varchar(64) | with null | The coefficient that decides the importance of the CPU |
| la_weight_coefficient | varchar(64) | with null | The coefficient for the load average weight |
| real_memory_weight_coefficient | varchar(64) | with null | The coefficient that decides the importance of the memory |
| node_name | varchar(255) | with null | Cluster node name |
| node_id | varchar(255) | with null | Cluster node id |
| node_status | varchar(64) | with null | Cluster node status |
| current_cpu | varchar(64) | with null | Current CPU Usage |
| cpu_warn_threshold | integer | with null | CPU Warning Threshold Value |
| cpu_critical_threshold | integer | with null | CPU Critical Threshold Value |
| current_memory | varchar(64) | with null | Current Memory Usage |
| used_memory | varchar(64) | with null | Current Used memory |
| total_memory | varchar(64) | with null | Total Physical Memory |
| memory_warn_threshold | integer | with null | Memory Warning Threshold Value |
| memory_critical_threshold | integer | with null | Memory Critical Threshold Value |
Product Name: Unicenter Network and System Management/Worldview
Table Type: Table