ASM Virtualized Environment Linux HostOS Object
| Column Name | Column Datatype | Column Null Option | Column Comment |
| uuid | byte(16) | not null | WV Property Unique object identifier |
| vmserver_name | varchar(64) | with null | Name of the VM server |
| vmserver_type | varchar(64) | with null | Type of VM server |
| os_type | varchar(64) | with null | Type of OS |
| vmserver_build | integer | with null | Brand of VM server |
| major_version | integer | with null | Major Version of the Virtual Environment Server |
| minor_version | integer | with null | Minor Version of the Virtual Environment Server |
| ca_product_version | integer | with null | Displays the Version of current product. (3.1 or r11) |
| current_cpu | varchar(64) | with null | Current CPU Usage of Virtual Machine in Virtual Environment |
| cpu_warn_threshold | integer | with null | Warning Threshold Value of CPU Usage for a Virtual Machine |
| cpu_critical_threshold | integer | with null | Critical Threshold Value of CPU Usage for Virtual Machine |
| number_of_cpu | integer | with null | Number of CPUs reported be present on the Virtual Environment Server |
| current_memory | varchar(64) | with null | Current Memory Usage of Virtual machine in Virtual Environment |
| available_memory | integer | with null | Amount of available memory |
| total_memory | varchar(64) | with null | Amount of total memory |
| memory_warn_threshold | integer | with null | Warning Threshold Value of Memory Usage for Virtual Machine |
| memory_critical_threshold | integer | with null | Critical Threshold Value of Memory Usage for Virtual Machine |
| disk_htl | varchar(255) | with null | The space delimited set of disks specified as sets of host target LUN(HTL) |
| network_adapter | varchar(255) | with null | The space delimited set of MAC Addresses corresponding to Virtual Adapters |
| total_vm_cpu | varchar(255) | with null | The sum of CPU usage of all the Virtual Machines on the Virtual Environment Server |
| total_vm_cpu_warn_thres | integer | with null | The warning threshold of CPU usage of all the Virtual Machines on the Virtual Environment Server |
| total_vm_cpu_critical_thres | integer | with null | The critical threshold of CPU usage of all the Virtual Machines on the Virtual Environment Server |
| total_cpu | varchar(255) | with null | The sun of CPU Usage of the Virtual Machines and the Virtual Environment Server |
| total_cpu_warn_thres | integer | with null | The warning threshold of CPU Usage of the Virtual Machines and the Virtual Environment Server |
| total_cpu_critical_thres | integer | with null | The critical threshold of CPU usage of the Virtual Machines and the Virtual Environment Server |
| total_vm_mem | varchar(255) | with null | The sun of memory usage of all the Virtual Machines on the Virtual Environment with respect to Total Machine Memory |
| total_vm_mem_warn_thres | integer | with null | The warning Threshold of Memory usage of all the Virtual Machines on the Virtual Environment Server with respect to Total machine Memory |
| total_vm_mem_crit_thres | integer | with null | The critical Threshold of Memory usage of all the Virtual Machines on the Virtual Environment Server with respect to Total machine Memory. |
| total_console_mem | varchar(255) | with null | The memory usage of the Virtual Environment Server with respect to the Total Machine Memory |
| total_console_mem_warn_thres | integer | with null | The warning threshold for memory usage of the Virtual Environment Server with respect to Total Machine memory |
| total_console_mem_crit_thres | integer | with null | The critical threshold for memory usage of the Virtual Environment Server with respect to Total Machine memory |
| total_server_memory | varchar(255) | with null | The total memory usage (sum of Virtual Environment Server and all Virtual Machines) with respect to the Total Machine Memory |
| total_server_mem_warn_thres | integer | with null | The warning threshold for the total memory usage (sum of Virtual Environment Server and all the Virtual machines) with respect to the total machine memory |
| total_server_mem_crit_thres | integer | with null | The critical threshold for the total memory usage (sum of Virtual Environment Server and all the Virtual machines) with respect to the total machine memory |
| total_server_mem | varchar(255) | with null | Total amount of memory on the server |
| get_auth_name | varchar(255) | with null | Public SNMP Community String for the Virtual Environment Server |
| set_auth_name | varchar(255) | with null | Admin SNMP Community String for the Virtual Environmnet Server |
| host_memory_usage_upper_limit | integer | with null | The upper limit of the host memory usage beyond which indicates over utilization |
| vm_memory_usage_upper_limit | integer | with null | The upper limit of the vm cpu usage
|
| host_cpu_usage_upper_limit | integer | with null | The upper limit of the host cpu usage beyond which indicates over utilization. |
| vm_cpu_usage_upper_limit | integer | with null | The upper limit of the vm cpu usage beyond which indicates over utilization |
| manage_platform | integer | with null | Falg indicating whether the DR Engine will be managing |
| cpu_manage_platform | integer | with null | This indicates whether the Engine will be managing the CPU Affinity of the system |
| log_level | integer | with null | The logging level |
| log_file_size | integer | with null | Size of log file |
| console_message_level | integer | with null | The level of messages the Engine will send to the Event Console |
| vsl | varchar(255) | with null | The login credentials for the system used by the engine |
| vslg | varchar(255) | with null | The login credential for the system used by the gui |
| logical_cpu | integer | with null | The number of logical cpu on the system |
| analysis_interval | integer | with null | The interval at which the engine does its calculation |
| poll_interval | integer | with null | Time between polls |
| vm_cpu_usage_lower_limit | integer | with null | "The upper limit of the vm cpu usage beyond which indicates under Utilization " |
| host_cpu_usage_lower_limit | integer | with null | The lower limit of the host cpu usage beyond which indicates under utilization. |
| vm_memory_usage_lower_limit | integer | with null | The lower limit of the vm memory usage |
| host_memory_usage_lower_limit | integer | with null | The lower limit of the host memory usage beyond which indicates under utilization |
| vm_priority | integer | with null | Priority of VM server |
| num_of_used_cpu | integer | with null | The current number of CPU used by the system |
| cpu_coefficient | integer | with null | The importance the engine will give to cpu during its calculation |
| memory_coefficient | integer | with null | The importance the engine will give to memory during its calculation |
| capacity_utilization | integer | with null | The capacity utilization of the VM |
| min_number_of_cpu | integer | with null | Minimum number of CPU the Engine should consider during its CPU affinity calculations |
| io1 | float | with null | I/O 1 |
| io2 | float | with null | I/O 2 |
| io3 | float | with null | I/O 3 |
| io4 | float | with null | I/O 4 |
| io1_min | float | with null | I/O 2 Minimum |
| io1_max | float | with null | I/O 1 Maximum |
| io1_coef | float | with null | I/O 1 coefficient |
| io2_min | float | with null | I/O 2 Minimum |
| io2_max | float | with null | I/O 2 Maximum |
| io2_coef | float | with null | I/O 2 coeficient |
| io3_min | float | with null | I/O 3 Minimum |
| io3_max | float | with null | I/O 3 Maximum |
| io3_coef | float | with null | I/O 3 coefficient |
| io4_min | float | with null | I/O 4 Minimum |
| io4_max | float | with null | I/O 4 Maximum |
| io4_coef | float | with null | I/O 4 Coefficient |
| disk1 | float | with null | Disk1 |
| disk2 | float | with null | Disk2 |
| disk1_min | float | with null | Disk1 Minimum |
| disk1_max | float | with null | Disk1 Maximum |
| disk1_coef | float | with null | Disk1 coefficient |
| disk2_min | float | with null | Disk2 Minimum |
| disk2_max | float | with null | Disk2 Maximum |
| disk2_coef | float | with null | Disk coefficient |
| mem2 | float | with null | Memory2 |
| mem3 | float | with null | Memory3 |
| mem2_min | float | with null | Memory2 Minimum |
| mem2_max | float | with null | Memory2 Maximum |
| mem2_coef | float | with null | Memory2 Coefficient |
| mem3_min | float | with null | Memory3 Minimum |
| mem3_max | float | with null | Memory3 Maximum |
| mem3_coef | float | with null | Memory3 Coefficient |
| cpu2 | float | with null | CPU2 |
| cpu2_min | float | with null | CPU2 Minimum |
| cpu2_max | float | with null | CPU2 Maximum |
| managemigration | integer | with null | Flag indicating whether the engine is to consider the ESX server for VM migration |
| serversetname | varchar(255) | with null | A set of two ESX server that is used for VM migration |
Product Name: Unicenter Network and System Management/Worldview
Table Type: Table