Starting your Amazon virtual machine

Size: px
Start display at page:

Download "Starting your Amazon virtual machine"

Transcription

1 Nescent Academy - Workshop 1 Starting your Amazon virtual machine Instructors: Konrad Paszkiewicz k.h.paszkiewicz at exeter ac uk Alexie Papanicolau Alexie.Papanicolaou at csiro.au Francesc Lopez francesc.lopez at yale.edu Objectives: By the end of this section you will be expected to: Log into the Amazon Console and start your instance of the Nescent AcademyVM Log in to an Amazon EC2 Linux instance using your own computer Continue with the Short read genomics tutorials at your own pace

2 Introduction For this first workshop we will provide an overview of the cloud as described by Amazon and how, as researchers, we can use this flexible resource to get work done quickly and relatively inexpensively. We will dive right into starting up the pre-prepared Virtual Machine (VM) and logging into the Amazon management console. We will give you a whirlwind tour of the features of Amazon's cloud and then start to teach you the basics of Linux (the environment), the command line and the programming language Perl. This is a tutorial designed to teach you the fundamentals of Linux in a biological context. The aim is to get you as comfortable as possible using the linux command line and basic programming so that future workshops on the analysis of data (e.g. RNA-seq etc) can focus on the actual analysis without getting bogged down in the mechanics of how to use the operating system. It is also designed to enable you to start to write your own simple programs (sometimes called scripts) to do repetitive tasks or large-scale data analysis which might otherwise prove impossible. For this tutorial I borrowed documentation from the following sites: Task 1 Tour of Amazon's Cloud In this section of the workshop we will log into Amazon's cloud (referred to as Amazon Web Services or AWS) and take a look at the various services offered by Amazon. These include: Elastic Cloud Compute (EC2): the service AWS is known for, hourly rental of Linux and Windows machines. Amazon now has special High Performance Computing nodes (HPC) and Graphical Computing nodes (GPU nodes) Simple Storage Service (S3): a storage service, not particularly fast but great for storing large buckets of data for long term storage, sharing, or temporary storage for use between instances Elastic Block Storage (EBS): similar to S3 but limited in size (max 1TB), these are virtual hard drives that you can attach and detach very quickly to and from your running instances. Think of these as the USB flash drive of the cloud computing world A ton of other services that are geared towards building highly scalable and fault-tolerant webbased services. Many can be co-opted for use in research! We have setup a general class account, the details of which Karen Cranston should supply you with. You need to know the console URL, the username, and the password.

3 Task 2 - Connecting to Your Personal VM As part of the Nescent Academy course we were extremely fortunate to have received funding from Amazon, enough to provide each student with $100 of compute and storage resources. This should be plenty to cover the costs of the class. In this section of the tutorial we will log into the Amazon console web application, setup your account and VM instance, and login to kick the tires. The Rules While $100 is very generous we ask that each student adhere to the following guidelines to ensure we have enough resources for the duration of the workshop: 1. Please only launch a single VM instance of the type specified by the instructor at the beginning of the workshop and stop the instance at the end of the workshop. Do not leave the image running overnight or over a whole week you will quickly run out of funding. 2. Please name your VM instance as I do in my demo. Including your name will make it easy to find your resources in the list of class resources 3. Please do not delete EBS volumes or terminate VM instances that don't belong to you Step 1 Logging Into the Console In addition to being extremely comprehensive, the Amazon cloud has a very easy-to-use interface for interacting with all their cloud offerings. All you have to do is log into a web application and most of the functionality of the Amazon tools are available for you and very easy to use. Username and password were given in your welcome packet along with the URL (which is repeated below). Nescent Academy has its own Amazon account and each of the students have been setup as a sub-account using something called Identity Access Manager. The nice thing about this is you have pretty much free access to the console and we can have very fine grain control on what your sub-accounts can and cannot do. To get started go to the following URL and login with your username and password. After logging in you'll be presented with a wide range of options. Most likely you've logged into the EC2 Dashboard. If you haven't, please click the drop down menu at the top and then click on Amazon Elastic Compute Cloud (EC2). On this page you'll get a summary of the EC2 state for your account. You can see mine below.

4 Step 2 Launch the AMI From here we can create computers on Amazon's 'cloud'. What this means is that we can create as many computers as we like, start them, log-in to them, do some work, transfer data to/from them or destroy them altogether. Amazon worry about the hardware, power, cooling and maintenance all we need to do is specify how powerful a computer we want (micro, small, large or extra-large). Amazon charge for each Gb stored every month and for each hour a machine is run. This can vary from a few cents per hour to a few dollars. Whilst it is very convenient if you are only doing analyses occasionally, at the moment it is still cheaper to have your own computing (although you then have the headache of maintaining it!). The reason we are using the cloud here is that most of you will only be doing occasional analyses. In the case of high-throughput sequencing data (e.g. Illumina) you will find that your desktop PC may not be powerful enough to cope with the data. As such Amazon can offer a good alternative. It also means that you can start and stop your AMI from home and continue to work through the tutorial from there. Once logged into the console we can select an Amazon Machine Image (AMI) Virtual Machine and launch it. Click on the Launch Instance button in the center. Then select Launch Classic Wizard.

5 Now, make sure you click on the 'My AMIs' tab: The AMI is a snapshot of the VM we prepared for you for this class. To select the VM we have prepared for this workshop do this type the ID ami-02ce6b6b into the search box. This should come up with Nescent v4. Please do not use any other AMI for this workshop! Click Select. The next page is Instance Details where your first choice is the number and type of instances. For this class your default choice should be micro instance. Depending on how many CPUs and how much memory you need you can choose a different instance if you were running this outside the class. See for information about the instance types and for information about pricing per hour. Tip: The Availability Zone option can be any of the options, but you should stick to it for the class. If you create any S3 volumes (see the additional information in the supplementary tutorial) they are specific to a given availability zone so you'll need to have your instances and EBS volumes in the same zone.

6 Your next choice is Launch Instances or Request Spot Instances. The latter lets you bid on how much you want to spend on your EC2 node. This is a fantastic innovation, it works really well if you have tasks that need to get done but not urgently so you can afford to wait and, therefore, will only run your jobs during cheap off-peak hours. But, for this workshop we'll use the regular Launch Instances. Use a Large instance and pick either us-east-1a, us-east-1b or us-east-1c as the Availability Zone. Click Continue. You can use the defaults on the next page, click Continue again. On the next page you'll be given an opportunity to name your VM. Make sure you give this VM a name that includes your username so you can later find it in the list of instances. For example StudentKonrad since the username is StudentKonrad.

7 The next step lets you select the keypair used to let you log into this machine. This keypair is a file you download and supply to your SSH client in order to connect to the running server. By default most machines on Amazon don't use passwords as this can be a security risk. However, to make life easier, our machine does use passwords. As such you can click on 'Proceed without a key-pair' If you ever want to use a different machine image then you should either create a new key pair or use an existing one you have made. For the purposes of this workshop, you will not need it.

