Please follow the below steps
MMM-root#hpacucli
HP Array Configuration Utility CLI
8.10-2.0
Detecting Controllers...
Error: Another instance of ACU is already
running (possibly a service). Please
terminate the ACU application before
running the ACU CLI. Press ENTER to
exit.
MMM-root#ps -ef |grep hpacu
root 2038 1484 0 14:06 pts/0 00:00:00
grep hpacu
To Kill the process of Hpacucli.
MMM-root#kill -9 2038
If issue still persists:
MMM-root# hpacucli
HP Array Configuration Utility CLI
7.50.18.0
Detecting Controllers…
Error: Another instance of ACU is already
running (possibly a service). Please
terminate the ACU application before
running the ACU CLI.
MMM-root# ps -ef | grep -i acu
root 26127 11377 0 15:12 pts/3 00:00:00
grep -i acu
goto /opt/compaq/cpqacuxe/bld/locks and
remove all the files in that directory
then run hpacucli
You can check the below link for more information.
http://www.linuxquestions.org/questions/linux-server-73/unable-to-execute-the-command-hpacucli-883475/
Regards,
MMM