Hi Marcello, The only correct way to shut down a ManifoldCF process is to either use stop-agents.sh, use ^C, or use plain "kill". "kill -9" will leave dangling things around and should be avoided. If you do kill a process in this way, then the proper steps are:
(1) Shut down ALL ManifoldCF processes (2) Run lock-clean.sh (3) Start the processes back up Thanks, Karl On Wed, Nov 6, 2013 at 11:09 AM, Marcello Lorenzi <[email protected]>wrote: > Hi All, > I'm trying to install and testing the Manifold agent on a clustered > environment based on CentOS 6, and I noticed a strange behavior of agent > when the JVM PID were killed manually without using the stop-agents.sh > scripts. In fact after the kill if I try to start the agent I noticed > this messages "Agent already in use" and I couldn't start the agent. > > The only solution is to run locks-clean.sh script to mitigate the issue, > but to run this script I have to stop the agent and the webconsole. > > Is it a correct procedure to cleanup the environment ? > > Thanks, > Marcello > > > >
