Summary. Introduction... 1 Troubles found and solution propose... 1 Architecture... 3 Tests... 8 References... 15

Size: px
Start display at page:

Download "Summary. Introduction... 1 Troubles found and solution propose... 1 Architecture... 3 Tests... 8 References... 15"

Transcription

1 MrCirrus Azure. Map-Reduce in high level bioinfo clouds (v 1.0) Óscar Torreño Tirado Daniel Luis Ramet Barea Coordinators: Oswaldo Trelles, Johan Karlsson University of Málaga Computer Architecture Dept. Málaga, 29 July 2011

2 Summary Introduction... 1 Troubles found and solution propose... 1 Architecture... 3 Tests... 8 References... 15

3 Introduction The problem that arises and comes to programming in the Cloud is the ability to apply the philosophy Map-Reduce for parallel execution of sequential programs. Another problem found are old programs (legacy applications) where priority is given to reuse them. Therefore, the solution to this problem is to enable an environment that allows execution of sequential programs in the field of bioinformatics, as well as the ability to reuse applications where you only have the executable. Now, we present a possible solution and to contrast with other possible settings. We will use Microsoft Azure platform service, commonly called "Cloud". Then we will detail how to work in the Microsoft cloud. Basically, Azure Web Role working through, this acts as a front-end user, and Worker Role, which background processes are executed while the application is active. Communication between all elements is performed by the data store that provides Microsoft. This store is composed of three elements: blobs, queues and tables. For a detailed explanation of application development can be seen the use for each element. Troubles found and solution propose First, we ll do a summary with the way to work with Microsoft cloud in order to explain the troubles that we have found. The basic data must be in the cloud (i.e. exe programs and sequences), this is the first trouble that we had found, how to upload and download files from/to the cloud. And maybe this files could be very large. We solve this trouble developing the project ManagementFiles in C# (project will be explained in next chapter). Each worker that executes a program (i.e. dotplot, blast,etc.) needs as first step to download all its needed files from the cloud and as second step upload the results. This is another trouble that we had found, how to execute in the Cloud a program written in C or any program language. We solved this compiling the program with the compiler Minimalist GNU for Windows (MinGW). Also, we have created Thread inside the worker execution whose work is executing the program with the specified arguments. Another problem is that the execution must be at the local way so we need to download all the needed files, do the work and then upload the results to the blob container. Related with the virtual machine size where are located each group of workers, could be of different sizes: - The Extra Large size contains 8 processors. So if we put 8 workers (according to the price that we want to pay, we can have more or less workers) we have 64 processors to give them work. 1

4 - The Extra Small size contains 1 processor. Actually we are using this size because we don t have the account without constraints yet. Now we are going to see the procedure to execute MapReduce (at the last chapter there are some samples): DOTPLOT or Fragments First we need to execute the MAP program. So previously we should have uploaded the program and the sequences that we want to work with them. Once we have executed MAP, we need to upload the results because of the limitation to execute with local files. We have made automatic the upload of the parts of the sequences and also the two scripts (script-map and script-reduce). After that, it s time to execute the map script. Here, we have found another problem, if we give Azure the script it will run sequentially (in case of that the worker has the files locally), so to solve that we have created a class that read the script per lines and execute each line in a different worker (which download the files that need to execute locally). When all the workers end their job, we can execute Reduce program to merge the results from last step. This is another trouble that we had found, because unless this script has one line, we need to download the needed files in order to execute the program. So to solve that we had created a class that downloads the files, executes the program and uploads the results. BLAST At the moment, it s in execution process. It has to install some extern libraries and it has to do for each virtual machine. 2

5 Architecture Then we show a packages diagram with the architecture of the system. Figure 1: System architecture. Firstly we have Web_Role package that represents the system front end. A web page where we can do execution requires and also the download/upload of files. Then we show two captures with the two tabs of the page. 3

6 Figure 2: MapReduce Tab (execution) Figure 3: Download/Upload tab. 4

7 Secondly, we have five packages which the Web_Role communicates throughout a message queue. - Map Worker Role Figure 4: Class associated with the map worker role. - Script Worker Role: Class that read the script per lines and assign job between the MrCirrus Worker Roles. Figure 5: Class associated with the script worker role. 5

8 - MrCirrus Worker Role: This is the main Class, contains the hard job. - Red Worker Role Figure 6: Class that execute a line from the script. Figure 7: Class that executes the reduce script. 6

9 - Files Worker Role Figure 8: Class that manages the upload/download of files. To finish we have the package ManagementFiles, which is used by quite all the another packages. Then we show a class diagram of this package. Figure 9: Classes to manage the upload/download of files. 7

10 Tests First we want to show how works the download/upload tab. - List all the documents at specified container: You must type the name of the container and click at List Blob button. Figure 10: Result of list documents container. - List local files: You must click on List Local button. Figure 11: Results of list local. 8

11 - Download a file: after list a concret container, you can type the name of a file that you want to download and click on download button. Figure 12: Results of download a file. - Upload a file: you must type the full path of the file that you want to upload and click on upload. Figure 13: Results of upload a file. 9

