ICA-AtoM virtual appliance

From ICA-AtoM
Revision as of 16:58, 23 December 2009 by Peter (talk | contribs)
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 ICA-AtoM virtual appliance is a good option if you want to try ICA-AtoM on your personal computer but are having trouble installing the web server or database server that a web-based application like ICA-AtoM requires.

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)

Instructions for using the vmserver image

Install Sun Virtual Box

Download ICA-Atom vmserver

  • Download ICA-Atom vmserver: ica-atom-vmserver-2009-12-09.tgz (md5)
  • Unzip the ICA-atom-vmserver file. This should result in the following two files appearing in an ubuntu-vmserver folder:
    • ubuntu.vmx
    • disk0.vmdk

Setup ICA-Atom in VirtualBox

Add vmserver image to VirtualBox

  • Open the Sun VirtualBox virtual machine.
  • Click New

0-new.png


  • Click Next

1-Start-vmserver-setup.png


  • Enter a Name eg 'ICA-Atom'
  • Set OS type as operating system 'Linux' version 'Ubuntu'
    • Note: this setting refers to the operating system that is run inside the virtual appliance, not your own host operating system
  • Click Next

2-set-name-vmserver-setup.png


  • Set Base Memory Size to '256MB'
  • Click Next

3-set-mem-vmserver.png


  • Select Use Existing Hard Disk

4-use-existing.png


  • Click Folder/Arrow icon for Virtual Media Manager

5-click-folder-icon.png


  • Click Add

6-virtual-media-manger-add.png


  • Browse to location of disk0.vmdk and Click select/Open (ubuntu-vmserver folder)
  • Highlight newly added disk and click select

7-select-disk.png


  • Click Next

8-finish-add-vmserver.png


  • Review Selections, click Finish

9-finish.png


ICA-Atom should be Visible on the left hand side of VirtualBox


  • Right Click ICA-Atom in VirtualBox
  • Choose Settings

0-settings.png


  • Select Network

2-selectnetwork.png


  • Choose 'Host-Only Adapter' in 'Attached to' drop down

3-select-host-only.png


  • Click OK

5-click.OK.png

Start The Machine

  • Click Start

0-start.png


  • Wait for Boot to complete. You do not need to enter the ubuntu password (bottom of the boot-up screen)

1-complete-boot.png


3-ica-atom.png


  • 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.
  • You will now complete the basic ICA-AtoM installation steps on the copy of the application running inside the virtual appliance.
  • Click the 'Continue' link on the System Checks page

4-ica-atom.png


  • Don't adjust the default database settings. Accept the default database name ('qubit') and user ('root'). Just press 'Save and continue'


5-ica-atom.png


  • Give your new ICA-AtoM site a title and (optional) site description
  • Create an Administrator account for yourself, completing the mandatory username, email and password fields
  • Click 'Save and continue'


6-ica-atom.png

  • Congratulations, you have a running copy of ICA-AtoM! See the User Manual for instructions on how to use the software.
  • 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.
  • 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

  • At the end of your session, turn off the VirtualBox virtual machine by going to Machine > Close > and selecting one of the three shutdown options. It is best to choose either "Save the machine state" or "Send the shutdown signal". 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.

Instructions for using the KVM image

NOTE: this section is for Linux users only

Install KVM

  • There are KVM is apart of the Linux Kernal, check with your distribution for installation methods.

For Ubuntu/Debian

  • 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
  • Install KVM
$ sudo aptitude install kvm 

Download ICA-Atom kvm

  • Download ICA-Atom kvm: ica-atom-kvm-2009-12-09.tgz (md5)
  • Unzip the ICA-atom-kvm file. 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 ICA-Atom in KVM

  • change directory to the location of KVM image,
$ cd /path/to/image/ubuntu-kvm/
  • start kvm ica-atom 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
  • wait until the machine is completely booted (you will see Ubuntu shell login)