AutoSys Workload Automation

 View Only
  • 1.  CAWA DE :: report on agent status

    Posted Aug 03, 2017 09:50 AM

    CA workload automation DE

     

    How to get periodical report on agent status as an email?



  • 2.  Re: CAWA DE :: report on agent status
    Best Answer

    Broadcom Employee
    Posted Aug 07, 2017 08:24 AM

    You can setup and schedule a Windows or Unix job to run the LISTAGENT cli command and use the 'Attach spool file' option in Email Notification to attach the spool file to an email when the job completes.

    Example of a Windows job;

    Command to run: C:\Program Files\CA\WorkloadAutomation_R12_SP1\bin\cli.bat

    Arguments to pass: MYSERVER 7500 ADMIN admin "listagent agent('*')"

     

    Job's spool file output attach to email;

    ----------------------------------------------------------------
    Output of messages for workload object LIST_AGENTSTATUS_JOB/LIST_AGENTSTATUS.3/MAIN
    Start date Mon Aug 07 08:15:00 2017
    ----------------------------------------------------------------
    R12SP1_AGENT
    Status: Active

     

    AGENT_06_PS
    Status: Active

     

    AGENT_06
    Status: Active

     

    AGENT_SP6
    Status: Inactive

     

    AGENT_SP6_WS
    Status: Inactive



  • 3.  Re: CAWA DE :: report on agent status

    Posted Aug 07, 2017 11:38 AM

    It is working as expected .thank you