MODULE 5.1 PLATFORMS VS. STATIONS

Size: px
Start display at page:

Download "MODULE 5.1 PLATFORMS VS. STATIONS"

Transcription

1 MODULE 5.1 PLATFORMS VS. STATIONS Platform According to The term platform as used in a computer context can refer to: (1) the type of processor and/or other hardware on which a given operating system or application program runs, (2) the type of operating system on a computer or (3) the combination of the type of hardware and the type of operating system running on it. In computing, a platform describes some sort of hardware architecture or software framework (including application frameworks), that allows software to run. Typical platforms include a computer's architecture, operating system, programming languages and related runtime libraries or graphical user interface. Everything that is installed on a Niagara AX host that is not part of a Niagara AX station. Station According to An entity (place, building, or establishment) from which services are provided or operations are directed. An input or output point along a communications system. A facility equipped with special equipment and personnel for a particular purpose. Software running on a Niagara AX platform that is the main unit of server processing in the Niagara AX architecture. A station runs the components of the Niagara framework and provides the access to view and control these components via the Workbench or web browser. Think of the station as the application built by the engineer to integrate the data and design a user interface. The main unit of Niagara server processing, a station is custom designed to interact with specific devices or objects (components) as determined by those persons (engineers/designers/integrators) who are responsible for defining its control logic and data flow paths. Objectives Platform Platform Categories Define the term platform and explain its purpose as part of the Niagara framework. Define the term station and explain its purpose as part of the Niagara framework. Differentiate between a platform and a station. Through the platform interface, you can perform all the tasks that allow you to set-up, support and troubleshoot a Niagara AX host. There are two general categories of platforms, depending on the operating system used: QNX-based Windows-based 1

2 QNX-based platforms Windows -based platforms Station Sometimes called "embedded" JACE controllers, these include JACE-2, -4, - 5, and -6 series controllers, all shipped with the QNX operating system. These devices use onboard flash memory for file storage. Win32 (Windows 32-bit) platforms include: the JACE-NXS the AX SoftJACE any AXSupervisor" PC host As their operating system, Windows XP (if an AXSupervisor, possibly Windows Vista Ultimate or Windows 2000) is used, and file storage is typically a hard drive. A station is essentially the combination of a database, web server and control engine. The primary parts of a station include: COMPONENTS VARIOUS SERVICES DRIVERS CONTROL LOGIC FILES & DATABASES HISTORIES Running station The 3 containers under a station contain the following components. Non-running station CONFIG Runtime views of the configuration database in a RUNNING station: Services Drivers Logic FILES Persistent databases reside here: Alarms database Histories database Px graphics Config.bog NavFile HISTORY Views of the history database in a RUNNING station: Various history views To view the database files in a non-running station, look in the associated platform s Remote File System container under the Stations folder. Platform > Remote File System > stations TOOLS Whether local or remote, the Remote File System view is ALWAYS: READ-ONLY NO EDITS!! Nav Tree 2

3 LAB You will have opportunity to work with stations and platforms in the Niagara Technical Certification Program on-site training course. JOB AIDS LINKS Quik Review: Platforms vs. Stations Topic 5.2, Platform Daemon Topic 5.3, Connections: Platform vs. Station Topic 5.4, Establishing a Platform Connection Topic 5.5, Establishing a Station Connection Topic 5.6, The Demo Station Topic 5.7, Creating a New Station QUESTIONS FOR REVIEW: 1. TRUE OR FALSE? A Niagara station is everything that is not part of a platform. 2. The JACE-2, -4, -5 and -6 series JACE controllers are all shipped with which operating system? 3. What are the primary components of a station? 4. TRUE OR FALSE? Persistent station database files reside in the Files container. 5. TRUE or FALSE? A Niagara station is the combination of the hardware and operating system on which the Niagara framework runs. 3

