Introduction to Cube Cloud (CC) Introduction. Senior Transportation Engineer

Size: px
Start display at page:

Download "Introduction to Cube Cloud (CC) Introduction. Senior Transportation Engineer amohideen@citilabs.com"

Transcription

1 Introduction to Cube Cloud (CC) Presented By Ahmed Mohideen Citilabs Inc. October 15 th, 2014 Introduction Ahmed Mohideen Senior Transportation Engineer Rob Schiffer Director of Professional Services 2 1

2 Agenda Background Model and contract administration Preparing your model for CUBE Cloud Uploading your model to CUBE Cloud (CC Exporter) Initial Questions Your model on CUBE Cloud 3 Managing Scenarios Running your Model Model Administration Model Outputs and Analysis Agenda (cont d) Contract Administration Cube Cloud Store Final Questions 4 2

3 BACKGROUND 5 Background What is Cube Cloud? Why Cloud? Speed Scalability Sharing Access Management Benefits Work Flow Sign up 6 3

4 What is Cube Cloud? A cloud based environment for travel demand modeling in CUBE 7 Speed Scalability Sharing Ease of access Easy to manage Why Cloud? 8 4

5 Speed Santa Clara Valley, California Availability of large number of computing cores Reduce run times 50% to 80% for full model runs 85% to 95% for highway assignment only runs Scalability Scalable resources Processor cores Memory/disk Network bandwidth Independent model runs Resources scalable across simultaneous runs and within single run (speed) 5

6 Sharing Sharing of Computing resources Model Data Analysis Permission levels Administrator Regular user Access Access Anywhere Anytime Any number/type of users Browser based All device types PC, Tablet, Smart phone 6

7 Management Central repository for model/data Version control/less fragmentation Better collaboration Benefits Internet: movement from a desktop-bound, locked environment to an internet-based, open, sharable, work from anywhere/anytime environment Community Resource: model application and planning analysis done by non-experts using common web-browsers moving models to an active role in collaborative transportation planning Cloud-Computing: placement of the models, data and software in a cloud-computing environment lowering hardware costs locally while providing unlimited high-spec resources Lower costs for Users: movement from locally licensed desktops to software as a service model. Monthly subscription business model allows many to use the model at low, or even, no cost Lessens IT complexity: much of the IT burden of modeling is shifted from the user to the vendor Data and Software Integration: easier to integrate with external systems for development reviews, regional air quality analysis, pavement maintenance systems, traffic and transit ITS systems and to receive and use data from data probes, detectors and static data sources 14 7

8 Work Flow Publish the Model from Cube to the Cube Cloud Create, run and analyze scenarios from anywhere 15 Develop the Model with Cube in the Desktop Environment Sign-up Create a user account on CUBE Cloud services Registration code CUBE2012 Use a valid web address Free to register 16 8

9 CONTRACTS 17 Contracts Agreement between user and Cloud service provider (i.e., Citilabs) Contract defines number of hours, core, users, amount of storage, etc. Same user can have multiple contracts Required to run models Not all users need to sign contracts Contract hours can be shared among users 18 9

10 PREPARING YOUR MODEL FOR CUBE CLOUD Preparing Your Model for Cube Cloud Understanding CC directory structure Input file references Output file references User programs CC cluster setup Best practices 20 10

11 Understanding CC Directory Structure Minimal/fixed directory structure 21 Understanding CC Directory Structure Model This has a unique folder name for each model Working directory/scenario directory Apps Model script file and catalog information (.xml) Inputs All inputs (scenario specific, fixed inputs) Outputs Empty and used to store fixed outputs when model is run 22 11

12 Understanding CC Directory Structure (Cont d) CC Export Compile model scripts and model catalog Create one model script and a.xml file in web\apps Copy input files to web\inputs Compress web folder for upload CC Model Run Each scenario run gets its own copy of the model folder All outputs are saved in the Outputs folder or the Model folder (scenario/working directory) 23 Input File References Scenario specific inputs (e.g., zone data, highway network, etc.) FILEI input file statements with {SCENARIO_DIR} in path name e.g., FILEI ZONEI[1]= {SCENARIO_DIR}\Zones\ZoneData.DBF e.g., READ FILE ="{SCENARIO_DIR}\INPUT\ACCESS.PRN 24 12

13 Input File References (Cont d) Fixed model inputs (e.g., friction factors, mode choice factors, etc.) FILEI statements with fixed file path e.g., FILEI RECI = C:\Model\Parameters\MC_PAR.DBF 25 Input File References (Cont d) Use file keys for scenario specific input files e.g., FILEI ZONEI[1]= {ZoneData} e.g., READ FILE = "{Accessibility} Fixed Input Files Use file keys if the input should be changed by user later e.g., FILEI RECI = {ModeChoicePar} 26 13

14 Output File References FILEO, PRINT FILE= and COPY ENDCOPY statements e.g., FILEO MATO[1] = "{SCENARIO_DIR}\OUTPUT\MATRIX\OUTPUT.MAT CC model run will output these files to the outputs directory unless the file is output directly to the scenario directory Output all scenario specific files directly to {SCENARIO_DIR} e.g., FILEO MATO[1] = "{SCENARIO_DIR}\OUTPUT.MAT 27 User Programs Programs built by model developer external to Cube Activity based models Some post processors Select trip generation and mode choice models Programs with special set-ups 28 14

