Concurrent manager can be stopped by running
adcmctl.sh stop <appsusername/password>
We can check if the Concurrent processes are still running by
ps -ef |grep FNDLIBR
If there are processes running the we can manually kill the processes.
kill -9 `ps -ef|grep FNDLIBR|awk '{print $2}'`
or
if you like please follow and comment
Post a Comment
Post a Comment