CA Service Management

 View Only
Expand all | Collapse all

How to install a additional ACE2 has a service

  • 1.  How to install a additional ACE2 has a service

    Broadcom Employee
    Posted Oct 09, 2013 04:55 PM
    Install Additional Instances on the Same Server

    Follow these steps:

    1. From the command window, run the following command from the bin directory.
    <Oblicore directory>\bin:
    wrapper.exe -i .\wrapper.conf set.APPN=<number_of_service> set.service_user=<user> set.service_password=<password>

    2. Open the list of services window

    3. Verify that the new ACE 2 instance has been installed successfully

    4. Edit the properties of the service and set the user to the Oblicore Service Account.

    Example:
    C:\Program Files\CA\Cloud Insight\bin>wrapper -i ./wrapper.conf set.APPN=2 set.service_user=CABSI\Administrator set.services_password=password

    Recomend: not to install more then 3 Instances, in order to work well.


  • 2.  RE: How to install a additional ACE2 has a service

    Broadcom Employee
    Posted Oct 09, 2013 05:06 PM
    Some additional information.

    Currently in 8.2 the ACEII workers are not multi-threaded. So it makes sense to install multiple ACEII workers on an individual APP server that has multiple CPUs and plenty of RAM.

    There should only be a single ACEII manager in your environment. If you install additional APP servers be sure to disable the ACEII manager service on those APP servers.
    The ACE2 server setting in t_system_configurations should point to the APP server where the manager is installed and running.

    So you will have one ACEII manager but you may have many ACEII workers.