Versions Compared

Key

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

Table of Contents
minLevel1
maxLevel7

1. Dbvisit Standby MultiPlatform Components

Noteinfo

Dbvisit Standby MultiPlatform refers to the product "Dbvisit Standby" and does not refer to the Standby database, Standby server or platform.

...

There are two main components for Dbvisit Standby MultiPlatform.:

dbvagentmanager

(Dbvisit Agent)(Explanation by Alex)

This component should be installed once on each database server. The Dbvisit Agent is responsible for connecting to the Oracle and/or SQL Server databases, and communicating with the Dbvisit Control Center.

dbvcontrol

(Dbvisit Control center/GUI)(Explanation by Alex)

This component should be installed once only, ideally on a 3rd server separate from either the primary or standby database server. It is also possible to install this on the standby server. The Dbvisit Control Center contains the communication hub, logic center, the user interface, and the Observer. In simple terms, the Control Center is the brains behind the operation - it is through the Control Center that you will interact with the product the vast majority of the time.

2. Dbvisit Standby MultiPlatform Directory Structure.

...

Unix Based Systems (Dbvagentmanager)

Windows Based Systems(Dbvagentmanager)

Code Block
languagebash
/usr/dbvisit/multiplatformstandbymp
	├── backup
	├── bin
	├── certificates
	├── conf
	├── db
	├── dbvnet
	│   ├── conf
	│   └── log
	├── log
	└── standbyoracle
    	├── backup
    	├── conf
    	├── doc
    	├── gs
    	├── lib
    	├── log
    	├── meta
    	├── pid
    	├── snap
    	├── support
    	├── tmp
    	└── trace
Code Block
C:\Program Files\Dbvisit\multiplatform>treestandbymp>tree
├───backup
├───bin
├───certificates
├───conf
├───db
├───dbvnet
│   ├───conf
│   └───log
├───log
└───standby└───oracle
    ├───backup
    ├───conf
    ├───doc
    ├───gs
    ├───log
    ├───meta
    ├───pid
    ├───snap
    ├───support
    └───tmp

Unix Based Systems(dbvcontrol)

Windows Based Systems(dbvcontrol)

Code Block
/usr/dbvisit
├── multiplatformstandbymp
│   ├── backup
│   ├── bin
│   ├── certificates
│   ├── conf
│   ├── db
│   └── log
└── upgradeBak
Code Block
C:\Program Files\Dbvisit
└───multiplatform└───standbymp
    ├───bin
    ├───certificates
    ├───conf
    ├───db
    ├───log
    └───support

...