[SunHELP] monitoring system health

Jim Pennino jimp at specsol.com
Wed Jan 28 10:45:33 CST 2004


On Wed, Jan 28, 2004 at 04:28:34PM +0000, Richard.Skelton at infineon.com wrote:
> Hi,
> Try man prtdiag :-)
> 
> Putzo, Andreas wrote:
> 
> >Hi,
> >
> >i am searching for a way, to monitor the health of the system, e.g.
> >fan speed, temperature, etc.
> >I thought, i can get the info using snmp, but i have no luck with this.
> >So my question is, if there is any tool out, to get such infos (like
> >the lmsensor module on linux)?
> >
> >Thanks in advance,
> >
> >Andreas
> >_______________________________________________
> >SunHELP maillist  -  SunHELP at sunhelp.org
> >http://www.sunhelp.org/mailman/listinfo/sunhelp
> > 
> >
> 
> -- 
> 
> 
> 
> Cheers
> 
> Richard Skelton
> Richard.Skelton at infineon.com
> Infineon Technologies UK Ltd
> Infineon House
> Great Western Court
> Hunts Ground Road
> Stoke Gifford
> Bristol
> BS32 8HP
> Tel +44(0)117 9528808
> _______________________________________________
> SunHELP maillist  -  SunHELP at sunhelp.org
> http://www.sunhelp.org/mailman/listinfo/sunhelp


If the machine has a PHP enabled web server and you want to get the info
remotely:

<?
echo "<PRE>";
system ("/usr/sbin/prtdiag -v");
echo "</PRE>";
?>


- 
Jim Pennino



More information about the SunHELP mailing list