Clarity

  • 1.  Commands to add services in v13.1

    Posted May 14, 2014 09:17 AM

    Hi guys,

     

    a quick one -

    in v12 the command to add the bg service to a particular server was:

    Install Root\clarity\bin\nikubgcmd.exe -i Install Root\clarity\bin\nikubgcmd.conf

    niku start bg

    Is the command the same for v13.1? Obviously we will use service start bg once command has been applied though.



  • 2.  RE: Commands to add services in v13.1
    Best Answer

    Posted May 14, 2014 09:22 AM

    Hi

     

    v12:

    niku add bg

    niku deploy bg

    niku start bg

     

    v13:

    service add bg

    service start bg

    Note: in v13 when you start a service, it will deploy it too.



  • 3.  RE: Commands to add services in v13.1

    Posted May 14, 2014 09:23 AM

    Great - thank you so for your quick response!



  • 4.  RE: Commands to add services in v13.1

    Posted May 14, 2014 09:54 AM

    And just one more obvious question - to remove a service in v13.1?

     

    service remove bg

     



  • 5.  RE: Commands to add services in v13.1

    Posted May 14, 2014 09:57 AM

    v12: niku remove bg

    v13: service remove bg