4 MODULE 5.2: THE PLATFORM DAEMON Daemon According to Answers.com A program or process that sits idly in the background until it is invoked to perform its task. According to PC Magazine Functioning like an extension to the operating system, a daemon is usually an unattended process that is initiated at startup. Platform Daemon Other sources: a system task that runs as a background process (usually initiated at system boot time) to perform a particular system function ( a system-related background process that often runs with the permissions of root and services requests from other processes ( a persistent process that services requests as they arrive, without human intervention server processes, such as those for HTTP and FTP, run as daemons ( a process lurking in the background, usually unnoticed, until something triggers it into action ( A compact executable program (or server process) that enables a user to access platform tools through the Workbench. Describe the purpose of the platform daemon. Identify the default HTTP port used for the platform daemon. State where to view the output for the platform daemon. Objectives Platform daemon Functions The platform daemon is pre-installed onto every JACE from the factory, runs whenever the JACE has booted up, and is installed and started on a workstation PC during the installation of Niagara AX. You need the platform daemon installed and running to gain access to the platform administration tools (views). Through the Platform Tools, the platform daemon allows you to perform functions such as: Start and stop a station Connect to a platform Reboot a platform 4

5 The platform daemon also allows you to: Host a Niagara station on your local PC, such as for an AX Supervisor. This allows you to open a Workbench client platform connection to your local (My Host) platform, and allows remote client platform connections to your local PC as well. Run a PC as an AX SoftJACE (a JACE running on a PC dedicated to this application). Listed as a Niagara service niagarad Once installed and started on a PC, you can see the platform daemon listed as a Niagara service from the Windows Control Panel, by selecting: Administrative Tools > Component Services > Services The platform daemon is called: niagarad.exe It is the executable used for Workbench-to-daemon communication. PORT 3011 Port 3011 When shipped, a JACE platform daemon is configured to monitor HTTP Port Often, this is left as the default. However, this can be changed if a different port is needed for a platform connection (perhaps for firewall reasons) using the Platform Administration tool Workbench-to- Platform connection When connected to a Niagara platform, the Workbench communicates (as a client) to that host's platform daemon (the Niagara daemon or "niagarad"), a server process. Host-level authentication* Platform daemon (niagarad) Where to install Following Niagara AX installation on your PC, you can alternately install and start the platform daemon at a later time, if needed. Under the Windows Start menu, do this by selecting: Start > All Programs > Niagara AX 3.x.x > Install Platform Daemon 5

6 Is platform daemon running? Viewing the output There are several ways to determine if the platform is running on a Windows platform: START MENU Control Panel > Administrative Tools > Component Services > Services (local) > Niagara > shows Started in status column Double-click Niagara to see which version of niagarad.exe is running. DESKTOP My Computer > Manage > Services and Applications > Services > Niagara > shows Started in status column Double-click Niagara to see which version of niagarad.exe is running. CTRL-ALT-DELETE Task Manager > Processes tab > niagarad is listed You cannot tell which version of niagarad.exe is running. The platform daemon s output can be viewed by using the Platform Administration tool, and selecting View Daemon Output. Connecting to a platform TOOLS OPEN PLATFORM The most common way to access the platform tools is through the Workbench. A connection to the platform is provided by the platform daemon via the Open Platform command. Platform Administration 6

7 JOB AIDS Quik Review: The Platform Daemon LINKS Topic 5.1, Platforms vs. Stations Topic 5.3, Connections: Platform vs. Station Topic 5.4, Establishing a Platform Connection QUESTIONS FOR REVIEW: 1. TRUE OR FALSE? The platform daemon starts whenever a JACE is booted up. 2. To establish a connection to the platform daemon, which command would you select from the Toolbar? 3. From which file is the platform daemon started? 4. Which port does a JACE s platform daemon monitor? 5. From where can you view the output of the platform daemon? 7

8 MODULE 5.3 PLATFORM VS. STATION CONNECTIONS Objectives Connection types Platform connections Connection According to Joining; the act of bridging two things into contact (especially for communication) Being joined for the purposes of communication Differentiate between a platform connection and a station connection. Identify the various ways to connect to a platform or station. Recognize the various ports used to connect to platforms and stations. Match the types of authentication required for platform and station connections. A JACE controller can be connected to via: The Workbench An AX Supervisor or some other station A web browser That connection can be to either the JACE platform itself or the station running on it. Platform connection refers to a connection from a Workbench-based engineering tool to the host s platform via the platform daemon. Workbench connections to a platform are facilitated by the platform daemon (or niagarad) via Port Authentication Workbench connections to platforms require Host-level authentication. Host-level access is controlled by one or more user accounts and passwords that are separate from any station user account. DIGEST AUTHENTICATION (1-level access): Encrypted o QNX and Windows o Specify a single user name/password for all users BASIC AUTHENTICATION (2-level access): NOT Encrypted o Windows o User name(s)/ password(s) depend on those set up in the Windows User Groups Configuration You can configure platform daemon authentication in Step 7 of the Commissioning process for a JACE (see Topic 6.3), or via Update Authentication using the Platform Administration tool. Station connections Station connection refers to a connection: from the Workbench to a Niagara station, from a web browser to a station, or from one station to another station. 8

9 Authentication User accounts have properties that determine how they navigate in the station, their language preferences, time/unit preferences, etc. The main properties of a User related to security and station connection are their login credentials (e.g., user name, and password). Whenever a connection attempt is made, these credentials are checked against the users that have been configured in the station via the station s User Service. This process is called Authentication. Workbench-tostation connections The actual process (and authentication mechanism used) can differ, depending on the type of connection: Workbench-to-station connection: Fox authentication mechanism Web browser-to-station connection: HTTP authentication mechanism Station-to-station connection: Fox authentication mechanism Workbench connections to a station are facilitated by the Fox Service using a proprietary protocol called Fox via Port Workbench connections to stations via the Fox Service require authentication, using the User Service: DIGEST MD5 AUTHENTICATION default: Encrypted BASIC AUTHENTICATION must be used if using LDAP*: NOT Encrypted Each user is prompted for a unique user name & password. * LDAP = Lightweight Directory Access Protocol (Central location for administering users of an enterprise-wide system) Configuration You can configure Fox authentication for a station using the Fox Service, located in: Config Drivers NiagaraNetwork View: Property Sheet Web browserto-station connections Web browser connections to a station are facilitated by the Web Service using either HTTP via Port 80, or HTTPS (secure) via Port 443. Web browser connections to stations via the Web Service require authentication, using the same User Service as Workbench-to-station connections. COOKIE * AUTHENTICATION: NOT encrypted o DEFAULT, LDAP-compatible BASIC AUTHENTICATION: NOT encrypted o Required if site security policy does not permit using cookies, LDAP-compatible COOKIE DIGEST * AUTHENTICATION: Encrypted o PREFERRED more secure 9

10 Configuration You can configure authentication for a station using the Web Service, located in: Config Services View: Property Sheet Station-tostation connections Station-to-Station connections are facilitated by the Fox Service using the Fox protocol via Port Station-to-station connections via the Fox Service require authentication, using the same User Service as Workbench-to-station connections. TOOLS DIGEST MD5 AUTHENTICATION default: Encrypted BASIC AUTHENTICATION must be used if using LDAP*: NOT Encrypted Each user is prompted for a unique user name & password. Platform Administration Application Director User Service LAB You will have opportunity to practice connecting to platforms and stations in the Niagara Technical Certification Program on-site training course. JOB AIDS LINKS Quik Review: Connection Authentication Services Quik Review: Platform vs. Station Connections Topic 5.1, Platforms vs. Stations Topic 5.2, Platform Daemon Topic 5.4, Establishing a Platform Connection Topic 5.5, Establishing a Station Connection Topic 5.6, The Demo Station Topic 5.7, Creating a New Station 10

11 QUESTIONS FOR REVIEW: 1. Workbench connections to a platform are facilitated by the platform daemon via which port? 2. Which type of connection is depicted by the following description? Niagarad.exe is monitoring Port 3011 and senses a connection is requested. Based on successful host-level authentication, the connection is established. 3. TRUE OR FALSE? Digest authentication is required for a platform connection to all Windows-based JACE controllers. 4. Which port facilitates a: secure connection to a JACE via a web browser? connection to a JACE via the Workbench? station-to-station connection via the Workbench 5. TRUE OR FALSE? A platform connection is unavailable using a standard web browser. 11

12 MODULE 5.4 ESTABLISHING A PLATFORM CONNECTION Demonstrate how to connect to and disconnect from a JACE platform. Recognize how the Nav Tree displays a connected and disconnected platform. Objectives Platform connection Platform connection refers to a connection from the Workbench to the platform enabled by the platform daemon (niagarad). For a platform open and connected, the Nav Tree displays the platform icon. For a disconnected platform, the Nav Tree displays the platform icon, but it is dimmed. For a closed (and disconnected) platform, the Nav Tree no longer displays the platform icon. Platform Connected Platform Disconnected Platform Closed RIGHT-CLICK POP-UP MENU RIGHT-CLICK POP-UP MENU TOOLBAR SELECTION 12

13 Connecting to a platform 1. To connect to a platform, click the Open (folder) icon on the Toolbar. Open Disconnecting from a platform 2. Complete the fields in the Open Platform dialog box Enter IP address of the JACE Set to whichever port is used for the platform daemon. (Port 3011 is the default.) Type in the user name & password 3. Click the OK button to accept all settings. 4. The Platform connection is established, its icon is displayed in the Nav Tree, and its container view displays in the View Pane. To disconnect from a platform and dim the platform icon on the Nav Tree, right-click on the platform icon in the Nav Tree and select DISCONNECT from the resulting pop-up. Platform Disconnected RIGHT-CLICK POP-UP MENU To disconnect from a platform and remove the platform icon from the Nav Tree, right-click on the platform icon in the Nav Tree and select CLOSE from the resulting pop-up. Platform Closed TOOLBAR SELECTION 13

14 TOOLS Nav Tree Toolbar DEMO LAB Establishing a Platform Connection You will have opportunity to practice connecting to platforms in the Niagara Technical Certification Program on-site training course. JOB AIDS LINKS Quik Review: Connection to a Platform Process Quik Review: Platform Connections Nav Tree Topic 5.1, Platforms vs. Stations Topic 5.2, Platform Daemon Topic 5.3, Platform vs. Station Connections QUESTIONS FOR REVIEW: 1. What enables a platform connection to occur? 2. What happens to the platform icon in the Nav Tree when disconnecting from a platform using the Disconnect command? 3. What happens to the platform icon in the Nav Tree when disconnecting from a platform using the Close command? 4. Where is the command located to connect to a platform? 14

15 MODULE 5.5 ESTABLISHING A STATION CONNECTION Demonstrate how to connect to and disconnect from a station. Recognize how the Nav Tree displays a connected and disconnected station. Objectives Station connection Station connection refers to a connection from the Workbench to a Niagara station, from one station to another station, or from a web browser to a Niagara station. For a station open and connected, the Nav Tree displays the station icon. For a disconnected station, the Nav Tree displays the station icon, but it is dimmed. For a closed station, the Nav Tree no longer displays the station icon. Station Connected Station Disconnected Station Closed * ** TOOLBAR SELECTION RIGHT-CLICK POP-UP MENU RIGHT-CLICK POP-UP MENU 15

16 * An open platform is NOT required to open a station. ** A station MUST be running to connect to it. Connecting to a station 1. To connect to a station on a local or remote platform, click the Open (folder) icon on the Toolbar. Open 2. Complete the fields in the Open Station dialog box: Enter IP address of the JACE Set to whichever port is used for the platform daemon. (Port 3011 is the default.) Type in valid station user name & password Disconnecting from a station NOTE: You can also right-click directly on the host IP (for remote platforms e.g., JACE) in the Nav Tree and select Open Station (fox) from the popup menu. 3. Click the OK button to accept all settings. 4. The Station opens in the Nav Tree, and the Station Summary view displays in the View Pane. To disconnect from a station, right-click on the station icon in the Nav Tree and select DISCONNECT from the resulting pop-up. Station Disconnected RIGHT-CLICK POP-UP MENU Disconnecting from a station will not stop the station; it will continue to run until you STOP or KILL it from the platform tool Application Director. 16

17 Using the CLOSE command will disconnect and delete the icon from the Nav Tree. To close a station, right-click on the station icon in the Nav Tree and select CLOSE from the resulting pop-up. Station Closed Opening a station on the local host TOOLBAR SELECTION Closing a station will not stop the station; it will continue to run until you STOP or KILL it from the platform tool Application Director. If you are switching between multiple stations on your local host (workstation PC), you must first connect to the platform on your local host before you can start a different station, using the Application Director. 1. Before starting (and then connecting to) a different station on the local host, you must first STOP the currently running station. 2. Highlight the running station and click the STOP button to stop the running station. 3. Click Yes to stop the running station. 4. The station status displays Stopping. (Platform daemon has ordered the station to stop) 5. The station status displays Idle and then disconnects (station icon is dimmed). 6. Highlight the station you wish to start. 7. Click the START button to start the station. 17

18 Multiple stations TOOLS 8. The station status displays Starting. (Platform daemon has ordered the station to start) 9. The station status displays Running. 10. You must now connect to the running station by right-clicking on the dimmed station icon. 11. Enter the user name and password (if not already entered) and click the OK button to accept all settings. 12. The new station opens in the Nav Tree, and its Station Summary view displays in the View Pane. On a Windows based platform, multiple stations can co-exist, but normally only one station should be running at a time. CAUTION: You should ONLY have multiple stations running at the same time on your local host when those stations have been configured to use different server ports: Fox: 1911, 1912, 1913, etc. Web: 80, 81, 82, etc. Otherwise, they will be in conflict with each other and you will only be able to connect to the first station that was started. Nav Tree Toolbar DEMO LAB Establishing a Station Connection You will have opportunity to practice starting and connecting to stations in the Niagara Technical Certification Program on-site training course. JOB AIDS LINKS Quik Review: Establishing Station Connections Topic 5.1, Platforms vs. Stations Topic 5.3, Platform vs. Station Connections Topic 5.6, The Demo Station Topic 5.7, Creating a New Station 18

19 QUESTIONS FOR REVIEW: 1. TRUE OR FALSE? An open platform is NOT required to open a station. 2. In what condition must a station be to open or connect to it? 3. Which of any of the following statements is/are true regarding station connections? Disconnecting from a station will not stop it. A dimmed station icon in the Nav Tree means it is closed. A station must be running to connect to it. An open platform is required to open a station. A station may be connected to via the Menu Bar, Tool Bar or Nav Tree. 4. With a station s icon visible in the Nav Tree, which of any of the following actions can be performed from the Nav Tree? Disconnecting from a station using the Close command Disconnecting from a station using the Disconnect command Connecting to a station using the Connect command Connecting to a station using the Open Station command Starting a station Stopping a station 19

20 MODULE 5.6 THE DEMO STATION Demonstrate how to connect to the Demo Station. Recognize the features available in the Demo Station. Objectives Location Sample Demo station Custom menus Every instance of the Workbench software comes with a sample Demo station designed to demonstrate typical Niagara control and monitoring features and techniques. Graphics Alarming Reports Schedule History User Service 20

21 Graphics Alarming 21

22 Reports Schedule 22

23 History The Chart Builder tool builds the type of chart specified, with the time frame specified, and with the title specified. You can set different parameters, such as: Time range last year, month, week, 24 hrs, etc. Title user specified Gridlines show or hide 23

24 Background visuals Using the Workbench s presentation graphics (Px), you can use any visual as the background and then build on it. Buildingspecific floor plans Using the Workbench s presentation graphics (Px), you can create actual floor plans for any of your buildings. 24

25 Real-time display of data and system status Niagara AX is able to plot real-time data and system status. Note that each line chart receives it own color. LINKS Topic 5.1, Platforms vs. Stations Topic 5.3, Platform vs. Station Connections Topic 5.5, Establishing a Station Connection Topic 5.7, Creating a New Station 25

26 MODULE 5.7 CREATING A NEW STATION Demonstrate the process of creating a new station using the New Station Wizard. Objectives New Station Wizard TOOLS 1. Create a brand new station by using the New Station Wizard, which can be accessed via the Menu bar: Tools > New Station. 2. The New Station Wizard dialog appears. Give the new station a name. Then click the Next button. As you enter the new station s name, a new directory is automatically built for it. 3. Then enter and confirm an admin password. Finally, the process is concluded by clicking the Finish button. 4. The Nav Tree and View Pane immediately reflect the addition of the new station to the local host. New Station Wizard Nav Tree View Pane DEMO LAB Creating a New Station You will have opportunity to practice creating a new station in the Niagara Technical Certification Program on-site training course. LINKS Topic 5.5, Establishing a Station Connection Topic 6.3, Commissioning Process QUESTIONS FOR REVIEW: 1. What tool is used for creating a new station? 2. Where can you access the New Station Wizard? 26

27 MODULE 5.8 WORKBENCH HELP DATABASE Objectives Help access Interface Initial loading Explain how to initially load the Niagara Help system. Discuss how to access help for any view or component currently in the View Pane. Explain how to find specific search terms within a help file. Recognize the differences between the various types of help. State how to determine in which document any given help file is located. You can access the Help System via the Menu Bar > Help. The Help Menu provides you with either common help or context-sensitive help. The Help System has a similar interface to the Workbench. The HELP SIDEBAR provides a view of the available Help. When you open the Help Side Bar for the first time, it is empty except for the Load Help button. The Load Help button will reappear and alert you to reload help: any time any module's timestamp is changed when a new module is added or removed When you click the Load Help button, the Workbench searches through all the available modules to create the Help Directory. The resulting Help folder is located at: My Host > My File System > Sys Home > help 27

28 Common help Clicking on Help >? Help Contents provides a common point of access to all system documentation. Searching a topic Select Doc User or Doc Platform for the most help with regard to user- or platform-related issues. Results at the top of the list are those documents with the MOST number of instances of the search term(s); results at the bottom of the list indicate those documents with the LEAST number of instances of the search term(s). THIS DOES NOT NECESSARILY INDICATE THAT FILES AT THE TOP OF THE LIST ARE MORE APPLICABLE TO YOUR SEARCH, BUT ONLY THAT THEY HAVE A GREATER DENSITY OF THOSE TERMS. Search Tips When searching for a topic, use search terms that are as specific as possible. For example, when searching for information about platform connections, type the entire phrase platform connections into the search box as opposed to just platforms. There may be a number of applicable topics related to your original search terms that you might look at to determine the applicability to your specific need. Adding quotations around your search terms will yield different results, most of the time more narrow and in different order. That s because now, the search engine is looking for every instance of the phrase in quotes. Making the search term(s) plural AND/OR putting it in quotes can narrow the results considerably, but may remove applicable documents from the list. 28

29 Contextsensitive help Clicking on Help > On View provides context-sensitive help for the current view (or plug-in) displayed in the View Pane. Clicking on Help > Guide On Target provides context-sensitive help for the current component displayed in the View Pane. Searching in a help file Ord TOOLS If searching for specific text within a help file, use the Find command. 1. Anchor the cursor in the View Pane and access Find via the Search menu, the Find icon (binoculars) in the tool bar, or using the F5 key on the keyboard. 2. Type in the desired search terms and click the OK button. The first instance of the search term is highlighted. 3. Hold down the CTRL key and press the F key to advance to the next instance of the desired search term. The next instance of the search term is highlighted. To determine the location from which document a help file originates, select File > Open Ord from the menu bar, or press the CTRL-L keys on the keyboard. Help system CTRL-L (open Ord dialog) LAB You will have opportunity to practice using Help in the Niagara Technical Certification Program on-site training course. LINKS Topic 7.5.8, Workbench Menu Bar: Help Menu 29

30 QUESTIONS FOR REVIEW: 1. TRUE OR FALSE? There are generally 2 types of help available: common help and contextsensitive help. 2. What would you click on to access common help? 3. What will adding quotation marks around search terms yield? 4. How can you determine from which document a help file originates? 5. TRUE OR FALSE? Context-sensitive help provides help for both current view and the component displaying in the View Pane. 30

MODULE 4.1: KEY FEATURES

MODULE 4.1: KEY FEATURES MODULE 4.1: KEY FEATURES Workbench Presentation XML Object resolution Descriptor (ORD) Objectives Describe the purpose of the NiagaraAX Workbench. Describe the purpose and benefits of the NiagaraAX Presentation

More information

Niagara AX Platform Tools

Niagara AX Platform Tools 1 QUIK-REVIEW Niagara A Platform Tools LOCAL HOST (WORKSTATION) PLATFORM TOOLS REMOTE HOST (JACE) PLATFORM TOOLS Niagara A Technical Certification Program Copyright 2009 For Training Use Only 2 QUIK-REVIEW

More information

Niagara AX Security. Overview Westerre Parkway, Suite 350 Richmond, VA Ph: Fx:

Niagara AX Security. Overview Westerre Parkway, Suite 350 Richmond, VA Ph: Fx: Niagara AX Security Overview 3951 Westerre Parkway, Suite 350 Richmond, VA 23233 Ph: 804.747.4771 Fx: 804.747.5204 www.tridium.com Niagara AX includes a comprehensive security model that provides a high

More information

Opus Supervisor User Guide

Opus Supervisor User Guide Table of Contents About Opus... 2 Opening the Station... 3 Adding a New Group... 5 Adding a New Site... 7 Adding New XCM... 8 Simulation... 13 Adding Network... 13 Assign XCM IP Address... 17 Platform

More information

How to install Clean.Dist file on a Jace 8000 using Serial Shell

How to install Clean.Dist file on a Jace 8000 using Serial Shell How to install Clean.Dist file on a Jace 8000 using Serial Shell EC-BOS 8 no longer sports the hit this key on boot-up when in serial shell mode to restore the platform credentials. There is a new method

More information

VIRTUALIZATION MANAGER ENTERPRISE EDITION GETTING STARTED GUIDE. Product: Virtual Iron Virtualization Manager Version: 4.2

VIRTUALIZATION MANAGER ENTERPRISE EDITION GETTING STARTED GUIDE. Product: Virtual Iron Virtualization Manager Version: 4.2 VIRTUALIZATION MANAGER ENTERPRISE EDITION GETTING STARTED GUIDE This manual provides a quick introduction to Virtual Iron software, and explains how to use Virtual Iron Virtualization Manager to configure

More information

User Addendum User Box Scan support on the Fiery E C-KM Color Server, version 1.1

User Addendum User Box Scan support on the Fiery E C-KM Color Server, version 1.1 User Addendum User Box Scan support on the Fiery E 10 50-45C-KM Color Server, version 1.1 This document describes installing software for User Box scan support on the Fiery E 10 50-45C-KM Color Server,

More information

VIRTUALIZATION MANAGER ENTERPRISE EDITION GETTING STARTED GUIDE

VIRTUALIZATION MANAGER ENTERPRISE EDITION GETTING STARTED GUIDE VIRTUALIZATION MANAGER ENTERPRISE EDITION GETTING STARTED GUIDE This manual provides a quick introduction to Virtual Iron software, and explains how to use Virtual Iron Virtualization Manager to configure

More information

10ZiG Technology. Thin Desktop Quick Start Guide

10ZiG Technology. Thin Desktop Quick Start Guide 10ZiG Technology Thin Desktop Quick Start Guide 2010 05 20 Introduction This document is intended as a quick start guide for installing Thin Desktop. After reading this document, you will know how to:

More information

Using a VPN with Niagara Systems. v0.3 6, July 2013

Using a VPN with Niagara Systems. v0.3 6, July 2013 v0.3 6, July 2013 What is a VPN? Virtual Private Network or VPN is a mechanism to extend a private network across a public network such as the Internet. A VPN creates a point to point connection or tunnel

More information

Access Gateway Client User's Guide

Access Gateway Client User's Guide Sysgem Access Gateway Access Gateway Client User's Guide Sysgem AG Sysgem is a trademark of Sysgem AG. Other brands and products are registered trademarks of their respective holders. 2013-2015 Sysgem

More information

Widgets for SAP BusinessObjects Business Intelligence Platform User Guide SAP BusinessObjects Business Intelligence platform 4.1 Support Package 2

Widgets for SAP BusinessObjects Business Intelligence Platform User Guide SAP BusinessObjects Business Intelligence platform 4.1 Support Package 2 Widgets for SAP BusinessObjects Business Intelligence Platform User Guide SAP BusinessObjects Business Intelligence platform 4.1 Support Package 2 Copyright 2013 SAP AG or an SAP affiliate company. All

More information

VI-CENTER EXTENDED ENTERPRISE EDITION GETTING STARTED GUIDE. Version: 4.5

VI-CENTER EXTENDED ENTERPRISE EDITION GETTING STARTED GUIDE. Version: 4.5 VI-CENTER EXTENDED ENTERPRISE EDITION GETTING STARTED GUIDE This manual provides a quick introduction to Virtual Iron software, and explains how to use Virtual Iron VI-Center to configure and manage virtual

More information

Niagara 4. Compatibility and Migration

Niagara 4. Compatibility and Migration Niagara 4 Compatibility and Migration September, 2015 Agenda Why is a migration process necessary? Compatibility: Which platforms can be migrated to Niagara? How to prepare for migrating a site Migration

More information

Hypertext Transfer Protocol Over Secure Sockets Layer (HTTPS)

Hypertext Transfer Protocol Over Secure Sockets Layer (HTTPS) Hypertext Transfer Protocol Over Secure Sockets Layer (HTTPS) This chapter provides information about Hypertext Transfer Protocol over Secure Sockets Layer. HTTPS, page 1 HTTPS for Cisco Unified IP Phone

More information

Using Hypertext Transfer Protocol over Secure Sockets Layer (HTTPS)

Using Hypertext Transfer Protocol over Secure Sockets Layer (HTTPS) CHAPTER 2 Using Hypertext Transfer Protocol over Secure Sockets Layer (HTTPS) This chapter contains information on the following topics: HTTPS Overview, page 2-1 HTTPS for Cisco Unified IP Phone Services,

More information

JACE Niagara 4 Install and Startup Guide August 18, 2015

JACE Niagara 4 Install and Startup Guide August 18, 2015 Technical Document JACE Niagara 4 Install and Startup Guide August 18, 2015 JACE Niagara 4 Install and Startup Guide Tridium, Inc. 3951 Westerre Parkway, Suite 350 Richmond, Virginia 23233 U.S.A Confidentiality

More information

Hypertext Transfer Protocol over Secure Sockets Layer (HTTPS)

Hypertext Transfer Protocol over Secure Sockets Layer (HTTPS) Hypertext Transfer Protocol over Secure Sockets Layer (HTTPS) This chapter provides information about Hypertext Transfer Protocol over Secure Sockets Layer. HTTPS, page 1 HTTPS for Cisco Unified IP Phone

More information

Interaction Desktop: User Guide

Interaction Desktop: User Guide Interaction Desktop: User Guide Copyright 2019, Charles Sturt University No part of this document may be reproduced, altered or sold without prior written permission of the Executive Director, Division

More information

Embedded for Xerox EPA-EIP Setup Guide

Embedded for Xerox EPA-EIP Setup Guide Embedded for Xerox EPA-EIP Setup Guide 2016 XRX-EPA-EIP-20160315 Equitrac Embedded for Xerox EPA-EIP Setup Guide Document History Date Description of Revision Changes March 15, 2016 Updated for Equitrac

More information

Installation Guide. EventTracker Enterprise. Install Guide Centre Park Drive Publication Date: Aug 03, U.S. Toll Free:

Installation Guide. EventTracker Enterprise. Install Guide Centre Park Drive Publication Date: Aug 03, U.S. Toll Free: EventTracker Enterprise Install Guide 8815 Centre Park Drive Publication Date: Aug 03, 2010 Columbia MD 21045 U.S. Toll Free: 877.333.1433 Abstract The purpose of this document is to help users install

More information

SAP BusinessObjects Live Office User Guide SAP BusinessObjects Business Intelligence platform 4.1 Support Package 2

SAP BusinessObjects Live Office User Guide SAP BusinessObjects Business Intelligence platform 4.1 Support Package 2 SAP BusinessObjects Live Office User Guide SAP BusinessObjects Business Intelligence platform 4.1 Support Package 2 Copyright 2013 SAP AG or an SAP affiliate company. All rights reserved. No part of this

More information

Bosch Video Management System. Configuration Manual

Bosch Video Management System. Configuration Manual Bosch Video Management System en Configuration Manual Bosch Video Management System Table of contents en 3 Table of contents 1 Using the Help 8 1.1 Finding information 8 1.2 Printing the Help 9 2 Introduction

More information

Network Scanner Tool V3.3. User s Guide Version

Network Scanner Tool V3.3. User s Guide Version Network Scanner Tool V3.3 User s Guide Version 3.3.09 Copyright 2000-2012 by SHARP CORPORATION. All rights reserved. Reproduction, adaptation or translation without prior written permission is prohibited,

More information

Cisco Unified Serviceability

Cisco Unified Serviceability Cisco Unified Serviceability Introduction, page 1 Installation, page 5 Introduction This document uses the following abbreviations to identify administration differences for these Cisco products: Unified

More information

Visitor Management Host User Guide

Visitor Management Host User Guide Visitor Management Host User Guide Table of Contents CHAPTER 1 Introduction............................................. 5 Conventions Used in this Documentation.............................................5

More information

Installation Guide. 3CX CRM Plugin for ConnectWise. Single Tenant Version

Installation Guide. 3CX CRM Plugin for ConnectWise. Single Tenant Version Installation Guide 3CX CRM Plugin for ConnectWise Single Tenant Version "Copyright VoIPTools, LLC 2011-2016" Information in this document is subject to change without notice. No part of this document may

More information

Overview. ACE Appliance Device Manager Overview CHAPTER

Overview. ACE Appliance Device Manager Overview CHAPTER 1 CHAPTER This section contains the following: ACE Appliance Device Manager, page 1-1 Logging Into ACE Appliance Device Manager, page 1-3 Changing Your Account Password, page 1-4 ACE Appliance Device Manager

More information

ICAU1128B: Operate a Personal Computer Student Handbook

ICAU1128B: Operate a Personal Computer Student Handbook ICA20105 Certificate II in Information Technology ICAU1128B: Operate a Personal Computer Student Handbook Modification History Competency Handbooks ICA20105: Cert II in Information Technology: ICAU1128B

More information

Installing Intellicus DotNet Client on Windows. Version: 16.0

Installing Intellicus DotNet Client on Windows. Version: 16.0 Installing Intellicus DotNet Client on Windows Version: 16.0 Copyright 2015 Intellicus Technologies This document and its content is copyrighted material of Intellicus Technologies. The content may not

More information

9.4 Authentication Server

9.4 Authentication Server 9 Useful Utilities 9.4 Authentication Server The Authentication Server is a password and account management system for multiple GV-VMS. Through the Authentication Server, the administrator can create the

More information

CHAPTER. Introduction

CHAPTER. Introduction CHAPTER 1 Cisco Unified Communications Manager (formerly Cisco Unified CallManager) serves as the software-based call-processing component of the Cisco Unified Communications family of products. A wide

More information

IT Essentials v6.0 Windows 10 Software Labs

IT Essentials v6.0 Windows 10 Software Labs IT Essentials v6.0 Windows 10 Software Labs 5.2.1.7 Install Windows 10... 1 5.2.1.10 Check for Updates in Windows 10... 10 5.2.4.7 Create a Partition in Windows 10... 16 6.1.1.5 Task Manager in Windows

More information

Five9 Plus Adapter for Agent Desktop Toolkit

Five9 Plus Adapter for Agent Desktop Toolkit Cloud Contact Center Software Five9 Plus Adapter for Agent Desktop Toolkit Administrator s Guide September 2017 The Five9 Plus Adapter for Agent Desktop Toolkit integrates the Five9 Cloud Contact Center

More information

Virtual Infrastructure Web Access Administrator s Guide ESX Server 3.0 and VirtualCenter 2.0

Virtual Infrastructure Web Access Administrator s Guide ESX Server 3.0 and VirtualCenter 2.0 Virtual Infrastructure Web Access Administrator s Guide ESX Server 3.0 and VirtualCenter 2.0 Virtual Infrastructure Web Access Administrator s Guide Revision: 20060615 Item: VI-ENG-Q206-217 You can find

More information

Policy Commander Console Guide - Published February, 2012

Policy Commander Console Guide - Published February, 2012 Policy Commander Console Guide - Published February, 2012 This publication could include technical inaccuracies or typographical errors. Changes are periodically made to the information herein; these changes

More information

Print Manager Plus 2010 Workgroup Print Tracking and Control

Print Manager Plus 2010 Workgroup Print Tracking and Control INTRODUCTION: This is intended to assist in the initial installation or evaluation of Print Manager Plus 2010 Workgroup Edition. This will guide you through tracking your printing whether your workgroup

More information

Equitrac Embedded Connector for EFI SendMe. Setup Guide Equitrac Corporation Equitrac Corporation

Equitrac Embedded Connector for EFI SendMe. Setup Guide Equitrac Corporation Equitrac Corporation Equitrac Embedded Connector for EFI SendMe 1.1 Setup Guide 2012 Equitrac Corporation 2012 Equitrac Corporation Equitrac Embedded Connector for EFI SendMe Setup Guide Document History Date Description of

More information

EFI Fiery Utilities Technical Reference. Part Number: , Rev. 1.0

EFI Fiery Utilities Technical Reference. Part Number: , Rev. 1.0 EFI Fiery Utilities Technical Reference Part Number: 59308805, Rev. 1.0 15 March 2008 CONTENTS 3 CONTENTS INTRODUCTION 5 Terminology and conventions 6 About this document 7 About Help 7 Preparing for installation

More information

Extended Search Administration

Extended Search Administration IBM Lotus Extended Search Extended Search Administration Version 4 Release 0.1 SC27-1404-02 IBM Lotus Extended Search Extended Search Administration Version 4 Release 0.1 SC27-1404-02 Note! Before using

More information

Niagara 3.7 New Feature Review

Niagara 3.7 New Feature Review Niagara 3.7 New Feature Review September, 2012 Tridium 2012 Agenda Security Crypto Updates Certificate Management Scalability Virtuals to Virtuals General Enhancements Synthetic Types Event Service Type

More information

Embedded Connector for IKON DocSend Setup Guide

Embedded Connector for IKON DocSend Setup Guide Embedded Connector for IKON DocSend Setup Guide Version 1.1 2016 IKON-20160314 Equitrac Embedded Connector for IKON DocSend Setup Guide Document History Date Description of Change April 18, 2013 Updated

More information

BDM Hyperion Workspace Basics

BDM Hyperion Workspace Basics BDM Hyperion Workspace Basics Contents of this Guide - Toolbars & Buttons Workspace User Interface 1 Standard Toolbar 3 Explore Toolbar 3 File extensions and icons 4 Folders 4 Browsing Folders 4 Root folder

More information

Honeywell Spyder USER'S GUIDE

Honeywell Spyder USER'S GUIDE Honeywell Spyder USER'S GUIDE Contents About Honeywell Spyder Tool... 5 Scenarios...5 Getting Started...6 Creating Custom Palette File...7 Programming Honeywell Spyder...9 Views...10 Controller Alarms

More information

VII. Corente Services SSL Client

VII. Corente Services SSL Client VII. Corente Services SSL Client Corente Release 9.1 Manual 9.1.1 Copyright 2014, Oracle and/or its affiliates. All rights reserved. Table of Contents Preface... 5 I. Introduction... 6 Chapter 1. Requirements...

More information

Assistant User Guide

Assistant User Guide mydatavo Assistant User Guide 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 Table Of Contents Features...ii Introduction...1 1. Installing mydatavo Assistant...1 1 System Requirements... 1 1.2

More information

Parallels Remote Application Server

Parallels Remote Application Server Parallels Remote Application Server Parallels Client for Mac User's Guide v16 Parallels International GmbH Vordergasse 59 8200 Schaffhausen Switzerland Tel: + 41 52 672 20 30 www.parallels.com Copyright

More information

DOCUMENT HISTORY REV. NO. CHANGES DATE. 000 New Document 30 Mar Document Revision:

DOCUMENT HISTORY REV. NO. CHANGES DATE. 000 New Document 30 Mar Document Revision: DOCUMENT HISTORY DOCU-PROOF ENTERPRISE INSTALLATION GUIDE REV. NO. CHANGES DATE 000 New Document 30 Mar. 2010 001 Document Revision: 23 Jun. 2010 Added database support for MS SQL Server and ORACLE. 002

More information

Trend IQ TCP Driver User Guide. Trend IQ TCP Driver User Guide

Trend IQ TCP Driver User Guide. Trend IQ TCP Driver User Guide Trend IQ TCP Driver User Guide Trend IQ TCP Driver User Guide Table of Contents Installation...1 Requirement...1 Quick Start... 3 Configure Iq Network... 3 Add a IqTCPNetwork... 3 Add a IqTCPGateway...

More information

Enhanced Automated Graphical Logistics Environment

Enhanced Automated Graphical Logistics Environment EAGLE License Management Enhanced Automated Graphical Logistics Environment EAGLE LICENSE MANAGEMENT 13 Apr 2012 A Product of Raytheon Company 1997-2012 Raytheon Company ALL RIGHTS RESERVED U.S. Patents

More information

Installing and Configuring Cisco Unified Real-Time Monitoring Tool

Installing and Configuring Cisco Unified Real-Time Monitoring Tool CHAPTER 2 Installing and Configuring Cisco Unified Real-Time Monitoring Tool You can install Cisco Unified Real-Time Monitoring Tool (RTMT), which works for resolutions 800*600 and above, on a computer

More information

This manual will explain how to do a mail merge in Cordell Connect, using the following Windows programs:

This manual will explain how to do a mail merge in Cordell Connect, using the following Windows programs: Section 10 Mail Merge Cordell Connect has very a useful mail merge function for letters and mailing labels. Mail merges can be performed using project, company or contact information. The data source for

More information

ZENworks Reporting System Reference. January 2017

ZENworks Reporting System Reference. January 2017 ZENworks Reporting System Reference January 2017 Legal Notices For information about legal notices, trademarks, disclaimers, warranties, export and other use restrictions, U.S. Government rights, patent

More information

WINDOWS HOST GUIDE. Remote Support & Management PC Mac Tablet Smartphone Embedded device. WiseMo Host module on your PC or Server

WINDOWS HOST GUIDE. Remote Support & Management PC Mac Tablet Smartphone Embedded device. WiseMo Host module on your PC or Server WINDOWS HOST GUIDE Remote Support & Management PC Mac Tablet Smartphone Embedded device WiseMo Guest module for example on your Windows PC WiseMo Host module on your PC or Server WiseMo develops software

More information

Aventail Connect Client with Smart Tunneling

Aventail Connect Client with Smart Tunneling Aventail Connect Client with Smart Tunneling User s Guide Windows v8.9.0 1996-2007 Aventail Corporation. All rights reserved. Aventail, Aventail Cache Control, Aventail Connect, Aventail Connect Mobile,

More information

Managing External Identity Sources

Managing External Identity Sources CHAPTER 5 The Cisco Identity Services Engine (Cisco ISE) integrates with external identity sources to validate credentials in user authentication functions, and to retrieve group information and other

More information

Xton Access Manager GETTING STARTED GUIDE

Xton Access Manager GETTING STARTED GUIDE Xton Access Manager GETTING STARTED GUIDE XTON TECHNOLOGIES, LLC PHILADELPHIA Copyright 2017. Xton Technologies LLC. Contents Introduction... 2 Technical Support... 2 What is Xton Access Manager?... 3

More information

Causeway ECM Team Notifications. Online Help. Online Help Documentation. Production Release. February 2016

Causeway ECM Team Notifications. Online Help. Online Help Documentation. Production Release. February 2016 Causeway ECM Team Notifications Online Help Production Release February 2016 Causeway Technologies Ltd Comino House, Furlong Road, Bourne End, Buckinghamshire SL8 5AQ Phone: +44 (0)1628 552000, Fax: +44

More information

5 Setting Preferences 15 Preferences 15 Configure Chart Colors 16

5 Setting Preferences 15 Preferences 15 Configure Chart Colors 16 CRITERION Vantage 3 Acquire Training Manual Contents 1 Introduction 3 Collecting Data 3 2 Starting the Program 3 Logging In and Logging Out 3 Logging In 3 Logging in as an Administrator 3 Logging in as

More information

PMS 138 C Moto Black spine width spine width 100% 100%

PMS 138 C Moto Black spine width spine width 100% 100% Series MOTOROLA and the Stylized M Logo are registered in the US Patent & Trademark Office. All other product or service names are the property of their respective owners. 2009 Motorola, Inc. Table of

More information

Jabber Messenger Online Help

Jabber Messenger Online Help Jabber Messenger 3.2.1 Online Help Table Of Contents Welcome... 1 Welcome... 1 What's New in this Release?... 2 Getting Started... 3 Logging In... 3 Creating a New Account... 6 Using Jabber Messenger...

More information

Managing NCS User Accounts

Managing NCS User Accounts 7 CHAPTER The Administration enables you to schedule tasks, administer accounts, and configure local and external authentication and authorization. Also, set logging options, configure mail servers, and

More information

Using the Secure MyApps Environment

Using the Secure MyApps Environment Be the Difference. Using the Secure MyApps Environment Accessing UH Applications from Non-UH Devices This Job Aid is intended for UH employees who would like to remotely connect to UH applications, especially

More information

Configuration of trace and Log Central in RTMT

Configuration of trace and Log Central in RTMT About Trace Collection, page 1 Preparation for trace collection, page 2 Types of trace support, page 4 Configuration of trace collection, page 5 Collect audit logs, page 19 View Collected Trace Files with

More information

Getting Started with CMS

Getting Started with CMS CHAPTER 3 This chapter contains these sections that describe the Cluster Management Suite (CMS) on the Catalyst 3750 switch: Understanding CMS section on page 3-1 Configuring CMS section on page 3-8 Displaying

More information

COMPASS. Metropolitan Community College Installation and Configuration Guide. Version

COMPASS. Metropolitan Community College Installation and Configuration Guide. Version COMPASS Metropolitan Community College Installation and Configuration Guide Version 2013-01-16 Table of Contents 1 Introduction... 1 1.1 Workstation Requirements... 2 1.2 Network Requirements... 2 2 Installing

More information

School Installation Guide ELLIS Academic 5.2.6

School Installation Guide ELLIS Academic 5.2.6 ELLIS Academic 5.2.6 This document was last updated on 2/16/11. or one or more of its direct or indirect affiliates. All rights reserved. ELLIS is a registered trademark, in the U.S. and/or other countries,

More information

Apptix Online Backup by Mozy User Guide

Apptix Online Backup by Mozy User Guide Apptix Online Backup by Mozy User Guide 1.10.1.2 Contents Chapter 1: Overview...5 Chapter 2: Installing Apptix Online Backup by Mozy...7 Downloading the Apptix Online Backup by Mozy Client...7 Installing

More information

KYOCERA Net Admin User Guide

KYOCERA Net Admin User Guide KYOCERA Net Admin User Guide Legal Notes Unauthorized reproduction of all or part of this guide is prohibited. The information in this guide is subject to change without notice. We cannot be held liable

More information

Fiery X3eTY2 65C-KM Color Server. Utilities

Fiery X3eTY2 65C-KM Color Server. Utilities Fiery X3eTY2 65C-KM Color Server Utilities 2006 Electronics for Imaging, Inc. The information in this publication is covered under Legal Notices for this product. 45060846 14 November 2006 CONTENTS 3 CONTENTS

More information

Getting Started with BarTender

Getting Started with BarTender Getting Started with BarTender MANUAL Contents Getting Started with BarTender 3 Installation 4 Choosing What to Install 4 Automation Editions (Automation and Enterprise Automation) 4 Installing BarTender

More information

ADS/ADX Turnkey User's Guide Code No. LIT Software Release 6.0 Issued June 17, 2013 Supersedes May 10, 2013

ADS/ADX Turnkey User's Guide Code No. LIT Software Release 6.0 Issued June 17, 2013 Supersedes May 10, 2013 Code No. LIT-12011177 Software Release 6.0 Issued June 17, 2013 Supersedes May 10, 2013 Refer to the QuickLIT Web site for the most up-to-date version of this document. Introduction...3 Naming Conventions...3

More information

Release Note - Updating Embedded NT Systems

Release Note - Updating Embedded NT Systems Release Note - Updating Embedded NT Systems There are several issues to consider when upgrading a PX PowerStation that uses Embedded NT on a Compact Flash. This release note provides procedures for the

More information

AX to NX MIGRATION. User Guide

AX to NX MIGRATION. User Guide AX to NX MIGRATION User Guide Contents About this Guide... 5 Document change log... 5 Related documentation... 5 Chapter 1 Migration overview... 6 Why a migration tool?... 6 Platform compatibility...

More information

Lesson 3: Identifying Key Characteristics of Workgroups and Domains

Lesson 3: Identifying Key Characteristics of Workgroups and Domains 1-16 Chapter 1 Introduction to Windows XP Professional Lesson 3: Identifying Key Characteristics of Workgroups and Domains Windows XP Professional supports two types of network environments in which users

More information

Virtual Infrastructure Web Access Administrator s Guide Update 2 and later for ESX Server 3.5 and VirtualCenter 2.5

Virtual Infrastructure Web Access Administrator s Guide Update 2 and later for ESX Server 3.5 and VirtualCenter 2.5 Virtual Infrastructure Web Access Administrator s Guide Update 2 and later for ESX Server 3.5 and VirtualCenter 2.5 Virtual Infrastructure Web Access Administrator s Guide Virtual Infrastructure Web Access

More information

Harvard Phone. Introduction to Contact Center CONTACT CENTER CLIENT QUICK REFERENCE QUIDE

Harvard Phone. Introduction to Contact Center CONTACT CENTER CLIENT QUICK REFERENCE QUIDE Introduction to Contact Center Interaction Desktop is an interaction and communications manager for desktop or laptop PCs, and offers more functionality than your office telephone. Use it to manage all

More information

All About Mapped Drives

All About Mapped Drives All About Mapped Drives All About Mapped Drives Intro to Mapped Hard Drives Mapped drives can be very useful when it comes to moving data around on an office or home network and they do have their usefulness.

More information

Solution Composer. User's Guide

Solution Composer. User's Guide Solution Composer User's Guide January 2014 www.lexmark.com Contents 2 Contents Overview...4 Understanding the basics...4 System recommendations...5 Building custom solutions...6 Getting started...6 Step

More information

NetBackup 7.6 Replication Director A Hands On Experience

NetBackup 7.6 Replication Director A Hands On Experience NetBackup 7.6 Replication Director A Hands On Experience Description Through this hands on lab you can test drive Replication Director and experience for yourself this easy to use, powerful feature. Once

More information

Unified CCX Administration Web Interface

Unified CCX Administration Web Interface The Unified CCX provides a multimedia (voice, data, and web) IP-enabled customer-care application environment, using VoIP technology that allows your Cisco Unified Communications network to share resources

More information

Administrator s Guide LV2015-AG-EN

Administrator s Guide LV2015-AG-EN Administrator s Guide LV2015-AG-EN-090915 The information in this manual is not binding and may be modified without prior notice. Supply of the software described in this manual is subject to a user license.

More information

VMware Horizon FLEX Client User Guide

VMware Horizon FLEX Client User Guide Horizon FLEX 1.10 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more recent editions of this

More information

Onesource Dataflow. Data Provider Guide. Tax & Accounting. Last updated May 2012

Onesource Dataflow. Data Provider Guide. Tax & Accounting. Last updated May 2012 Onesource Dataflow Data Provider Guide Last updated May 2012 Tax & Accounting Copyright 2012 Thomson Reuters/ONESOURCE. All Rights Reserved. Proprietary Materials No use of these Proprietary materials

More information

TxEIS on Internet Explorer 8

TxEIS on Internet Explorer 8 TxEIS on Internet Explorer 8 General Set Up Recommendations: Several modifications will need to be made to the computer settings in Internet Explorer to ensure TxEIS runs smoothly, reports pop up as desired,

More information

Configuring the CSS for Device Management

Configuring the CSS for Device Management CHAPTER 2 Configuring the CSS for Device Management Before you can use the WebNS Device Management user interface software, you need to perform the tasks described in the following sections: WebNS Device

More information

AVALANCHE SE QUICK START

AVALANCHE SE QUICK START AVALANCHE SE QUICK START Avalanche SE is a client management system designed to easily manage software and configuration updates to mobile devices. This document provides a brief overview of the core tasks

More information

Print Audit 6. Print Audit 6 Documentation Apr :07. Version: Date:

Print Audit 6. Print Audit 6 Documentation Apr :07. Version: Date: Print Audit 6 Version: Date: 37 21-Apr-2015 23:07 Table of Contents Browse Documents:..................................................... 3 Database Documentation.................................................

More information

Secure Mobile Access Module

Secure Mobile Access Module Secure Mobile Access Module Administration Guide Version 1.0 GlobalSCAPE, Inc. (GSB) Address: 4500 Lockhill-Selma Road, Suite 150 San Antonio, TX (USA) 78249 Sales: (210) 308-8267 Sales (Toll Free): (800)

More information

Installing and Configuring vcloud Connector

Installing and Configuring vcloud Connector Installing and Configuring vcloud Connector vcloud Connector 2.6.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new

More information

Storing Your Exercise Files

Storing Your Exercise Files Storing Your Exercise Files This appendix contains an overview for using this book with various file storage media, such as a USB flash drive or hard drive. Detailed instructions for downloading and unzipping

More information

Agent and Agent Browser. Updated Friday, January 26, Autotask Corporation

Agent and Agent Browser. Updated Friday, January 26, Autotask Corporation Agent and Agent Browser Updated Friday, January 26, 2018 2018 Autotask Corporation Table of Contents Table of Contents 2 The AEM Agent and Agent Browser 3 AEM Agent 5 Privacy Mode 9 Agent Browser 11 Agent

More information

Workspace ONE UEM Certificate Authentication for EAS with ADCS. VMware Workspace ONE UEM 1902

Workspace ONE UEM Certificate Authentication for EAS with ADCS. VMware Workspace ONE UEM 1902 Workspace ONE UEM Certificate Authentication for EAS with ADCS VMware Workspace ONE UEM 1902 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/

More information

Supervisor Insight. Installation Guide.

Supervisor Insight. Installation Guide. Supervisor Insight Installation Guide www.monitorbm.com Supervisor Insight Installation Guide Copyright 2014 Monitor Business Machines Ltd The software contains proprietary information of Monitor Business

More information

NVIDIA Licensing Information

NVIDIA Licensing Information This chapter contains the following sections: NVIDIA GRID License Server Overview, on page 1 Registering Your Product Activation Keys with NVIDIA, on page 2 Downloading the GRID Software Suite, on page

More information

WinSCP. Author A.Kishore/Sachin

WinSCP. Author A.Kishore/Sachin WinSCP WinSCP is a freeware windows client for the SCP (secure copy protocol), a way to transfer files across the network using the ssh (secure shell) encrypted protocol. It replaces other FTP programs

More information

Workstation Configuration

Workstation Configuration Workstation Configuration December 15, 2017 - Version 9.3 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

More information

Unified CCX Administration Web Interface

Unified CCX Administration Web Interface The Unified CCX provides a multimedia (voice, data, and web) IP-enabled customer-care application environment, using VoIP technology that allows your Cisco Unified Communications network to share resources

More information

PROXY Pro Deployment Tool v10.0. User Guide October 2017

PROXY Pro Deployment Tool v10.0. User Guide October 2017 PROXY Pro Deployment Tool v10.0 User Guide October 2017 Table of contents 1. System Requirements...3 2. Target Computer Requirements...4 3. Deployment Tool Operation...5 3.1 Loading a Host Install File...6

More information

Supporting Networked Computers

Supporting Networked Computers CHAPTER 7 Supporting Networked Computers After completing this chapter, you will be able to: Define the main concepts of networking, including the roles of TCP/IP, IP addresses, and subnet masks. Set up

More information