If you cannot stop Essbase Server using the standard method:
Windows—Use Task Manager to end the Essbase Server task. Consult the Windows documentation.
UNIX—Check for the ESSSVR process:
ps -ef |grep ESS
Kill the process:
kill -9 process id
Consult the operating system documentation.
After you end the server task, follow the procedures for an abnormal shutdown.