Ask a Question related to AIX, Design and Development.
-
C. Geier #1
Email when AIX temperature goes up
Obviously my pseries AIX server knows what the temperature of its
components are at all times. If the temp goes too high, it will
shutoff the server. Is there a way to obtain this temperature and send
me an email or page me at some predefined temp. level?
Aix 5.1L
C. Geier Guest
-
Temperature controller
Hi all I need to make a temperature controller. How can i bring a live temperature inside flash I have a external text file that have the value.... -
Weather temperature indicator, KDE
Does anyone know of a program for KDE that will just show the outside temperature down near the clock? Something similar to the Windows version of... -
What Color Temperature to use for Scanning negatives and slides?
Bot-tastic writes: The choice is yours. Common preferences include 5600 Kelvins or 6500 Kelvins, the color temperature of ordinary daylight,... -
How do RAW plug-ins deal with colour temperature?
I've not dealt with RAW yet - but soon to buy my first RAW-option camera. When you run the RAW file into Photoshop, and view with the plug-in,... -
OT: CPU Speed and Temperature
I have recently purchased a new machine (Athlon XP 2500+ w/ 333MHz FSB, 1 GB RAM, Radeon 9000 Pro). I have manage to figure out that by messing... -
Andreas Schulze #2
Re: Email when AIX temperature goes up
"C. Geier" <ckgeier@nwc.edu> schrieb im Newsbeitrag
news:246e8112.0309291043.70b6b617@posting.google.c om...Hallo C.,> Obviously my pseries AIX server knows what the temperature of its
> components are at all times. If the temp goes too high, it will
> shutoff the server. Is there a way to obtain this temperature and send
> me an email or page me at some predefined temp. level?
> Aix 5.1L
checking the temperature is not possible on all pSeries models. Should you
happen to use PSSP you might try
# hmmon -Q -v temp -s
on some other pSeries servers you might try
# /usr/lpp/diagnostics/bin/uesensor -l
This command comes with devices.chrp.base.diag. However, this will work only
if there are environmental sensors in your server. This is very likely not
the case with the entry level machines.
You might run this command through cron. Cut the output with sed (or any
other suitable command), define a test condition and use the result to send
you an email.
Nonetheless you should look at your servers environment and take care for
proper cooling. Room temperature must not exceed 35 degrees Celsius and
there should be a decent air flow from the rack to the outside.
Regards,
Andreas
Andreas Schulze Guest



Reply With Quote