15 User Programs (Cont d) User supplied user programs e.g., any.exe files to perform special functions All input files and output files to/from the user program should be referenced to the {SCENARIO_DIR} Update any control files/input files with file paths Execute the user programs from {SCENARIO_DIR} 29 User Programs (Cont d) User programs requiring special set-up Certain user programs (e.g., Java Parallel Processing Framework) might require additional folder set-up and special configuration for running Additional set-up might include background processes to support the model run Citilabs will create a new CC image to handle these special cases (e.g., CT-RAMP) according to each client s needs 30 15

16 CC Cluster Setup CC provides scalability of available cluster nodes for each model run ProcessNum/ProcessList for DistributeMultistep and DistributeIntrastep statements should be calculated within the script based on the number of cores available for that run The number of cores available for the model run is input using a scenario key. No need for cluster commands to start and close cluster nodes. e.g., *Cluster Test 1-10 start exit 31 CC Cluster Setup (Cont d) {CORES}=### PILOT: If ({CORES}>1) ClusterNodes={CORES}-1 Distribute Multistep=T Intrastep=T Else ClusterNodes=1 Distribute Multistep=F Intrastep=F EndIf Intranodes = INT((ClusterNodes-2)/3) Start1=3 End1= Start1 + Intranodes Start2= End1 + 1 End2= Start2 + Intranodes Start3= End2 + 1 End3= Start3 + Intranodes DistributeMultistep ProcessId= Training ProcessNum=1 RUN PGM=MATRIX DistributeIntrastep ProcessId= Training ProcessList=@Start1@-@End1@ ENDRUN DistributeMultistep ProcessId= Training ProcessNum=2 RUN PGM=HIGHWAY DistributeIntrastep ProcessId= Training ProcessList=@Start2@-@End2@ ENDRUN RUN PGM=MATRIX DistributeIntrastep ProcessId= Training ProcessList=@Start3@-@End3@ ENDRUN 32 16

17 Best Practices Use file keys for input files Use unique file names for scenario specific input files Reference all model run outputs to the {SCENARIO_DIR} Directly link output files in application manager instead of reading the file internally Always use double quotes for file paths and names Execute user programs from scenario dir 33 CC EXPORTER UPLOADING YOUR MODEL TO CUBE CLOUD 17

18 CC Exporter What is CC Exporter? Register\Login Switching users Active\Pending catalogs Exporting Handling errors and warnings Uploading Pending 35 What is CC Exporter? Built-in CUBE 6.0 tool Prepares your model for CC Uploads the model to CC Lists your existing CC models (pending/active) Located at File>Export>Upload a Model 36 18

19 Register/Log-in Requires a CC account to access the functions of exporter Same user name/password as 37 Exporter Export/Upload Models Errors, Warnings & Logs Status 38 19

20 Switching Users Allows to switch CC user accounts inside exporter File>Switch User 39 Active/Pending Catalogs Active Catalog CC model which is approved and is ready to be run Pending Catalog CC model which has been uploaded by the user and is waiting for Citilabs to approve the model (as described below) Approval process- Check to make sure the model is uploaded by a trusted source Assign the right contract for the model Provide model admin permissions 40 20

21 Exporting Scenario Manager and Application Manager should be open Check the catalog name Export Compiles model scripts Build CC script Build catalog information (.xml) Copy inputs Compress upload folder Creates web and web.zip file Lists errors and warnings from the export process 41 Handling Errors and Warnings Errors Critical issues which have to be addressed before uploading the model Warnings Possible issues to be reviewed by the user Details Error or Warning Description Number of instances Location of each instance 42 21

22 Uploading Title Name of the model in CC Description brief description of the model This description will be listed in Check upload log to confirm model upload 43 What s Next? Model will be listed as Pending on Review and Approval by Citilabs Assign admin privileges to user Invite user to edit/run model 44 22

23 Initial Questions 45 YOUR MODEL ON CC 23

24 Activate Approved Model User invite sent from Citilabs User to click on login link Login with the username associated with address Multiple user names with same is allowed 47 Models Page Lists all your current models and applications purchased from the store Select parties responsible for your models 48 24

25 MANAGING SCENARIOS Items Add new scenarios Upload/edit scenario inputs Delete scenarios 50 25

26 Add Scenarios All new scenarios are located under Base scenario Create Child Scenario creates a new scenario under the currently selected scenario Name Description Share type Input files and key values are copied from parent Collapse and expand scenario families 51 Upload/Edit Scenario Inputs Edit Scenario activates edit controls for the currently selected scenario Input files (file keys) All input files can be updated by uploading a new file Check boxes All other key types are listed as text edit boxes 52 26

27 Delete Scenario Delete Scenario deletes the currently selected scenario Requires user confirmation 53 RUNNING YOUR MODEL 27

28 Items Model/Cluster set-up Selecting Contract (i.e., responsible party) Scheduling runs Checking run status 55 Model/Cluster set-up CUBE/CC model run environment e.g., CUBE 5.1.4, CTRAMP 5.1.4, etc Cluster process name should match with name used in your model Number of cores to be used for model run 56 28

29 Select Contract Contract to be assessed/billed for current model run Lists available contracts under your administration 57 Schedule Model Runs Select scenario Schedule Scenario starts model run Requires user confirmation 58 29

30 Status Check Model Run Status Lists currently running scenarios and completed scenario runs Status Pending the model run is pending to be started Running the model is currently running Completed the model run was completed 59 Run Status (Cont d) 60 30

31 MODEL ADMINISTRATION Model Administration Model set-up Sharing your model Managing model users Tracking model run activity 62 31

