This post was last edited by ganmianpi at 2018-10-29 14:15.
hi,daniel , I had a similar issue before.and i use the follow setp to solved,for reference only:
login FusionCompute Portal , the errorshort is :

we remote to check find , the reason is :The OM process is abnormal and the alarm statistics are invalid.
solution:
1. use putty to login active VRM, and use root to login .
Execute the following command:
service pmcd restart
service fmcd restart
2. Log in to the FusionCompute Portal again to check whether the error has disappeared.
3. if fmc.log have follow error:

Postgres prompts the above error, mostly because the Postgres database server has hardware problems, or crashes. Fixing it means that some data may be lost. If the error is an alarm or a monitoring table, the contents of these tables basically do not involve the user's business data. You can perform the following methods to repair the user:
For example, if the above figure indicates that there is a problem with the omm.tbl_fm_event_log table, you can follow the steps below to perform the repair.
Execute in the psql command line
# SET zerodamagedpages = on;
# VACUUM FULL omm.tbl_fm_event_log;
if you want recreate index :
REINDEX TABLE omm.tbl_fm_event_log;