Under Review
over 7 years ago

Statadmin Web Login should have ability to start and stop all agent and its status.

Web login console should be more like an Enterprise grid control for STAT ADMIN, where he can see all agents that been deployed , it status, and ability to START and STOP various agents from there.

Ability to Blackout agents if downtime is there, so it shutdown agent at scheduled time and start up at scheduled time.

More we see now with Oracle Enterprise grid control.

Parents
  • I completed and deployed my own Automatic Agent Restart just this week.  It is a shell script that is scheduled using cron on the Stat Central Agent Server and does the following:

    1) If Stat Repository is down, email and exit.

    2) When Stat Central Agent is responding, continue

    3) Query Stat Repository for Agents not responding returning host names and Environment code

    4) For non responding agents call ssh using host name and Environment code to run local script: Stat.sh

    5) Local Script Stat.sh does the following:

        a)  Start Agent when agent OS Process is not running and EBS is up...

        b)  Do nothing when Stat Agent OS Process is not running and EBS is down

        c)  Do nothing when Stat Agent is down and EBS is down  

        d)  When Stat Agent is running and EBS is up, Abort and Restart agent when Stat log shows connection errors.

    Regards.

    Tom

Comment
  • I completed and deployed my own Automatic Agent Restart just this week.  It is a shell script that is scheduled using cron on the Stat Central Agent Server and does the following:

    1) If Stat Repository is down, email and exit.

    2) When Stat Central Agent is responding, continue

    3) Query Stat Repository for Agents not responding returning host names and Environment code

    4) For non responding agents call ssh using host name and Environment code to run local script: Stat.sh

    5) Local Script Stat.sh does the following:

        a)  Start Agent when agent OS Process is not running and EBS is up...

        b)  Do nothing when Stat Agent OS Process is not running and EBS is down

        c)  Do nothing when Stat Agent is down and EBS is down  

        d)  When Stat Agent is running and EBS is up, Abort and Restart agent when Stat log shows connection errors.

    Regards.

    Tom

Children
No Data