32 Model set-up Model logo appears on model page Model run environment CUBE version/cc image Cluster process name same one used in your model scripts Number of cores Number of process cores for model run In multiples of 8 (8 cores on each CC machine) 63 Invite users User Sharing your model Users can have multiple accounts under same user Model User vs. Model Administrator Model user will not have access to model admin page Model user cannot invite/manage other users 64 32

33 Managing Model Access Disable/Enable admin permissions Set-up model run payment options Delete user from model access 65 Deleting a Model Only the user who uploaded the model can delete it The delete button is available in Admin>Model Setup Other users who share the model will not have access to the model once you delete it 66 33

34 MODEL OUTPUTS Model Outputs Data page Working with output files Managing data folders 68 34

35 Data Page Provides access to all your scenario run outputs Organized by models and scenarios Follows MS-Windows like folder structure Tools to organize your output data 69 Working With Files & Folders Copy files between folders Download files Upload files from your PC Delete files Add/Download/Delete folders 70 35

36 ANALYZING YOUR MODEL OUTPUTS Analyzing Model Outputs Networks/Maps Database/Charts Tables 72 36

37 Networks/Maps CC has map tools to plot network data The loaded network has to be in a geodatabase (.mdb) in order to use mapping capabilities The geo-database should have the correct projection defined Copy mdb to {SCENARIO_DIR} and write loaded networks to mdb Use GeometrySource keyword in the NETWORK program to assign shape information to loaded network 73 Database\Charts CC provides 4 chart types to plot data The database should be available in a geodatabase (.mdb) to produce charts The data should be summarized Chart types supported: Pie Stacked Bar Line Scatter 74 37

38 Tables Tables are used for publishing smaller datasets such as summary tables. Bigger data sets can be accessed and downloaded from the Data page. This page lists two types of files.dbf.table 75 Tables (Cont d) DBF tables are regular.dbf format files. However, in order to be listed as a table in this page, these files need to have table_ as a prefix to their name..table files are any output text file named with extension.table..table should be pipe ( ) delimited. Below is a sample format Title="Table Name" Column1 Name Column2 Name Column3 Name

39 CONTRACT ADMINISTRATION Contract Administration Contract details Contract Activity Invite Users Manage Users 78 39

40 Contract Details/Activity Contract Details Contract hours Contract Activity Lists all model runs under the contract activity 79 Invite Users Contract User vs Contract Administrator Contract user cannot invite other users to the contract Contract user cannot change user privileges or remove users from the contract 80 40

41 Manage Users Change user privileges Remove user from contract 81 CUBE CLOUD STORE 41

42 Cube Cloud Store Cube Cloud store provides access to additional model applications (such as pre/post processing scripts) It also serves as a repository of model data (such as Census data) and other modeling resources (e.g., research reports) Users can buy model applications and add them to their user account Model data can be downloaded by user 83 Cube Cloud Store (Cont d) Free apps provide access to commonly used analytic tools. Comes standard with Cube Cloud! Paid apps allow users to sell their models on the Cloud 84 42

43 Questions 85 43

SETUP AND MANAGEMENT OF MODELS IN CUBE CLOUD. Colby M. Brown, AICP PTP

SETUP AND MANAGEMENT OF MODELS IN CUBE CLOUD. Colby M. Brown, AICP PTP SETUP AND MANAGEMENT OF MODELS IN CUBE CLOUD Colby M. Brown, AICP PTP 1 CUBE CLOUD INTRODUCING CUBE CLOUD Develop the Model with Cube in the Desktop Environment Publish the Model from Cube to the Cube

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

Technical Support Set-up Procedure

Technical Support Set-up Procedure Technical Support Set-up Procedure How to Setup the Amazon S3 Application on the DSN-320 Amazon S3 (Simple Storage Service) is an online storage web service offered by AWS (Amazon Web Services), and it

More information

Qbox User Manual. Version 7.0

Qbox User Manual. Version 7.0 Qbox User Manual Version 7.0 Index Page 3 Page 6 Page 8 Page 9 Page 10 Page 12 Page 14 Page 16 Introduction Setup instructions: users creating their own account Setup instructions: invited users and team

More information

Installation and Setup: Setup Wizard Account Information

Installation and Setup: Setup Wizard Account Information Installation and Setup: Setup Wizard Account Information Once the My Secure Backup software has been installed on the end-user machine, the first step in the installation wizard is to configure their account

More information

Table of Contents. OpenDrive Drive 2. Installation 4 Standard Installation Unattended Installation

Table of Contents. OpenDrive Drive 2. Installation 4 Standard Installation Unattended Installation User Guide for OpenDrive Application v1.6.0.4 for MS Windows Platform 20150430 April 2015 Table of Contents Installation 4 Standard Installation Unattended Installation Installation (cont.) 5 Unattended

More information

Gómez Script Recorder

Gómez Script Recorder Gómez Script Recorder GETTING STARTED October 2003 Overview The Gómez Performance Network (GPN) measures Web page and transaction performance globally in real-time, enabling organizations to continuously

More information

Installation Guide for Windows May 2016

Installation Guide for Windows May 2016 Installation Guide for Windows May 2016 1 Welcome to KITE Client Software for Windows Note: The KITE Client software is supported for both 32-bit and 64-bit Windows computers. The Kansas Interactive Testing

More information

OneDrive for Business from Desktop or Laptop Windows devices

