Automic Workload Automation

 View Only
  • 1.  How to install additional OS/SQL agent

    Posted Oct 12, 2020 04:54 AM
    Team,

    How do we add another OS or SQL agent in AWA? Can anyone advice on this please?

    Regards
    Pothen


  • 2.  RE: How to install additional OS/SQL agent

    Posted Oct 12, 2020 08:25 AM
    Hi Pothen,

    is your question about how to assign an Agent to a client? Or is it regarding the installation?

    regards,
    Peter

    ------------------------------
    Capture Europe
    ------------------------------



  • 3.  RE: How to install additional OS/SQL agent

    Posted Oct 12, 2020 08:52 AM
    Edited by Pothen Verghese Oct 12, 2020 08:55 AM
    Hi Peter,


    This is about install. Another instance of OS/SQL agent.

    Regards
    Pothen


  • 4.  RE: How to install additional OS/SQL agent

    Posted Oct 12, 2020 09:11 AM
    OK - for both agent types you can either use the setup routine or duplicate the existing Agent folder structure including bin/ and temp/). Next copy the existing INI configuration file from the old to the new bin folder and change the following parameters:

    for an OS agent
    • name=
      give a new name
    • port=
      configure a different port number if the new Agent runs on the same computer as the already existing; else you can keep the port number
      in case of a firewall and an additional port number: add this port/value to the existing rule set

    if applicable remove the value from
    • initialPackage=
    • keystore=

    for an SQL Agent
    same as above except:
    • port= does not exist
    • check [ORACLE] or [SQL]

    regards,
    Peter

    ------------------------------
    Capture Europe
    ------------------------------



  • 5.  RE: How to install additional OS/SQL agent

    Posted Oct 12, 2020 01:27 PM
    Thanks Peter.