...
6. Copy the RPM into the REP_HOME/Rep Attack 11g XE/shared directory on your host computer. This will make the RPM available to the virtual machines for installation.
Code Block |
---|
on the source machine:
mkdir /u01/app/oracle/software
cp /media/sf_shared/dbvisit_replicate-2.7.06-1.x86_64.rpm /u01/app/oracle/software/dbvisit_replicate-2.7.06-1.x86_64.rpm
--do the same on the target machine:
ssh oracle@target 'mkdir /u01/app/oracle/software; cp /media/sf_shared/dbvisit_replicate-2.7.06-1.x86_64.rpm /u01/app/oracle/software/dbvisit_replicate-2.7.06-1.x86_64.rpm'
|
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 (password is root)
- Install the RPM
No Format |
---|
rpm -ivh /u01/app/oracle/software/dbvisit_replicate-2.7.02-1.x86_64.rpm
Preparing... ########################################### [100%]
1:dbvisit_replicate ########################################### [100%] |
...