Microsoft Lab Of Things - Week11 Tuesday -

Size: px
Start display at page:

Download "Microsoft Lab Of Things - Week11 Tuesday -"

Transcription

1 Microsoft Lab Of Things - Week11 Tuesday - Kookmin University 1

2 Objectives and what to study Introduction Configuration Update Updating Modules and Scouts Updating Platform Remotely Update Deployed Home Hubs Setup ftp with SSL/TLS Setting home hubs Updating hubs using LoT Update Manager 2

3 Course instructor Instructor Prof. Gu-Min Jeong Associate Prof., School of EE, Kookmin Univ,, Korea 3

4 Course instructors Assistants Taeyang Lee Ph. D. student, School of EE, Kookmin Univ., Korea Phuc Huu Truong Ph. D. student, School of EE, Kookmin Univ., Korea 4

5 Objectives Study how to remotely update deployed home hubs What to study How home hub update works How to set up a secure ftp How to configure the HomeHub to update How to use LoT Update Manager to update hubs 5

6 Updating deployed hubs home remotely: Home Hubs check an online repository for updates Then, download new binaries and configuration files when appropriate. You can remotely update these things on a hub: Configurations (xml files) Binaries for the modules and scouts Platform binaries LoT Update Manager tool provides a GUI to update deployed home hu bs remotely 6

7 HomeOS hub will compress its configuration files as a zip file Then the hub periodically upload the zip file to the Azure blob storage upload compress actualconfig.zip 7

8 The Azure storage account is configured in Settings.xml. 8

9 To remotely update the configs on a hub: Place the desired config files (zip format) into blob storage Run the hub to download the zip file The hub will extract and run setting files from the blob storage The frequency of config synchronization is defined by ConfigLookupFr equency element in the settings.xml file. 9

10 the directory structure You can configure a hub to run specific versions of mo dules and scouts Specifying the versions of Drivers and Apps in modul es.xml Specifying the version of S couts in scouts.xml. If a specified binary is not found on the hub, the hub will download the binary 10

11 To update platform, the HomeOS Watchdog service should be run on the hub If the checkforupdates flag is enabled, Watchdog will find the newer version of the binaries and update the Platform from the repository. the repository URI is defined in RepositoryURIs in the settings.xml file. 11

12 Steps to update HomeHubs Setup a secure FTP site to host your updates. Configure settings on the home hub to check for updates Use the LoT Update Manager to upload new binaries and remotely update hubs. 12

13 Setup a secure FTP site Set up a ftp site for hosting binaries of modules, scouts and platform Step1: Install Filezilla Link: Download FileZilla Server This ftp tutorial is based on the guide from and 13

14 Setup a secure FTP site Set up a ftp site for hosting binaries of modules, scouts and platform Step1: Install Filezilla Install the downloaded file 14

15 Setup a secure FTP site Set up a ftp site for hosting binaries of modules, scouts and platform Step 2: Configure Ports FTP server PC The ftp address is your IP address: ftp://your-ip-address 15

16 Setup a secure FTP site Step 3: Configure Firewall on FTP Server PC Choose Control Panel -> Windows Firewall Click on Allow an app or feature through Windows Firewall 16

17 Setup a secure FTP site Step 3: Configure Firewall on FTP Server PC Click on Change settings button Then Allow another app.. to add the Filezilla server app 17

18 Setup a secure FTP site Step 3: Configure Firewall on FTP Server PC Choose Browse and go to the FileZilla root directory. Select the FileZilla.exe file 18

19 Setup a secure FTP site Step 3: Configure Firewall on FTP Server PC Click on Add button => FileZilla Server app is added to Windows Firewall Click OK to finish 19

20 Setup a secure FTP site Step 4: Configuring your Filezilla Set up users who will be accessing files In FileZilla, click Edit -> Users Select the Shared folders -> Click Add Add users -> Click OK 20

21 Setup a secure FTP site Step 4: Configuring your Filezilla In Shared folders group, choose Add to add shared folders Remember to check: Read, Write, Delete, Append, for files and directories 21

22 Setup a secure FTP site Step 4: Configuring your Filezilla Choose General tab to set password 22

23 Setup a secure FTP site Step 4: Configuring your Filezilla Choose Generate new Certificate Fill in the table to generate a certificate 23

24 Setup a secure FTP site Step 4: Configuring your Filezilla 24

