1

After updating OpsCenter 6.0.X to 6.1.2 using yum, OpsCenter frequently crashes with the following error in opsenterd.log:

2017-08-25 10:03:34,066 [opscenterd] ERROR: Unhandled error in Deferred: No agents available to query for getDsePerformanceStatusFromOneAgent.
File "/usr/share/opscenter/lib/py/twisted/internet/defer.py", line 1124, in _inlineCallbacks
result = g.send(result)
File "/usr/share/opscenter/jython/Lib/site-packages/opscenterd/Cluster.py", line 1301, in callOnAgent

(MainThread)

Any idea how to fix this?

Kilian
  • 41
  • 2

1 Answers1

0

I was able to resolve this by updating the run directory file /etc/opscenter/clusters/< clustername >.conf with

[agent_config] 
tmp_dir = /path/to/agent/tmp

But this is a temporary solution.

Mehul Gupta
  • 440
  • 5
  • 23