![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Rules & FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| MOnitoring Software for Unix servers | jair | UNIX for Advanced & Expert Users | 1 | 01-16-2008 04:29 PM |
| AIX / bull Dynamic System Partitions | pinguis | UNIX for Advanced & Expert Users | 0 | 06-02-2004 08:15 AM |
| AIX and SUN unix commands for hardware monitoring | VeroL | AIX | 4 | 01-29-2004 01:24 AM |
| installing bull estrella 300 | balte | UNIX for Dummies Questions & Answers | 1 | 04-19-2002 12:03 PM |
| lm_sensors? hardware monitoring? | plusran | UNIX for Dummies Questions & Answers | 2 | 09-04-2001 07:36 AM |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
hardware monitoring on unix servers (Sun and Bull AIX)
Hello,
I was given the task to write a shell script that must detect hardware problems on Unix Solaris and AIX servers. Problems that should be detected by this script are for example: abnormally high temperature or voltage etc... So, does anyone know if that kind of information is logged in a system file, what its name is and where it is located? Or are there any system commands that can give me such information? Any help would be very welcome Thanks in advance |
| Forum Sponsor | ||
|
|
|
||||
|
Hi,
For Sun machines, you have the prtdiag ( man prtdiag ) utility... run it with -v and it will tell you if there're any problem with the hardware... On AIX, you have diag command ( man diag ). You may also see Sun VTS ( http://www.sun.com/oem/products/vts/ ), and Tivoli ( http://www-3.ibm.com/software/tivoli/ ) . Also, take a look at swatch ( http://swatch.sourceforge.net/ ) . Good luck ! |