Make sure that there are no active requests in the system before stopping the IDB server. If the IDB server fails, existing Farm Manager processes sometimes do not exit gracefully. Before restarting the IDB server, stop all remaining Farm Manager processes by performing the following steps:
Check the existence of any Farm Manager processes by executing the following command:
/usr/ucb/ps -auxwww | grep -i “com.terraspring.cs.fm”
Use the UNIX kill command to stop any remaining Farm Manager processes.
(4856872)