Domino error Server exiting: Partition already in use

Cause : 

Unknown thing caused domino crash

Effects

Unable to restart domino server. There was an error message :
Server exiting: Partition already in use
 On Solaris platform, ps -ef shows many processes still running from under the notes_apps directory.

Solution

List notes process pids using
ps -ef | grep

Kill each and every notes processes (amgr, router, http, etc) :
kill
kill -9



Comments

Popular posts from this blog

Long running process in Linux using PHP

Reverse Engineering Reptile Kernel module to Extract Authentication code

SAP System Copy Lessons Learned