HP Insight Cluster Management Utility Stopping HP Insight CMU monitoring, Action and alert files

Models: Insight Cluster Management Utility

1 191
Download 191 pages 59.43 Kb
Page 77
Image 77

5.3.8.2Limitations

To display an archived user group, the following conditions must be satisfied:

Time must not exceed 24 hours.

The number of nodes must not exceed 4096.

The number of metrics must not exceed 100.

The product of the three parameters above must not exceed 409600.

Table 2 (page 77) displays examples of valid combinations of these three parameters.

Table 2 Valid archived user group parameters

Nodes

Metrics

Hours

Nodes*Metrics*Hours

4096

10

10

409600

4096

5

20

409600

4096

100

1

409600

256

100

12

307200

2048

8

24

393216

1024

16

24

393216

IMPORTANT: If the above criteria is not met, display fails with a warning message.

5.4 Stopping HP Insight CMU monitoring

To stop the HP Insight CMU Monitoring GUI, click the X in the upper right corner of the main HP Insight CMU Monitoring window.

When the Monitoring GUI is stopped, the monitoring engine is not automatically stopped. To stop the monitoring engine on the cluster, on the toolbar, click the Monitoring tab, and then select Stop Monitoring Engine.

5.5 Tuning HP Insight CMU monitoring

5.5.1 Action and alert files

Sensors, alerts, and alert reactions are described in the /opt/cmu/etc/

ActionAndAlertsFile.txt file.

Following is an example of the contents of the file:

#This is a CMU action and alerts description file

 

 

 

 

 

#=============================================================

 

 

 

#

 

 

 

 

 

 

 

#

 

 

 

 

 

 

 

ACTIONS

 

 

 

 

 

 

 

#

 

 

 

 

 

 

 

#

 

 

 

 

 

 

 

#

 

 

 

 

 

 

 

#-------------

KERNEL VERSION, RELEASE, BIOS VERSIONS

---------#

 

 

 

kernel_version

"kernel version" 9999999

string Instantaneous release uname -r

 

#-------------

CPU--------------------------------------------

 

#

 

 

 

#

 

 

 

 

 

 

 

#- Native

 

 

 

 

 

 

 

cpuload

"% cpu load (raw)"

1

 

numerical

MeanOverTime

100

% awk '/cpu /

{printf"%d\n",$2+$3+$4}' /proc/stat

#- Collectl

#cpuload "% cpu load (normalized)" 1 numerical Instantaneous 100 % COLLECTL (cputotals.user) + (cputotals.nice) + (cputotals.sys)

#cpuload "% cpu load (normalized)" 1 numerical Instantaneous 100 % COLLECTL 100 - (cputotals.idle)

#

#-------------

MEMORY-----------------------------------------

 

#

 

 

#

 

 

 

 

 

 

#- Native

 

 

 

 

 

 

#memory_used

"% memory used"

1

numerical

Instantaneous 100

%

free awk '

BEGIN { freemem=0; totalmemory=0; } /cache:/ { freemem=$4; } /Mem:/ { totalmemory=$2; } END {

printf "%d\n",

(((totalmemory-freemem)*100)/totalmemory); }'

 

 

 

 

5.4 Stopping HP Insight CMU monitoring 77

Page 77
Image 77
HP Insight Cluster Management Utility Stopping HP Insight CMU monitoring, Tuning HP Insight CMU monitoring, Limitations