VMware Cloud Community
Bomma
Contributor
Contributor

ERROR loading EMC VNX disk list .

EMC VNX disk list shows as unavailable when checked in hyperic -server gui . Where as running the naviseccli commands shows the same disk as available . Is this a known issue . Could you please suggest a way forward if any one experienced the issue . Thanks in Advance

Please find the error snippet from agent.log

2015-05-03 09:03:35,730 ERROR [TrackerThread] [TrackerThread] Failed to flush agent storage

org.hyperic.hq.agent.server.AgentStorageException: Error flushing data: ../../data/keyvals (Read-only file system)

  at org.hyperic.hq.agent.server.AgentDListProvider.flush(AgentDListProvider.java:278)

  at org.hyperic.hq.measurement.agent.server.TrackerThread.processDlist(TrackerThread.java:178)

  at org.hyperic.hq.measurement.agent.server.TrackerThread.run(TrackerThread.java:290)

  at java.lang.Thread.run(Thread.java:680)

2015-05-03 09:03:35,735 ERROR [TrackerThread] [AgentDListProvider] Error flushing data

java.io.FileNotFoundException: ../../data/keyvals (Read-only file system)

  at java.io.FileOutputStream.open(Native Method)

  at java.io.FileOutputStream.<init>(FileOutputStream.java:194)

  at java.io.FileOutputStream.<init>(FileOutputStream.java:145)

  at org.hyperic.hq.agent.server.AgentDListProvider.flush(AgentDListProvider.java:249)

  at org.hyperic.hq.measurement.agent.server.TrackerThread.processDlist(TrackerThread.java:178)

  at org.hyperic.hq.measurement.agent.server.TrackerThread.run(TrackerThread.java:293)

  at java.lang.Thread.run(Thread.java:680)

2015-05-03 09:03:35,735 ERROR [TrackerThread] [TrackerThread] Failed to flush agent storage

org.hyperic.hq.agent.server.AgentStorageException: Error flushing data: ../../data/keyvals (Read-only file system)

  at org.hyperic.hq.agent.server.AgentDListProvider.flush(AgentDListProvider.java:278)

  at org.hyperic.hq.measurement.agent.server.TrackerThread.processDlist(TrackerThread.java:178)

  at org.hyperic.hq.measurement.agent.server.TrackerThread.run(TrackerThread.java:293)

  at java.lang.Thread.run(Thread.java:680)

2015-05-03 09:03:53,948 ERROR [RtSenderThread] [AgentDListProvider] Error flushing data

java.io.FileNotFoundException: ../../data/keyvals (Read-only file system)

  at java.io.FileOutputStream.open(Native Method)

  at java.io.FileOutputStream.<init>(FileOutputStream.java:194)

  at java.io.FileOutputStream.<init>(FileOutputStream.java:145)

  at org.hyperic.hq.agent.server.AgentDListProvider.flush(AgentDListProvider.java:249)

  at com.hyperic.hq.rt.agent.server.RtSenderThread.processTransitionQueue(RtSenderThread.java:115)

  at com.hyperic.hq.rt.agent.server.RtSenderThread.run(RtSenderThread.java:137)

  at java.lang.Thread.run(Thread.java:680)

2015-05-03 09:03:53,948 ERROR [RtSenderThread] [RtSenderThread] Unable to flush storage

org.hyperic.hq.agent.server.AgentStorageException: Error flushing data: ../../data/keyvals (Read-only file system)

  at org.hyperic.hq.agent.server.AgentDListProvider.flush(AgentDListProvider.java:278)

  at com.hyperic.hq.rt.agent.server.RtSenderThread.processTransitionQueue(RtSenderThread.java:115)

  at com.hyperic.hq.rt.agent.server.RtSenderThread.run(RtSenderThread.java:137)

  at java.lang.Thread.run(Thread.java:680)

2015-05-03 09:04:09,576 ERROR [org.hyperic.cm.versioncontrol.impl.MapPersister] [MapPersister] /opt/hyperic-agent/agent-4.6.6.1-EE/wrapper/sbin/../../data/mapfile (Read-only file system)

java.io.FileNotFoundException: /opt/hyperic-agent/agent-4.6.6.1-EE/wrapper/sbin/../../data/mapfile (Read-only file system)

  at java.io.FileOutputStream.open(Native Method)

  at java.io.FileOutputStream.<init>(FileOutputStream.java:194)

  at java.io.FileOutputStream.<init>(FileOutputStream.java:84)

  at org.hyperic.cm.versioncontrol.impl.MapPersister.saveMap(MapPersister.java:53)

  at org.hyperic.cm.versioncontrol.impl.MapPersister.run(MapPersister.java:38)

  at java.lang.Thread.run(Thread.java:680)

0 Kudos
1 Reply
admin
Immortal
Immortal

The Hyperic agent fails to create a file output stream to write.

See in the error: Error flushing data: ../../data/keyvals (Read-only file system)

Does Hyperic user has privileges to create new files?

0 Kudos