Got ESP6015I and ESP1776I with AgentMR FOVMGR
search cancel

Got ESP6015I and ESP1776I with AgentMR FOVMGR

book

Article ID: 257528

calendar_today

Updated On:

Products

ESP Workload Automation

Issue/Introduction

After applying Maintenance for REST API PTF LU06175 and LU07576 you will see multiple informational messages in ESP Audit Log.

    ESP6015I AgentMR   MGMTMETRIC GET MBean MBean(plugins.manager) Attribute(plugins.list.verbose.json)
    ESP1776I FOVMGR   GET EOF Data ("{""plugins"":.{""name"":""config"",""type"":""Standard"",""enabled"":false},{""name"":""filebrowser"",

   

Environment

Component : CA ESP WORKLOAD AUTOMATION
Release: 12.0

Cause

REST API 12.1.00 and 12.2.1 Agent Endpoints are automatically Enabled with PTF LU06175 and LU07576

Resolution

Steps to take to disable the informational messages after you apply new REST API 12.1.00 & 12.2.1

1. Update/Add in ESP PARMLIB member RESTPROP 

 # ----- Configure Your Product for Use With Agent Endpoints -------------    

 esp.agents.enabled=false                                                     
 esp.agents.list.refresh.seconds=300                                          
 esp.agents.plugins.refresh.seconds=300                   

2. After you update RESTPROP you need to bounce REST API started task to take effect.   (If you received port already in use for your REST API STC peform step below in Pagemode)

     xcf d g                                   (to display groups)

    xcf stop member XXXXX     (you get XXXX from RESTPROP esp.client.connection.xcfName=XXXXX)

3. Then start REST API UP.