Back to Opsview FAQ

Reload already in progress

If the file /opt/opsview/coreutils/var/rw/reload_flag exists, Apply Changes fails as Opsview thinks an Apply Changes is already in progress.

There may legitimately be another Apply Changes in progress. You can check if another Apply Changes is in progress by looking at the processes running on your orchestrator:

ps -ef | grep orchestratorgenerate

If there is an orchestratorgenerate process, an Apply Changes is likely in progress.

Solution: Remove reload_flag file Copied

  1. Log in to the orchestrator as root.
  2. Remove the reload_flag file:
rm -f /opt/opsview/coreutils/var/rw/reload_flag
["Geneos"] ["FAQ"]

Was this topic helpful?