How to reset End-Point Operations Agent
search cancel

How to reset End-Point Operations Agent

book

Article ID: 340760

calendar_today

Updated On:

Products

VMware Aria Suite

Issue/Introduction

This article provide steps to reset the End-Point Operations Agent on both Linux and Windows operating systems. The agent reset is a safe procedure which sometimes be a quick fix for general monitoring problems.

Symptoms:
  • EP Ops resources not collecting metric data
  • Expected EP Ops resources not being added to inventory
  • Expected EP Ops Adapter missing
  • EP Ops Adapter is down or not collecting metrics unexpectedly



Environment

VMware vRealize Operations Manager 6.1.x

Cause

Resolution

To fully reset the End-Point Operations Agent use these steps for the appropriate operating system.

Caution : Removing the data directory of the agent removes all configuration and all spooled metric data. This means if the agent has been in a configured state, collecting metrics but has not been able to transmit that metric data to vRealize Operations for some reason (i.e. no network access), that metric data ( which is minimal) will be lost when the data directory is removed.

On Windows:
  1. Log in to Windows Virtual Machine as Administrator where EP OPs agent is installed.
  2. Open a command prompt and run these commands:

    cd \ep-agent\bin

    ep-agent.bat stop

    ep-agent.bat remove

    deltree ..\data

    Note: If deltree command does not work, then simply delete the data directory from GUI.

    ep-agent.bat install

    ep-agent.bat start

On Linux:

  1. Log in to Linux Virtual Machine as root where EP Ops is installed.
  2. Run this command:

    cd /path

    ./ep-agent.sh stop

    rm -rf ../data

    ./ep-agent.sh start




Additional Information

The Windows user that should perform these operations must have access to the monitored technologies (i.e. MSSQL). See http://pubs.vmware.com/vrealizeoperationsmanager-61/topic/com.vmware.vcom.core.doc/GUID-D1652B50-5CCD-47BA-8A28-1BA65262E951.html

Impact/Risks: