|
|||
18.2 Resource Monitoring in a Utility Computing EnvironmentMoab provides an immensely flexible interface for monitoring any type of compute resource. In all cases, external information is imported using the RMCFG parameter. This is true whether the monitoring tool is nothing more than a hand-populated text file, a locally created monitor script, a cluster monitoring tool such as Ganglia, or a cluster resource manager such as TORQUE or LSF. To allow Moab to monitor, schedule, reserve, and allocate resources, Moab must be aware of what resources are available, how they are configured, and what their health and utilization status is. In the following example, a locally created script is used to import information about node status. The RMCFG line indicates that the script Example In some cases, the utility computing hosting master may want to use both dynamic and static information sources simultaneously. In the following example, core compute node configuration information is maintained in a flat file while the Ganglia resource monitor and a system level hardware monitor are used to amend the data. NOTE: Resource information may be obtained from additional sources if desired, including databases, web services, and locally generated scripts and tools. 18.2.1 Monitoring Non-Compute ResourcesIn the case of license managers, storage managers, and network managers, the interface developed need only support the services required by the particular host center. For example, in the case of a hosting center with tight security requirements and supporting a compute-intensive workload, there may not be a need for bandwidth guarantees, but there will be a need for basic network health monitoring and VLAN/VPN support. Consequently, the interface to the network manager may do nothing more than perform a simple health check against the router and monitor per customer network activity. In such cases, a simple PERL or shell script of a few dozen lines may be adequate. See Also
|
|||
| © 2001-2008 Cluster Resources, Incorporated | |||