Hi all,
What is the name of EPM services in its Unix counterpart? Was it considered a process or a service? For example, if we are expecting ERPIntegrator service in our Unix server, should we look for it using the services --status-all command or the ps -eof command? I'm really confused in this part.
I tried stopping the ERPIntegrator in our UNIX server using the stopErpIntegrator.sh, but upon checking using ps -eof | grep Ora, there are still four processes that is currenly on interruptible sleep (S) including the ERPIntegrator process. Upon successful execution of stopErpIntegrator.sh, should I expect it to kill the process or should it only set the state of the said processes to interruptible sleep (S).