OneDrive for Business from Desktop or Laptop Windows devices OneDrive for Business from Desktop or Laptop Windows devices OneDrive for Business (previously called SkyDrive Pro) is cloud based file store that comes as part of the Uel Office365 subscription. It provides

More information

Quick Start Guide to. ArcGISSM. Online

Quick Start Guide to. ArcGISSM. Online Quick Start Guide to ArcGISSM Online ArcGIS Online Quick Start Guide ArcGIS SM Online is a cloud-based mapping platform for organizations. Users get access to dynamic, authoritative content to create,

More information

Training Events Database (TED) Setup Guide

Training Events Database (TED) Setup Guide This document describes the basic process for installing the Training Events Database (TED) system. It does not cover installing FileMaker Pro or FileMaker Server, the software needed to run TED, or how

More information

USERS MANUAL FOR OWL A DOCUMENT REPOSITORY SYSTEM

USERS MANUAL FOR OWL A DOCUMENT REPOSITORY SYSTEM USERS MANUAL FOR OWL A DOCUMENT REPOSITORY SYSTEM User Manual Table of Contents Introducing OWL...3 Starting to use Owl...4 The Logging in page...4 Using the browser...6 Folder structure...6 Title Bar...6

More information

AdRadionet to IBM Bluemix Connectivity Quickstart User Guide

AdRadionet to IBM Bluemix Connectivity Quickstart User Guide AdRadionet to IBM Bluemix Connectivity Quickstart User Guide Platform: EV-ADRN-WSN-1Z Evaluation Kit, AdRadionet-to-IBM-Bluemix-Connectivity January 20, 2015 Table of Contents Introduction... 3 Things

More information

How To Set Up Dataprotect

How To Set Up Dataprotect How To Set Up Dataprotect This document will show you how to install and configure your computer for a Typical installation. If you have questions about configuring a Custom installation please contact

More information

OneDrive for Business User Guide

OneDrive for Business User Guide OneDrive for Business User Guide Contents OneDrive for Business and Office 365... 2 Storing University Information in the Cloud... 2 Signing in... 2 The Office 365 Interface... 3 The OneDrive App... 3

More information

Quick Start Guide. User Manual. 1 March 2012

Quick Start Guide. User Manual. 1 March 2012 Quick Start Guide User Manual 1 March 2012 This document outlines the steps to install SAMLite system into a single box of server and configure it to run for passive collection (domain login script). This

More information

DiskPulse DISK CHANGE MONITOR

DiskPulse DISK CHANGE MONITOR DiskPulse DISK CHANGE MONITOR User Manual Version 7.9 Oct 2015 www.diskpulse.com info@flexense.com 1 1 DiskPulse Overview...3 2 DiskPulse Product Versions...5 3 Using Desktop Product Version...6 3.1 Product

More information

Quick Start Guide Using OneDisk with the Tappin Service

Quick Start Guide Using OneDisk with the Tappin Service Quick Start Guide Using OneDisk with the Tappin Service Copyright 2013, Tappin, Inc. All rights reserved. Tappin and the Tappin logo are trademarks of Tappin, Inc. All other trademarks are the property

More information

FileMaker Server 11. FileMaker Server Help

FileMaker Server 11. FileMaker Server Help FileMaker Server 11 FileMaker Server Help 2010 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker is a trademark of FileMaker, Inc. registered

More information

FileMaker Server 14. FileMaker Server Help

FileMaker Server 14. FileMaker Server Help FileMaker Server 14 FileMaker Server Help 2007 2015 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker and FileMaker Go are trademarks

More information

Features of AnyShare

Features of AnyShare of AnyShare of AnyShare CONTENT Brief Introduction of AnyShare... 3 Chapter 1 Centralized Management... 5 1.1 Operation Management... 5 1.2 User Management... 5 1.3 User Authentication... 6 1.4 Roles...

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

OneDrive for Business User Guide

OneDrive for Business User Guide OneDrive for Business User Guide Contents OneDrive for Business and Office 365... 2 Storing University Information in the Cloud... 2 Signing in... 2 The Office 365 Interface... 3 The OneDrive App... 3

More information

EBOX Digital Content Management System (CMS) User Guide For Site Owners & Administrators

EBOX Digital Content Management System (CMS) User Guide For Site Owners & Administrators EBOX Digital Content Management System (CMS) User Guide For Site Owners & Administrators Version 1.0 Last Updated on 15 th October 2011 Table of Contents Introduction... 3 File Manager... 5 Site Log...

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

LifeCyclePlus Version 1

LifeCyclePlus Version 1 LifeCyclePlus Version 1 Last updated: 2014-04-25 Information in this document is subject to change without notice. Companies, names and data used in examples herein are fictitious unless otherwise noted.

More information

Introducing OneDrive for Business

Introducing OneDrive for Business Introducing OneDrive for Business OneDrive for Business is Microsoft s cloud storage service, which comes as part of the Conservatoire s Office365 subscription. OneDrive for Business allows you to access

More information

Interworks. Interworks Cloud Platform Installation Guide

Interworks. Interworks Cloud Platform Installation Guide Interworks Interworks Cloud Platform Installation Guide Published: March, 2014 This document contains information proprietary to Interworks and its receipt or possession does not convey any rights to reproduce,

More information

MET ATRADER 5 Guid e version 1.0 January 2013

