Virtual appliance

From ICA-AtoM
Jump to navigation Jump to search

Please note that ICA-AtoM is no longer actively supported by Artefactual Systems.
Visit https://www.accesstomemory.org for information about AtoM, the currently supported version.

The virtual appliance allows you to try ICA-AtoM on your personal computer if you don't have access to a webserver on which to install ICA-AtoM.

What is it?

A virtual appliance is one file containing a minimal operating system and server software. You can "play" this file with a free virtual machine player like VMware Player or Sun VirtualBox.

When you play the virtual appliance, it starts the second operating system and server software inside the player, on top of your existing operating system. There is no need to reboot or install anything except the player. You can then connect to the web server running inside the virtual machine player with your regular web browser.


Minimum hardware requirements

  • Processor: Pentium IV or higher
  • RAM: 256B unallocated memory
  • Hard Drive space: a minimum of 1GB to test the system on a small scale (i.e. use the available test files or import a small set of test files)


vmserver

Install Sun Virtual Box

There are VirtualBox versions available for every major operating system.

Download and install Sun VirtualBox, http://www.virtualbox.org/wiki/Downloads


Download vmserver appliance

ica-atom-vmserver-1.2.0.tgz (214 MB, md5)

Unzip the vmserver appliance. This should result in the following two files appearing in a folder:

  • A file with extension vmdk, where the entire appliace is encapsulated. For example: disk0.vmdk.
  • A configuration file with extension vmx. For example: ubuntu.vmx.

Setup appliance in VirtualBox

Add vmserver appliance to VirtualBox

  1. Open the Sun VirtualBox virtual machine.
  2. 0-new.png
  3. Click "New"
  4. 1-Start-vmserver-setup.png
  5. Click "Next"
  6. 2-set-name-vmserver-setup.png
  7. Enter a Name e.g. "ICA-AtoM"
  8. Set OS type as operating system "Linux" version "Ubuntu"

    This setting refers to the operating system that is run inside the virtual appliance, not your own host operating system

  9. Click "Next"
  10. 3-set-mem-vmserver.png
  11. Set Base Memory Size to "256MB"
  12. Click "Next"
  13. 4-use-existing.png
  14. Select Use Existing Hard Disk
  15. 5-click-folder-icon.png
  16. Click Folder/Arrow icon for Virtual Media Manager
  17. 6-virtual-media-manger-add.png
  18. Click "Add"
  19. Browse to location of disk0.vmdk and click select/Open (ubuntu-vmserver folder)
  20. 7-select-disk.png
  21. Highlight newly added disk and click select
  22. 8-finish-add-vmserver.png
  23. Click "Next"
  24. 9-finish.png
  25. Review selections, click "Finish"
  26. ICA-AtoM should be visible on the left hand side of VirtualBox
  27. Right click ICA-AtoM in VirtualBox
  28. 0-settings.png
  29. Choose Settings
  30. SelectSystem.png
  31. Select System
  32. EnablePAE.png
  33. Enable PAE/NX checkbox
  34. 2-selectnetwork.png
  35. Select Network
  36. 3-select-host-only.png
  37. Choose "Host-Only Adapter" in "Attached to" drop down
  38. 5-click.OK.png
  39. Click OK

