Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Dbvisit Standby MP 11.4 provides the repository repair utility for dbvagentmanger and dbvcontrol. There are three reset levels by which you can reset the repositories.

  • Mirror copies of the repository Removes all mirrored repos under ($DBVISIT_BASE/standbymp/db/mirrors)

  • Tasks and events: Removes all mirrors as well as the tasks, events, and executions.

    • For dbvagentmanager, it remove all the agents repos, and DDC monitors repos

    • For dbvcontrol, it removes the tasks and events from Director.db

  • Factory reset. Removes all the repos

...

Before removing any repo files, all the current repository db files are backed up to <DBVISIT_BASE>/reset-backup directory.

...

Restart Dbvagentnager services to load the process with new repo

Code Block
sudo /opt/dbvisit/standbymp/bin/dbvagentmanager service stop
sudo /opt/dbvisit/standbymp/bin/dbvagentmanager service start

...