12 Now we show a full execution sample from map program to reduce program. In order to the workers download and upload the files automatically, we have established some marks at this way. The marks are these: Mark Meaning $ Download in Map Worker Role * Combine local path with the name of the file in Map Worker Role # Download in MrCirrus Worker Role & Upload in MrCirrus Worker Role First we need to upload the needed files to execute, in our chase, two sequences (the first one is a part of Buchnera APS and the second one Buchnera BPS, we didn t have uploaded the full sequence because of the limitation of the free account), the map program, fragments and reduce programs. Once we have uploaded the files to the container: Figure 14: State of the container after upload the files. After we have uploaded the map program and the sequences, we can run the map program that causes this interaction: 10

13 Figure 15: Interaction diagram caused by the execution of map program. The call has been this: $mapafv2.exe AllFragv3.exe $SeqX1.seq $SeqY1.seq 3 2 &AF.bin *AF.script 100 RedAFv3.exe. After the execution we can see the generated files listing again the container. 11

14 Figure 16: State of the container after map execution. We see that we have two scripts and sequences parts. Now we have to execute the map script with the calls to fragments program. To make that we must type the name of the script and click at execute script button. This action causes this interaction. 12

15 Figure 17: Interaction diagram of script execution. After the script execution we can lit again the container and check that all the results are generated. 13

16 Figure 18: State of the container after the script excution. Last step is execute the reduce script, in order to do that we must type the name of the script and click at execute reduce button. Once we have done all these steps, we can check if the result file, AF.bin in this chase, has been generated. Figure 19: State of the container after final step. 14

17 References azurestorageexplorer.codeplex.com/ 15

Jumble for Microsoft Outlook

Jumble for Microsoft Outlook Jumble for Microsoft Outlook Jumble is a zero knowledge, end- to- end email encryption solution that integrates with existing email platforms. Jumble integrates at the email client level and removes the

More information

Jumping to the Cloud with jorca

Jumping to the Cloud with jorca Jumping to the Cloud with jorca Johan Karlsson GN5-INB University of Málaga, Spain Motivation Why WS in Bioinformatics? Background: jorca jorca is a desktop client able to efficiently integrate different

More information

Client Ticketing System

Client Ticketing System Reporting Issues to Empower Software 16 March, 2009 Table of Contents Introduction... 3 Accessing the System... 3 Creating a User Account... 4 Logging in with an Existing User Account... 6 Create New Ticket...

More information

Step by Step. Transfer a Library File from one PC to Another. This How To article explains how to move a library file from one PC to another

Step by Step. Transfer a Library File from one PC to Another. This How To article explains how to move a library file from one PC to another Step by Step HOW TO Transfer a Library File from one PC to Another This How To article explains how to move a library file from one PC to another For a complete list of available How To documents visit

More information

Getting Started with the Ed-Fi ODS and Ed-Fi ODS API

Getting Started with the Ed-Fi ODS and Ed-Fi ODS API Getting Started with the Ed-Fi ODS and Ed-Fi ODS API Ed-Fi ODS and Ed-Fi ODS API Version 2.0 - Technical Preview October 2014 2014 Ed-Fi Alliance, LLC. All rights reserved. Ed-Fi is a registered trademark

More information

Microsoft Research Windows Azure for Research Training

Microsoft Research Windows Azure for Research Training Copyright 2013 Microsoft Corporation. All rights reserved. Except where otherwise noted, these materials are licensed under the terms of the Apache License, Version 2.0. You may use it according to the

More information

Using DSC with Visual Studio Release Management

Using DSC with Visual Studio Release Management Using DSC with Visual Studio Release Management With Microsoft Release Management 2013 Update 3 CTP 1 (RM), you can now use Windows PowerShell or Windows PowerShell Desired State Configuration (DSC) feature

More information

Microsoft Research Microsoft Azure for Research Training

Microsoft Research Microsoft Azure for Research Training Copyright 2014 Microsoft Corporation. All rights reserved. Except where otherwise noted, these materials are licensed under the terms of the Apache License, Version 2.0. You may use it according to the

More information

Avery Wizard: Using the wizard with Microsoft Word. This is a simple step-by-step guide showing how to use the Avery wizard in word

Avery Wizard: Using the wizard with Microsoft Word. This is a simple step-by-step guide showing how to use the Avery wizard in word Avery Wizard: Using the wizard with Microsoft Word This is a simple step-by-step guide showing how to use the Avery wizard in word Open up a blank document in Microsoft Word and click the Avery Tab at

More information

IDSync Photo Synchronization - User Guide For. Active Directory & Parallels Automation APS2. 2008-2014, InnerApps, LLC. ALL RIGHTS RESERVED

IDSync Photo Synchronization - User Guide For. Active Directory & Parallels Automation APS2. 2008-2014, InnerApps, LLC. ALL RIGHTS RESERVED IDSync Photo Synchronization User Guide For Active Directory & Parallels Automation APS2 2008-, InnerApps, LLC. ALL RIGHTS RESERVED Page 1 of 22 Table of Contents Overview - IDSync Photo Synchronization...

More information

Openbooks - Setting up bank feeds

Openbooks - Setting up bank feeds Openbooks - Setting up bank feeds Bank Feeds automatically import transactions from your bank account into your OpenBooks account. Instead of downloading and uploading electronic statements, just connect