8 In the next step Configure Firewall select Choose one or more of your existing security groups. Select 'Default'. Select Continue. This will open the following ports: 22 (ssh) 80 (web server) Your instructor may ask you to alter these settings depending on the tools being used. The next step is just a review. If it looks OK hit Launch. At this point you can watch your instance boot under the Instances section in the EC2 tab.

9 At this point you wait just a couple minutes for the AMI instance to come online. Above you can see the instance is running, give it a couple minutes to finish its boot cycle. It's booting somewhere on a virtualized cluster node in Virginia! If you click on Instances on the left-hand panel you'll get a list of your running VMs (you'll see yours listed along with the other students, did you give it a name you can recognize?).

10 Once it turns green, you should click on the AMI and copy the Public DNS address to the clipboard (shown below is an example where the Public DNS is ec compute-1.amazonaws.com). We will need it in a moment. Step 3 Log into the Running VM's Remote Desktop with NX If you need a windowing environment rather than just an SSH terminal this is possible with CloudBioLinux! This is a great option if you want to use a GUI application (Graphical User Interface like Apollo or Artemis). It's very cool to see a remote desktop with Firefox and every other GUI application rendered quick and snappy over the Internet! Here are the steps to get remote NX login working, take a look at the document for more information. Note that these instructions will only work for this particular VM AMI. Many AMIs will not have the NX server installed and therefore you will not be able to connect using the NX-client. In these cases you will have to look at Step 4 and use SSH. 1 - Download an NX Client See for the various client installers. You should download the NX client specific to your machine (i.e. Windows, Linux or Mac). Make sure you download the NX Client and not the NX-server. Note that Mac OSX is incompatible with NX client 3.5. You should download NX client preview version 4 if you have Mac OSX.

11 2 - Launch the Client and Connect Once it is installed, start the NX Connection Wizard on your laptop. On Windows the start menu the icon will look like: At the next screen you should name the connection Nescent Academy and set the host-name to be the public DNS address of your Amazon AMI. Note, if you ever stop or restart your AMI, the Public DNS address will change. Make sure you update your NX client with the new DNS!

12 Click Next > and at the next screen ensure you change KDE to GNOME Click Next > and Next > again on the next screen. Double click on the NX Nescent Academy shortcut which will be on your Desktop. Finally enter the login username ubuntu and password ubuntu (without the quotation marks). Once connected you should get a nice desktop with links to the Terminal and to the Firefox web-browser. If a window pops up asking if you would like to run any updates, just close it. One final task is to change your password from ubuntu to something less easy to guess. Double-click on the 'Terminal' icon and type the command 'passwd' (without the quote marks). Enter 'ubuntu' as the current password (again without the quotes) and then type in a new password of your choice. Note that for security, no characters will appear as you type. Please make it difficult for someone to guess your new password! You will then need to re-enter it to confirm. Every time you log in via NX after this you will need to enter 'ubuntu' as the username and the password you have just entered. Make sure you remember it!

13 To close the connection just close the window, you can choose Disconnect if you want to log back in later and pick up where you left off. However, if you stop or restart the AMI via the console, any unsaved information will be lost. If you do stop or restart, remember to check and change the Public DNS address using the AWS console and change the DNS address in NX. Optional Step 4 Log into the Running VM via SSH Note this is for advanced users who may want to access the server via SSH using a key-pair. Do NOT try this during this tutorial. To connect over SSH you need to get the server IP address. Right click on the running instance and select connect. That gives you the command for Linux or Mac, open a terminal and cut and paste this command. Note, you should have the key file you downloaded present in the same directory that you execute the command from. For example, the command might look like the following and this assumes key- StudentKonrad.pem is in the same directory: $> ssh -i key-studentkonrad.pem ubuntu@ec compute-1.amazonaws.com Linux/Mac Tip: When you do the above command it may complain and say permissions are too loose on the.pem file. If this happens use chmod to make the file read/write only to you (it's supposed to be private): chmod a-rwx key-studentkonrad.pem

14 chmod u+rw key-studentkonrad.pem And try the SSH command again. (You ll learn exactly what these commands do during the next tutorial) Windows Tip: If you ever use a different AMI from the one used in this workshop, the chances are you will need an SSH client to connect to the instance. Mac and Linux have this built in, just open a terminal and you're ready to execute the command above. For Windows you should download the Putty program ( which gives you a very easy-to-use SSH program for Windows. When you launch this program look for the following setting, you'll need to provide the program with the path to your.pem file that you downloaded when launching your cluster node. See the Private key file for authentication option in the screenshot below. The username above is ubuntu and the server is ec compute-1.amazonaws.com. You'll use the server name that's assigned to the one you launched.

15 At this point you've logged into the machine. Other instructors will expect you to do these steps (launch a VM and connect via SSH) for their workshops. Step 5 Stopping and starting the Instance When you're done with the workshop it's very important to turn off the VM to avoid unnecessary charges. Just log back into the console, right click the instance and select Terminate. It will ask you to confirm. You can then watch the status change from shutting down to terminated. Note this will destroy all work done to date. If you wish to keep your data, use the 'Stop' option instead. In this state you will not be charged for computing time, but will still be charged for storage. Very important! If you stop and then start you instance your Public DNS address may change. If this happens you will need to use the new DNS address with the NX-client or SSH. Although much of what we have just done may not make much sense yet, most of you will feel totally comfortable and confident working on an EC2 node running Linux within a few hours. It's really amazing how quickly the fact that this is a remote computer will fade away. It may be hundreds of miles away but it will act just like a local computer, especially if you connect via NX. Move on to the Linux tutorial! 15

16 Additional Information Please do not attempt this part of the tutorial until you have completed the the Linux tutorial! Moving Data into and out of the Cloud We'll start with a comparison of S3 and EBS then move on to creating your own EBS volume which you can attach, format, then save data on. Get data into EC2 via scp (or Fugu for Mac WinSCP or something similar for Windows) Create an EBS volume, attach, format, and mount Get data into EC2 via wget from a public website Move data into and out of S3 Getting Data on the VM To get data onto the Virtual Machine you can post it to a web server then use wget or Firefox running on the VM over NX to pull the data down to one of the directories above. It s a little lowtech but it saves you having to mess around with scp. wget -O - -q google.com > index.html If you want to push data directly to the VM instance you can use scp (or a GUI tool such as fugu on the Mac or any windows program that supports transfers over ssh). For the GUI tools take a look at the tutorial located at: It covers the setup of WinSCP and Putty. If anyone has problem setting up these programs let me know and we can work out the issues after the workshop. The command line utility (run on your local machine) would look like the following, replace the server address with your running VM's address: scp -i key-<username> <localfile> ubuntu@ec compute- 1.amazonaws.com:/<remote_dir>/ 16

17 Creating an EBS Snapshot You will generally want to write files to your EBS volume so they will persist upon system termination. Think of the EBS volume as the USB flash drive of the cloud! This section of the tutorial was taken verbatim from (written by Rosangela Canino-Koning) since it provides an excellent tutorial on setting up an EBS. If you want to save your data across instances that is, if you want to have persistent data Amazon can do that for you, too. You need to use the Amazon Elastic Block Storage service, which creates a virtual hard drive that you can (virtually) attach to your EC2 instance. Note that EBS charges are based partly on how much disk space you use per month, rather than on connectivity or anything else, so even if you don t have an EC2 machine running, you ll be paying Amazon for data storage. Prerequisites This tutorial assumes you ve already set up an account on Amazon Web Services, and that you ve completed the EC2 tutorial to set up an Amazon instances. Ask Amazon to create a new Elastic Block Storage Volume for you At the AWS Management Console, on the left menu bar, click Volumes. Click Create Volume. 17

18 Enter the desired size, and select the zone in which your instance is running. The volume and instance must be in the same zone. Otherwise, the volume cannot be attached to your instance. Make sure you select the same availability zone as your running instance! Then click Create. Wait for your volume to finish being created, then click Attach Volume. 18

19 Select the desired running instance. You may leave the Device at the default: /dev/sdf. This is the name that your EC2 instance can use to connect to the disk space. If it gives you an error, just try another device name until you find one that's free. Make sure you remember the name. Click Attach. When attachment is complete, connect to your instances via SSH. If the volume is newly created, you must format the volume. WARNING: ONLY DO THIS ONCE, WHEN YOU FIRST CREATE THE VOLUME. OTHERWISE, YOU WILL LOSE ALL YOUR DATA. %% sudo mkfs -t ext3 /dev/sdf It will ask you if you want to use the entire device say y for yes. Then, mount the volume. You ll do this every time you attach the volume to an instance: %% sudo mkdir /working %% sudo mount /dev/sdf /working %% sudo chmod a+rwx /working Your drive is now ready to use it will be available under /working. Shutting down your instance Any volumes you have attached will automatically detach when you shut down the instance. You can also stop all processes that are using the volume, change out of the directory, and type %% sudo umount /working and then detach the volume via the AWS Web site. 19

20 Reading and Writing to S3 EBS volumes are great but 1) they can't be used across availability zones, 2) they are limited in size, and 3) they can't be used by multiple instances at the same time. The S3 services gets around these issues. It's basically a bucket services where you give a key (the bucket name plus file path) and byte data as a value. Like the EBS volumes you get charged for the space you use at a monthly rate. It's robust, available across availability zones, can handle many simultaneous connections, and provides higher limitations than EBS volumes: files can be up to 5TB you can have up to 100 buckets you can have an unlimited number of files in the bucket Creating the Bucket You can do this step either with a command line tool, API or you can use the console. Click on the S3 tab in the console and choose the Create Bucket button. Call it <username>bucket, so mine would be StudentKonradBucket. Then click Create. You should now see the bucket on the left. Uploading to the Bucket You can use the AWS console to upload to or download from the bucket, the Amazon Import/Export server to read or write data from hard drives into/out of S3, or you can use a program/api to read/write data. Here we'll use the very simple aws program ( to push and pull data into S3. To upload a file (test.txt) to my new bucket I would first setup my ~/.awssecret file to include two lines, first my access key ID and second my secret access key. For example, the file might look like: 1B5JYHPQCXW13GWKHAG2 2GAHKWG3+1wxcqyhpj5b1Ggqc0TIxj21DKkidjfz That file allows the aws command to connect to Amazon. Next, take my test.txt file and put it into my S3 bucket. %% aws put StudentKonradBucket/test.txt test.txt 20

21 You should now see the file in your bucket. Downloading from the Bucket Downloading is just as easy: %% aws get StudentKonradBucket/test.txt test.txt Remember, if you need to move large amounts of data into or out of S3 you should seriously consider using the Import/Export service rather than transferring data over the public Internet. Making an S3 Item Public You can share items in S3 with the public (or control their access very tightly for specific users, see the S3 documentation for details). To simply make something public, right click the item in the console and select Make Public. You can then see the public URL in the properties panel that can be shared with others. You can use this technique to serve entire websites directly out of S3 if you wanted! 21

22 The Analysis Lifecycle on Amazon's Cloud Putting together the examples and tutorials above a pattern for using Amazon's Cloud starts to emerge: Pick you AMI and instance type, guestimate your costs by using the Amazon calculator: Launch your instance Attach your EBS volumes, make some new ones, delete some old ones Log into your instance over ssh, install some software Copy data from a URL, scp, or S3 to your local instance EBS volume Run your analysis, get a coffee, check your result Write your results to an EBS volume or S3, share with the world via an EBS snapshot or public S3 bucket Turn off your instance, don't pay for time you don't use! Wash, rinse, repeat! HPC and Amazon So what we've done so far has been fun and there's a lot of potential for just starting up a compute node and, within a few minutes, getting work done. However, for large amounts of computation (think whole human genome sequencing) you're going to need more than a single compute node, no matter how powerful. There are a few really excellent tools available to you on Amazon, this section covers what they are and how you might use them. Cluster compute instances: nodes with very low latency, 10Gb interconnects that are wellsuited for ad hoc cluster creation and distributed computing. Take a look at the StarCluster project which will let you create SGE clusters on EC2 in just a few minutes: GPU compute instances: Amazon now offers GPU compute nodes if your algorithm can be written using OpenCL or CUDA Data Import/Export: this is a key for dealing with large (multi-terabyte) datasetsets such as NGS whole genomes. It allows you to prepare a drive and ship it off to Amazon. They import it into S3 and you can pull that data into your running instances. Files can be up to 5TB in size in S3. This is a great option since it's much faster to move large files around by FedEx than the public Internet! Programmatic APIs: everything I showed you can be done via a programmatic API in your favourite language. This means you can script cluster creation and teardown, data persistence and sharing, and pretty much any other feature in the Amazon Cloud. This functionality really takes the cloud to a whole new level and gives you massive amounts of control and flexibility to get your work done. This is really just the tip of the iceberg when it comes to cloud computing. There are many other more exotic features of Amazon's cloud that may be useful such as the Simple Queue Service (SQS), Elastic MapReduce, and SimpleDB to name just a few. Also, everything (and I mean everything) we covered in these tutorials can be scripted or interacted with programmatically. You 22

23 can launch instances, create EBS volumes, insert data in S3, and trigger exports to hard drives all via a series of web services operated by Amazon. Even better, whatever your favourite language, there will be an API specifically written for that language that exposes these services in an easy to use way. There are popular APIs in Java, PHP, Python, Ruby, Windows/.NET and even one for Android and ios cellphones! For HPC computing on EC2 I hope the last section gives you some ideas about how you can use the Amazon Cloud for research.

MATLAB on EC2 Instructions Guide

MATLAB on EC2 Instructions Guide MATLAB on EC2 Instructions Guide Contents Welcome to MATLAB on EC2...3 What You Need to Do...3 Requirements...3 1. MathWorks Account...4 1.1. Create a MathWorks Account...4 1.2. Associate License...4 2.

More information

Eucalyptus 3.4.2 User Console Guide

Eucalyptus 3.4.2 User Console Guide Eucalyptus 3.4.2 User Console Guide 2014-02-23 Eucalyptus Systems Eucalyptus Contents 2 Contents User Console Overview...4 Install the Eucalyptus User Console...5 Install on Centos / RHEL 6.3...5 Configure

More information

Renderbot Tutorial. Intro to AWS

Renderbot Tutorial. Intro to AWS Renderbot Tutorial Thanks for choosing to render your Blender projects in the cloud using Renderbot. This guide will introduce Amazon AWS, walk you through the setup process, and help you render your first

More information

A SHORT INTRODUCTION TO BITNAMI WITH CLOUD & HEAT. Version 1.12 2014-07-01

A SHORT INTRODUCTION TO BITNAMI WITH CLOUD & HEAT. Version 1.12 2014-07-01 A SHORT INTRODUCTION TO BITNAMI WITH CLOUD & HEAT Version 1.12 2014-07-01 PAGE _ 2 TABLE OF CONTENTS 1. Introduction.... 3 2. Logging in to Cloud&Heat Dashboard... 4 2.1 Overview of Cloud&Heat Dashboard....

More information

Amazon Web Services EC2 & S3

Amazon Web Services EC2 & S3 2010 Amazon Web Services EC2 & S3 John Jonas FireAlt 3/2/2010 Table of Contents Introduction Part 1: Amazon EC2 What is an Amazon EC2? Services Highlights Other Information Part 2: Amazon Instances What

More information

USER CONFERENCE 2011 SAN FRANCISCO APRIL 26 29. Running MarkLogic in the Cloud DEVELOPER LOUNGE LAB

USER CONFERENCE 2011 SAN FRANCISCO APRIL 26 29. Running MarkLogic in the Cloud DEVELOPER LOUNGE LAB USER CONFERENCE 2011 SAN FRANCISCO APRIL 26 29 Running MarkLogic in the Cloud DEVELOPER LOUNGE LAB Table of Contents UNIT 1: Lab description... 3 Pre-requisites:... 3 UNIT 2: Launching an instance on EC2...

More information

Cloud Backup Express

Cloud Backup Express Cloud Backup Express Table of Contents Installation and Configuration Workflow for RFCBx... 3 Cloud Management Console Installation Guide for Windows... 4 1: Run the Installer... 4 2: Choose Your Language...

More information

Zend Server Amazon AMI Quick Start Guide

Zend Server Amazon AMI Quick Start Guide Zend Server Amazon AMI Quick Start Guide By Zend Technologies www.zend.com Disclaimer This is the Quick Start Guide for The Zend Server Zend Server Amazon Machine Image The information in this document

More information

MATLAB Distributed Computing Server Cloud Center User s Guide

MATLAB Distributed Computing Server Cloud Center User s Guide MATLAB Distributed Computing Server Cloud Center User s Guide How to Contact MathWorks Latest news: Sales and services: User community: Technical support: www.mathworks.com www.mathworks.com/sales_and_services

More information

Using Virtual Machines

Using Virtual Machines Using Virtual Machines We will use VMs in CIT 130 so that you can access both a Windows 7 and a Linux machine. You will be able to access these from on and off campus (off campus access will require that

More information

Cloud Computing For Bioinformatics. EC2 and AMIs

Cloud Computing For Bioinformatics. EC2 and AMIs Cloud Computing For Bioinformatics EC2 and AMIs Cloud Computing Quick-starting an EC2 instance (let s get our feet wet!) Cloud Computing: EC2 instance Quick Start On EC2 console, we can click on Launch

More information

Secure Web Browsing in Public using Amazon

Secure Web Browsing in Public using Amazon Technical White Paper jwgoerlich.us Secure Web Browsing in Public using Amazon J Wolfgang Goerlich Written July 2011 Updated August 2012 with instructions for Mac users by Scott Wrosch. Abstract The weary

More information

Tutorial: Using HortonWorks Sandbox 2.3 on Amazon Web Services

Tutorial: Using HortonWorks Sandbox 2.3 on Amazon Web Services Tutorial: Using HortonWorks Sandbox 2.3 on Amazon Web Services Sayed Hadi Hashemi Last update: August 28, 2015 1 Overview Welcome Before diving into Cloud Applications, we need to set up the environment

More information

ArcGIS 10.3 Server on Amazon Web Services

ArcGIS 10.3 Server on Amazon Web Services ArcGIS 10.3 Server on Amazon Web Services Copyright 1995-2015 Esri. All rights reserved. Table of Contents Introduction What is ArcGIS Server on Amazon Web Services?............................... 5 Quick

More information

An Introduction to Cloud Computing Concepts

An Introduction to Cloud Computing Concepts Software Engineering Competence Center TUTORIAL An Introduction to Cloud Computing Concepts Practical Steps for Using Amazon EC2 IaaS Technology Ahmed Mohamed Gamaleldin Senior R&D Engineer-SECC ahmed.gamal.eldin@itida.gov.eg

More information

Running Knn Spark on EC2 Documentation

Running Knn Spark on EC2 Documentation Pseudo code Running Knn Spark on EC2 Documentation Preparing to use Amazon AWS First, open a Spark launcher instance. Open a m3.medium account with all default settings. Step 1: Login to the AWS console.

More information

USB HSPA Modem. User Manual

USB HSPA Modem. User Manual USB HSPA Modem User Manual Congratulations on your purchase of this USB HSPA Modem. The readme file helps you surf the Internet, send and receive SMS, manage contacts and use many other functions with

More information

Moving Drupal to the Cloud: A step-by-step guide and reference document for hosting a Drupal web site on Amazon Web Services

Moving Drupal to the Cloud: A step-by-step guide and reference document for hosting a Drupal web site on Amazon Web Services Moving Drupal to the Cloud: A step-by-step guide and reference document for hosting a Drupal web site on Amazon Web Services MCN 2009: Cloud Computing Primer Workshop Charles Moad

More information

Parallels. for your Linux or Windows Server. Small Business Panel. Getting Started Guide. Parallels Small Business Panel // Linux & Windows Server

Parallels. for your Linux or Windows Server. Small Business Panel. Getting Started Guide. Parallels Small Business Panel // Linux & Windows Server Getting Started Guide Parallels Small Business Panel for your Linux or Windows Server Getting Started Guide Page 1 Getting Started Guide: Parallels Small Business Panel, Linux & Windows Server Version

More information

Installing Oracle 12c Enterprise on Windows 7 64-Bit

Installing Oracle 12c Enterprise on Windows 7 64-Bit JTHOMAS ENTERPRISES LLC Installing Oracle 12c Enterprise on Windows 7 64-Bit DOLOR SET AMET Overview This guide will step you through the process on installing a desktop-class Oracle Database Enterprises

More information

Source Code Management for Continuous Integration and Deployment. Version 1.0 DO NOT DISTRIBUTE

Source Code Management for Continuous Integration and Deployment. Version 1.0 DO NOT DISTRIBUTE Source Code Management for Continuous Integration and Deployment Version 1.0 Copyright 2013, 2014 Amazon Web Services, Inc. and its affiliates. All rights reserved. This work may not be reproduced or redistributed,

More information

INSTALLING KAAZING WEBSOCKET GATEWAY - HTML5 EDITION ON AN AMAZON EC2 CLOUD SERVER

INSTALLING KAAZING WEBSOCKET GATEWAY - HTML5 EDITION ON AN AMAZON EC2 CLOUD SERVER INSTALLING KAAZING WEBSOCKET GATEWAY - HTML5 EDITION ON AN AMAZON EC2 CLOUD SERVER A TECHNICAL WHITEPAPER Copyright 2012 Kaazing Corporation. All rights reserved. kaazing.com Executive Overview This document

More information

Building a Private Cloud Cloud Infrastructure Using Opensource

Building a Private Cloud Cloud Infrastructure Using Opensource Cloud Infrastructure Using Opensource with Ubuntu Server 10.04 Enterprise Cloud (Eucalyptus) OSCON (Note: Special thanks to Jim Beasley, my lead Cloud Ninja, for putting this document together!) Introduction

More information

Creating a DUO MFA Service in AWS

Creating a DUO MFA Service in AWS Amazon AWS is a cloud based development environment with a goal to provide many options to companies wishing to leverage the power and convenience of cloud computing within their organisation. In 2013

More information

Chapter 9 PUBLIC CLOUD LABORATORY. Sucha Smanchat, PhD. Faculty of Information Technology. King Mongkut s University of Technology North Bangkok

Chapter 9 PUBLIC CLOUD LABORATORY. Sucha Smanchat, PhD. Faculty of Information Technology. King Mongkut s University of Technology North Bangkok CLOUD COMPUTING PRACTICE 82 Chapter 9 PUBLIC CLOUD LABORATORY Hand on laboratory based on AWS Sucha Smanchat, PhD Faculty of Information Technology King Mongkut s University of Technology North Bangkok

More information

Option nv, Gaston Geenslaan 14, B-3001 Leuven Tel +32 16 317 411 Fax +32 16 207 164 http://www.option.com Page 1 of 14

Option nv, Gaston Geenslaan 14, B-3001 Leuven Tel +32 16 317 411 Fax +32 16 207 164 http://www.option.com Page 1 of 14 Page 1 of 14 ! " #!"#$ % &&' Page 2 of 14 1 INTRODUCTION One of the highly desirable features of the GlobeSurfer III device is the ability to network together Printers and External Hard Disk drives (aka

More information

Online Backup Guide for the Amazon Cloud: How to Setup your Online Backup Service using Vembu StoreGrid Backup Virtual Appliance on the Amazon Cloud

Online Backup Guide for the Amazon Cloud: How to Setup your Online Backup Service using Vembu StoreGrid Backup Virtual Appliance on the Amazon Cloud Online Backup Guide for the Amazon Cloud: How to Setup your Online Backup Service using Vembu StoreGrid Backup Virtual Appliance on the Amazon Cloud Here is a step-by-step set of instructions to get your

More information

Installation Guidelines (MySQL database & Archivists Toolkit client)

Installation Guidelines (MySQL database & Archivists Toolkit client) Installation Guidelines (MySQL database & Archivists Toolkit client) Understanding the Toolkit Architecture The Archivists Toolkit requires both a client and database to function. The client is installed

More information

13.1 Backup virtual machines running on VMware ESXi / ESX Server

13.1 Backup virtual machines running on VMware ESXi / ESX Server 13 Backup / Restore VMware Virtual Machines Tomahawk Pro This chapter describes how to backup and restore virtual machines running on VMware ESX, ESXi Server or VMware Server 2.0. 13.1 Backup virtual machines

More information

FREE computing using Amazon EC2

FREE computing using Amazon EC2 FREE computing using Amazon EC2 Seong-Hwan Jun 1 1 Department of Statistics Univ of British Columbia Nov 1st, 2012 / Student seminar Outline Basics of servers Amazon EC2 Setup R on an EC2 instance Stat

More information

DVS-100 Installation Guide

DVS-100 Installation Guide DVS-100 Installation Guide DVS-100 can be installed on any system running the Ubuntu 14.04 64 bit Linux operating system, the guide below covers some common installation scenarios. Contents System resource

More information

Hadoop Installation MapReduce Examples Jake Karnes

Hadoop Installation MapReduce Examples Jake Karnes Big Data Management Hadoop Installation MapReduce Examples Jake Karnes These slides are based on materials / slides from Cloudera.com Amazon.com Prof. P. Zadrozny's Slides Prerequistes You must have an

More information

Accessing VirtualBox Guests from Host using SSH, WinSCP and Tunnelling

Accessing VirtualBox Guests from Host using SSH, WinSCP and Tunnelling Accessing VirtualBox Guests from Host using S... 1 Accessing VirtualBox Guests from Host using SSH, WinSCP and Tunnelling By Steven Gordon on Thu, 15/08/2013-3:49pm Previously I described how to setup

More information

ScoMIS Encryption Service

ScoMIS Encryption Service Introduction This guide explains how to install the ScoMIS Encryption Service Software onto a laptop computer. There are three stages to the installation which should be completed in order. The installation

More information

Getting Started with Oracle Data Mining on the Cloud

Getting Started with Oracle Data Mining on the Cloud Getting Started with Oracle Data Mining on the Cloud A step-by-step graphical guide to launching and connecting to the Oracle Data Mining Amazon Machine Image (AMI) version 0.86 How to use this guide This

More information

CloudCIX Bootcamp. The essential IaaS getting started guide. http://www.cix.ie

CloudCIX Bootcamp. The essential IaaS getting started guide. http://www.cix.ie The essential IaaS getting started guide. http://www.cix.ie Revision Date: 17 th August 2015 Contents Acronyms... 2 Table of Figures... 3 1 Welcome... 4 2 Architecture... 5 3 Getting Started... 6 3.1 Login

More information

WHITE PAPER SETTING UP AND USING ESTATE MASTER ON THE CLOUD INTRODUCTION

WHITE PAPER SETTING UP AND USING ESTATE MASTER ON THE CLOUD INTRODUCTION WHITE PAPER SETTING UP AND USING ESTATE MASTER ON THE CLOUD INTRODUCTION Cloud Computing can provide great flexibility for the Estate Master user. You can access your feasibilities, manage you projects

More information

This computer will be on independent from the computer you access it from (and also cost money as long as it s on )

This computer will be on independent from the computer you access it from (and also cost money as long as it s on ) Even though you need a computer to access your instance, you are running on a machine with different capabilities, great or small This computer will be on independent from the computer you access it from

More information

Comsol Multiphysics. Running COMSOL on the Amazon Cloud. VERSION 4.3a

Comsol Multiphysics. Running COMSOL on the Amazon Cloud. VERSION 4.3a Comsol Multiphysics Running COMSOL on the Amazon Cloud VERSION 4.3a Running COMSOL on the Amazon Cloud 1998 2012 COMSOL Protected by U.S. Patents 7,519,518; 7,596,474; and 7,623,991. Patents pending. This

More information

Using the Remote Desktop Portal

Using the Remote Desktop Portal Using the Remote Desktop Portal The Remote Desktop Portal The ICT Services team have implemented new software to provide staff greater access to College resources when away from the College. The new software

More information

SGE & Amazon EC2. Chris Dagdigian 2008 OSGC Conference

SGE & Amazon EC2. Chris Dagdigian 2008 OSGC Conference SGE & Amazon EC2 Chris Dagdigian 2008 OSGC Conference Putting my $$ where my mouth is I m about to pay $.30 for the privilege of showing you this demo by firing up a 3-node cluster within EC2 Using cheap

More information

Accessing your Staff (N and O drive) files from off campus

Accessing your Staff (N and O drive) files from off campus Accessing your Staff (N and O drive) files from off campus It is possible to access your N and O drive files while you are off campus, for example whilst working from home or travelling. This document

More information

Addonics T E C H N O L O G I E S. NAS Adapter. Model: NASU2. 1.0 Key Features

Addonics T E C H N O L O G I E S. NAS Adapter. Model: NASU2. 1.0 Key Features 1.0 Key Features Addonics T E C H N O L O G I E S NAS Adapter Model: NASU2 User Manual Convert any USB 2.0 / 1.1 mass storage device into a Network Attached Storage device Great for adding Addonics Storage

More information

MATLAB Distributed Computing Server with HPC Cluster in Microsoft Azure

MATLAB Distributed Computing Server with HPC Cluster in Microsoft Azure MATLAB Distributed Computing Server with HPC Cluster in Microsoft Azure Introduction This article shows you how to deploy the MATLAB Distributed Computing Server (hereinafter referred to as MDCS) with

More information

Parallels Plesk Panel 11 for your Linux server

Parallels Plesk Panel 11 for your Linux server Getting Started Guide Parallels Plesk Panel 11 for your Linux server Getting Started Guide Page 1 Getting Started Guide: Parallels Plesk Panel 11, Linux Server Version 1.1 (11.1.2012) Copyright 2012. All

More information

Student Getting Started Guide

Student Getting Started Guide with with Student Getting Started Guide TABLE OF CONTENTS Table of Contents FIRST STEPS TO ENSURE SUCCESS... 3 Ensure System Requirements are met on Your Computer... 3 Find Out Which Operating System Is

More information

KeyControl Installation on Amazon Web Services

KeyControl Installation on Amazon Web Services KeyControl Installation on Amazon Web Services Contents Introduction Deploying an initial KeyControl Server Deploying an Elastic Load Balancer (ELB) Adding a KeyControl node to a cluster in the same availability

More information

DVS-100 Installation Guide

DVS-100 Installation Guide DVS-100 Installation Guide DVS-100 can be installed on any system running the Ubuntu 14.04 64 bit Linux operating system, the guide below covers some common installation scenarios. Contents System resource

More information

Introduction to analyzing big data using Amazon Web Services

Introduction to analyzing big data using Amazon Web Services Introduction to analyzing big data using Amazon Web Services This tutorial accompanies the BARC seminar given at Whitehead on January 31, 2013. It contains instructions for: 1. Getting started with Amazon

More information

ST 810, Advanced computing

ST 810, Advanced computing ST 810, Advanced computing Eric B. Laber & Hua Zhou Department of Statistics, North Carolina State University January 30, 2013 Supercomputers are expensive. Eric B. Laber, 2011, while browsing the internet.

More information

Single Node Hadoop Cluster Setup

Single Node Hadoop Cluster Setup Single Node Hadoop Cluster Setup This document describes how to create Hadoop Single Node cluster in just 30 Minutes on Amazon EC2 cloud. You will learn following topics. Click Here to watch these steps

More information

Amazon EC2 Product Details Page 1 of 5

Amazon EC2 Product Details Page 1 of 5 Amazon EC2 Product Details Page 1 of 5 Amazon EC2 Functionality Amazon EC2 presents a true virtual computing environment, allowing you to use web service interfaces to launch instances with a variety of

More information

Tips for getting started! with! Virtual Data Center!

Tips for getting started! with! Virtual Data Center! Tips for getting started with Virtual Data Center Last Updated: 1 July 2014 Table of Contents Safe Swiss Cloud Self Service Control Panel 2 Please note the following about for demo accounts: 2 Add an Instance

More information

Backup & Disaster Recovery Appliance User Guide

Backup & Disaster Recovery Appliance User Guide Built on the Intel Hybrid Cloud Platform Backup & Disaster Recovery Appliance User Guide Order Number: G68664-001 Rev 1.0 June 22, 2012 Contents Registering the BDR Appliance... 4 Step 1: Register the

More information

Enterprise Remote Control 5.6 Manual

Enterprise Remote Control 5.6 Manual Enterprise Remote Control 5.6 Manual Solutions for Network Administrators Copyright 2015, IntelliAdmin, LLC Revision 3/26/2015 http://www.intelliadmin.com Page 1 Table of Contents What is Enterprise Remote

More information

Hadoop Basics with InfoSphere BigInsights

Hadoop Basics with InfoSphere BigInsights An IBM Proof of Technology Hadoop Basics with InfoSphere BigInsights Unit 4: Hadoop Administration An IBM Proof of Technology Catalog Number Copyright IBM Corporation, 2013 US Government Users Restricted

More information

Amazon Web Services Primer. William Strickland COP 6938 Fall 2012 University of Central Florida

Amazon Web Services Primer. William Strickland COP 6938 Fall 2012 University of Central Florida Amazon Web Services Primer William Strickland COP 6938 Fall 2012 University of Central Florida AWS Overview Amazon Web Services (AWS) is a collection of varying remote computing provided by Amazon.com.

More information

Using the Remote Desktop Portal

Using the Remote Desktop Portal Using the Remote Desktop Portal The Remote Desktop Portal The ICT Services team have implemented new software to provide staff greater access to College resources when away from the College. The new software

More information

Getting Started with Amazon EC2 Management in Eclipse

Getting Started with Amazon EC2 Management in Eclipse Getting Started with Amazon EC2 Management in Eclipse Table of Contents Introduction... 4 Installation... 4 Prerequisites... 4 Installing the AWS Toolkit for Eclipse... 4 Retrieving your AWS Credentials...

More information

There are numerous ways to access monitors:

There are numerous ways to access monitors: Remote Monitors REMOTE MONITORS... 1 Overview... 1 Accessing Monitors... 1 Creating Monitors... 2 Monitor Wizard Options... 11 Editing the Monitor Configuration... 14 Status... 15 Location... 17 Alerting...

More information

19.10.11. Amazon Elastic Beanstalk

19.10.11. Amazon Elastic Beanstalk 19.10.11 Amazon Elastic Beanstalk A Short History of AWS Amazon started as an ECommerce startup Original architecture was restructured to be more scalable and easier to maintain Competitive pressure for

More information

FortyCloud Installation Guide. Installing FortyCloud Gateways Using AMIs (AWS Billing)

FortyCloud Installation Guide. Installing FortyCloud Gateways Using AMIs (AWS Billing) FortyCloud Installation Guide Installing FortyCloud Gateways Using AMIs (AWS Billing) Date Version Changes 9/29/2015 2.0 2015 FortyCloud Ltd. 15 Berkshire Road Mansfield, MA 02048 USA 1 P a g e Introduction

More information

CEFNS Web Hosting a Guide for CS212

CEFNS Web Hosting a Guide for CS212 CEFNS Web Hosting a Guide for CS212 INTRODUCTION: TOOLS: In CS212, you will be learning the basics of web development. Therefore, you want to keep your tools to a minimum so that you understand how things

More information

AWS Quick Start Guide. Launch a Linux Virtual Machine Version

AWS Quick Start Guide. Launch a Linux Virtual Machine Version AWS Quick Start Guide Launch a Linux Virtual Machine AWS Quick Start Guide: Launch a Linux Virtual Machine Copyright 2016 Amazon Web Services, Inc. and/or its affiliates. All rights reserved. Amazon's

More information

SHAREPOINT 2013 IN INFRASTRUCTURE AS A SERVICE

SHAREPOINT 2013 IN INFRASTRUCTURE AS A SERVICE SHAREPOINT 2013 IN INFRASTRUCTURE AS A SERVICE Contents Introduction... 3 Step 1 Create Azure Components... 5 Step 1.1 Virtual Network... 5 Step 1.1.1 Virtual Network Details... 6 Step 1.1.2 DNS Servers

More information

Using Network Attached Storage with Linux. by Andy Pepperdine

Using Network Attached Storage with Linux. by Andy Pepperdine Using Network Attached Storage with Linux by Andy Pepperdine I acquired a WD My Cloud device to act as a demonstration, and decide whether to use it myself later. This paper is my experience of how to

More information

Basic ESXi Networking

Basic ESXi Networking Basic ESXi Networking About vmnics, vswitches, management and virtual machine networks In the vsphere client you can see the network diagram for your ESXi host by clicking Networking on the Configuration

More information

Amazon EFS (Preview) User Guide

Amazon EFS (Preview) User Guide Amazon EFS (Preview) User Guide Amazon EFS (Preview): User Guide Copyright 2015 Amazon Web Services, Inc. and/or its affiliates. All rights reserved. Amazon's trademarks and trade dress may not be used

More information

Creating an ESS instance on the Amazon Cloud

Creating an ESS instance on the Amazon Cloud Creating an ESS instance on the Amazon Cloud Copyright 2014-2015, R. James Holton, All rights reserved (11/13/2015) Introduction The purpose of this guide is to provide guidance on creating an Expense

More information

Virtual Office Remote Installation Guide

Virtual Office Remote Installation Guide Virtual Office Remote Installation Guide Table of Contents VIRTUAL OFFICE REMOTE INSTALLATION GUIDE... 3 UNIVERSAL PRINTER CONFIGURATION INSTRUCTIONS... 12 CHANGING DEFAULT PRINTERS ON LOCAL SYSTEM...

More information

Last time. Today. IaaS Providers. Amazon Web Services, overview

Last time. Today. IaaS Providers. Amazon Web Services, overview Last time General overview, motivation, expected outcomes, other formalities, etc. Please register for course Online (if possible), or talk to Yvonne@CS Course evaluation forgotten Please assign one volunteer

More information

Cloud Server powered by Mac OS X. Getting Started Guide. Cloud Server. powered by Mac OS X. AKJZNAzsqknsxxkjnsjx Getting Started Guide Page 1

Cloud Server powered by Mac OS X. Getting Started Guide. Cloud Server. powered by Mac OS X. AKJZNAzsqknsxxkjnsjx Getting Started Guide Page 1 Getting Started Guide Cloud Server powered by Mac OS X Getting Started Guide Page 1 Getting Started Guide: Cloud Server powered by Mac OS X Version 1.0 (02.16.10) Copyright 2010 GoDaddy.com Software, Inc.

More information

SOS SO S O n O lin n e lin e Bac Ba kup cku ck p u USER MANUAL

SOS SO S O n O lin n e lin e Bac Ba kup cku ck p u USER MANUAL SOS Online Backup USER MANUAL HOW TO INSTALL THE SOFTWARE 1. Download the software from the website: http://www.sosonlinebackup.com/download_the_software.htm 2. Click Run to install when promoted, or alternatively,

More information

Using VirtualBox ACHOTL1 Virtual Machines

Using VirtualBox ACHOTL1 Virtual Machines Using VirtualBox ACHOTL1 Virtual Machines The steps in the Apache Cassandra Hands-On Training Level One courseware book were written using VMware as the virtualization technology. Therefore, it is recommended

More information

Windows PCs & Servers are often the life-blood of your IT investment. Monitoring them is key, especially in today s 24 hour world!

Windows PCs & Servers are often the life-blood of your IT investment. Monitoring them is key, especially in today s 24 hour world! + Welcome to The Sentry-go Monitoring System v6 Monitoring made quick & easy! Be Proactive, Not Reactive! 3Ds (UK) Limited http://www.sentry-go.com Welcome to Sentry-go Sentry-go is a quick & easy to use

More information

How To Create A Virtual Private Cloud On Amazon.Com

How To Create A Virtual Private Cloud On Amazon.Com Amazon Web Services Hands-On Virtual Private Computing 1 Overview Amazon s Virtual Private Cloud (VPC) allows you to launch AWS resources in a virtual network that you define. You can define an environment

More information

MiraCosta College now offers two ways to access your student virtual desktop.

MiraCosta College now offers two ways to access your student virtual desktop. MiraCosta College now offers two ways to access your student virtual desktop. We now feature the new VMware Horizon View HTML access option available from https://view.miracosta.edu. MiraCosta recommends

More information

CSE 344 Introduction to Data Management. Section 9: AWS, Hadoop, Pig Latin TA: Yi-Shu Wei

CSE 344 Introduction to Data Management. Section 9: AWS, Hadoop, Pig Latin TA: Yi-Shu Wei CSE 344 Introduction to Data Management Section 9: AWS, Hadoop, Pig Latin TA: Yi-Shu Wei Homework 8 Big Data analysis on billion triple dataset using Amazon Web Service (AWS) Billion Triple Set: contains

More information

Assignment # 1 (Cloud Computing Security)

Assignment # 1 (Cloud Computing Security) Assignment # 1 (Cloud Computing Security) Group Members: Abdullah Abid Zeeshan Qaiser M. Umar Hayat Table of Contents Windows Azure Introduction... 4 Windows Azure Services... 4 1. Compute... 4 a) Virtual

More information

SSH and Basic Commands

SSH and Basic Commands SSH and Basic Commands In this tutorial we'll introduce you to SSH - a tool that allows you to send remote commands to your Web server - and show you some simple UNIX commands to help you manage your website.

More information

VX 9000E WiNG Express Manager INSTALLATION GUIDE

VX 9000E WiNG Express Manager INSTALLATION GUIDE VX 9000E WiNG Express Manager INSTALLATION GUIDE 2 VX 9000E WiNG Express Manager Service Information If you have a problem with your equipment, contact support for your region. Support and issue resolution

More information

OSPI SFTP User Guide

OSPI SFTP User Guide OSPI SFTP User Guide NOTE: Please contact OSPI to request an account BEFORE setting up this software. In order to configure the software you will need account information from OSPI. Here are some steps

More information

How To Image A Single Vm For Forensic Analysis On Vmwarehouse.Com

How To Image A Single Vm For Forensic Analysis On Vmwarehouse.Com MCP+I, MCSE, CCSA, CCSE, CISSP-ISSAP, CISM, CISA, CIFI, CCE, ACE, GCFE, GCFA, GSEC, VCP4/5, vexpert Senior SANS Instructor - phenry@sans.org 1 A Lot To Cover In ½ An Hour We simply can not cover all cloud

More information

File Management and File Storage

File Management and File Storage File Management and File Storage http://training.usask.ca Information Technology Services Division Table of Contents File Management at the University of Saskatchewan...3 Introduction...3 Creating Files

More information

Using the Push Notifications Extension Part 1: Certificates and Setup

Using the Push Notifications Extension Part 1: Certificates and Setup // tutorial Using the Push Notifications Extension Part 1: Certificates and Setup Version 1.0 This tutorial is the second part of our tutorials covering setting up and running the Push Notifications Native

More information

Dial-up Installation for CWOPA Users (Windows Operating System)

Dial-up Installation for CWOPA Users (Windows Operating System) Dial-up Installation for CWOPA Users (Windows Operating System) 1 Table of Contents Download and Install Digital Certificates... 3 Internet Explorer 8/9 Certificate Installation.3 Windows XP Instructions

More information

How to Install SQL Server 2008

How to Install SQL Server 2008 How to Install SQL Server 2008 A Step by Step guide to installing SQL Server 2008 simply and successfully with no prior knowledge Developers and system administrators will find this installation guide

More information

Installation Guide. Research Computing Team V1.9 RESTRICTED

Installation Guide. Research Computing Team V1.9 RESTRICTED Installation Guide Research Computing Team V1.9 RESTRICTED Document History This document relates to the BEAR DataShare service which is based on the product Power Folder, version 10.3.232 ( some screenshots

More information

Introduction. Installation of SE S AM E BARCODE virtual machine distribution. (Windows / Mac / Linux)

Introduction. Installation of SE S AM E BARCODE virtual machine distribution. (Windows / Mac / Linux) Installation of SE S AM E BARCODE virtual machine distribution (Windows / Mac / Linux) Introduction A "virtual machine" is a fake computer within a true one. An underlying software (here VirtualBox) is

More information

System Administration Training Guide. S100 Installation and Site Management

System Administration Training Guide. S100 Installation and Site Management System Administration Training Guide S100 Installation and Site Management Table of contents System Requirements for Acumatica ERP 4.2... 5 Learning Objects:... 5 Web Browser... 5 Server Software... 5

More information

Freshservice Discovery Probe User Guide

Freshservice Discovery Probe User Guide Freshservice Discovery Probe User Guide 1. What is Freshservice Discovery Probe? 1.1 What details does Probe fetch? 1.2 How does Probe fetch the information? 2. What are the minimum system requirements

More information

CycleServer Grid Engine Support Install Guide. version 1.25

CycleServer Grid Engine Support Install Guide. version 1.25 CycleServer Grid Engine Support Install Guide version 1.25 Contents CycleServer Grid Engine Guide 1 Administration 1 Requirements 1 Installation 1 Monitoring Additional OGS/SGE/etc Clusters 3 Monitoring

More information

Cloudera Manager Training: Hands-On Exercises

Cloudera Manager Training: Hands-On Exercises 201408 Cloudera Manager Training: Hands-On Exercises General Notes... 2 In- Class Preparation: Accessing Your Cluster... 3 Self- Study Preparation: Creating Your Cluster... 4 Hands- On Exercise: Working

More information

Using The Hortonworks Virtual Sandbox

Using The Hortonworks Virtual Sandbox Using The Hortonworks Virtual Sandbox Powered By Apache Hadoop This work by Hortonworks, Inc. is licensed under a Creative Commons Attribution- ShareAlike3.0 Unported License. Legal Notice Copyright 2012

More information

SERVER CLOUD RECOVERY. User Guide

SERVER CLOUD RECOVERY. User Guide SERVER CLOUD RECOVERY User Guide Table of Contents 1. INTRODUCTION... 4 2. PRODUCT OVERVIEW... 4 3. GETTING STARTED... 5 3.1 Sign up... 5 4. ACCOUNT SETUP... 8 4.1 Overview... 8 4.2 Steps to create a new

More information

ScoMIS Encryption Service

ScoMIS Encryption Service Introduction This guide explains how to implement the ScoMIS Encryption Service for a secondary school. We recommend that the software should be installed onto the laptop by ICT staff; they will then spend

More information

FOG Guide. IPBRICK International. July 17, 2013

FOG Guide. IPBRICK International. July 17, 2013 FOG Guide IPBRICK International July 17, 2013 1 Copyright c IPBRICK International All rights reserved. The information in this manual is subject to change without prior notice. The presented explanations,

More information

Making a Website with Hoolahoop

Making a Website with Hoolahoop Making a Website with Hoolahoop 1) Open up your web browser and goto www.wgss.ca/admin (wgss.hoolahoop.net temporarily) and login your the username and password. (wgss.ca is for teachers ONLY, you cannot

More information

Install MS SQL Server 2012 Express Edition

Install MS SQL Server 2012 Express Edition Install MS SQL Server 2012 Express Edition Sohodox now works with SQL Server Express Edition. Earlier versions of Sohodox created and used a MS Access based database for storing indexing data and other

More information