Clarity

  • 1.  Background service

    Posted Oct 22, 2016 09:05 AM

    Hi all,

     

    on CA PMM dev system; when I have deleted a job, the background service was stopped. Then I tried to restart it but could not manage. After a while I have restart the system and tried to start the services. All the services were ok except bg. It was "lost". It was not in the services list of microsoft services. I tried to add from CSA but did not work. Any suggestions are welcome...

     

    Regards



  • 2.  Re: Background service
    Best Answer

    Posted Oct 22, 2016 11:02 AM

    With the following steps I have managed to add the BG service again.

     

    Regards...

     

    PS C:\CAPPM\apache-tomcat-8.0.20\bin> service status all
    [-] CA PPM Beacon [beacon] is stopped
    [-] CA PPM App Server [app] is stopped
    [-] CA PPM System Admin Server [nsa] is stopped
    PS C:\CAPPM\apache-tomcat-8.0.20\bin> service add bg
    Adding service(s)...
    All services are already registered.
    PS C:\CAPPM\apache-tomcat-8.0.20\bin> service status all
    [-] CA PPM Beacon [beacon] is stopped
    [-] CA PPM App Server [app] is stopped
    [-] CA PPM System Admin Server [nsa] is stopped
    PS C:\CAPPM\apache-tomcat-8.0.20\bin> service remove bg
    Removing service(s)...
    Done.
    PS C:\CAPPM\apache-tomcat-8.0.20\bin> service add bg
    Adding service(s)...
    Done.
    PS C:\CAPPM\apache-tomcat-8.0.20\bin> service status all
    [-] CA PPM Beacon [beacon] is stopped
    [-] CA PPM App Server [app] is stopped
    [-] CA PPM System Admin Server [nsa] is stopped
    [O] New service: bg. Use 'service deploy bg' command to create executables.
    PS C:\CAPPM\apache-tomcat-8.0.20\bin> service deploy bg
    Deploying service(s)...
    Done.
    PS C:\CAPPM\apache-tomcat-8.0.20\bin> service status all
    [-] CA PPM Beacon [beacon] is stopped
    [-] CA PPM App Server [app] is stopped
    [-] CA PPM System Admin Server [nsa] is stopped
    [-] CA PPM Background Server [bg] is stopped
    PS C:\CAPPM\apache-tomcat-8.0.20\bin> service start all