Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

A new option exists to reset the repositories in standby MultiPlatform from version 11.4. These commands will provide options to reset

  • Mirror copies of the repository under ($DBVISIT_BASE/standbymp/db/mirrors)

  • Tasks and events from the specific server

  • Factory reset. This option would completely remove all data and events, and the control center would be clean. You have to start by adding the configurations by importing them again.

The repository reset can be done by both agentmanagers and from the control center.

[oracle@dbvel71 bin]$ ./dbvagentmanager reset-repo -h
reset local repositories

Usage:
  dbvagentmanager reset-repo [flags]

Flags:
  -h, --help           help for reset-repo
      --level string   Reset levels: mirrors, tasks-events, factory-setting

Reset from agentmanager:

Choose the option to reset

[oracle@dbvel71 bin]$ ./dbvagentmanager reset-repo
? Are you sure you want to reset local repositories? Yes
? Reset level:  [Use arrows to move, type to filter]
> mirrors
  tasks and events
  factory settings

[oracle@dbvel71 bin]$ ./dbvagentmanager reset-repo
? Are you sure you want to reset local repositories? Yes
? Reset level: mirrors
Backing up current repositories to /usr/dbvisit/standbymp/reset_backup
[oracle@dbvel71 bin]$
  • No labels