Email when AIX temperature goes up

Ask a Question related to AIX, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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....
    2. 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...
    3. 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,...
    4. 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,...
    5. 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...
  3. #2

    Default Re: Email when AIX temperature goes up

    "C. Geier" <ckgeier@nwc.edu> schrieb im Newsbeitrag
    news:246e8112.0309291043.70b6b617@posting.google.c om...
    > 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
    Hallo C.,

    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

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139