OIDs for the sensors on the Bluecoat ProxySG

Here is a list of sensors and the SNMP OID for that sensor: Sensor Name SNMP OID Motherboard temperature 1.3.6.1.4.1.3417.2.1.1.1.1.1.5.1 Power supply cage temperature 1.3.6.1.4.1.3417.2.1.1.1.1.1.5.2 CPU 1 temperature 1.3.6.1.4.1.3417.2.1.1.1.1.1.5.3 Fan 1 speed 1.3.6.1.4.1.3417.2.1.1.1.1.1.5.4 Fan 2 speed 1.3.6.1.4.1.3417.2.1.1.1.1.1.5.5 Fan 3 speed 1.3.6.1.4.1.3417.2.1.1.1.1.1.5.6 Power supply 1 fan 1 status 1.3.6.1.4.1.3417.2.1.1.1.1.1.5.7 Power supply 1 fan 2 status 1.3.6.1.4.1.3417.2.1.1.1.1.1.5.8 Power […]
Continue reading…

 

How to Set Up a High Performance Cluster (HPC) Using Debian Lenny and Kerrighed

There are many guides found on the net describing Kerrighed and how to set it up using Ubuntu and others.  However, to the best of my knowledge there isn’t a step by step guide specifically designed for Kerrighed using Debian Lenny.  So here it is.  You can set up your own Beowulf Cluster using Debian […]
Continue reading…

 

cpulimit – Limit the cpu usage of a process

cpulimit is a simple program that attempts to limit the cpu usage of a process (expressed in percentage, not in cpu time). This is useful to control batch jobs, when you don’t want them to eat too much cpu. It does not act on the nice value or other scheduling priority stuff, but on the […]
Continue reading…