Remote Agent stuck in RUNNING status even though Agent process is not running
search cancel

Remote Agent stuck in RUNNING status even though Agent process is not running

book

Article ID: 87697

calendar_today

Updated On:

Products

CA Automic Applications Manager (AM)

Issue/Introduction

A Remote Agent can appear stuck in a RUNNING status even though the Agent processes have stopped and the entry in the database also shows a stopped status.  

 

Environment

CA Automic Applications Manager 

Version: 9.4.x, 9.5.x

Cause

This usually occurs after a cloning a database/schema with Agent Running or if a Server is abruptly shutdown without stopping an Agent. 

The database entry can be stuck in an incorrect status and sometimes needs to be manually updated.

Resolution

As the Applications Manager Oracle User, run the below update statements via sqlplus or any other sqlplus client

update so_back_process set so_bp_mesg='Offline' where so_operator='<AGENTNAME>'

Replace AGENTNAME with the actual Agent Name.