Sunday, February 14, 2016

Disable / Stop OSWatcher in PeopleSoft Virtualbox

To see OSwatcher currently running use the following command
       $>ps -e;f |grep PSWatcher

To Disable temporarily

      $> cd /usr/local/ops/os-watcher/bin
      $> ./stopOSWbb.sh

To Remove from startup

      To see current status
          $> chkconfig --list oswbb

          $>chkconfig oswbb off

No comments: