You are here: Home / Groups / Earths Interior / Wiki / ASPECT / Tutorials - ASPECT / 2018 CIDER / Compare
18.188.252.23
  • Discoverability Visible
  • Join Policy Invite Only
  • Created 30 Dec 2020

2018 CIDER

Version 2
by (unknown)
Version 3
by (unknown)

Deletions or items before changed

Additions or items after changed

1 == 2018 CIDER ASPECT Tutorial ==
2 ASPECT was part of the tutorial sessions at the 2018 CIDER workshop. Please see instructions below on how to download and install the necessary software to follow this tutorial.
3 -
* Tutorial slides: [[File(rene_gassmoeller_tutorial_cider2018.pdf)]
+
* Tutorial slides: [[File(rene_gassmoeller_tutorial_cider2018.pdf)]]
4 * Video recording: https://youtu.be/ELoFgxBrDyU
5 ----
6 === Prerequisites for CIDER 2018 Tutorial ===
7 ==== !VirtualBox ====
8 You can download and install !VirtualBox *before* the tutorial or use the installation files that are on the USB drives that will be distributed at the beginning of the tutorial. You can download the software from [https://www.virtualbox.org/wiki/Downloads VirtualBox downloads].
9
10 Use [https://www.virtualbox.org/manual/ch02.html these directions] to install !VirtualBox.
11
12 -
If your host machine is any linux system, both {{{virtualbox}}}{{{ and virtualbox-dkms}}} packages must be installed. Also check to make sure you have exFAT filesystem drivers. Windows and Mac systems should have it by default. On Ubuntu, the packages required are {{{exfat-utils}}} and {{{exfat-fuse}}}.
+
If your host machine is any linux system, both {{{virtualbox}}} {{{ and virtualbox-dkms}}} packages must be installed. Also check to make sure you have exFAT filesystem drivers. Windows and Mac systems should have it by default. On Ubuntu, the packages required are {{{exfat-utils}}} and {{{exfat-fuse}}}.
13
14 We recommended that your computer has at least 20 to 30 GB of free disk space and preferably 8 GB of RAM. If your computer has less RAM check the {{{Troubleshooting}}} section for how to reduce the memory allocation of the virtual machine.
15
16 ==== Tutorial Image ====
17 -
During the first tutorial session, you will receive a 16 GB USB drive with an OVA file called “CIDER2018.ova” and the installation files for VirtualBox. This image contains the software for all CIDER tutorials. Copy it onto the laptop you are going to use for the tutorial.
+
During the first tutorial session, you will receive a 16 GB USB drive with an OVA file called “CIDER2018.ova” and the installation files for !VirtualBox. This image contains the software for all CIDER tutorials. Copy it onto the laptop you are going to use for the tutorial.
18
19 Alternatively, you can also download the virtual machine from here: CIDER2018 Virtual Machine. Note that this file is over 5GB in size and will take a long time to download (it is not recommended to do this during the tutorial as the Wifi will be unable to provide sufficient speed for multiple simultaneous downloads).
20
21 ==== Importing the CIDER2018 tutorial virtual machine ====
22 # Run !VirtualBox.
23 # Select from the menu “Import appliance”:
24 [[Image(screenshot_from_2015-06-19_19_55_07.png)]]
25 # Select the copied/downloaded CIDER2018.ova:
26 [[Image(cider_2018_import_appliance.png)]]
27 # Select Next and Import:
28 [[Image(cig_16_download.png)]]
29 # Click on start (the green arrow) to launch the image:
30 [[Image(cider_2018_start_vm.png)]]
31 # You know it worked if you see the following login screen:
32 [[Image(cider_2018_start_screen.png)]]
33 ==== Using the virtual machine ====
34 -
We use VirtualBox to run a separate ('guest') operating system inside your normal (or 'host') operating system. For this tutorial we use a Lubuntu 16.04 linux inside the virtual machine, because it provides a reasonably intuitive interface, and importantly is relatively lightweight, keeping the size small, and the machine relatively fast.
+
We use !VirtualBox to run a separate ('guest') operating system inside your normal (or 'host') operating system. For this tutorial we use a Lubuntu 16.04 linux inside the virtual machine, because it provides a reasonably intuitive interface, and importantly is relatively lightweight, keeping the size small, and the machine relatively fast.
35
36 The virtual machine contains the following users for the individual tutorials:
37
38 * geodynamics
39 * mineralphysics
40 * seismology
41 -
As a first step select any of the above users and login to the system. Note that all of the users listed above do not require a password. Lubuntu separates the common 'Start' menu in the bottom left corner of the screen from the 'Shutdown/Reboot/Switch user' menu in the bottom right corner of the screen, but otherwise the layout of file explorer and menus should be vaguely familiar to all users of 'Windows'/'MacOS'/'generic Linux' users.
+
As a first step select any of the above users and login to the system. Note that all of the users listed above do not require a password. Lubuntu separates the common 'Start' menu in the bottom left corner of the screen from the 'Shutdown/Reboot/Switch user' menu in the bottom right corner of the screen, but otherwise the layout of file explorer and menus should be vaguely familiar to all users of 'Windows'/'!MacOS'/'generic Linux' users.
42
43 [[Image(cider_2018_terminal_commands.png)]]
44
45 The majority of the work in the tutorials will happen in the linux terminal, and if you are not used to working in the terminal, now is a good time to familiarize yourself with some basic commands:
46
47 * You can open a new terminal by pressing {{{ctrl+alt+t}}}, or double-clicking on the {{{LXTerminal}}} shortcut on the desktop
48 * You can exit the terminal by typing {{{exit}}} and pressing enter
49 * You can change directories in the terminal using the command cd followed by the directory name (or {{{cd ..}}} to move up one directory). Just typing {{{cd}}} and pressing enter brings you back to your home directory. Most tutorials will happen in the directory 'Desktop' and some subdirectory of it.
50 * You can always press {{{Tab}}} once or twice and the terminal will try to auto-complete the command you were typing (very useful for long or unknown filenames!)
51 * You can list all files in the current directory using the command {{{ls}}}
52 * You can start programs by typing their name and pressing enter (try {{{leafpad}}} for a simple text editor)
53 * While a program that you started from the terminal is running, you can type more commands in the terminal, but they will only be executed when you close the program.
54 * You can always open additional terminals to work in other directories while keeping the old one open.
55
56 The virtual machine has all required software installed, but if you are familiar with linux and you want to install additional packages (e.g. your favorite text editor), do it as {{{cideradmin}}}, using the password {{{cideradmin}}}:
57
58
59 {{{
60 su cideradmin
61 }}}
62
63
64
65 {{{
66 sudo apt-get install to install ubuntu packages.
67 }}}
68
69
70 Now simply start the CIDER2018 virtual machine and log into the user required for your current tutorial.
71
72 ==== Setting up a shared folder between host and guest operating system ====
73 Some of the tutorials need to transfer data between the virtual machine and your host operating system. In order to allow this you will need to create a new folder on your laptop. Give it a name (e.g. 'share') and open the settings of the CIDER2018 virtual machine. Go to the 'Shared Folders tab' and add the newly created folder as a shared folder by clicking on the green plus and selecting your newly created folder (do *not* select the read-only option in the dialog that opens).
74
75 [[Image(cider_2018_shared_folder.png)]]
76
77 Take note of the folder name that !VirtualBox assigns to this shared folder (most likely 'share'). If everything worked your settings tab should look like this:
78
79 [[Image(cider_2018_shared_folder2.png)]]
80
81 Now click 'Ok' to save the settings and start your virtual machine. To mount the shared folder inside the virtual machine as any user open a terminal as explained above and use the following commands:
82
83
84 {{{
85 mkdir shared_folder
86 }}}
87
88 (only necessary a single time per user account)
89
90 {{{
91 su cideradmin
92 }}}
93
94 (when asked for the password type cideradmin)
95
96
97 {{{
98 sudo mount -t vboxsf -o rw share shared_folder/
99 }}}
100
101 (when asked for the password type {{{cideradmin}}} )
102
103
104 {{{
105 exit
106 }}}
107
108
109 Now you should have a new directory in your home directory called {{{shared_folder}}} and every file you copy into this folder will appear on your host operating system in the folder {{{share}}} that you created at the beginning of this subsection. You will need to repeat this process (except for the first step) every time you restart the virtual machine, thus test it now once, but only repeat it when necessary for your tutorial.
110
111 ==== Troubleshooting ====
112 * On some laptops the hardware feature that allows virtual machines to work efficiently (Intel VT-x) is disabled. If while importing or starting the VM you get error messages like 'This host supports Intel VT-x, but Intel VT-x is disabled' then reboot your computer, enter the BIOS settings, and make sure the 'VT-x' setting is set to 'Enabled'. As the setting can be called slightly differently for different laptops, please let us know if you need help with this problem.
113 * The virtual machine by default allocates 2 CPU cores and 4 GB of RAM. If your laptop has less than 8 GB of RAM or less than 4 CPU cores, you might want to reduce these numbers (e.g. to 1 CPU core and 2 GB of RAM). You can do so by right-clicking on the CIDER2018 virtual machine icon in !VirtualBox, and then go to the {{{Systems}}} tab. The amount of RAM can be set in the Motherboard panel, and the number of CPU cores can be set in the {{{processor}}} panel. You will have to shutdown the virtual machine in order to change these settings.
114 * On some laptops the shared folder will not allow writing into the shared folder inside of the virtual machine. This can be circumvented by becoming the superuser inside of the virtual machine. To move an example file called 'test' into a shared folder named 'shared_folder' you will have to use the following commands:
115 * {{{su cideradmin}}}
116 (when asked for the password type cideradmin)
117 * {{{sudo mv test shared_folder/}}}
118 (when asked for the password type cideradmin)
119 * {{{exit}}}