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
- Log in to the orchestrator as
root. - Remove the
reload_flagfile:
rm -f /opt/opsview/coreutils/var/rw/reload_flag
Comments
0 comments
Please sign in to leave a comment.