Upgrading from version 5.3.x or 6.0.x to 7.0.x
...
- Stop your Dbvisit Standby schedules on all systems
- Stop Dbvserver (GUI) if you are using it
- Stop Dbvnet (Dbvisit Networking)
- Download and Install the new Dbvisit Standby version 7 (making sure you select the previous versions, installation directory during installation)
- Update the Dbvisit Standby Repository
- Update the Dbvisit Standby Configuration files (Only required if already on Version 7 and updating to a later version - 7.0.x)
- Start Dbvserver and Dbvnet if you did not select the auto start during the installation of the new software
- Start your Dbvisit Standby schedules
The next section will provide a more detail overview of the upgrade steps.
Step 1: Stop your Dbvisit Standby schedules, Dbvserver (GUI) and Dbvnet
Stopping the Schedules
All schedules should be disabled on all servers involved in the Dbvisit Standby configuration.
- If you make use of the Unix CRON scheduler for Dbvisit, it is recommended to disable these schedules before performing the upgrade.
- If you are using the Dbvisit Scheduler - available in the web based GUI, you will need to first login to the current GUI installation and disable all schedules on all primary and standby nodes. The Scheduler menu can be found under the "Run" main menu option.
If you are already making use of Dbvisit Standby version 7 and upgrading to a new update of version 7, please make sure you stop both Dbvserver (GUI) and Dbvnet (Networking) before you start the upgrade process.
If you are upgrading from a version prior to version 7, example version 6.0.54 then you only need to stop Dbvserver (GUI) as Dbvnet was not part of previous releases.
Stoping Dbvserver
To stop Dbvserver (the web based front-end), run the command "./dbvserverd stop" from the DBVISIT_BASE/dbvserver directory:
No Format |
---|
cd /usr/dbvisit/dbvserver
./dbvserverd stop |
Stopping Dbvnet
To stop Dbvnet (Dbvisit Network), run the command "./dbvnetd stop" from the DBVISIT_BASE/dbvnet directory:
No Format |
---|
cd /usr/dbvisit/dbvnet
./dbvnetd stop |
Step 2: Download Latest Software
...
- To update the Dbvisit Database Configuration (DDC) file go to Home > Setup > Update Dbvisit > Update Configuration > select Database from drop-down menu and click Save Configuration.
Using CLI to update DDC
...
- To update the Dbvisit Database Repository (DDR) file go to Home > Setup > Update Dbvisit > Manage Dbvisit Repository > select Database from drop-down menu and click Check Dbvisit Repository.
- If the DDR needs to be upgraded, select Upgrade Dbvisit Repository
- Repeat upgrade of DDC and DDR for all databases on this primary server.
...