How do you move files from your host to guest machine on a virtualization environment? To explain how the transfer is done, I would like to tell you about my current lab environment setup. I have a very powerful Window 7 desktop with Oracle V.M. Box installed. Oracle Virtual Box is also refereed to as an OVM. OVM is a powerful virtualization product for enterprise and for someone to use at home or in the test lab. The OVM has Oracle Linux server installed. Windows is my host and Oracle Linux is my guest machine. There are times you will need to move installation exes or other files and scripts from the host to guest OS. This is something which I recently had to do when installing Oracle 12c database on a Virtual Linux Operating System.
There are several ways to move files, with this article, I will list all the possible ways along with the most simple and powerful file transfer protocol that requires no software download.
Steps to move file:
The file transfer is successful only when all the set up on a machine are configured properly. I have listed the basic checklist and ensure each item on the list are valid before you fire up the SFTP software.
for fancy FTP software. SFTP that comes with Window is completely free to use and requires no configuration.
There are several ways to move files, with this article, I will list all the possible ways along with the most simple and powerful file transfer protocol that requires no software download.
- FTP/SFTP software like FileZilla, WinSCP etc.
- FTP or SFTP standard
- TELNET
- OVM Shared Folder
- External Storage Drive.
Steps to move file:
- Run cmd on your host machine.
- Change directory to where you documents are: (cd C:\user\Prabin\myscripts)
- Type sftp
- Enter the server name or IP address of guest OS.
- Type your Linux account username
- Type your Linux account password
- Change the directory to where you want your files to be moved on your guest
- put file-name for sing file or mput *.* for moving all the files.
The file transfer is successful only when all the set up on a machine are configured properly. I have listed the basic checklist and ensure each item on the list are valid before you fire up the SFTP software.
- Linux OS is powered on.
- Port 21 is opened on your Linux Firewall
- Oracle Linux account is active and valid
- Valid server IP or host-name.
for fancy FTP software. SFTP that comes with Window is completely free to use and requires no configuration.
Interested in working with me? I can be reached at pbaniya04[at]gmail.com for any questions, consulting opportunities or you may drop a line to say HELLO. Thank your again for visiting my blog and looking forward to serving you more.
Have a Database-ious Day!
Have a Database-ious Day!
No comments