More information

CLOUD COMPUTING & WINDOWS AZURE

CLOUD COMPUTING & WINDOWS AZURE CLOUD COMPUTING & WINDOWS AZURE WORKSHOP Overview This workshop is an introduction to cloud computing and specifically Microsoft s public cloud offering in Windows Azure. Windows Azure has been described

More information

Nursery Phone App Tutorial

Nursery Phone App Tutorial Nursery Phone App Tutorial This document is a reference guide to help nurseries navigate Plantbid s phone app. If you require extra assistance please call our support staff at (985) 845-4104. The Plantbid

More information

How to Attach Files in Blackboard Learn Email, Messages, Discussions, and Assignments

How to Attach Files in Blackboard Learn Email, Messages, Discussions, and Assignments E-Mail 1. Launch the Email by clicking the icon from the Menu frame found on the left side of the screen. 2. From within the Send Email page, click the "Select Users" link. If you click any links above

More information

Getting Started with Sitecore Azure

Getting Started with Sitecore Azure Sitecore Azure 3.1 Getting Started with Sitecore Azure Rev: 2015-09-09 Sitecore Azure 3.1 Getting Started with Sitecore Azure An Overview for Sitecore Administrators Table of Contents Chapter 1 Getting

More information

Monitoring Replication

Monitoring Replication Monitoring Replication Article 1130112-02 Contents Summary... 3 Monitor Replicator Page... 3 Summary... 3 Status... 3 System Health... 4 Replicator Configuration... 5 Replicator Health... 6 Local Package

More information

Web based training for field technicians can be arranged by calling 888-577-4919 These Documents are required for a successful install:

Web based training for field technicians can be arranged by calling 888-577-4919 These Documents are required for a successful install: Software V NO. 1.7 Date 9/06 ROI Configuration Guide Before you begin: Note: It is important before beginning to review all installation documentation and to complete the ROI Network checklist for the

More information

Metalogix Storage Expert Installation Guide

Metalogix Storage Expert Installation Guide Metalogix Storage Expert Installation Guide Publication Date: October 07, 2015 All Rights Reserved. This software is protected by copyright law and international treaties. Unauthorized reproduction or

More information

Erie 1 BOCES/WNYRIC. Secure File Transfer. Upload/Download Wizard

Erie 1 BOCES/WNYRIC. Secure File Transfer. Upload/Download Wizard Erie 1 BOCES/WNYRIC Secure File Transfer Upload/Download Wizard Revised June 3, 2014 These instructions were created using Internet Explorer Version 11. If you are a using a Firefox or Chrome browser you

More information

Gmail Merge. Step 1: Writing the actual e mail

Gmail Merge. Step 1: Writing the actual e mail Gmail Merge Step 1: Writing the actual e mail 1. Open Gmail. 2. Click Compose. 3. Paste the e mail being sent to the population or students, etc. 4. To personalize the message, create keys like

More information

How to Create a New User Account for MyGovernmentOnline

How to Create a New User Account for MyGovernmentOnline How to Create a New User Account for MyGovernmentOnline *Prior to getting started, we encourage you to download and install the web browser Mozilla Firefox. While the MyGovernmentOnline software is designed

More information

How to Share Your Desktop or a Large Sized File

How to Share Your Desktop or a Large Sized File How to Share Your Desktop or a Large Sized File White Paper LogMeIn (LMI) Customer Use Procedure - October 2013 Before going over the procedure steps, let s quickly state the basic two functions available

More information

Umbraco on Windows Azure Step-by-step guide

Umbraco on Windows Azure Step-by-step guide Umbraco on Windows Azure Step-by-step guide This guide is used in the Workshop training on 24 th June 2011 at OneOffice in Ghent. Presentation can be found on: http://www.slideshare.net/orbitone It describes

More information

Using a Remote SQL Server Best Practices

Using a Remote SQL Server Best Practices Using a Remote SQL Server Best Practices This article will show the steps to setting up an SQL based survey starting with a new project from scratch. 1. Creating a New SQL Project from scratch a. Creating

More information

CONFIGURATION AND APPLICATIONS DEPLOYMENT IN WEBSPHERE 6.1

CONFIGURATION AND APPLICATIONS DEPLOYMENT IN WEBSPHERE 6.1 CONFIGURATION AND APPLICATIONS DEPLOYMENT IN WEBSPHERE 6.1 BUSINESS LOGIC FOR TRANSACTIONAL EJB ARCHITECTURE JAVA PLATFORM Last Update: May 2011 Table of Contents 1 INSTALLING WEBSPHERE 6.1 2 2 BEFORE

More information

DUKANE Intelligent Assembly Solutions

DUKANE Intelligent Assembly Solutions PC Configuration Requirements: Configuration Requirements for ipc Operation The hardware and operating system of the PC must comply with a list of minimum requirements for proper operation with the ipc

More information

At the end of this lesson, you will be able to create a Request Set to run all of your monthly statements and detail reports at one time.

At the end of this lesson, you will be able to create a Request Set to run all of your monthly statements and detail reports at one time. Request Set Creation You can use a Request Set to run all of your monthly reports at one time, such as your Department Statements, Project Statements and RIT Account Analysis reports. A Request Set allows

More information

Upgrading a computer to Windows 10 with PetLinx

Upgrading a computer to Windows 10 with PetLinx 25 August, 2015 Upgrading a computer to Windows 10 with PetLinx Microsoft have recently released Windows 10 and offered it as a free upgrade for user of Windows 7 and 8/8.1. In most cases, computers with

More information

Using and Contributing Virtual Machines to VM Depot

Using and Contributing Virtual Machines to VM Depot Using and Contributing Virtual Machines to VM Depot Introduction VM Depot is a library of open source virtual machine images that members of the online community have contributed. You can browse the library

More information

Building COBOL applications for Microsoft Azure. Jim Lane Senior Solution Engineer

Building COBOL applications for Microsoft Azure. Jim Lane Senior Solution Engineer Building COBOL applications for Microsoft Azure Jim Lane Senior Solution Engineer Agenda Azure 101 demo Azure Architecture overview How to: Cloud enabling legacy applications Sample App: Legacy COBOL running

More information

An HPC Application Deployment Model on Azure Cloud for SMEs

An HPC Application Deployment Model on Azure Cloud for SMEs An HPC Application Deployment Model on Azure Cloud for SMEs Fan Ding CLOSER 2013, Aachen, Germany, May 9th,2013 Rechen- und Kommunikationszentrum (RZ) Agenda Motivation Windows Azure Relevant Technology

More information

CRSP MOVEit Cloud Getting Started Guide

CRSP MOVEit Cloud Getting Started Guide CRSP MOVEit Cloud Getting Started Guide General Information and Support https://crsp.moveitcloud.com This information is available at the Sign On screen, and on other screens on the left side under Need

More information

Disabling Microsoft SharePoint in order to install the OneDrive for Business Client

Disabling Microsoft SharePoint in order to install the OneDrive for Business Client Disabling Microsoft SharePoint in order to install the OneDrive for Business Client If you try to setup and sync your OneDrive online documents with the client software and Microsoft SharePoint opens,

More information

Cloud Computing Deja Vu

Cloud Computing Deja Vu Cloud Computing Deja Vu Hengming Zou, Ph.D. Shanghai Jiao Tong University Time Is Late An auto company need to know the price of front bumper And want it right now So it reconfigures some server to run

More information

Install FileZilla Client. Connecting to an FTP server

Install FileZilla Client. Connecting to an FTP server Install FileZilla Client Secure FTP is Middle Georgia State College s supported sftp client for accessing your Web folder on Webdav howeve you may use FileZilla or other FTP clients so long as they support

More information

CUMULUX WHICH CLOUD PLATFORM IS RIGHT FOR YOU? COMPARING CLOUD PLATFORMS. Review Business and Technology Series www.cumulux.com