25 Setup a secure FTP site Step 5: Accessing the FTP server In ftp directory, create an sample Test.txt file In a browser, open your ftp site (don't support SSL/TLS without special plug ins) Using your PC IP address to access the configured ftp site Connect locally using the address: ftp:// (admin) 25

26 Setup a secure FTP site Step 5: Accessing the FTP server Using FTP client FileZilla client supports FTPS both implicit (FTPS://), and explicit (FTPES://). 26

27 Configure settings on the hub This part explains how to configure watchdog service to check update for the system Add watchdog into the solution Set the repository URI Use the configured ftp 27

28 Configure settings on the hub Open Settings.xml file, then insert the repositoryurl parameter Set your configured ftp site as the value of this parameter 28

29 Configure settings on the hub Right click on Solution -> Select Add-> New Solution Folder Name the new folder Watchdog 29

30 Configure settings on the hub Right click on Watchdog folder -> Select Add -> Existing Project Then, add the Watchdog project 30

31 Configure settings on the hub Open watchdog.txt file to edit 2 parameters: checkforupdates: if Watchdog checks for updates UpdateUri: address to update the hub Replace the default URI by your ftp repository 31

32 Upload binaries and update hubs Under Solution, right click -> select Add -> New Solution Folder Name it Update 32

33 Upload binaries and update hubs Right click on Update folder -> select Add -> Existing Project Under /Hub/Tools/Update, add 3 projects to the solution 33

34 Upload binaries and update hubs Remember to add references for these projects Use Manage Nuget Package 34

35 Upload binaries and update hubs Under Installed packages tab, add Windows Azure Storage and Wind owsazure.storageclient libraries to the new installed projects 35

36 Upload binaries and update hubs On Set Up tab, setting up working folder, ftp and Azure Storage Account Working folder: the build output folder for HomeOS solution Note: - If the FTP account information is incorr ect, the Modules/Scouts and Platform t abs will not appear. - Similarly, incorrect Azure storage accou nt information will cause the Configs tab not to appear. 36

37 Upload binaries and update hubs Repository Account: To host binaries (modules/scouts and platform) ftp format: ftp://yourserver.com Azure Storage Account Enter the same as the values for DataStoreAccountName and DataStoreAccountKey entries in Settings.xml. 37

38 Upload binaries and update hubs Hubs can be filtered by selecting an Org ID and a Study ID from the dropdowns. The latest actual config files are uploaded to the blob storage by the hub A copy of these config files are also stored in a local desired folder if this folder is empty 38

39 Upload binaries and update hubs Click on Actual button File Explorer to the latest actual config files retrieved from Azure storage by the Update Manager tool Desired button: Point to the desired local folder Modify the files in this folder to change hub settings Press Refresh button to download Actualconfig.zip from Azure storage 39

40 Upload binaries and update hubs Update: If config files in the desired local directory are modified Click Refresh button, Update Manager will list what has changed for each hub. Click Update to upload desiredconfig.zip to blob storage 40

41 Upload binaries and update hubs Modules/Scouts tab manages the binaries for modules and scouts If a module or scout exists under your working directory (\output\binaries\), but it does not yet exist in the repository, it will show version as in On FT P column. 41

42 Upload binaries and update hubs Modules/Scouts Click Add button to add (upload) a module/scout to the repository 42

43 Upload binaries and update hubs Platform tab displays the FTP and Local versions of the platform binaries. Click Update button to upload local platform to the repository 43

44 Choose Update button -> Yes -> wait for a while so that the tool can upload platform s files to the FTP server -> Choose Refresh Platform is uploaded to the FTP server 44

45 To change version of Platform, modify the HomeOSUpdateVersion key in app.config in Platform project. When adding a new version of the Platform binaries, ALL hubs pointin g to the repository will be updated to use the new binaries. This is different from configuration updates, which only affects hubs t hat are selected for update. 45

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

SharePoint Wiki Redirect Installation Instruction

SharePoint Wiki Redirect Installation Instruction SharePoint Wiki Redirect Installation Instruction System Requirements: Microsoft Windows SharePoint Services v3 or Microsoft Office SharePoint Server 2007. License management: To upgrade from a trial license,

More information

USING SSL/TLS WITH TERMINAL EMULATION

USING SSL/TLS WITH TERMINAL EMULATION USING SSL/TLS WITH TERMINAL EMULATION This document describes how to install and configure SSL or TLS support and verification certificates for the Wavelink Terminal Emulation (TE) Client. SSL/TLS support

More information

Export & Backup Guide

Export & Backup Guide Eport & Backup Guide Welcome to the WebOffice and WorkSpace eport and backup guide. This guide provides an overview and requirements of the tools available to etract data from your WebOffice or WorkSpace

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

Transferring Your Hosting Account

Transferring Your Hosting Account Transferring Your Hosting Account Setting up your Web site on our secure hosting servers So you want to host your Web site on our secure servers, but you want to avoid costly mistakes and excessive site

More information

How To Backup In Cisco Uk Central And Cisco Cusd (Cisco) Cusm (Custodian) (Cusd) (Uk) (Usd).Com) (Ucs) (Cyse

How To Backup In Cisco Uk Central And Cisco Cusd (Cisco) Cusm (Custodian) (Cusd) (Uk) (Usd).Com) (Ucs) (Cyse This chapter includes the following sections: Backup and Import in Cisco UCS Central, page 1 Backing up and Restoring Cisco UCS Central, page 4 Backing up and Restoring Cisco UCS Domains, page 8 Import

More information

Accessing the FTP Server - User Manual

Accessing the FTP Server - User Manual CENTRAL BANK OF CYPRUS Accessing the FTP Server - User Manual IT Department, CENTRAL BANK OF CYPRUS TABLE OF CONTENTS 1 EXECUTIVE SUMMARY... 1 1.1 AUDIENCE... 1 1.2 SCOPE... 1 2 CHANGES FROM THE OLD FTP

More information

SharePoint AD Information Sync Installation Instruction

SharePoint AD Information Sync Installation Instruction SharePoint AD Information Sync Installation Instruction System Requirements Microsoft Windows SharePoint Services V3 or Microsoft Office SharePoint Server 2007. License management Click the trial link

More information

Capture Pro Software FTP Server System Output

Capture Pro Software FTP Server System Output Capture Pro Software FTP Server System Output Overview The Capture Pro Software FTP server will transfer batches and index data (that have been scanned and output to the local PC) to an FTP location accessible

More information

Moxa Device Manager 2.3 User s Manual

Moxa Device Manager 2.3 User s Manual User s Manual Third Edition, March 2011 www.moxa.com/product 2011 Moxa Inc. All rights reserved. User s Manual The software described in this manual is furnished under a license agreement and may be used

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

Quick Start Guide. Cerberus FTP is distributed in Canada through C&C Software. Visit us today at www.ccsoftware.ca!

Quick Start Guide. Cerberus FTP is distributed in Canada through C&C Software. Visit us today at www.ccsoftware.ca! Quick Start Guide Cerberus FTP is distributed in Canada through C&C Software. Visit us today at www.ccsoftware.ca! How to Setup a File Server with Cerberus FTP Server FTP and SSH SFTP are application protocols

More information

Network DK2 DESkey Installation Guide

Network DK2 DESkey Installation Guide VenturiOne Getting Started Network DK2 DESkey Installation Guide PD-056-306 DESkey Network Server Manual Applied Cytometry CONTENTS 1 DK2 Network Server Overview... 2 2 DK2 Network Server Installation...

More information

Global Image Management System For epad-vision. User Manual Version 1.10

Global Image Management System For epad-vision. User Manual Version 1.10 Global Image Management System For epad-vision User Manual Version 1.10 May 27, 2015 Global Image Management System www.epadlink.com 1 Contents 1. Introduction 3 2. Initial Setup Requirements 3 3. GIMS-Server

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

INSTALLATION GUIDE 1.0.0 MC

INSTALLATION GUIDE 1.0.0 MC MC Extension Auto Review Reminder Emailer Irzoo Thank you for purchasing the Auto Review Reminder Emailer extension. Below are the installation instructions, please let us know if you have any questions

More information

Using Microsoft Expression Web to Upload Your Site

Using Microsoft Expression Web to Upload Your Site Using Microsoft Expression Web to Upload Your Site Using Microsoft Expression Web to Upload Your Web Site This article briefly describes how to use Microsoft Expression Web to connect to your Web server

More information

NAS 225 Introduction to FTP Explorer

NAS 225 Introduction to FTP Explorer NAS 225 Introduction to FTP Explorer Connect to FTP sites and transfer files A S U S T O R C O L L E G E COURSE OBJECTIVES Upon completion of this course you should be able to: 1. Use FTP Explorer to connect

More information

Installing SQL Express. For CribMaster 9.2 and Later

Installing SQL Express. For CribMaster 9.2 and Later Installing SQL Express For CribMaster 9.2 and Later CRIBMASTER USER GUIDE Installing SQL Express Document ID: CM9-031-03012012 Copyright CribMaster. 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,

More information

SECURE FTP CONFIGURATION SETUP GUIDE

SECURE FTP CONFIGURATION SETUP GUIDE SECURE FTP CONFIGURATION SETUP GUIDE CONTENTS Overview... 3 Secure FTP (FTP over SSL/TLS)... 3 Connectivity... 3 Settings... 4 FTP file cleanup information... 5 Troubleshooting... 5 Tested FTP clients

More information

Adobe Connect LMS Integration for Blackboard Learn 9

Adobe Connect LMS Integration for Blackboard Learn 9 Adobe Connect LMS Integration for Blackboard Learn 9 Install Guide Introduction The Adobe Connect LMS Integration for Blackboard Learn 9 gives Instructors, Teaching Assistants and Course Builders the ability

More information

Application Note: FTP Server Setup on computers running Windows-7 For use with 2500P-ACP1

Application Note: FTP Server Setup on computers running Windows-7 For use with 2500P-ACP1 Application Note: FTP Server Setup on computers running Windows-7 For use with 2500P-ACP1 The CTI 2500P-ACP1 is capable of transferring data files to a remote FTP Server. This document provides information

More information

Trend ScanMail. for Microsoft Exchange. Quick Start Guide

Trend ScanMail. for Microsoft Exchange. Quick Start Guide Trend ScanMail for Microsoft Exchange Quick Start Guide Trend ScanMail for Microsoft Exchange ScanMail for Exchange This Quick Start Guide provides a step-by-step guide to installing ScanMail for Exchange,

More information

SharePoint List Filter Favorites Installation Instruction

SharePoint List Filter Favorites Installation Instruction SharePoint List Filter Favorites Installation Instruction System Requirements Microsoft Windows SharePoint Services v3 or Microsoft Office SharePoint Server 2007. License Management Click link in Organize

More information

Send Video Recordings from the DVR to a FTP Server on your PC

Send Video Recordings from the DVR to a FTP Server on your PC Send Video Recordings from the DVR to a FTP Server on your PC Introduction: The DVR has a useful feature that allows you to download recordings directly to a FTP server on your PC. This is just another

More information

Oracle Managed File Getting Started - Transfer FTP Server to File Table of Contents

Oracle Managed File Getting Started - Transfer FTP Server to File Table of Contents Oracle Managed File Getting Started - Transfer FTP Server to File Table of Contents Goals... 3 High- Level Steps... 4 Basic FTP to File with Compression... 4 Steps in Detail... 4 MFT Console: Login and

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

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

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

How to recover IE Client

How to recover IE Client HIKVISION EUROPE B.V. How to recover IE Client (WebClientActiveX Control) Name: WebClientActiveX Control Publisher: HANGZHOU HIKVISION DIGITAL TECHNOLOGY CO.,LTD. Type: ActiveX Control Version: 2.4.0.56

More information

Using Internet or Windows Explorer to Upload Your Site

Using Internet or Windows Explorer to Upload Your Site Using Internet or Windows Explorer to Upload Your Site This article briefly describes what an FTP client is and how to use Internet Explorer or Windows Explorer to upload your Web site to your hosting

More information

Application Note: FTP Server Setup on computers running Windows-XP For use with 2500P-ACP1

Application Note: FTP Server Setup on computers running Windows-XP For use with 2500P-ACP1 Application Note: FTP Server Setup on computers running Windows-XP For use with 2500P-ACP1 The CTI 2500P-ACP1 is capable of transferring data files to a remote FTP Server. This document provides information

More information

Introduction. Before you begin. Installing efax from our CD-ROM. Installing efax after downloading from the internet

Introduction. Before you begin. Installing efax from our CD-ROM. Installing efax after downloading from the internet Introduction Before you begin Before you begin installing efax, please check the following: You have received confirmation that your application for the efax service has been processed. The confirmation

More information

Using SSH Secure FTP Client INFORMATION TECHNOLOGY SERVICES California State University, Los Angeles Version 2.0 Fall 2008.

Using SSH Secure FTP Client INFORMATION TECHNOLOGY SERVICES California State University, Los Angeles Version 2.0 Fall 2008. Using SSH Secure FTP Client INFORMATION TECHNOLOGY SERVICES California State University, Los Angeles Version 2.0 Fall 2008 Contents Starting SSH Secure FTP Client... 2 Exploring SSH Secure FTP Client...

More information

Customer Tips. How to Upgrade, Patch or Clone Xerox Multifunction Devices. for the user. Purpose. Upgrade / Patch / Clone Process Overview

Customer Tips. How to Upgrade, Patch or Clone Xerox Multifunction Devices. for the user. Purpose. Upgrade / Patch / Clone Process Overview Xerox Multifunction Devices Customer Tips January 27, 2009 This document applies to the Xerox products indicated in the table below. For some products, it is assumed that your device is equipped with the

More information

System Administration Training Guide. S100 Installation and Site Management

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

More information

User Guide. Version 3.2. Copyright 2002-2009 Snow Software AB. All rights reserved.

User Guide. Version 3.2. Copyright 2002-2009 Snow Software AB. All rights reserved. Version 3.2 User Guide Copyright 2002-2009 Snow Software AB. All rights reserved. This manual and computer program is protected by copyright law and international treaties. Unauthorized reproduction or

More information

In this tutorial I will be uploading multiple images to my ftp folder on my ktools site, and then add them using manager.

In this tutorial I will be uploading multiple images to my ftp folder on my ktools site, and then add them using manager. How to upload images via ftp In this tutorial I will be uploading multiple images to my ftp folder on my ktools site, and then add them using manager. First thing I need to do is get all my images ready.

More information

BioWin Network Installation

BioWin Network Installation BioWin Network Installation Introduction This document outlines the procedures for installing the network version of BioWin. There are three parts to the network version installation: 1. The installation

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

IBI Group FTP: Usage Instructions

IBI Group FTP: Usage Instructions IBI Group FTP: Usage Instructions Version: Windows; Last Updated: April 22 nd 2009 There are two IBI Group supported methods for connecting to the FTP site, My Computer and FileZilla Client Software. If

More information

WS_FTP Pro for Windows 95/98/NT

WS_FTP Pro for Windows 95/98/NT Note to Instructor: These instructions were written for the faculty and staff to use to familiarize themselves with WS_FTP Pro. The majority of the audience consists of nonspecialists and executives. Also,

More information

Step-by-Step Setup Guide Wireless File Transmitter FTP Mode

Step-by-Step Setup Guide Wireless File Transmitter FTP Mode EOS Step-by-Step Setup Guide Wireless File Transmitter FTP Mode Infrastructure Setup Windows 7 2012 Canon U.S.A., Inc. All Rights Reserved. Reproduction in whole or in part without permission is prohibited.

More information

Using Microsoft s CA Server with SonicWALL Devices

Using Microsoft s CA Server with SonicWALL Devices SonicOS Using Microsoft s CA Server with SonicWALL Devices Introduction You can use the Certificate Server that ships with Windows 2000/2003 Server to create certificates for SonicWALL devices, as well

More information

SFTP Server User Login Instructions. Open Internet explorer and enter the following url: https://sftp.sae.org

SFTP Server User Login Instructions. Open Internet explorer and enter the following url: https://sftp.sae.org SFTP Server User Login Instructions Open Internet explorer and enter the following url: https://sftp.sae.org You will be prompted for a user id and password as such. Please enter your account id and password.

More information

Server Installation, Administration and Integration Guide

Server Installation, Administration and Integration Guide Server Installation, Administration and Integration Guide Version 1.1 Last updated October 2015 2015 sitehelpdesk.com, all rights reserved TABLE OF CONTENTS 1 Introduction to WMI... 2 About Windows Management

More information

Quick Reference Guide. Online Courier: FTP. Signing On. Using FTP Pickup. To Access Online Courier. https://onlinecourier.suntrust.

Quick Reference Guide. Online Courier: FTP. Signing On. Using FTP Pickup. To Access Online Courier. https://onlinecourier.suntrust. Quick Reference Guide Online Courier: FTP https://onlinecourier.suntrust.com With SunTrust Online Courier, you can have reports and files delivered to you using an FTP connection. There are two delivery

More information

Contents. TSM Remote Server Installation guide

Contents. TSM Remote Server Installation guide TSM Remote Server Installation guide Contents 1 Introduction... 3 2 Pre-installation requirements... 3 2.1.NET Framework 4.0... 3 2.2 Adobe Air... 3 2.3 IE8 or higher version... 3 3 Windows 7 x86 (32bit)...

More information

FTP Server Configuration

FTP Server Configuration FTP Server Configuration For HP customers who need to configure an IIS or FileZilla FTP server before using HP Device Manager Technical white paper 2 Copyright 2012 Hewlett-Packard Development Company,

More information

Configuring Secure Socket Layer (SSL) for use with BPM 7.5.x

Configuring Secure Socket Layer (SSL) for use with BPM 7.5.x Configuring Secure Socket Layer (SSL) for use with BPM 7.5.x Configuring Secure Socket Layer (SSL) communication for a standalone environment... 2 Import the Process Server WAS root SSL certificate into

More information

IBM WebSphere Application Server Version 7.0

IBM WebSphere Application Server Version 7.0 IBM WebSphere Application Server Version 7.0 Centralized Installation Manager for IBM WebSphere Application Server Network Deployment Version 7.0 Note: Before using this information, be sure to read the

More information

Configuring Network Load Balancing with Cerberus FTP Server

Configuring Network Load Balancing with Cerberus FTP Server Configuring Network Load Balancing with Cerberus FTP Server May 2016 Version 1.0 1 Introduction Purpose This guide will discuss how to install and configure Network Load Balancing on Windows Server 2012

More information

MyanPay API Integration with Magento CMS

MyanPay API Integration with Magento CMS 2014 MyanPay API Integration with Magento CMS MyanPay Myanmar Soft Gate Technology Co, Ltd. 1/1/2014 MyanPay API Integration with Magento CMS 1 MyanPay API Integration with Magento CMS MyanPay API Generating

More information

All the materials and/or graphics included in the IceThemetheme folders MUST be used ONLY with It TheCityTheme from IceTheme.com.

All the materials and/or graphics included in the IceThemetheme folders MUST be used ONLY with It TheCityTheme from IceTheme.com. Terms of Use: All the materials and/or graphics included in the IceThemetheme folders MUST be used ONLY with It TheCityTheme from IceTheme.com. Table of Contents 1- Introduction 3 2- Installing the theme

More information

Deploying Physical Solutions to InfoSphere Master Data Management Server Advanced Edition v11

Deploying Physical Solutions to InfoSphere Master Data Management Server Advanced Edition v11 Deploying Physical Solutions to InfoSphere Master Data Management Server Advanced Edition v11 How to deploy Composite Business Archives (CBA) to WebSphere John Beaven IBM, Hursley 2013 1 Contents Overview...3

More information

AXIS 70U - Using Scan-to-File

AXIS 70U - Using Scan-to-File AXIS 70U - Using Scan-to-File Introduction This document describes the Scan-to-File feature in the AXIS 70U. The step-by-step instructions describe the process of configuring the AXIS 70U and an FTP server.

More information

MIS Export via the FEM transfer software

MIS Export via the FEM transfer software Content 1 Introduction How does the FEM transfer actually work and how do I transfer files to Fronter for a nightly import? How does the FEM transfer tool work? What does the XML/CSV files do and can I

More information

www.nuvox.net, enter the administrator user name and password for that domain.

www.nuvox.net, enter the administrator user name and password for that domain. Page 1 of 7 Cute_FTP Server Names and Authentication Before connecting to an FTP site you need three pieces of information: the server name or the site you are connecting to and a user name and password.

More information

Indian Standards on DVDs. Installation Manual Version 1.0. Prepared by Everonn Education Ltd

Indian Standards on DVDs. Installation Manual Version 1.0. Prepared by Everonn Education Ltd Indian Standards on DVDs Installation Manual Version 1.0 Prepared by Everonn Education Ltd Table of Contents 1. Introduction... 3 1.1 Document Objective... 3 1.2 Who will read this manual... 3 2. Planning

More information

CentreWare Internet Services Setup and User Guide. Version 2.0

CentreWare Internet Services Setup and User Guide. Version 2.0 CentreWare Internet Services Setup and User Guide Version 2.0 Xerox Corporation Copyright 1999 by Xerox Corporation. All rights reserved. XEROX, The Document Company, the digital X logo, CentreWare, and

More information

TECHNICAL NOTE TNOI27

TECHNICAL NOTE TNOI27 TECHNICAL NOTE TNOI27 Title: FTP Synchronization Product(s): G3, DSP and Enhanced Modular Controller ABSTRACT The purpose of this document is to describe the G3 s FTP feature and the configuration steps

More information

Immotec Systems, Inc. SQL Server 2005 Installation Document

Immotec Systems, Inc. SQL Server 2005 Installation Document SQL Server Installation Guide 1. From the Visor 360 installation CD\USB Key, open the Access folder and install the Access Database Engine. 2. Open Visor 360 V2.0 folder and double click on Setup. Visor

More information

HP Device Manager 4.6

HP Device Manager 4.6 Technical white paper HP Device Manager 4.6 FTP Server Configuration Table of contents Overview... 2 IIS FTP server configuration... 2 Installing FTP v7.5 for IIS... 2 Creating an FTP site with basic authentication...

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

eopf Release E Administrator Training Manual

eopf Release E Administrator Training Manual eopf Release E Administrator Training Manual i The United States Office Of Personnel Management eopf Administrator Training Manual for eopf v5 eopf Version 4.1, July 2007, March 2008, March 2009; eopf

More information

Frequently Asked Questions

Frequently Asked Questions Frequently Asked Questions What is Xythos? Xythos is a secure web-based file storage system that allows you to place files in a central location so they can be accessed via the internet. You can upload,

More information

SETTING UP REMOTE ACCESS ON EYEMAX PC BASED DVR.

SETTING UP REMOTE ACCESS ON EYEMAX PC BASED DVR. SETTING UP REMOTE ACCESS ON EYEMAX PC BASED DVR. 1. Setting up your network to allow incoming connections on ports used by Eyemax system. Default ports used by Eyemax system are: range of ports 9091~9115

More information

Learn how to create web enabled (browser) forms in InfoPath 2013 and publish them in SharePoint 2013. InfoPath 2013 Web Enabled (Browser) forms

Learn how to create web enabled (browser) forms in InfoPath 2013 and publish them in SharePoint 2013. InfoPath 2013 Web Enabled (Browser) forms Learn how to create web enabled (browser) forms in InfoPath 2013 and publish them in SharePoint 2013. InfoPath 2013 Web Enabled (Browser) forms InfoPath 2013 Web Enabled (Browser) forms Creating Web Enabled

More information

To install Multifront you need to have familiarity with Internet Information Services (IIS), Microsoft.NET Framework and SQL Server 2008.

To install Multifront you need to have familiarity with Internet Information Services (IIS), Microsoft.NET Framework and SQL Server 2008. Znode Multifront - Installation Guide Version 6.2 1 System Requirements To install Multifront you need to have familiarity with Internet Information Services (IIS), Microsoft.NET Framework and SQL Server

More information

Setting Up Your FTP Server

Setting Up Your FTP Server Requirements:! A computer dedicated to FTP server only! Linksys router! TCP/IP internet connection Steps: Getting Started Configure Static IP on the FTP Server Computer: Setting Up Your FTP Server 1. This

More information

NSi Mobile Installation Guide. Version 6.2

NSi Mobile Installation Guide. Version 6.2 NSi Mobile Installation Guide Version 6.2 Revision History Version Date 1.0 October 2, 2012 2.0 September 18, 2013 2 CONTENTS TABLE OF CONTENTS PREFACE... 5 Purpose of this Document... 5 Version Compatibility...

More information

SBCH Medicaid Verification System File Exchange

SBCH Medicaid Verification System File Exchange SBCH Medicaid Verification System File Exchange (Version 2, 10/1/2015) 1 SCHOOL BASED CHILD HEALTH (SBCH) FILE EXCHANGE Contents INTRODUCTION... 3 OVERVIEW... 3 CONTACT INFORMATION... 3 FILE PROCESSING

More information

GE Measurement & Control. Remote Comms System. Installation and User Reference Guide

GE Measurement & Control. Remote Comms System. Installation and User Reference Guide GE Measurement & Control Remote Comms System Installation and User Reference Guide Contents BENEFITS OF REMOTE COMMS SYSTEM... 1 HOW THE REMOTE COMMS SYSTEM WORKS... 3 COMPONENTS OF REMOTE COMMS SYSTEM...

More information

VP-ASP Shopping Cart QUICK START GUIDE Version 7.00. 18 th Feb 2010 Rocksalt International Pty Ltd www.vpasp.com

VP-ASP Shopping Cart QUICK START GUIDE Version 7.00. 18 th Feb 2010 Rocksalt International Pty Ltd www.vpasp.com VP-ASP Shopping Cart QUICK START GUIDE Version 7.00 18 th Feb 2010 Rocksalt International Pty Ltd www.vpasp.com 2 P a g e Table of Contents INTRODUCTION... 4 1 FEATURES... 5 2 WHAT DO I NEED TO RUN VP-ASP?...

More information

How To Use Kentico+ On A Pc Or Mac Or Macbook

How To Use Kentico+ On A Pc Or Mac Or Macbook Kentico+ documentation Kentico+ documentation Home............................................................................. 3 1 Creating subscriptions and projects......................................................................

More information

Moving the TRITON Reporting Databases

Moving the TRITON Reporting Databases Moving the TRITON Reporting Databases Topic 50530 Web, Data, and Email Security Versions 7.7.x, 7.8.x Updated 06-Nov-2013 If you need to move your Microsoft SQL Server database to a new location (directory,

More information

How to Join QNAP NAS to Microsoft Active Directory (AD)

How to Join QNAP NAS to Microsoft Active Directory (AD) How to Join QNAP NAS to Microsoft Active Directory (AD) What is Active Directory? Active Directory is a Microsoft directory used in Windows environments to centrally store, share, and manage the information

More information

Setting up the local FTP server

Setting up the local FTP server Setting up the local FTP server Configuring a local FTP server for the receipt of the PV plant data via the FTP Push function of the SUNNY WEBBOX. Contents This guide describes how you install and configure

More information

Configuration Guide. BES12 Cloud

Configuration Guide. BES12 Cloud Configuration Guide BES12 Cloud Published: 2016-04-08 SWD-20160408113328879 Contents About this guide... 6 Getting started... 7 Configuring BES12 for the first time...7 Administrator permissions you need

More information

HOW TO RETRIEVE FILES FROM THE TARGET ANALYTICS FTP SITE

HOW TO RETRIEVE FILES FROM THE TARGET ANALYTICS FTP SITE HOW TO RETRIEVE FILES FROM THE TARGET ANALYTICS FTP SITE Note: These instructions direct you to download a free secure FTP client called FileZilla. If you already use a secure client such as WS-FTP Pro

More information

AVG Business SSO Connecting to Active Directory

AVG Business SSO Connecting to Active Directory AVG Business SSO Connecting to Active Directory Contents AVG Business SSO Connecting to Active Directory... 1 Selecting an identity repository and using Active Directory... 3 Installing Business SSO cloud

More information

Demo of Data transferring (.CSV Files) from EGX300 to Our local PC/Laptop using- FTP

Demo of Data transferring (.CSV Files) from EGX300 to Our local PC/Laptop using- FTP Demo of Data transferring (.CSV Files) from EGX300 to Our local PC/Laptop using- FTP Hardware & Software Requirements Hardware: Laptop or Computer EGX 300 connected with Power/Energy meters Cross/Straight

More information

ElephantDrive Cloud Backup Module Contents

ElephantDrive Cloud Backup Module Contents Contents 1. Overview... 2 2. Installing the module... 2 2-1. How to get the module... 2 2-2. Installation... 2 2-3. Start the module... 3 3. Backup NAS data to ElephantDrive cloud... 3 3-1. Create an ElephantDrive

More information

Remote Viewer Recording Backup

Remote Viewer Recording Backup Remote Viewer Recording Backup Introduction: In this tutorial we will explain how to retrieve your recordings using the Web Service online. Using this method you can backup videos onto your computer using

More information

SATO Network Interface Card Configuration Instructions

SATO Network Interface Card Configuration Instructions SATO Network Interface Card Configuration Instructions Table of Contents 1. Reset of wired/wireless interface card... 3 2. Installing the All-In-One Utility (recommended)... 4 3. Configuring wired/wireless

More information

SMS Database System Quick Start. [Version 1.0.3]

SMS Database System Quick Start. [Version 1.0.3] SMS Database System Quick Start [Version 1.0.3] Warning ICP DAS Inc., LTD. assumes no liability for damages consequent to the use of this product. ICP DAS Inc., LTD. reserves the right to change this manual

More information

Installation Instruction STATISTICA Enterprise Server

Installation Instruction STATISTICA Enterprise Server Installation Instruction STATISTICA Enterprise Server Notes: ❶ The installation of STATISTICA Enterprise Server entails two parts: a) a server installation, and b) workstation installations on each of

More information

User Manual Web DataLink for Sage Line 50. Version 1.0.1

User Manual Web DataLink for Sage Line 50. Version 1.0.1 User Manual Web DataLink for Sage Line 50 Version 1.0.1 Table of Contents About this manual...3 Customer support...3 Purpose of the software...3 Installation...6 Settings and Configuration...7 Sage Details...7

More information

Converting InfoPlus.21 Data to a Microsoft SQL Server 2000 Database

Converting InfoPlus.21 Data to a Microsoft SQL Server 2000 Database Technical Bulletin Issue Date August 14, 2003 Converting InfoPlus.21 Data to a Microsoft SQL Server 2000 Database Converting InfoPlus.21 Data to a Microsoft SQL Server 2000 Database...2 Introduction...

More information

Cox Business Premium Online Backup USER'S GUIDE. Cox Business VERSION 1.0

Cox Business Premium Online Backup USER'S GUIDE. Cox Business VERSION 1.0 Cox Business Premium Online Backup USER'S GUIDE Cox Business VERSION 1.0 Table of Contents ABOUT THIS GUIDE... 4 DOWNLOADING COX BUSINESS PREMIUM ONLINE BACKUP... 5 INSTALLING COX BUSINESS PREMIUM ONLINE

More information

How To Use Exhange On Outlook 2007 2007 On A Pc Or Macintosh Outlook 2007 On Your Pc Or Ipad (For Windows Xp) On Your Ipad Or Ipa (For Your Windows Xp). (For A Macintosh) On A

How To Use Exhange On Outlook 2007 2007 On A Pc Or Macintosh Outlook 2007 On Your Pc Or Ipad (For Windows Xp) On Your Ipad Or Ipa (For Your Windows Xp). (For A Macintosh) On A Configure Microsoft Outlook 2007 to use Exchange Email Setting Important 1. Before configure your Microsoft outlook 2007 to use exhange you MUST log into the Web Exchange page to login and change your

More information

Network/Floating License Installation Instructions

Network/Floating License Installation Instructions Network/Floating License Installation Instructions Installation steps: On the Windows PC that will act as License Manager (SERVER): 1. Install HASP Run-time environment, SERVER 2. Plug in the red USB hardware

More information

PanelView Plus. Technology in the Spotlight

PanelView Plus. Technology in the Spotlight Technology in the Spotlight PanelView Plus Reporting from PanelView Plus XLReporter generates Excel based reports from the log files created by Rockwell Automation PanelView Plus terminals using DataStore

More information

Georgia State Longitudinal Data System

Georgia State Longitudinal Data System Georgia State Longitudinal Data System FTP Client Installation Manual Version 3.0 Table of Contents 1 Overview... 3 2 FTP Connection Checklist... 3 3 FTP Installation Instructions... 4 4 Apply license

More information

Setup Instructions for Secure Hummingbird FTP

Setup Instructions for Secure Hummingbird FTP Setup Instructions for Secure Hummingbird is the terminal emulation software that allows users to connect their pc to the mainframe in a secure environment. For example, this allows users to connect to

More information

T320 E-business technologies: foundations and practice

T320 E-business technologies: foundations and practice T320 E-business technologies: foundations and practice Block 3 Part 2 Activity 2: Generating a client from WSDL Prepared for the course team by Neil Simpkins Introduction 1 WSDL for client access 2 Static

More information

ultimo theme Update Guide Copyright 2012-2013 Infortis All rights reserved

ultimo theme Update Guide Copyright 2012-2013 Infortis All rights reserved ultimo theme Update Guide Copyright 2012-2013 Infortis All rights reserved 1 1. Update Before you start updating, please refer to 2. Important changes to check if there are any additional instructions

More information

Qsync Install Qsync utility Login the NAS The address is 192.168.1.210:8080 bfsteelinc.info:8080

Qsync Install Qsync utility Login the NAS The address is 192.168.1.210:8080 bfsteelinc.info:8080 Qsync Qsync is a cloud based file synchronization service empowered by QNAP Turbo NAS. Simply add files to your local Qsync folder, and they will be available on your Turbo NAS and all its connected devices.

More information