Having trouble with selecting the network?
You might have to configure the settings. In the Virtualbox, go to File > Preferences > Network, and click "Add New" (it's the little green "+" symbol to the right - see the screenshot below). You will see a "vboxnet0" added to the list of host-only networks. Now go back and follow the previous steps - when you select the network as "Host-Only" it should work this time!
Add new host-only network.png

Start the machine

    0-start.png
  1. Click Start
  2. 1-complete-boot.png
  3. Wait for boot to complete. You do not need to enter the Ubuntu (or "ica-atom") password (bottom of the boot-up screen). You can simply minimize this window for now.
  4. 3-ica-atom.png
  5. Open your web browser and go to the following URL: http://192.168.56.101/
  6. Your web browser is now communicating directly with the server inside the virtual appliance, just as if you were pointing your web browser to http://ica-atom.org/ or any other online website
  7. You will now complete the basic ICA-AtoM installation steps on the copy of the application running inside the virtual appliance
  8. Click the 'Continue' link on the System Checks page
  9. Set up your new site

    4-ica-atom.png

  10. Don't adjust the default database settings. Accept the default database name ("qubit") and user ("root"). Just press "Save and continue"
  11. 5-ica-atom.png
  12. Give your new ICA-AtoM site a title and (optional) site description
  13. Create an administrator account for yourself, completing the mandatory username, email, and password fields
  14. 6-ica-atom.png
  15. Click "Save and continue"
  16. Congratulations, you have a running copy of ICA-AtoM! See the user manual for instructions on how to use the software
  17. Be sure to follow the turn off virtual appliance instructions below when you are done so that you save any data you have entered and avoid starting a new ICA-AtoM installation
  18. The next time you want to use your ICA-AtoM virtual appliance, just open the Sun Virtual Box player, "Start" the ICA-AtoM virtual appliance and point your browser to, http://192.168.56.101/


Turn off virtual appliance

    7-ica-atom.png
  1. At the end of your session, turn off the VirtualBox virtual machine by going to Machine > Close
  2. 8-ica-atom.png
  3. Select the "Save the machine state" option

If you don't select the "Save the machine state" option you will lose any data you have entered and have to complete the ICA-AtoM installation anew the next time you start the virtual appliance.

This is from the VirtualBox help manual:

3.4.3. Saving the state of the machine

When you click on the "Close" button of your virtual machine window (at the top right of the window, just like you would close any other window on your system) (or press the Host key together with "Q"), VirtualBox asks you whether you want to "save" or "power off" the VM.

The difference between these three options is crucial. They mean:

Save the machine state: With this option, VirtualBox "freezes" the virtual machine by completely saving its state to your local disk. When you later resume the VM (by again clicking the "Start" button in the VirtualBox main window), you will find that the VM continues exactly where it was left off. All your programs will still be open, and your computer resumes operation.

Saving the state of a virtual machine is thus in some ways similar to suspending a laptop computer (e.g. by closing its lid).

Send the shutdown signal. This will send an ACPI shutdown signal to the virtual machine, which has the same effect as if you had pressed the power button on a real computer. So long as a fairly modern operating system is installed and running in the VM, this should trigger a proper shutdown mechanism in the VM.

Power off the machine: With this option, VirtualBox also stops running the virtual machine, but without saving its state.

This is equivalent to pulling the power plug on a real computer without shutting it down properly. If you start the machine again after powering it off, your operating system will have to reboot completely and may begin a lengthy check of its (virtual) system disks.

As a result, this should not normally be done, since it can potentially cause data loss or an inconsistent state of the guest system on disk.

The "Discard" button in the main VirtualBox window discards a virtual machine's saved state. This has the same effect as powering it off, and the same warnings apply.

KVM

This section is for Linux users only.


Install KVM

KVM is part of the Linux kernel, check with your distribution for installation methods.


Debian/Ubuntu

  1. Run the following to check if your processor supports KVM (if nothing is printed you can not use KVM)
    $ egrep '(vmx|svm)' --color=always /proc/cpuinfo
    
  2. Install KVM
    $ sudo aptitude -DR install qemu-kvm
    


Download KVM appliance

ica-atom-kvm-1.2.0.tgz (214 MB, md5)

Unzip the KVM appliance. This should result in the following two files appearing in an ubuntu-kvm folder:

  • disk0.qcow2
  • run.sh < this file can be modified to preserve settings

Run appliance in KVM

  1. Change directory to the location of KVM image,
    $ cd /path/to/image/ubuntu-kvm
    
  2. Start KVM appliance instance (-m sets the memory in MB in this case 256MB, -redir tells the host machine to direct port 8000 to 80 on the guest instance)
    $ sudo kvm -m 256 -redir tcp:8000::80 disk0.qcow2
    
  3. Wait until the machine is completely booted (you will see Ubuntu shell login)
  4. ICA-AtoM is now reachable at http://localhost:8000/