AutoSys Workload Automation

 View Only
  • 1.  Autosys command

    Posted Jun 26, 2020 10:35 AM
    Hello all , 

    I have 100+ servers /agents in my environment . I would like to fetch the following details from the scheduler

    1) Version of Autosys Agent
    2) In which OS the agent is installed .




    ------------------------------
    Best Regards
    Pratap Kumar
    ------------------------------


  • 2.  RE: Autosys command
    Best Answer

    Posted Jun 26, 2020 01:31 PM
    This is actually a very simple command to get everything you need: 

    autorep -m ALL -p

    This will be a very long list for you with 100+ agents, so I'd recommend directing it to an output file.  

    This is a sample output you would get for each defined agent:

    /* ----------------- <machine name> ----------------- */

    Machine Name: <machine name>
    Type: a
    Node Name: <server address>
    Agent Name: WA_AGENT
    Operating System: Linux for amd64
    Agent Release: 11.4
    Agent Build: 1933, Service Pack 01, Maintenance Level 0
    Active Plug-ins:
    clearfiles
    communicationmanager
    filebrowser
    filemon
    ftp
    nop
    objmon
    outbox
    refresh
    router
    runner
    setproperty
    status




  • 3.  RE: Autosys command

    Posted Jun 27, 2020 09:08 PM
    Depending on the version of Autosys/WCC you might be able to get the Agent Inventory in WCC to show these details. It actually is a convenient tool for many reasons.