...
5. Choose RPM file, if you want to install using rpm utility or ZIP file, if you want to download final binary. Right click the version and select to copy the URL.
Note |
---|
We need the RPM version of the software so make sure you select the Linux 64 bit RPM and not the TAR file. |
6. Copy the RPM downloaded file 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.
No Format |
---|
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 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' |