1. Shutdown Concurrent Managers:
adcmctl.sh stop
2. Ensure that all FNDLIBR processes are exited before restarting Concurrent Managers.
ps -ef |grep -i fndlibr
Note: It may take a few minutes for all the FNDLIBR processes to exit. If there are
FNDLIBR processes still running after waiting for a reasonable amount of time, use "kill -9"
to terminate the process.
3. Start Concurrent Manager using adcmctl.sh
adcmctl.sh start apps/<apps pwd>
时间: 2024-10-31 09:41:55