Koozali.org: home of the SME Server

How to configure hpasm on DL380

CKConsulting

How to configure hpasm on DL380
« on: January 13, 2006, 03:22:31 AM »
Having issues getting hpasm to slow down the fans on a Compaq DL380.

Has anyone done this before and got it to work?

Rick

barryf

How to configure hpasm on DL380
« Reply #1 on: January 13, 2006, 10:12:01 AM »
Forgot the catch!   SME runs at runlevel 7, while hpasm assumes run level 3.  Find S??hpasm in /etc/rc3.d (?? is a number) and copy it to /etc/rc7.d.  It works fine on my ML370G2, and not too bad on the DL360, but the DLs are always noisier due to the smaller fans

Barry

CKConsulting

How to configure hpasm on DL380
« Reply #2 on: January 13, 2006, 04:21:43 PM »
Thanks for the help Barry,
That got me one step further, but I'm still having some issues.
Fans are still running fast.

When I run a status, below is what I get.  When the server boots up hpasm starts ok?????


NOTE: New cma.conf entries were added to the top of /opt/compaq/cma.conf
==============================================================================
Starting HP Server Management Drivers and Agents, please wait ...
[root@server1 init.d]# /etc/init.d/hpasm status
hpasmd is stopped...
Status of Foundation Agents (cmafdtn): cmathreshd cmahostd cmapeerd
cmathreshd is stopped...
cmahostd is stopped...
cmapeerd is stopped...
Status of Server Agents (cmasvr): cmastdeqd cmahealthd cmaperfd
cmastdeqd is stopped...
cmahealthd is stopped...
cmaperfd is stopped...
Status of Storage Agents (cmastor): cmaeventd cmaidad cmafcad cmaided cmascsid cmasasd
cmaeventd is stopped...
cmaidad is stopped...
cmafcad is stopped...
cmaided is stopped...
cmascsid is stopped...
cmasasd is stopped...

Thanks for the help.
Rick