This tutorial explains how to install, configure and use a Regulatory Sequence analysis Tool (RSAT) server installed on a Virtual Machine (VM).
To run this tutorial, you first need to install the VirtualBox application.
The RSAT virtual machine is distributed in two environments.
Ubuntu 14.04 desktop
This environment provides the flexibility of the graphical user interface, but requires more disk space and can be more demanding (memory, CPU) for the host computer.
Ubuntu 14.04 server
Lighter to install and run, but you can only use VM as Web server, or log in via the Unix terminal (no graphical user interface).
Ubuntu 14.04 server | 3.3Gb | rsat-vb-ub14s_2014-09-05a.ova |
Ubuntu 14.04 desktop | 4.6Gb | rsat-vb-ub14d_2014-09-05a.ova |
VirtualBox supports various ways to connect the guest (virtual machine) to the network.
This solution offers a good tradeoff between security and confort: your virtual machine (the guest) will be accessible only from your computer (the host).
Note: the host-only adapter will enable you to establish a connection (Web browsing, ssh connection) from the hosting operating system (the usual environment of your computer) to the guest system (the virtual machine). however, this adapter does not allow to connect the external world from the guest.
In parallel to the host-only adapter, we thus recommend to enable the second adapter and select NAT (snapshot)..
Alternatively , for the sake of flexibility, you might consider to use a bridged network. The bridged adapter is the most convenient, because it establishes a bidirectional connection between your VM (the guest) and the network. Your guest RSAT Web server can thus be used from any other computer in your network. This configuration can typically be usd to make an RSAT server available for all people from the same lab or institute.
Attention! The bridged network makes your virtual machine visible for all the other computers of the local network the host machine (your PC). Check with your system administrator that this fits the local security requirements.
In the left panel of VirtualBox, select the virual machine (rsat-vb-ub14d), and click on the Start icon.
At this stage, your RSAT VM should now be ready to be used from the Web interface. Assuming that you activated the host-only network as described abve, and that you only started one virtual machine), VirtualBox hould have assigned the first IP address of the range defined in the settings above: 192.168.56.101.
Open a connection to http://192.168.56.101/ in your web browser.
If the link does not work, it probably means that your network was not activated as described above. You will then need to obtain the IP address of your VM. Unfortunately, VirtualBox does not provide a direct way to know which IP address has been assigned to a VM. The only way we found to get this information is to log in in the VM, open a terminal, and run the command /sbin/ifconfig.
You can log with the following parameters:
We intently chose an overly simple temporary password to ensure compatibility with AZERTY as well as QUERTY keyboards, but we recommend to use a safer password.
A small difficulty when distributing a VM is the large variety of keybords expected to be found on the users' computers. By default, we selected the standard British QWERTY keyboard.
On Ubuntu 14.04 server version, keybord configuration can be modified with following command.
sudo dpkg-reconfigure console-data
For the desktop version, click on the Settings icon , then on the , and check the keyboard..
ssh vmuser@192.168.56.101