MET ATRADER 5 Guid e version 1.0 January 2013 METATRADER 5 Guide version 1.0 January 2013 Content 1. Install and Opening MT5 Accounts... 1 1.1 Opening Demo Account... 1 1.2 Login... 3 2. User Interface... 5 2.1 Market Watch... 6 2.2 Navigator... 8

More information

IIS, FTP Server and Windows

IIS, FTP Server and Windows IIS, FTP Server and Windows The Objective: To setup, configure and test FTP server. Requirement: Any version of the Windows 2000 Server. FTP Windows s component. Internet Information Services, IIS. Steps:

More information

FileMaker Server 15. Getting Started Guide

FileMaker Server 15. Getting Started Guide FileMaker Server 15 Getting Started Guide 2007 2016 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker and FileMaker Go are trademarks

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

Advanced Digital Imaging

Advanced Digital Imaging Asset Management System User Interface Cabin River Web Solutions Overview The ADI Asset Management System allows customers and ADI to share digital assets (images and files) in a controlled environment.

More information

4/10/2012. Hall. Cherokee. Bartow. Forsyth. Barrow. Gwinnett. Paulding. Cobb. Walton. DeKalb. Douglas. Fulton. Rockdale. Carroll. Clayton.

4/10/2012. Hall. Cherokee. Bartow. Forsyth. Barrow. Gwinnett. Paulding. Cobb. Walton. DeKalb. Douglas. Fulton. Rockdale. Carroll. Clayton. Carroll Bartow Paulding Douglas Coweta Cobb Cherokee Fulton Fayette Clayton DeKalb Spalding Forsyth Henry Gwinnett Rockdale Hall Newton Barrow Walton 4/10/2012 Cloud Computing On demand use of remote computer

More information

Synthetic Monitoring Scripting Framework. User Guide

Synthetic Monitoring Scripting Framework. User Guide Synthetic Monitoring Scripting Framework User Guide Please direct questions about {Compuware Product} or comments on this document to: APM Customer Support FrontLine Support Login Page: http://go.compuware.com

More information

User s Guide For Department of Facility Services

User s Guide For Department of Facility Services Doc s File Server User s Guide For Department of Facility Services For Ver : 7.2.88.1020 Rev : 1_05-27-2011 Created by : Elliott Jeyaseelan 2 Table of Contents SERVER LOGIN & AUTHENTICATION REQUIREMENTS

More information

WatchDox Administrator's Guide. Application Version 3.7.5

WatchDox Administrator's Guide. Application Version 3.7.5 Application Version 3.7.5 Confidentiality This document contains confidential material that is proprietary WatchDox. The information and ideas herein may not be disclosed to any unauthorized individuals

More information

MyFaxCentral User Administration Guide

MyFaxCentral User Administration Guide faxing simplified. anytime. anywhere. MyFaxCentral User Administration Guide www.myfax.com MyFaxCentral Common Controls...1 Navigation Controls...1 Customize View...1 MyFaxCentral User Administration...2

More information

Configuring a Smart Conference

Configuring a Smart Conference Configuring a Smart Conference Ifbyphone s Smart Conference allows you to set up instant or scheduled conference calls and, optionally, to call the conference attendees rather than waiting for them to

More information

User Manual. Onsight Management Suite Version 5.1. Another Innovation by Librestream

User Manual. Onsight Management Suite Version 5.1. Another Innovation by Librestream User Manual Onsight Management Suite Version 5.1 Another Innovation by Librestream Doc #: 400075-06 May 2012 Information in this document is subject to change without notice. Reproduction in any manner

More information

1 Classified Script. User Guide v1.0

1 Classified Script. User Guide v1.0 1 Classified Script User Guide v1.0 Installation... 3 Create Database... 3 Grant Rights... 4 Configure Settings... 5 Step 1... 5 Step 2... 6 Step 3... 7 Post Sponsored Ad... 8 Step 1... 8 Step 2... 9 Manage

More information

INPS Remote Vision MIQUEST Training Manual

INPS Remote Vision MIQUEST Training Manual INPS Remote Vision MIQUEST Training Manual DEVELOPED BY: DHARMESH PATEL DATE: SEPTEMBER 2008 Page 1 of 24 MIQUEST Miquest stands for Morbidity Query Information Export Syntax. It is a tool recommended

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

FileMaker Server 13. FileMaker Server Help

FileMaker Server 13. FileMaker Server Help FileMaker Server 13 FileMaker Server Help 2010-2013 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker and Bento are trademarks of FileMaker,

More information

AVG Business SSO Partner Getting Started Guide

AVG Business SSO Partner Getting Started Guide AVG Business SSO Partner Getting Started Guide Table of Contents Overview... 2 Getting Started... 3 Web and OS requirements... 3 Supported web and device browsers... 3 Initial Login... 4 Navigation in

More information

Mobile Device Management Version 8. Last updated: 17-10-14

Mobile Device Management Version 8. Last updated: 17-10-14 Mobile Device Management Version 8 Last updated: 17-10-14 Copyright 2013, 2X Ltd. http://www.2x.com E mail: info@2x.com Information in this document is subject to change without notice. Companies names

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

FileMaker Server 10 Help

FileMaker Server 10 Help FileMaker Server 10 Help 2007-2009 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker, the file folder logo, Bento and the Bento logo

More information

Aeroqual Connect and Cloud

Aeroqual Connect and Cloud Aeroqual Connect and Cloud Page 1 Contents 1. Introduction to Aeroqual Connect and Cloud... 3 1.2. Aeroqual Connect... 3 1.3. Aeroqual Cloud... 3 2. How to Connect... 4 2.1. Aeroqual Connect... 4 2.1.1.

