A 30 If your host computer has Internet connectivity, a 30 day trial version of Dbvisit Replicate can be downloaded from the Dbvisit website. This is a full feature evaluation version. Note that this version can only be used for evaluation purposes.
1. Go On your host computer, use your Internet browser and go to the Dbvisit download page for Dbvisit Replicate: http://www.dbvisit.com/products/downloads/#replicate
...
5. Right click the Linux 64bit RPM and select to copy the URL
6. Go to the source server (dbv01), login as the oracle user (password oracle) and cd into the software directory
No Format |
---|
cd ~oracle/software |
7. Use wget to download Dbvisit Replicate from the software directory. In this example Dbvisit Replicate 2.7.02 is used, but always use the latest download available from the dbvisit.com website.
No Format |
---|
wget http://xxxxxx/xxxx/xxxx/xxxx/dbvisit_replicate-2.7.02-1.x86_64.rpm
Resolving ww2.dbvisit.com... 67.222.54.241
Connecting to ww2.dbvisit.com|67.222.54.241|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 54824960 (52M) [application/x-rpm]
Saving to: `dbvisit_replicate-2.7.02-1.x86_64.rpm'
15% [==================> ] 8,489,962 377K/s eta 71s |
Note | ||
---|---|---|
If there is no Internet connection and the Dbvisit Replicate software has been downloaded to the host (laptop), then the following command can be used to copy the software from the host machine to the first VM (dbv01):
This uses port forwarding which was setup when Virtual Box was configured (02 - Set up NAT network in Virtual Box). 192.168.1.197 is the IP address of the host machine (laptop). Use ifconfig or ipconfig to identify what the local IP address is of your host machine. |
8. su to root and install the rpm.
No Format |
---|
su - |
Password is oracleCopy the RPM into the Rep Attack 11g XE/shared directory on your host computer. This will make the RPM available to the virtual machines for installation.
Note |
---|
If your host machine doesn't have Internet connectivity, a version of Dbvisit Replicate has been included as part of the Rep Attack setup files in the Rep Attack 11g XE/shared directory but it's always recommended that you download the latest version from the website if possible. |
Install Dbvisit Replicate on the Source Machine
- Using the SSH terminal emulation program on your host machine (eg PuTTy on Windows or Terminal on Mac), log in to the oracle account (password is oracle)
- Change directory to the shared folder, /media/sf_shared. You should see the Replicate RPM.
- su to the root user to install the RPM
- Install the RPM
No Format |
---|
rpm -ivh /u01/oracle/software/dbvisit_replicate-2.7.02-1.x86_64.rpm Preparing... ########################################### [100%] 1:dbvisit_replicate ########################################### [100%] |
9. Exit to user oracle, and test that the dbvrep executable works.
...
Note |
---|
The first time dbvrep starts, it takes longer than usual because it extracts files to /tmp/par-oracle. Subsequent times dbvrep is started will be much faster |
10. Go to the target server (dbv02), login as oracle (password oracle) and cd into the software directory.
No Format |
---|
cd ~oracle/software |
11. Use wget to download Dbvisit Replicate from the software directory. In this example Dbvisit Replicate 2.7.02 is used, but always use the latest download available from the dbvisit.com website.
No Format |
---|
wget http://xxxxxx/xxxx/xxxx/xxxx . |
Install Dbvisit Replicate on the Target Machine
Installing Dbvisit Replicate on the target machine is exactly the same as on the source machine.
- Using the SSH terminal emulation program on your host machine (eg PuTTy on Windows or Terminal on Mac), log in to the oracle account (password is oracle)
- Change directory to the shared folder, /media/sf_shared. You should see the Replicate RPM.
- su to the root user to install the RPM
- Install the RPM
No Format | ||
---|---|---|
rpm -ivh /u01/oracle/software/dbvisit_replicate-2.7.02-1.x86_64.rpm Resolving ww2.dbvisitPreparing.com... 67.222.54.241 Connecting to ww2.dbvisit.com|67.222.54.241|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 54824960 (52M) [application/x-rpm] Saving to: `dbvisit_replicate-2.7.02-1.x86_64.rpm' 15% [==================> ] 8,489,962 377K/s eta 71s | ||
Note | ||
If there is no Internet connection and the Dbvisit Replicate software has been downloaded to the host (laptop), then the following command can be used to copy the software from the host machine to the second VM (dbv02):
This uses port forwarding which was setup when Virtual Box was configured (02 - Set up NAT network in Virtual Box). 192.168.1.197 is the IP address of the host machine (laptop). Use ifconfig or ipconfig to identify what the local IP address is of your host machine. ########################################### [100%]
1:dbvisit_replicate ########################################### [100%] |
Exit to user oracle, and test that the dbvrep executable works.
No Format |
---|
exit
|
No Format |
---|
[oracle@source software]$ dbvrep version
Initializing......done
Dbvisit Replicate version 2.7.02.
Copyright (C) Dbvisit Software Limited. All rights reserved.
No DDC file loaded.
Dbvisit Replicate version 2.7.02.
OK-0: Completed successfully. |
12. su to root and install the rpm.
...
No Format |
---|
dbvrep version Initializing......done Dbvisit Replicate version 2.7.02. Copyright (C) Dbvisit Software Limited. All rights reserved. No DDC file loaded. Dbvisit Replicate version 2.7.02. OK-0: Completed successfully. |
Note |