OpenText product name changes coming to the community soon! Learn more.

Wikis - Page

[NNMi Support Tip] How to kill NPS service manually in Linux when the ovpl command is not working?

1 Likes

Use the below commands to find the PID of NPS services:
ps -ef | grep -i prspiMain
ps -ef | grep -i prspiDaemon.ovpl
ps -ef | grep -i oninit (kill the ones that are running as informix user)
ps -ef | grep -i iqsrv
ps -ef | grep -i etl
ps -ef | grep -i dbproxy
ps -ef | grep -i BmtMDProviderMain
ps -ef | grep -i BIBusTKServerMain
ps -ef | grep -i cogbootstrapservice

Then kill by the below command:
kill -9 <PID>

Labels:

Support Tips/Knowledge Docs
Comment List
Related
Recommended