CUMULUX WHICH CLOUD PLATFORM IS RIGHT FOR YOU? COMPARING CLOUD PLATFORMS. Review Business and Technology Series www.cumulux.com ` CUMULUX WHICH CLOUD PLATFORM IS RIGHT FOR YOU? COMPARING CLOUD PLATFORMS Review Business and Technology Series www.cumulux.com Table of Contents Cloud Computing Model...2 Impact on IT Management and

More information

Paperless Meeting Software Installation Instructions

Paperless Meeting Software Installation Instructions Paperless Meeting Software Installation Instructions Acknowledgments... 1 Overview... 1 Before you begin... 1 Installation... 3 Trouble Shooting... 14 Saving Data... 16 Acknowledgments Thank you for supporting

More information

Chapter 4 Cloud Computing Applications and Paradigms. Cloud Computing: Theory and Practice. 1

Chapter 4 Cloud Computing Applications and Paradigms. Cloud Computing: Theory and Practice. 1 Chapter 4 Cloud Computing Applications and Paradigms Chapter 4 1 Contents Challenges for cloud computing. Existing cloud applications and new opportunities. Architectural styles for cloud applications.

More information

Worldspan Go! Internet Connection Office Management Instructions

Worldspan Go! Internet Connection Office Management Instructions Worldspan Go! Internet Connection Office Management Instructions Follow these instructions after the installation of Worldspan Go! These instructions will walk you through getting started to downloading

More information

Angel Learning Management System

Angel Learning Management System Angel Learning Management System Introductory Tutorial for Students 2008-2009 Academic Year Center for Distance and Professional Education, (800) 222-4978 distance@wsu.edu Introduction Welcome to Angel!

More information

Microsoft Security Essentials Installation and Configuration Guide

Microsoft Security Essentials Installation and Configuration Guide Microsoft Security Essentials Installation and Configuration Guide This installation guide is for users who are intending to download the software from Microsoft s web site. If you are not intending on

More information

AppDev OnDemand Cloud Computing Learning Library

AppDev OnDemand Cloud Computing Learning Library AppDev OnDemand Cloud Computing Learning Library A full year of access to our cloud computing courses, plus future course releases included free! The AppDev OnDemand Cloud Computing Learning Library includes

More information

Solution Brief: Creating Avid Project Archives

Solution Brief: Creating Avid Project Archives Solution Brief: Creating Avid Project Archives Marquis Project Parking running on a XenData Archive Server provides Fast and Reliable Archiving to LTO or Sony Optical Disc Archive Cartridges Summary Avid

More information

GETTING STARTED WITH FLEXI-CLOUD

GETTING STARTED WITH FLEXI-CLOUD GETTING STARTED WITH FLEXI-CLOUD WELCOME TO FLEXI-CLOUD. Flexi-CLOUD is the "on-demand" licensing solution powered by MYRIAD-connect. This document explains how to install Flexi-CLOUD servers and how to

More information

Developing Microsoft Azure Solutions 20532B; 5 Days, Instructor-led

Developing Microsoft Azure Solutions 20532B; 5 Days, Instructor-led Developing Microsoft Azure Solutions 20532B; 5 Days, Instructor-led Course Description This course is intended for students who have experience building vertically scaled applications. Students should

More information

PaperStream Connect. Setup Guide. Version 1.0.0.0. Copyright Fujitsu

PaperStream Connect. Setup Guide. Version 1.0.0.0. Copyright Fujitsu PaperStream Connect Setup Guide Version 1.0.0.0 Copyright Fujitsu 2014 Contents Introduction to PaperStream Connect... 2 Setting up PaperStream Capture to Release to Cloud Services... 3 Selecting a Cloud

More information

How-To: Submitting PDF forms to SharePoint from custom websites

How-To: Submitting PDF forms to SharePoint from custom websites How-To: Submitting PDF forms to SharePoint from custom websites Introduction This How-To document describes the process of creating PDF forms using PDF Share Forms tools, and posting the form on a non-sharepoint

More information

How To Use Blob Receiver On Cloud Portam.Com (Free) On A Pc Or Mac Or Mac) On Pc Or Ipad (Free Or Ipa) On Your Computer Or Ipam (Free/Free) (Free From Free)

How To Use Blob Receiver On Cloud Portam.Com (Free) On A Pc Or Mac Or Mac) On Pc Or Ipad (Free Or Ipa) On Your Computer Or Ipam (Free/Free) (Free From Free) Cloud Portam Blob Receiver Purpose of this document is to provide an overview of blob receiver utility in Cloud Portam website and providing instructions on how to prepare your Azure Storage Account so

More information

Download and Installation Instructions. Visual C# 2010 Help Library

Download and Installation Instructions. Visual C# 2010 Help Library Download and Installation Instructions for Visual C# 2010 Help Library Updated April, 2014 The Visual C# 2010 Help Library contains reference documentation and information that will provide you with extra

More information

Introduction to Windows Azure Cloud Computing Futures Group, Microsoft Research Roger Barga, Jared Jackson,Nelson Araujo, Dennis Gannon, Wei Lu, and

Introduction to Windows Azure Cloud Computing Futures Group, Microsoft Research Roger Barga, Jared Jackson,Nelson Araujo, Dennis Gannon, Wei Lu, and Introduction to Windows Azure Cloud Computing Futures Group, Microsoft Research Roger Barga, Jared Jackson,Nelson Araujo, Dennis Gannon, Wei Lu, and Jaliya Ekanayake Range in size from edge facilities

More information

****Also, if you have done previous promotions and have multiple mailing lists, make sure you select the most recent one.

****Also, if you have done previous promotions and have multiple mailing lists, make sure you select the most recent one. Instructions for Using the Integrated Direct Mail (IDM) System for BERNINA Direct Mail Pieces Getting Started Creating Your Mailer Checking Out Uploading Your Customer Lists Updating your Customer Lists

More information

How-to configure Auditing for IDENTIKEY Authentication Server 3.2 to a remote Oracle Database on a standalone Microsoft machine.

How-to configure Auditing for IDENTIKEY Authentication Server 3.2 to a remote Oracle Database on a standalone Microsoft machine. KB 110096 How-to configure Auditing for IDENTIKEY Authentication Server 3.2 to a remote Oracle Database on a standalone Microsoft machine. Creation date: 30/09/2011 Last Review: 06/12/2012 Revision number:

More information

One Drive for Business User Guide

One Drive for Business User Guide How to log in to OneDrive for Business Log in to your university email at http://owa.live.napier.ac.uk Click the icon to the left of Office 365 then click OneDrive Depending upon your browser you may need

More information

How To - Install and configure the Symbience AL3 Download Client

How To - Install and configure the Symbience AL3 Download Client How To - Install and configure the Symbience AL3 Download Client IN THIS TASK Installation of the AL3 Download Client Setup a user profile Running the AL3 Download Client Scheduling the AL3 Download using

More information

Orders Gateway Product Line

Orders Gateway Product Line Orders Gateway Product Line Release Notes July 18, 2014 Table of Contents Overview... 1 Features and Functionality... 2 New in This Release... 2 NPS... 3 Remove Upload Document button based on Customer...

More information

OneDrive for Business User Guide

OneDrive for Business User Guide OneDrive for Business User Guide Contents OneDrive for Business... 1 User Guide... 1 Contents... 1 2. OneDrive for Business and Office365... 2 3. Signing in... 2 4. Help... 3 5. OneDrive... 3 5.1 Create,

More information

Deploying Migrated IBM Notes Applications to the Cloud

Deploying Migrated IBM Notes Applications to the Cloud Deploying Migrated IBM Notes Applications to the Cloud A guide on deploying Composer Notes application to Microsoft Azure Prepared by Composer Technologies Copyright Composer Technologies Table of Contents

More information

Utilizing SASED OneDrive Cloud Storage

Utilizing SASED OneDrive Cloud Storage Utilizing SASED OneDrive Cloud Storage Technology Department 5/29/15 The purpose of this document is to provide guidance on how to transfer and access SASED documents and folders on your SASED provided

More information

Cloud Services ADM. Agent Deployment Guide

Cloud Services ADM. Agent Deployment Guide Cloud Services ADM Agent Deployment Guide 10/15/2014 CONTENTS System Requirements... 1 Hardware Requirements... 1 Installation... 2 SQL Connection... 4 AD Mgmt Agent... 5 MMC... 7 Service... 8 License

More information

Informatica Cloud & Redshift Getting Started User Guide

Informatica Cloud & Redshift Getting Started User Guide Informatica Cloud & Redshift Getting Started User Guide 2014 Informatica Corporation. No part of this document may be reproduced or transmitted in any form, by any means (electronic, photocopying, recording

More information

Paxera Uploader Basic Troubleshooting

Paxera Uploader Basic Troubleshooting Before going further, please check the logs and auto-route queue in the Uploader Control, these logs will say a lot about your problem. You should take care of the following before contacting our Support

More information

MiniBase. Custom View Tips & Tricks. Schoolwires Centricity 2.0

MiniBase. Custom View Tips & Tricks. Schoolwires Centricity 2.0 MiniBase Custom View Tips & Tricks Schoolwires Centricity 2.0 Table of Contents Introduction... 1 Creating an Email Field... 2 Creating an HTML Linking Field... 3 Creating a File Linking Field... 4 Inserting

More information

INTRODUCTION 5 COLLABORATION RIBBON 5 SELECT THE UPDATING METHOD 6 MAKE YOUR PROJECT COLLABORATIVE 8 PROCESSING RECEIVED TASK UPDATES 9

INTRODUCTION 5 COLLABORATION RIBBON 5 SELECT THE UPDATING METHOD 6 MAKE YOUR PROJECT COLLABORATIVE 8 PROCESSING RECEIVED TASK UPDATES 9 Contents Contents INTRODUCTION 5 COLLABORATION RIBBON 5 SELECT THE UPDATING METHOD 6 MAKE YOUR PROJECT COLLABORATIVE 8 PROCESSING RECEIVED TASK UPDATES 9 IMPORT UPDATES 12 CUSTOM TEXT FIELDS MAPPING 13

More information

Chapter 27 Aneka Cloud Application Platform and Its Integration with Windows Azure

Chapter 27 Aneka Cloud Application Platform and Its Integration with Windows Azure Chapter 27 Aneka Cloud Application Platform and Its Integration with Windows Azure Yi Wei 1, Karthik Sukumar 1, Christian Vecchiola 2, Dileban Karunamoorthy 2 and Rajkumar Buyya 1, 2 1 Manjrasoft Pty.

More information

Microsoft Azure - Week6 Tuesday -

Microsoft Azure - Week6 Tuesday - Microsoft Azure - Week6 Tuesday - Kookmin University 1 Objectives and what to study Window Azure Cloud Service Concepts Window Azure Cloud Service Development Deploy offline Create an Azure storage account

More information

Google Drive: Access and organize your files

Google Drive: Access and organize your files Google Drive: Access and organize your files Use Google Drive to store and access your files, folders, and Google Docs, Sheets, and Slides anywhere. Change a file on the web, your computer, tablet, or

More information

PCVITA Express Migrator for SharePoint (File System) 2011. Table of Contents

PCVITA Express Migrator for SharePoint (File System) 2011. Table of Contents Table of Contents Chapter-1 ---------------------------------------------------------------------------- Page No (2) What is PCVITA Express Migrator for SharePoint (File System)? Migration Supported The

More information

2342-4. Scientific m-learning. 4-7 June 2012. Mobile Application Development using App Inventor for Android Devices

2342-4. Scientific m-learning. 4-7 June 2012. Mobile Application Development using App Inventor for Android Devices 2342-4 Scientific m-learning 4-7 June 2012 Mobile Application Development using App Inventor for Android Devices TRIVEDI Kirankumar Rajnikant Shantilal Shah Engineering College New Sidsar Campu, PO Vartej

More information

How To Import Credit Card Charges Into Concur

How To Import Credit Card Charges Into Concur Importing Credit Card Expenses into Concur For faster expense reporting and less manual data entry, try importing your credit card charges into Concur. Step 1: Download Credit Card Data Log onto your credit

More information

Step by Step. Use the Cloud Login Website

Step by Step. Use the Cloud Login Website Step by Step HOW TO Use the Cloud Login Website This How To article will show you how to use the Cloud Login Website to upload and download your files from the cloud. For a complete list of available How

More information

How to use Microsoft Project? Basic Training to Help You during the BYI challenge

How to use Microsoft Project? Basic Training to Help You during the BYI challenge How to use Microsoft Project? Basic Training to Help You during the BYI challenge Table of Contents I. Main Concepts 1. Overview of Microsoft Project 2. Explanation of the main concepts II. How to : Create

More information

Getting started with One Search for Destiny. Overview. Before you start. Enabling the One Search service

Getting started with One Search for Destiny. Overview. Before you start. Enabling the One Search service Overview Getting started with One Search for Destiny By providing one-stop searching of multiple online resources, One Search gives your students access to the best information in the least amount of time.

More information

Pepperstone MetaTrader 4 User Guide:

Pepperstone MetaTrader 4 User Guide: Pepperstone MetaTrader 4 User Guide: Here is a picture of what the MT4 main screen looks like: Main menu (access to the program menu and settings); Toolbars (quick access to the program features and settings);

More information

DreamFactory on Microsoft SQL Azure

DreamFactory on Microsoft SQL Azure DreamFactory on Microsoft SQL Azure Account Setup and Installation Guide For general information about the Azure platform, go to http://www.microsoft.com/windowsazure/. For general information about the

More information

Bitrix Site Manager ASP.NET. Installation Guide

Bitrix Site Manager ASP.NET. Installation Guide Bitrix Site Manager ASP.NET Installation Guide Contents Introduction... 4 Chapter 1. Checking for IIS Installation... 5 Chapter 2. Using An Archive File to Install Bitrix Site Manager ASP.NET... 7 Preliminary

More information

Proposal. Deployment Guide. How to Use CloudBerry Drive with Oracle Storage Cloud Service WWW.CLOUDBERRYLAB.COM

Proposal. Deployment Guide. How to Use CloudBerry Drive with Oracle Storage Cloud Service WWW.CLOUDBERRYLAB.COM Proposal Deployment Guide How to Use CloudBerry Drive with Oracle Storage Cloud Service WWW.CLOUDBERRYLAB.COM Contents PRELIMINARY DETAILS... 3 LEGAL NOTICE... 3 INTRODUCTION... 4 HOW TO SIGN UP FOR ORACLE

More information

SOLGARI CLOUD BUSINESS COMMUNICATION SERVICES CLOUD CONTACT CENTRE MICROSOFT DYNAMICS INTEGRATION

SOLGARI CLOUD BUSINESS COMMUNICATION SERVICES CLOUD CONTACT CENTRE MICROSOFT DYNAMICS INTEGRATION SOLGARI CLOUD BUSINESS COMMUNICATION SERVICES CLOUD CONTACT CENTRE MICROSOFT DYNAMICS INTEGRATION APRIL 2015 Microsoft Dynamics CRM Integration The Solgari CRM Integration module provides out of the box

More information

Configuring user provisioning for Amazon Web Services (Amazon Specific)

Configuring user provisioning for Amazon Web Services (Amazon Specific) Chapter 2 Configuring user provisioning for Amazon Web Services (Amazon Specific) Note If you re trying to configure provisioning for the Amazon Web Services: Amazon Specific + Provisioning app, you re

More information

SP Term Cloud Installation

SP Term Cloud Installation Contents SP Term Cloud Installation... 2 SP Term Cloud User Solution... 2 Installing the user solution... 2 Adding the SP Term Cloud web part to a page... 2 SP Term Cloud User Solution license activation...

More information

Windows Intune Walkthrough: Windows Phone 8 Management

Windows Intune Walkthrough: Windows Phone 8 Management Windows Intune Walkthrough: Windows Phone 8 Management This document will review all the necessary steps to setup and manage Windows Phone 8 using the Windows Intune service. Note: If you want to test

More information

Microsoft Dynamics NAV Connector. User Guide

Microsoft Dynamics NAV Connector. User Guide Microsoft Dynamics NAV Connector User Guide Microsoft Dynamics NAV Connector, version 1.0 Copyright Bottomline Technologies, Inc. 2008. All Rights Reserved Information in this document is subject to change

More information

A Cloud-based Architecture for Visual Effect Rendering System

A Cloud-based Architecture for Visual Effect Rendering System A Cloud-based Architecture for Visual Effect System Teng-Kai Fan Researcher Chunghwa Telecom Labs 20 August 2015 Outline Preliminary Motivation & Objective Cloud-based Visual Effect System 2/24 Copyright

More information

SUNY Adirondack email

SUNY Adirondack email SUNY Adirondack email Official Correspondence Faculty, Staff and Students should be aware that their campus email account is considered their official email account in regard to all business pertaining

More information

Fixing Certificate Problems Some users have recently had problems installing Silect products. The symptoms are typically an error like the following:

Fixing Certificate Problems Some users have recently had problems installing Silect products. The symptoms are typically an error like the following: Fixing Certificate Problems Some users have recently had problems installing Silect products. The symptoms are typically an error like the following: The issue arises for one of two reasons. 1) Silect

More information

Cloud Computing for Research Roger Barga Cloud Computing Futures, Microsoft Research

Cloud Computing for Research Roger Barga Cloud Computing Futures, Microsoft Research Cloud Computing for Research Roger Barga Cloud Computing Futures, Microsoft Research Trends: Data on an Exponential Scale Scientific data doubles every year Combination of inexpensive sensors + exponentially

More information

PCVITA Express Migrator for SharePoint(Exchange Public Folder) 2011. Table of Contents

PCVITA Express Migrator for SharePoint(Exchange Public Folder) 2011. Table of Contents Table of Contents Chapter-1 ------------------------------------------------------------- Page No (2) What is Express Migrator for Exchange Public Folder to SharePoint? Migration Supported The Prominent

More information

Managing Documents in the Citrix XenApp Remote Desktop

Managing Documents in the Citrix XenApp Remote Desktop Introduction Managing Documents in the Citrix XenApp Remote Desktop What is a Citrix XenApp Remote Desktop? It is a virtualized instance of MS Windows with only enough software to run TAS in a controlled

More information

CloudML@ARTIST: Overview

CloudML@ARTIST: Overview CloudML@ARTIST: Overview In the context of the ARTIST project, and following the analysis on the state of the art documented in the public ARTIST Deliverable D7.2, it was decided to base our modelling

More information

How To Create An E Signature System On Cloud On Windows Azure (Windows) And A Client (For A Large Logistics Organization)

How To Create An E Signature System On Cloud On Windows Azure (Windows) And A Client (For A Large Logistics Organization) Uploading electronic Signature into Cloud One of the world s largest Logistics Organization Copyright ABOUT THE CLIENT One of the largest logistics organizations in south Asia, providing efficient and

More information

Cloud Services. Lync. IM/ Web Conferencing Admin Quick Start Guide

Cloud Services. Lync. IM/ Web Conferencing Admin Quick Start Guide Cloud Services Lync IM/ Web Conferencing Admin Quick Start Guide 10/14/2014 ACTIVATION LETTER An activation letter will be sent to the email account of your administrator contact. Please look for the following

More information

Information Systems Analysis and Design CSC340. 2004 John Mylopoulos. Software Architectures -- 1. Information Systems Analysis and Design CSC340

Information Systems Analysis and Design CSC340. 2004 John Mylopoulos. Software Architectures -- 1. Information Systems Analysis and Design CSC340 XIX. Software Architectures Software Architectures UML Packages Client- vs Peer-to-Peer Horizontal Layers and Vertical Partitions 3-Tier and 4-Tier Architectures The Model-View-Controller Architecture

More information

Kentico CMS 7.0 Windows Azure Deployment Guide

Kentico CMS 7.0 Windows Azure Deployment Guide Kentico CMS 7.0 Windows Azure Deployment Guide 2 Kentico CMS 7.0 Windows Azure Deployment Guide Table of Contents Introduction 4... 4 About this guide Installation and deployment 6... 6 Overview... 6 Architecture...

More information

Frontstream CRM Pro to Pro Upgrade Guide (Note: This guide is ONLY applicable for upgrading from Pro to Pro)

Frontstream CRM Pro to Pro Upgrade Guide (Note: This guide is ONLY applicable for upgrading from Pro to Pro) Frontstream CRM Pro to Pro Upgrade Guide (Note: This guide is ONLY applicable for upgrading from Pro to Pro) Congratulations on your purchase of Frontstream CRM 2015 Pro. Frontstream CRM 2015 Pro is the

More information

Schools Remote Access Server

Schools Remote Access Server Schools Remote Access Server This system is for school use only. Not for personal or private file use. Please observe all of the school district IT rules. 6076 State Farm Rd., Guilderland, NY 12084 Phone:

More information

Word 2010: Mail Merge to Email with Attachments

Word 2010: Mail Merge to Email with Attachments Word 2010: Mail Merge to Email with Attachments Table of Contents TO SEE THE SECTION FOR MACROS, YOU MUST TURN ON THE DEVELOPER TAB:... 2 SET REFERENCE IN VISUAL BASIC:... 2 CREATE THE MACRO TO USE WITHIN

More information

How To Install An Aneka Cloud On A Windows 7 Computer (For Free)

How To Install An Aneka Cloud On A Windows 7 Computer (For Free) MANJRASOFT PTY LTD Aneka 3.0 Manjrasoft 5/13/2013 This document describes in detail the steps involved in installing and configuring an Aneka Cloud. It covers the prerequisites for the installation, the

More information

Outlook Plugin. What is MangoApps for Outlook?

Outlook Plugin. What is MangoApps for Outlook? MangoApps for Outlook Plugin Windows - MangoApps for Windows is a single app that integrates Messenger, Outlook and Office Plugins into one unit and combines it with the secure, robust document management

More information

IBM Smart Cloud guide started

IBM Smart Cloud guide started IBM Smart Cloud guide started 1. Overview Access link: https://www-147.ibm.com/cloud/enterprise/dashboard We are going to work in the IBM Smart Cloud Enterprise. The first thing we are going to do is to

More information

Veeam Business View. Sharing Categorization Data with CMDBs and 3 rd Party Applications Step-by-Step Guide

Veeam Business View. Sharing Categorization Data with CMDBs and 3 rd Party Applications Step-by-Step Guide Veeam Business View Sharing Categorization Data with CMDBs and 3 rd Party Applications Step-by-Step Guide Written by: Vitaliy Safarov, Program Manager, Veeam Software CONTENTS ARCHITECTURE... 3 VEEAM BUSINESS

More information