More information

Virtual CD v10. Network Management Server Manual. H+H Software GmbH

Virtual CD v10. Network Management Server Manual. H+H Software GmbH Virtual CD v10 Network Management Server Manual H+H Software GmbH Table of Contents Table of Contents Introduction 1 Legal Notices... 2 What Virtual CD NMS can do for you... 3 New Features in Virtual

More information

Introduction to Cloud Storage GOOGLE DRIVE

Introduction to Cloud Storage GOOGLE DRIVE Introduction to Cloud Storage What is Cloud Storage? Cloud computing is one method to store and access data over the internet instead of using a physical hard drive (e.g. computer s hard drive, flash drive,

More information

Volume AGKSOFT. Wayne Nucleus Back Office Software. Nucleus Guide

Volume AGKSOFT. Wayne Nucleus Back Office Software. Nucleus Guide Volume N AGKSOFT Wayne Nucleus Back Office Software Nucleus Guide Configuring Your Back Office PC The Back Office PC requires 2 network cards to connect to the Nucleus & internet at the same time. On some

More information

Strategic Asset Tracking System User Guide

Strategic Asset Tracking System User Guide Strategic Asset Tracking System User Guide Contents 1 Overview 2 Web Application 2.1 Logging In 2.2 Navigation 2.3 Assets 2.3.1 Favorites 2.3.3 Purchasing 2.3.4 User Fields 2.3.5 History 2.3.6 Import Data

More information

The full setup includes the server itself, the server control panel, Firebird Database Server, and three sample applications with source code.

The full setup includes the server itself, the server control panel, Firebird Database Server, and three sample applications with source code. Content Introduction... 2 Data Access Server Control Panel... 2 Running the Sample Client Applications... 4 Sample Applications Code... 7 Server Side Objects... 8 Sample Usage of Server Side Objects...

More information

WINDOWS PROCESSES AND SERVICES

WINDOWS PROCESSES AND SERVICES OBJECTIVES: Services o task manager o services.msc Process o task manager o process monitor Task Scheduler Event viewer Regedit Services: A Windows service is a computer program that operates in the background.

More information

Bulk Downloader. Call Recording: Bulk Downloader

Bulk Downloader. Call Recording: Bulk Downloader Call Recording: Bulk Downloader Contents Introduction... 3 Getting Started... 3 Configuration... 4 Create New Job... 6 Running Jobs... 7 Job Log... 7 Scheduled Jobs... 8 Recent Runs... 9 Storage Device

More information

Retailman POS Multi-location Setup

Retailman POS Multi-location Setup Retailman POS Multi-location Setup The new version of Retail Man of 1.90 and above has a new way of setting up the multilocation version. There are new components that have to be taken in to account and

More information

Remote Support. User Guide 7.23

Remote Support. User Guide 7.23 Remote Support User Guide 7.23 Copyright 1997 2011 Cisco and/or its affiliates. All rights reserved. WEBEX, CISCO, Cisco WebEx, the CISCO logo, and the Cisco WebEx logo are trademarks or registered trademarks

More information

Quadro Configuration Console User's Guide. Table of Contents. Table of Contents

Quadro Configuration Console User's Guide. Table of Contents. Table of Contents Epygi Technologies Table of Contents Table of Contents About This User s Guide... 3 Introducing the Quadro Configuration Console... 4 Technical Specification... 6 Requirements... 6 System Requirements...

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

Remote Desktop Instructions for the Remote PC Running Windows Vista

Remote Desktop Instructions for the Remote PC Running Windows Vista USC Marshall School of Business Academic Information Services Remote Desktop Instructions for the Remote PC Running Windows Vista Remote Desktop allows you to access the files and programs on a computer

More information

Administrator s Guide

Administrator s Guide Attachment Save for Exchange Administrator s Guide document version 1.8 MAPILab, December 2015 Table of contents Intro... 3 1. Product Overview... 4 2. Product Architecture and Basic Concepts... 4 3. System

More information

FirstClass Export Tool User and Administration Guide

FirstClass Export Tool User and Administration Guide FirstClass Export Tool User and Administration Guide Werner de Jong Senior Business Product Manager Email: wdejong@opentext.com Mobile: +44 7789 691288 Twitter: @wernerdejong July 2011 (last update March

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

Personal Cloud. Support Guide for Mac Computers. Storing and sharing your content 2

Personal Cloud. Support Guide for Mac Computers. Storing and sharing your content 2 Personal Cloud Support Guide for Mac Computers Storing and sharing your content 2 Getting started 2 How to use the application 2 Managing your content 2 Adding content manually 3 Renaming files 3 Moving

More information

FlexSim LAN License Server

FlexSim LAN License Server FlexSim LAN License Server Installation Instructions Rev. 20150318 Table of Contents Introduction... 2 Using lmtools... 2 1. Download the installation files... 3 2. Install the license server... 4 3. Connecting

More information

1. Scope of Service. 1.1 About Boxcryptor Classic

1. Scope of Service. 1.1 About Boxcryptor Classic Manual for Mac OS X Content 1. Scope of Service... 3 1.1 About Boxcryptor Classic... 3 1.2 About this manual... 4 2. Installation... 5 2.1 Installing Boxcryptor Classic... 5 2.2 Licensing Boxcryptor Classic

More information

Product Manual. MDM On Premise Installation Version 8.1. Last Updated: 06/07/15

Product Manual. MDM On Premise Installation Version 8.1. Last Updated: 06/07/15 Product Manual MDM On Premise Installation Version 8.1 Last Updated: 06/07/15 Parallels IP Holdings GmbH Vordergasse 59 8200 Schaffhausen Switzerland Tel: + 41 52 632 0411 Fax: + 41 52 672 2010 www.parallels.com

More information

cbox YOUR FILES GO MOBILE! FOR ANDROID SMARTPHONES AND TABLETS USER MANUAL

cbox YOUR FILES GO MOBILE! FOR ANDROID SMARTPHONES AND TABLETS USER MANUAL cbox YOUR FILES GO MOBILE! FOR ANDROID SMARTPHONES AND TABLETS USER MANUAL Introduction cbox is a software that you can easily install on your computer. Once done, an online storage drive cbox appears

More information

Phone Inventory 1.0 (1000) Installation and Administration Guide

Phone Inventory 1.0 (1000) Installation and Administration Guide Phone Inventory 1.0 (1000) Installation and Administration Guide 2010 VoIP Integration June 23, 2010 Table of Contents Product Overview... 3 Requirements... 3 Application Requirements... 3 Call Manager...

More information

FileMaker Server 13. Getting Started Guide

FileMaker Server 13. Getting Started Guide FileMaker Server 13 Getting Started Guide 2007 2013 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker and Bento are trademarks of FileMaker,

More information

Information Server Documentation SIMATIC. Information Server V8.0 Update 1 Information Server Documentation. Introduction 1. Web application basics 2

Information Server Documentation SIMATIC. Information Server V8.0 Update 1 Information Server Documentation. Introduction 1. Web application basics 2 Introduction 1 Web application basics 2 SIMATIC Information Server V8.0 Update 1 System Manual Office add-ins basics 3 Time specifications 4 Report templates 5 Working with the Web application 6 Working

More information

ManageEngine Exchange Reporter Plus :: Help Documentation WELCOME TO EXCHANGE REPORTER PLUS... 4 GETTING STARTED... 7 DASHBOARD VIEW...

ManageEngine Exchange Reporter Plus :: Help Documentation WELCOME TO EXCHANGE REPORTER PLUS... 4 GETTING STARTED... 7 DASHBOARD VIEW... TABLE OF CONTENTS WELCOME TO EXCHANGE REPORTER PLUS... 4 CONTACT ZOHO CORP.... 5 GETTING STARTED... 7 SYSTEM REQUIREMENTS... 8 INSTALLATION OF EXCHANGE REPORTER PLUS... 9 HOW EXCHANGE REPORTER PLUS WORKS...

More information

Secure Messaging Server Console... 2

Secure Messaging Server Console... 2 Secure Messaging Server Console... 2 Upgrading your PEN Server Console:... 2 Server Console Installation Guide... 2 Prerequisites:... 2 General preparation:... 2 Installing the Server Console... 2 Activating

More information

Overview. Timeline Cloud Features and Technology

Overview. Timeline Cloud Features and Technology Overview Timeline Cloud is a backup software that creates continuous real time backups of your system and data to provide your company with a scalable, reliable and secure backup solution. Storage servers

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

Does the GC have an online document management solution?

Does the GC have an online document management solution? This FAQ contains: Web File Services definition Access web file services Create a WFS folder Upload a document Email a link to a document folder Create WFS subscription Cancel existing subscription Create

More information

Hadoop Tutorial. General Instructions

Hadoop Tutorial. General Instructions CS246: Mining Massive Datasets Winter 2016 Hadoop Tutorial Due 11:59pm January 12, 2016 General Instructions The purpose of this tutorial is (1) to get you started with Hadoop and (2) to get you acquainted

More information

Welcome to EMP Monitor (Employee monitoring system):

Welcome to EMP Monitor (Employee monitoring system): Welcome to EMP Monitor (Employee monitoring system): Overview: Admin End. User End. 1.0 Admin End: Introduction to Admin panel. Admin panel log in. Introduction to UI. Adding an Employee. Getting and editing

More information

Testing and Restoring the Nasuni Filer in a Disaster Recovery Scenario

Testing and Restoring the Nasuni Filer in a Disaster Recovery Scenario Testing and Restoring the Nasuni Filer in a Disaster Recovery Scenario Version 7.2 November 2015 Last modified: November 3, 2015 2015 Nasuni Corporation All Rights Reserved Document Information Testing

More information

Administrator s Guide

Administrator s Guide MAPILab Disclaimers for Exchange Administrator s Guide document version 1.8 MAPILab, December 2015 Table of contents Intro... 3 1. Product Overview... 4 2. Product Architecture and Basic Concepts... 4

More information

OneDrive for Business User Guide

OneDrive for Business User Guide OneDrive for Business User Guide Contents About OneDrive for Business and Office 365... 2 Storing University Information in the Cloud... 2 Signing in... 2 The Office 365 Interface... 3 The OneDrive for

More information

026-1010 Rev 7 06-OCT-2011. Site Manager Installation Guide

026-1010 Rev 7 06-OCT-2011. Site Manager Installation Guide 026-1010 Rev 7 06-OCT-2011 Site Manager Installation Guide Retail Solutions 3240 Town Point Drive NW, Suite 100 Kennesaw, GA 30144, USA Phone: 770-425-2724 Fax: 770-425-9319 Table of Contents 1 SERVER

More information

Setting Up the ARC Activity-Based Model in the Cloud: Lessons to Date. Ben Stabler, PB. Guy Rousseau, ARC. Matthew Martimo, Citilabs

Setting Up the ARC Activity-Based Model in the Cloud: Lessons to Date. Ben Stabler, PB. Guy Rousseau, ARC. Matthew Martimo, Citilabs Setting Up the ARC Activity-Based Model in the Cloud: Lessons to Date Ben Stabler, PB Guy Rousseau, ARC Matthew Martimo, Citilabs November 16, 2011 Topic Area: Innovations in Computation Introduction The

More information

Setting up a Scheduled task to upload pupil records to ParentPay

Setting up a Scheduled task to upload pupil records to ParentPay Setting up a Scheduled task to upload pupil records to ParentPay To ensure that your setup goes ahead without any issues please first check that you are setting the scheduled task up on the SIMS server

More information

Unleash the Power of e-learning

Unleash the Power of e-learning Unleash the Power of e-learning Version 1.5 November 2011 Edition 2002-2011 Page2 Table of Contents ADMINISTRATOR MENU... 3 USER ACCOUNTS... 4 CREATING USER ACCOUNTS... 4 MODIFYING USER ACCOUNTS... 7 DELETING

More information

Installation and Configuration Manual

Installation and Configuration Manual Beacon Office Installation and Configuration Manual Version - 2.5(1) Radianta Inc. September 2008 Radianta, Inc. Beacon Office Page 2 Table of Contents Introduction... 4 What is Beacon Office... 4 How

More information

Active Directory Integration

Active Directory Integration January 11, 2011 Author: Audience: SWAT Team Evaluator Product: Cymphonix Network Composer EX Series, XLi OS version 9 Active Directory Integration The following steps will guide you through the process

More information

Link and Sync Guide for Hosted QuickBooks Files

Link and Sync Guide for Hosted QuickBooks Files Link and Sync Guide for Hosted QuickBooks Files A How-To Guide for Syncing QuickBooks Files Table of Contents Hosted QuickBooks Files Overview:... 2 Rules Overview:... 2 Link and Sync Hosted QuickBooks

More information

Smart Business Architecture for Midsize Networks Network Management Deployment Guide

Smart Business Architecture for Midsize Networks Network Management Deployment Guide Smart Business Architecture for Midsize Networks Network Management Deployment Guide Introduction: Smart Business Architecture for Mid-sized Networks, Network Management Deployment Guide With the Smart

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

RecoveryVault Express Client User Manual

RecoveryVault Express Client User Manual For Linux distributions Software version 4.1.7 Version 2.0 Disclaimer This document is compiled with the greatest possible care. However, errors might have been introduced caused by human mistakes or by

More information

Introweb Remote Backup Client for Mac OS X User Manual. Version 3.20

Introweb Remote Backup Client for Mac OS X User Manual. Version 3.20 Introweb Remote Backup Client for Mac OS X User Manual Version 3.20 1. Contents 1. Contents...2 2. Product Information...4 3. Benefits...4 4. Features...5 5. System Requirements...6 6. Setup...7 6.1. Setup

More information

Livezilla How to Install on Shared Hosting http://www.jonathanmanning.com By: Jon Manning

Livezilla How to Install on Shared Hosting http://www.jonathanmanning.com By: Jon Manning Livezilla How to Install on Shared Hosting By: Jon Manning This is an easy to follow tutorial on how to install Livezilla 3.2.0.2 live chat program on a linux shared hosting server using cpanel, linux

More information

IDS 561 Big data analytics Assignment 1

IDS 561 Big data analytics Assignment 1 IDS 561 Big data analytics Assignment 1 Due Midnight, October 4th, 2015 General Instructions The purpose of this tutorial is (1) to get you started with Hadoop and (2) to get you acquainted with the code

More information

cbox YOUR FILES GO MOBILE! FOR MAC OSX CLIENT USER MANUAL

cbox YOUR FILES GO MOBILE! FOR MAC OSX CLIENT USER MANUAL cbox YOUR FILES GO MOBILE! FOR MAC OSX CLIENT USER MANUAL Introduction cbox is a software that you can easily install on your computer. Once done, an online storage drive cbox appears in the file tree

More information

WSDOT ProjectWise V8i Training 101

WSDOT ProjectWise V8i Training 101 WSDOT PROJECTWISE V8I TRAINING 101 ABOUT THIS TRAINING This training is intended to give a user the ability to open ProjectWise and access working files. Once you become comfortable working within the

More information

Seagate NAS OS 4 Reviewers Guide: NAS / NAS Pro / Business Storage Rackmounts

Seagate NAS OS 4 Reviewers Guide: NAS / NAS Pro / Business Storage Rackmounts Seagate NAS OS 4 Reviewers Guide: NAS / NAS Pro / Business Storage Rackmounts Seagate NAS OS 4 Reviewers Guide 2 Purpose of this guide Experience the most common use cases for the product, learn about

More information

Shakambaree Technologies Pvt. Ltd.

Shakambaree Technologies Pvt. Ltd. Welcome to Support Express by Shakambaree Technologies Pvt. Ltd. Introduction: This document is our sincere effort to put in some regular issues faced by a Digital Signature and USB Token user doing on

More information

Test Case 3 Active Directory Integration

Test Case 3 Active Directory Integration April 12, 2010 Author: Audience: Joe Lowry and SWAT Team Evaluator Test Case 3 Active Directory Integration The following steps will guide you through the process of directory integration. The goal of

More information