Previous Topic: ACE2 Manager ComponentsNext Topic: ACE2 Features


Adding a PSL Worker to ACE2

This section explains how to add a PSL Worker to the ACE2 engine.

Follow these steps:

  1. Open Services on the Application server (Click Start, Services or click in the Start Search box, type services.msc, press Enter.).

    The Services window opens.

  2. Locate the Oblicore - PslWorkerN service, where "N" is an integer.

    Example "Oblicore - PslWorker1".

    Note: N is the highest integer belonging to the service "Oblicore - PslWorkerN".

  3. Run the following command:
    wrapper.exe -i .\wrapper.conf set.APPN=[N+1] set.service_user=.\Administrator set.service_password=[my_pass]
    

    where [my_pass] is your CA Business Service Insight administrator password.

    Example:

    wrapper.exe -i .\wrapper.conf set.APPN=2 set.service_user=.\Administrator set.service_password=oblicore
    
  4. The following response in the command window indicates that another Pslworker service (N+!) is created.
    wrapper  | Oblicore - PslWorker2 installed.
    

    Note: Each Oblicore - PslWorker service must be unique. The following response displays in the command window whenever you attempt to create a Oblicore - PslWorkerN service that already exists:

    wrapper  | CreateService failed - The specified service already exists. (0x431)