edeploy icon indicating copy to clipboard operation
edeploy copied to clipboard

respawn fails on HP servers

Open dyasny opened this issue 10 years ago • 1 comments

The previous run of hpacucli remains locking in memory, so a call to respawn will produce:

Error: Another instance of ACU is already running (possibly a service). Please terminate the ACU application before running the ACU CLI.

In my scenario, there were no lockfiles to be found under /opt/compaq or any mutex references in /dev/shm. Nothing HP related in ps either, only thing that helps is a reboot, since the pxe environment has no strace for debugging

dyasny avatar Nov 13 '14 19:11 dyasny

As per http://uppayinix.blogspot.fr/2010/10/hpacucli-error-another-instance-of-acu.html, it seems to be related to a blocked semaphore.

If you have ti issue again, please provide a ps -a and ipcs -p.

ErwanAliasr1 avatar Feb 09 '15 14:02 ErwanAliasr1