...
6. Go to the source server (dbv01), login as the oracle user (password oracle) and cd into the software directory
No Format |
---|
[oracle@source ~]$ cd ~oracle/software [oracle@source 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 |
---|
[oracle@source software]$ 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 oracle
...
No Format |
---|
[root@source ~]# 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.
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. |
...
10. Go to the target server (dbv02), login as oracle (password oracle) and cd into the software directory.
No Format |
---|
[oracle@target ~]$ cd ~oracle/software [oracle@target 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 |
---|
[oracle@target software]$ 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 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. |
12. su to root and install the rpm.
No Format |
---|
su - |
Password is oracle
...
No Format |
---|
[root@target ~]# rpm -ivh /u01/oracle/software/dbvisit_replicate-2.7.02-1.x86_64.rpm
Preparing... ########################################### [100%]
1:dbvisit_replicate ########################################### [100%] |
13. Exit to user oracle, and test the the dbvrep executable works.
No Format |
---|
# exit |
No Format |
---|
[oracle@target 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. |
...