BASIC USER TRAINING PROGRAM Module 4: Topology

Size: px
Start display at page:

Download "BASIC USER TRAINING PROGRAM Module 4: Topology"

Transcription

1 BASIC USER TRAINING PROGRAM Module 4: Topology

2 Objective Students will learn to work in the Topology editor to create devices, specify links between devices, create and set properties. In addition, students will learn to create and use the topology for launching a session with a device in the topology. Outline Topology Editor Working on the topology in the Topology editor Adding a session configuration to a device and Adding Links from and to the device Starting (launching) a session with a device in the topology Lab Quiz Questions A topology is used to define the set of devices for a test case. In addition to the devices, it describes the connections or links between the devices. It includes all the information that a test case needs to access the devices and sessions for example, the IP address of the device or login information. The topology is the graphical representation so the layout and the activity of your network can be seen in one glance. Topology is built on top of Testbed Markup Language (TBML). So what that means is that when you have topology described in a central language, the same topology can be shared by any other any TBML-compliant editors such as lab management systems. Also the itest Topology editor can open, edit, and save any TBML-compliant file. It It is saved as the TBML document with file extension.tbml. Let start with the Activities perspective again. The Build the Topology activity lets you build a topology and provides quick access to the tools that help you to edit and build on topologies. Topology editor You use the Topology editor to define a topology document where all of the physical devices, cards and interfaces on the devices, links between devices, and session configurations are defined. Here's the layout of the editor:

3 1, The canvas is where you place elements of the topology.the canvas displays the devices and the links between devices that make up the topology. In addition, you can display notes and labels directly on the canvas to further document the topology. Click a device type or link in the palette and you can place it onto the canvas. 2. The palette provides the tools you need to add devices, links, labels, and notes. You can add a label or note anywhere on the canvas 3. The Topology tab in the Properties view communicates the topology design history for the benefit of coworkers. Most values are auto-generated. You can specify the following The text in this column describes the topology to make its usage clear to coworkers. This is This is one-line friendly name for the topology. symbol denotes that this value is a TBML attribute. On the topology tool bar, adds a new property or property collection to the topology. The button deletes the selected property.

4 To create a topology 1. Select the Build a topology activity page in the Activities perspective. The Open Topology wizard starts. You first specify whether to work on an existing topology or to create a new one. 2. Let s select Create a new topology 3. Navigate to the project where you want to create the topology in. Typically, you create a topology in the default project named my_project in the default folder named topologies. 4. Type the name of the new document as ff_device_topology 5. Click Finish.

5 6. The Topology editor and related views open. 7. Click anywhere on the canvas. Alternatively, right-click anywhere on the canvas and then select Show Properties View As you notice, the editor tab is named with the ff_device_topology topology file. The.tbml filename extension stands for testbed markup language a standard language for fully describing topologies. Working on a topology in the Topology editor 1. In the palette, select a device of type router and then click on the canvas. (Alternatively, you can drag the device onto the canvas. Let s call it router. 2. Notice the yellow warning icon on the device image and the corresponding warning message in the Messages section. Hover the curser on the warning icon to see that router has no associated session profile (that is, there is no set of configuration settings for starting a session with this new device).

6 Defining a session for a device Let's add a session definition for router. 1. On the Build a Topology page, click Add Session. 2. On the Add Session dialog box, itest provides default values for several properties; you can modify the values as needed Device: This is the name of the currently selected device. Profile name - Provide a name for the session configuration, consider using a filename convention like <session type>_<session name>. 3. Select a session type of Telnet The Profile name will populate with a default value of telnet. Profile name serves as the handle to itest, to know which device to send the command, so this is to associate a physical device with the session type. 4. We're going to inherit session property settings from an already-defined reference session profile, so click Inherits properties from a session profile. 5. In the Select Session Profile dialog box, navigate to the cbt_project > reference_profiles folder and select the cisco_telnet_reference profile as the reference profile.

7 6. OK, we notice that the IP Address property is a required setting. Let's set it to ffcisco1.fnfr.com 7. Click Save to save the new session definition for the router device. Notice that in the Messages list, the message that notified us of the need for a session for the device has disappeared. Tip: Use the grab handles to resize a device graphic as needed. 8. Now that we're familiar with adding a device and configuring a session for it, let's do it again! Drop a Server type device from the palette onto the canvas and rename it from the default name of server1 to linux. Note: The name that you specify here is important because it appears in the Select a Session Profile or Device dialog box when a test case developer is specifying the device for an open step. 9. Again, the Messages section displays a message notifying us that we need to define a session for the new device. We click the Add Session button and specify a Session Type of SSH. 10. Again, we choose to define the session configuration by inheriting the session property settings from an already-defined reference session profile. Click Inherits properties from a session profile. 11. In the Select Session Profile dialog box, navigate to the cbt_project > reference_profiles folder and select linux_ssh_reference.

8 12. Specify the IP Address (actually the hostname) of the device: fflinux1.fnfr.com 13. Now, we'll finish defining the session settings by providing the User name and Password: both are "fanfare". Click Save to save the session definition and associated it with the device we named linux. Adding a connection between devices At this point, we have two devices in the topology and it's time to add a link (connection) between the devices. 1. On the palette's Default Links section, select Ethernet Link. 2. Click in the router device and drag to the linux device. itest adds a link between port1 on router and port1 on linux. There is a lot more we could do at this point, but let's stop here.

9 Working with properties of elements in the topology When you select any item on the canvas, the appropriate tab in the Properties view displays the names and values of all of its properties. For example, select the link and notice that the Link tab lists its properties, notably Source (the starting port for the link) and Target (the destination port of the link). The value of the type property is ethernet. The Device tab displays more information about the selected device; it is arranged like this: Now, let's take a look at the device we called router.

10 Adding a port to a device 1. Select router on the canvas and then click the Device tab in the Properties view. The Device tab lists properties of the device and their values. 2. In the toolbar, click the arrow for the Add button and select Add Port. The editor adds port2. Do it again and the editor adds port3 it's that simple. Adding a property to a topology element You may want to add a property definition to the current default list of property definitions. For example, for the device with the default abstract (logical) name of router, you might want to add a type property that will hold the model type of the actual physical device, like s Select Add Property from the Add menu in the Properties view for router. 2. In the New Property dialog box, specify a property called type with a value of s2940 and a Vendor of fanfare. (The Vendor is a unique identifier of the provider of the session type templates typically com.fnfr for Fanfare.)

11 The editor adds a new type property into the property list for the router device. 3. In our example, port3 has a special feature; it supports Gigabit Ethernet. Let's add a property definition to port3. Select click the Add button (a shortcut for using the drop-down menu). 4. In the New Property dialog box, specify a property called isgigi with a value of yes and a Vendor of fanfare. The editor adds a new isgigi property into the property list for port3 on the router device. We could, for example, query this property in a test case to perform special tests whenever a port has the isgigi property set to yes. Editing property values Changing a property value is as easy as selecting the value in the list and typing or selecting a new value. For example, we want to change connection endpoints for the link between the devices: 1. Select the link on the canvas. 2. On the Link tab, click the value for Source A drop-down menu lists the three options that you can select from. Select port3. In our example, let's also change the name of port1 on the linux device to be more understandable. This will help test case developers in the future because meaningful property names are helpful when they are trying to create generalpurpose steps.

12 1. On the canvas, select the linux device. 2. On the Device tab, click port1. 3. Change the Value for port1 to nic1 4. Notice that when you select the link, the Target property has been updated to have the value nic1. Working in the palette The palette provides the tools you need to add devices, links, labels, and notes. You can zoom in and out on the canvas. You can add a label or note anywhere on the canvas: To add a label: In the palette toolbar, click Label Use the Enter key to add lines. and then click at the desired location. Type the label text. To add a note: In the palette toolbar, click Note and then click at the desired location. Type the title text in the bold text box. Type the body text in the next text box. Use the Enter key to add lines. To resize notes and labels, use the grab handles. To move, drag and drop. Accessing devices in a topology Let's save the topology as we have defined it. Click the disk button in the toolbar. Compared to the methods we used in earlier modules to start sessions, you'll find that accessing devices from the topology is a very direct and quick way to manage sessions. To start a session on a device On the canvas, right-click the device, select Start Session, and then select the named session to start.

13 itest immediately opens a session with the device and displays the session window, where you can begin interacting with the session on the device. Working on topology devices in the 'Connect to Devices' activity page Let's go back to the Connect to Devices activity page so you can see how you can use the new topology there. On the Sessions toolbar, click Add Topology to select our new topology.

14 In the Choose Topology dialog box, browse to and select the topology. Now, the topology appears in the list, and we can navigate to the telnet session defined on the router, select it, and then click the Start Session button in the toolbar. Again, itest immediately opens a session with the device and displays the session window, where you can begin interacting with the session on the device. Starting multiple sessions at the same time Let's go back to the Topology editor. 1. On the Activities home page, click Build a Topology. 2. In the Open Topology wizard, select Existing Topology and then navigate to ff_device_topology to open it.

15 Earlier, we learned to start a session from the canvas by right-clicking a device and selecting Start Session. You might also want to start several sessions simultaneously. To start multiple sessions simultaneously Click the Start Session button in the Message section. In the Start a Session dialog box, select all of the sessions to start and click Start. Once again, itest immediately opens a session with each device and displays the session windows. Summary We have learned how to create devices, specify links between devices, create and set properties. In addition, we learned to create and use a topology for launching a session with a device.

BASIC USER TRAINING PROGRAM Module 5: Test Case Development

BASIC USER TRAINING PROGRAM Module 5: Test Case Development BASIC USER TRAINING PROGRAM Module 5: Test Case Development Objective Student will have an understanding of how to create, edit and execute a Test Case from Develop a Test Case Activity Page. Student will

More information

Design a Topology. Design a Topology Overview. Topology Nodes and Connections

Design a Topology. Design a Topology Overview. Topology Nodes and Connections Overview, page 1 Topology Nodes and Connections, page 1 Create a Topology Project, page 3 Create a Topology, page 5 Place the Nodes on the Canvas, page 6 Create Connections and Interfaces, page 7 Create

More information

D3000.Lite User s Guide

D3000.Lite User s Guide D3000.Lite User s Guide 2011 Datawatch Systems, Inc. Datawatch Systems is a registered trademark of Datawatch Systems, Inc. For Datawatch D3000.Lite Version 1.2 Manual release date: March 1, 2010 Datawatch

More information

Microsoft Office Outlook 2007: Intermediate Course 01 Customizing Outlook

Microsoft Office Outlook 2007: Intermediate Course 01 Customizing Outlook Microsoft Office Outlook 2007: Intermediate Course 01 Customizing Outlook Slide 1 Customizing Outlook Course objectives Create a custom toolbar and customize the menu bar; customize the Quick Access toolbar,

More information

At the shell prompt, enter idlde

At the shell prompt, enter idlde IDL Workbench Quick Reference The IDL Workbench is IDL s graphical user interface and integrated development environment. The IDL Workbench is based on the Eclipse framework; if you are already familiar

More information

Design a Topology. Design a Topology Overview. Topology Nodes and Connections

Design a Topology. Design a Topology Overview. Topology Nodes and Connections Overview, page 1 Topology Nodes and Connections, page 1 Create a Topology, page 4 Place the Nodes on the Canvas, page 5 Create Connections and Interfaces, page 6 Use Unmanaged Switches, page 6 The Cisco

More information

Table of Contents COURSE OVERVIEW... 5

Table of Contents COURSE OVERVIEW... 5 Table of Contents COURSE OVERVIEW... 5 DISCUSSION... 5 THE NEW DATABASE FORMAT... 5 COURSE TOPICS... 6 CONVENTIONS USED IN THIS MANUAL... 7 Tip Open a File... 7 LESSON 1: THE NEW INTERFACE... 8 LESSON

More information

CST8152 Compilers Creating a C Language Console Project with Microsoft Visual Studio.Net 2003

CST8152 Compilers Creating a C Language Console Project with Microsoft Visual Studio.Net 2003 CST8152 Compilers Creating a C Language Console Project with Microsoft Visual Studio.Net 2003 The process of creating a project with Microsoft Visual Studio 2003.Net is to some extend similar to the process

More information

The purpose of this tutorial is to introduce you to the Construct 2 program. First, you will be told where the software is located on the computer

The purpose of this tutorial is to introduce you to the Construct 2 program. First, you will be told where the software is located on the computer Learning Targets: Students will be introduced to industry recognized game development software Students will learn how to navigate within the software Students will learn the basics on how to use Construct

More information

Impossible Solutions, Inc. JDF Ticket Creator & DP2 to Indigo scripts Reference Manual Rev

Impossible Solutions, Inc. JDF Ticket Creator & DP2 to Indigo scripts Reference Manual Rev Impossible Solutions, Inc. JDF Ticket Creator & DP2 to Indigo scripts Reference Manual Rev. 06.29.09 Overview: This reference manual will cover two separate applications that work together to produce a

More information

1 Setting Up Your Auto Login Link in Windows

1 Setting Up Your Auto Login Link in Windows This User Guide is relevant for Admins, Teachers and s Admin Teacher Student Auto Login - An Overview Auto Login allows you to create a shortcut that logs you directly into your EducationCity school account.

More information

BASIC USER TRAINING PROGRAM Module 1: Installation and Licensing

BASIC USER TRAINING PROGRAM Module 1: Installation and Licensing BASIC USER TRAINING PROGRAM Module 1: Installation and Licensing Objective Student will be able to install itest and connect to an appropriate license source Outline Installation Windows Linux Setting

More information

[ Getting Started with Analyzer, Interactive Reports, and Dashboards ] ]

[ Getting Started with Analyzer, Interactive Reports, and Dashboards ] ] Version 5.3 [ Getting Started with Analyzer, Interactive Reports, and Dashboards ] ] https://help.pentaho.com/draft_content/version_5.3 1/30 Copyright Page This document supports Pentaho Business Analytics

More information

Creating Dynamic Chyron Templates. (a guide)

Creating Dynamic Chyron Templates. (a guide) Creating Dynamic Chyron Templates (a guide) Contents Standard Lower Third Design.......................... 2 Populating a Lower Third... 6 Creating a Dynamic Box. 8 Populating a Graphic. 12 Adding Assets

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

Display Systems International Software Demo Instructions

Display Systems International Software Demo Instructions Display Systems International Software Demo Instructions This demo guide has been re-written to better reflect the common features that people learning to use the DSI software are concerned with. This

More information

Getting started with Panopto Instructors

Getting started with Panopto Instructors What is Panopto? Panopto is a video content management system for uploading, managing and sharing recorded lectures, flipped classroom videos, campus events, and more. It comes with built-in video analytics,

More information

1. Move your mouse to the location you wish text to appear in the document. 2. Click the mouse. The insertion point appears.

1. Move your mouse to the location you wish text to appear in the document. 2. Click the mouse. The insertion point appears. Word 2010 Text Basics Introduction Page 1 It is important to know how to perform basic tasks with text when working in a word processing application. In this lesson you will learn the basics of working

More information

Using the JSON Iterator

Using the JSON Iterator Using the JSON Iterator This topic describes how to process a JSON document, which contains multiple records. A JSON document will be split into sub-documents using the JSON Iterator, and then each sub-document

More information

Exercise: Contact Us Form

Exercise: Contact Us Form TM Exercise: Contact Us Form Exercise Build a Contact Us Form The following are instructions to build a Contact Us form yourself; if you d like a pre-built Contact Us form and campaign, you can download

More information

JCCC Virtual Labs. Click the link for more information on installing on that device type. Windows PC/laptop Apple imac or MacBook ipad Android Linux

JCCC Virtual Labs. Click the link for more information on installing on that device type. Windows PC/laptop Apple imac or MacBook ipad Android Linux JCCC Virtual Labs Revision 9/21/2017 http://ats.web. Welcome to the JCCC Virtual Lab Environment. This system allows students to access campus software titles on their personal computers from almost anywhere.

More information

Section 2. Slides. By the end of this Section you should be able to:

Section 2. Slides. By the end of this Section you should be able to: Section 2 Slides By the end of this Section you should be able to: Understand and Use Different Views Understand Slide Show Basics Save, Close and Open Presentations Exit PowerPoint 26 CIA Training Ltd

More information

MS Word MS Outlook Level 1

MS Word MS Outlook Level 1 MS Word 2007 MS Outlook 2013 Level 1 Table of Contents MS Outlook 2013... 1 Outlook 2013 Interface... 1 The Ribbon in Outlook 2013... 2 Sneak a Peek... 2 Pin a Peek... 3 Managing the Size of the Outlook

More information

NetBrain OE 5.1 On-Site Trial. Quick Start Workbook

NetBrain OE 5.1 On-Site Trial. Quick Start Workbook NetBrain OE 5.1 On-Site Trial Quick Start Workbook NetBrain 5.1 Quick Start Workbook Thank you for downloading NetBrain. This workbook will help you make the most of your trial by introducing you to essential

More information

Microsoft SharePoint is provided by Information Services for staff in Aberystwyth University.

Microsoft SharePoint is provided by Information Services for staff in Aberystwyth University. USING SHAREPOINT E-Services and Communications, Information Services, Aberystwyth University OBJECTIVES By the end of this training course you will be able to: Access SharePoint Customise a document library

More information

Microsoft Access 2013

Microsoft Access 2013 Microsoft Access 2013 Chapter 1 Databases and Database Objects: An Introduction Objectives Describe the features of the Access window Create a database Create tables in Datasheet and Design views Add records

More information

InSite Prepress Portal Quick Start Guide IPP 9.0

InSite Prepress Portal Quick Start Guide IPP 9.0 InSite Prepress Portal Quick Start Guide IPP 9.0 Exported on 07/26/2018 Table of Contents 1 What is InSite Prepress Portal?... 4 1.1 Getting familiar with InSite Prepress Portal 9.0...4 1.2 Use a single

More information

Introduction to IBM Rational HATS For IBM System i (5250)

Introduction to IBM Rational HATS For IBM System i (5250) Introduction to IBM Rational HATS For IBM System i (5250) Introduction to IBM Rational HATS 1 Lab instructions This lab teaches you how to use IBM Rational HATS to create a Web application capable of transforming

More information

Installation of Cisco Business Edition 6000H/M

Installation of Cisco Business Edition 6000H/M Installation Overview, page 1 Installation Task Flow of Cisco Business Edition 6000H/M, page 2 Installation Overview This chapter describes the tasks that you must perform to install software on your Business

More information

Fairfield University Using Xythos for File Storage

Fairfield University Using Xythos for File Storage Fairfield University Using Xythos for File Storage Version 7.0 Table of Contents I: Accessing your Account...2 II: Uploading Files via the Web...2 III: Manage your Folders and Files via the Web...4 IV:

More information

SID Images via Raster Connections

SID Images via Raster Connections Section 8.2 SID Images via Raster Connections Overview - Section 8.2 Denver Water has a standard set of imagery to be used at all times. The following steps can be used to access this imagery through AutoCAD

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

PowerPoint 2010: Basic Skills

PowerPoint 2010: Basic Skills PowerPoint 2010: Basic Skills Application Support and Training Office of Information Technology, West Virginia University OIT Help Desk (304) 293-4444, oithelp@mail.wvu.edu oit.wvu.edu/training/classmat/ppt/

More information

Content Management Application (CMA)

Content Management Application (CMA) Chapter 13: CHAPTER 13 A running on an Axon HD media server or a computer connected through an Ethernet network gives you remote control of content, software and configuration management functions. The

More information

Cascade User Guide. Introduction. Key System Features. User Interface

Cascade User Guide. Introduction. Key System Features. User Interface Cascade User Guide Introduction Key System Features User Interface Menus and Moving Through the System Files and Pages Working with Existing Pages File Action Menu Version Control Deleting files Restoring

More information

Introduction to Eclipse Rich Client Platform Support in IBM Rational HATS. For IBM System i (5250)

Introduction to Eclipse Rich Client Platform Support in IBM Rational HATS. For IBM System i (5250) Introduction to Eclipse Rich Client Platform Support in IBM Rational HATS For IBM System i (5250) 1 Lab instructions This lab teaches you how to use IBM Rational HATS to create a rich client plug-in application

More information

Corel Ventura 8 Introduction

Corel Ventura 8 Introduction Corel Ventura 8 Introduction Training Manual A! ANZAI 1998 Anzai! Inc. Corel Ventura 8 Introduction Table of Contents Section 1, Introduction...1 What Is Corel Ventura?...2 Course Objectives...3 How to

More information

Packet Tracer: Novice Session 2007 Cisco Systems, Inc. All rights reserved. Cisco Public. Packet Tracer: Novice Session

Packet Tracer: Novice Session 2007 Cisco Systems, Inc. All rights reserved. Cisco Public. Packet Tracer: Novice Session Packet Tracer: Novice Session Packet Tracer: Novice Session 1 How Can I Use Packet Tracer? Problem Scenario: Your students need to learn how to configure a router Ethernet interface and to verify connectivity

More information

Excel The primary replacement for menus and toolbars in Office Excel 2007 is the Ribbon. Designed for easy browsing, the

Excel The primary replacement for menus and toolbars in Office Excel 2007 is the Ribbon. Designed for easy browsing, the Excel 2007 Office Fluent user interface The primary replacement for menus and toolbars in Office Excel 2007 is the Ribbon. Designed for easy browsing, the Ribbon consists of tabs that are organized around

More information

Guide to User Interface 4.3

Guide to User Interface 4.3 Datatel Colleague Guide to User Interface 4.3 Release 18 June 24, 2011 For corrections and clarifications to this manual, see AnswerNet page 1926.37. Guide to User Interface 4.3 All Rights Reserved The

More information

PowerPoint X. 1. The Project Gallery window with the PowerPoint presentation icon already selected. 2. Click on OK.

PowerPoint X. 1. The Project Gallery window with the PowerPoint presentation icon already selected. 2. Click on OK. PowerPoint X Launching PowerPointX 1. Start PowerPointX by clicking on the PowerPoint icon in the dock or finding it in the hard drive in the Applications folder under Microsoft PowerPoint. PowerPoint

More information

NetBrain Instant Trial Edition 5.1. Quick Start Workbook

NetBrain Instant Trial Edition 5.1. Quick Start Workbook NetBrain Instant Trial Edition 5.1 Quick Start Workbook NetBrain ITE 5.1 Quick Start Workbook Thank you for downloading NetBrain Instant Trial Edition (ITE). This workbook will help you make the most of

More information

Introduction to Eclipse Rich Client Platform Support in IBM Rational HATS For IBM System i (5250)

Introduction to Eclipse Rich Client Platform Support in IBM Rational HATS For IBM System i (5250) Introduction to Eclipse Rich Client Platform Support in IBM Rational HATS For IBM System i (5250) Introduction to Eclipse Rich Client Platform Support in IBM Rational HATS 1 Lab instructions This lab teaches

More information

Microsoft Access 2010

Microsoft Access 2010 Microsoft Access 2010 Chapter 2 Querying a Database Objectives Create queries using Design view Include fields in the design grid Use text and numeric data in criteria Save a query and use the saved query

More information

Lesson 1: Getting Started with

Lesson 1: Getting Started with Microsoft Office Specialist 2016 Series Microsoft Outlook 2016 Certification Guide Lesson 1: Getting Started with Email Lesson Objectives In this lesson, you will learn to identify Outlook program items,

More information

Visualizing the Topology

Visualizing the Topology Visualization Overview, page 1 Enabling AutoNetkit Visualization (for Windows Users), page 3 Opening AutoNetkit Visualization, page 5 Using Layers, page 6 Changing the Settings, page 9 Using Search, page

More information

Microsoft Access 2010

Microsoft Access 2010 Microsoft Access 2010 Chapter 1 Databases and Database Objects: An Introduction Objectives Design a database to satisfy a collection of requirements Describe the features of the Access window Create a

More information

Online Help StruxureWare Data Center Expert

Online Help StruxureWare Data Center Expert Online Help StruxureWare Data Center Expert Version 7.2.7 What's New in StruxureWare Data Center Expert 7.2.x Learn more about the new features available in the StruxureWare Data Center Expert 7.2.x release.

More information

BizFlow Introduction Course. Exercise Guide

BizFlow Introduction Course. Exercise Guide BizFlow Introduction Course Exercise Guide Exercise 1 Design a process and save it to the desktop The objective of this exercise is to understand how to design a process off-line and save it to your desktop.

More information

Getting Started with Cisco WebEx Meeting Applications

Getting Started with Cisco WebEx Meeting Applications CHAPTER 6 Getting Started with Cisco WebEx Meeting Applications Revised: September, 2010, Contents Modifying Your Provisioned Cisco WebEx Account, page 6-1 Setting Proxy Permissions, page 6-5 Productivity

More information

Table of Contents Surveillance Center Overview...3 Log...30 Live Camera Panel...31 Live Camera Panel Explained I...32

Table of Contents Surveillance Center Overview...3 Log...30 Live Camera Panel...31 Live Camera Panel Explained I...32 Surveillance Center Overview...3 Introduction...3 System Requirements... 4 Features... 5 Checking the Hardware Requirements... 6 Installing and Accessing the Module... 8 Connecting a Camera to the Network...

More information

Introduction. Key features and lab exercises to familiarize new users to the Visual environment

Introduction. Key features and lab exercises to familiarize new users to the Visual environment Introduction Key features and lab exercises to familiarize new users to the Visual environment January 1999 CONTENTS KEY FEATURES... 3 Statement Completion Options 3 Auto List Members 3 Auto Type Info

More information

Work Smart: Microsoft Office 2010 User Interface

Work Smart: Microsoft Office 2010 User Interface About the Office 2010 User Interface You can use this guide to learn how to use the new features of the Microsoft Office Ribbon. Topics in this guide include: What s New in the Office 2010 User Interface

More information

PRODUCTIVITY TIPS USING OUTLOOK Washtenaw Community College

PRODUCTIVITY TIPS USING OUTLOOK Washtenaw Community College PRODUCTIVITY TIPS USING OUTLOOK 2016 Washtenaw Community College August 23, 2018 TABLE OF CONTENTS Email Management... 3 1. Create a Rule:... 3 2. Add a Folder to Your Favorites... 3 To Show Folders in

More information

i2b2 Workbench Developer s Guide: Eclipse Neon & i2b2 Source Code

i2b2 Workbench Developer s Guide: Eclipse Neon & i2b2 Source Code i2b2 Workbench Developer s Guide: Eclipse Neon & i2b2 Source Code About this guide Informatics for Integrating Biology and the Bedside (i2b2) began as one of the sponsored initiatives of the NIH Roadmap

More information

Lab 4: Pass the Data Streams to a Match Processor and Define a Match Rule

Lab 4: Pass the Data Streams to a Match Processor and Define a Match Rule Lab 4: Pass the Data Streams to a Match Processor and Define a Match Rule In this lab you will feed both the data records and the error records to a match processor and define a match rule. At the end

More information

Oracle General Navigation Overview

Oracle General Navigation Overview Oracle 11.5.9 General Navigation Overview 1 Logging On to Oracle Applications You may access Oracle, by logging onto the ATC Applications Login System Status page located at www.atc.caltech.edu/support/index.php

More information

User Guide 701P Wide Format Solution Wide Format Scan Service

User Guide 701P Wide Format Solution Wide Format Scan Service User Guide 701P44865 6204 Wide Format Solution Wide Format Scan Service Xerox Corporation Global Knowledge & Language Services 800 Phillips Road Bldg. 845-17S Webster, NY 14580 Copyright 2006 Xerox Corporation.

More information

Microsoft Access 2013

Microsoft Access 2013 Microsoft Access 2013 Chapter 2 Querying a Database Objectives Create queries using Design view Include fields in the design grid Use text and numeric data in criteria Save a query and use the saved query

More information

Microsoft Access 2013

Microsoft Access 2013 Microsoft Access 2013 Chapter 2 Querying a Database Objectives Create queries using Design view Include fields in the design grid Use text and numeric data in criteria Save a query and use the saved query

More information

Think of layers as a stack of transparencies. Layers can be changed independently of other layers by clicking on its name in the layers palette.

Think of layers as a stack of transparencies. Layers can be changed independently of other layers by clicking on its name in the layers palette. Layer Techniques Think of layers as a stack of transparencies. Layers can be changed independently of other layers by clicking on its name in the layers palette. Reviewing the Layers Palette: A: Show/Hide

More information

BEAWebLogic. Portal. Tutorials Getting Started with WebLogic Portal

BEAWebLogic. Portal. Tutorials Getting Started with WebLogic Portal BEAWebLogic Portal Tutorials Getting Started with WebLogic Portal Version 10.2 February 2008 Contents 1. Introduction Introduction............................................................ 1-1 2. Setting

More information

PowerPoint Tips and Tricks

PowerPoint Tips and Tricks PowerPoint Tips and Tricks Viewing Your Presentation PowerPoint provides multiple ways to view your slide show presentation. You can access these options either through a toolbar on your screen or by pulling

More information

Getting started with Panopto Instructors

Getting started with Panopto Instructors Getting started with Panopto Instructors What is Panopto? Panopto is a video content management system for uploading, managing and sharing recorded lectures, flipped classroom videos, campus events, and

More information

PowerPoint Launching PowerPointX

PowerPoint Launching PowerPointX PowerPoint 2004 Launching PowerPointX 1. Start PowerPoint by clicking on the PowerPoint icon in the dock or finding it in the hard drive in the Applications folder under Microsoft Office 2004. PowerPoint

More information

Microsoft Access II 1.) Opening a Saved Database Music Click the Options Enable this Content Click OK. *

Microsoft Access II 1.) Opening a Saved Database Music Click the Options Enable this Content Click OK. * Microsoft Access II 1.) Opening a Saved Database Open the Music database saved on your computer s hard drive. *I added more songs and records to the Songs and Artist tables. Click the Options button next

More information

Axon HD Content Management Application (CMA)

Axon HD Content Management Application (CMA) [ ] Axon HD Content Management Application (CMA) A Content Management Application (CMA) running on an Axon HD media server or a computer connected through an Ethernet network gives you remote control of

More information

Table of Contents. NSCS01 Procedure Illustrations

Table of Contents. NSCS01 Procedure Illustrations NSCS01 Procedure Illustrations are instructions accompanied by screen prints that show how to perform generic functions (i.e., tasks not limited to a specific operational area such as Membership or Patrons)

More information

BPEL Orchestration. 4.1 Introduction. Page 1 of 31

BPEL Orchestration. 4.1 Introduction. Page 1 of 31 BPEL Orchestration 4.1Introduction... 1 4.2Designing the flow... 2 4.3Invoking the CreditCardStatus service... 2 4.4Designing the BPEL approval process... 8 4.5Modifying the Mediator component... 18 4.6Deploying

More information

Easy Time Control Training Manual

Easy Time Control Training Manual Easy Time Control Training Manual Copyright 2008, Trinity Enterprise Solutions Inc Easy Time Control Training Manual Table of Contents Preface...iii Module 1...5 Getting Started...5 1.1. Opening the System...6

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

CST8152 Compilers Creating a C Language Console Project with Microsoft Visual Studio.Net 2010

CST8152 Compilers Creating a C Language Console Project with Microsoft Visual Studio.Net 2010 CST8152 Compilers Creating a C Language Console Project with Microsoft Visual Studio.Net 2010 The process of creating a project with Microsoft Visual Studio 2010.Net is similar to the process in Visual

More information

Website Administration Manual, Part One

Website Administration Manual, Part One Website Administration Manual, Part One A Guide to the CMS & Widgets Curry School of Education Website http://curry.virginia.edu The Curry Website Administrators Manual - Part One 2 The CMS The content

More information

Answer the following general questions: 1. What happens when you right click on an icon on your desktop? When you left double click on an icon?

Answer the following general questions: 1. What happens when you right click on an icon on your desktop? When you left double click on an icon? Name: Date: June 27th, 2011 GIS Boot Camps For Educators Practical: Explore ArcGIS 10 Desktop Tools and functionality Day_1 Lecture 1 Sources: o ArcGIS Desktop help o ESRI website o Getting to Know ArcGIS

More information

MICROSOFT OFFICE ACCESS 2003 PRESENTING & MANAGING DATA

MICROSOFT OFFICE ACCESS 2003 PRESENTING & MANAGING DATA CHAPTER 4 MICROSOFT OFFICE ACCESS 2003 PRESENTING & MANAGING DATA CHAPTER OUTLINE 4.1 Creating a Simple Form 4.2 Creating a Simple Report 4.3 Generating a Mailing Labels Report 4.4 Managing Database Objects

More information

Symphony EnvironmentalVue

Symphony EnvironmentalVue Symphony EnvironmentalVue Version 3.1 User's Guide Symphony is a registered trademark of Harris Corporation, and Symphony EnvironmentalVue is a trademark of Harris Corporation. This information is the

More information

NetBrain for Beginners v6.1 Workbook

NetBrain for Beginners v6.1 Workbook NetBrain for Beginners v6.1 Workbook Dynamic Mapping Visual Troubleshooting Discovery of Your Network NetBrain Technologies, Inc. 2004-2016. All rights reserved +1.800.605.7964 support@netbraintech.com

More information

Name: Date: June 27th, 2011 GIS Boot Camps For Educators Lecture_3

Name: Date: June 27th, 2011 GIS Boot Camps For Educators Lecture_3 Name: Date: June 27th, 2011 GIS Boot Camps For Educators Lecture_3 Practical: Creating and Editing Shapefiles Using Straight, AutoComplete and Cut Polygon Tools Use ArcCatalog to copy data files from:

More information

About Customizing a SharePoint Server 2007 Site

About Customizing a SharePoint Server 2007 Site SharePoint How To s / Customizing a Site of About Customizing a SharePoint Server 007 Site Modify the structure and appearance of your SharePoint Server 007 site to best suit the needs of your group. Use

More information

Getting Started with Word

Getting Started with Word Getting Started with Word gcflearnfree.org/print/word2016/word-2016-28 Introduction Microsoft Word 2016 is a word processing application that allows you to create a variety of documents, including letters,

More information

GROUP CANVAS USER SIDE FUNCTIONS

GROUP CANVAS USER SIDE FUNCTIONS Group Canvas V5.0 17 GROUP CANVAS USER SIDE FUNCTIONS INTRODUCTION Once the template is available on the user side there are a number of functions that the users have access to. This section of the manual

More information

version 7.6 user manual

version 7.6 user manual version 7.6 user manual 2 Copyright JAVS 1981-2014 Table of Contents Introduction... 4 Getting Started... 5 Login... 5 JAVS Publisher 7 Overview... 6 Search Tool Overview... 7 Search Tool-Detailed Operation...

More information

VDI Users Guide. Mac OS X

VDI Users Guide. Mac OS X Mac OS X VDI Users Guide NOTICE: Access to electronic resources at Moraine Park Technical College is restricted to employees, students, or other individuals authorized by the College. By connecting to

More information

Contents. Overview...2. Server Install...2. Client Install...4. Administration Module...6. FastLook Features...10

Contents. Overview...2. Server Install...2. Client Install...4. Administration Module...6. FastLook Features...10 Contents Overview...2 Server Install...2 Client Install...4 Administration Module...6 FastLook Features...10 This guide is intended to help you install the LAN version of FastLook. Please refer to the

More information

For additional information, please consult the Read-Me and Help documentation or contact Electro-Voice or Dynacord technical support.

For additional information, please consult the Read-Me and Help documentation or contact Electro-Voice or Dynacord technical support. Quick Start Guide Hello, and welcome to IRIS-Net software. We want you to get the most from your IRIS-Net projects and encourage you to explore the additional Read-Me and Help documentation provided with

More information

What is OU Campus? Log into OU Campus

What is OU Campus? Log into OU Campus OU Campus v10 Content Providers User Guide This document is designed to provide (level 5) Content Providers with basic information needed to do most tasks. Those needing additional information are encouraged

More information

Remote VPN Remote access for personal devices

Remote VPN Remote access for personal devices Remote VPN Remote access for personal devices About Remote VPN Remote VPN provides staff and students with secure, authenticated remote access to personal and shared network filespace and to web-based

More information

MICROSOFT WORD 2010 Quick Reference Guide

MICROSOFT WORD 2010 Quick Reference Guide MICROSOFT WORD 2010 Quick Reference Guide Word Processing What is Word Processing? How is Word 2010 different from previous versions? Using a computer program, such as Microsoft Word, to create and edit

More information

Join Queries in Cognos Analytics Reporting

Join Queries in Cognos Analytics Reporting Join Queries in Cognos Analytics Reporting Business Intelligence Cross-Join Error A join is a relationship between a field in one query and a field of the same data type in another query. If a report includes

More information

TIBCO JASPERREPORTS SERVER USER GUIDE

TIBCO JASPERREPORTS SERVER USER GUIDE TIBCO JASPERREPORTS SERVER USER GUIDE RELEASE 6.2 http://www.jaspersoft.com Copyright 2005-2015, TIBCO Software Inc. All rights reserved. Printed in the U.S.A. TIBCO, the TIBCO logo, TIBCO Jaspersoft,

More information

Lab 5: Reporting with RPE

Lab 5: Reporting with RPE Objectives After completing this lab, you will be able to: Report on Rhapsody Models and Linked OSLC Artifacts using Rational Publishing Engine Scenario In this Lab, you will first start the Rhapsody REST

More information

Content Author's Reference and Cookbook

Content Author's Reference and Cookbook Sitecore CMS 6 Content Author's Reference and Cookbook Rev. 080627 Sitecore CMS 6 Content Author's Reference and Cookbook A Conceptual Overview and Practical Guide to Using Sitecore Table of Contents Chapter

More information

Getting Acquainted with Office 2007 Table of Contents

Getting Acquainted with Office 2007 Table of Contents Table of Contents Using the New Interface... 1 The Office Button... 1 The Ribbon... 2 Galleries... 2 Microsoft Help with Changes... 2 Viewing Familiar Dialog Boxes... 2 Download Get Started Tabs from Microsoft...

More information

Introduction. Opening and Closing Databases. Access 2010 Managing Databases and Objects. Video: Working with Databases in Access 2010

Introduction. Opening and Closing Databases. Access 2010 Managing Databases and Objects. Video: Working with Databases in Access 2010 Access 2010 Managing Databases and Objects Introduction Page 1 Each Access database consists of multiple objects that let you interact with data. Databases can include forms for entering data, queries

More information

DW DIGs Model Windows Tricks

DW DIGs Model Windows Tricks Window Menu 1. Window > Cascade Windows All open windows that aren't minimized at the bottom of the screen will be offset diagonally so you can see the title bar of each. 2. Window > Tile Windows All open

More information

Quick Start Guide. ARIS Architect. Version 9.8 Service Release 2

Quick Start Guide. ARIS Architect. Version 9.8 Service Release 2 ARIS Architect Version 9.8 Service Release 2 October 2015 This document applies to ARIS Version 9.8 and to all subsequent releases. Specifications contained herein are subject to change and these changes

More information

Web Console Setup & User Guide. Version 7.1

Web Console Setup & User Guide. Version 7.1 Web Console Setup & User Guide Version 7.1 1 Contents Page Number Chapter 1 - Installation and Access 3 Server Setup Client Setup Windows Client Setup Mac Client Setup Linux Client Setup Interoperation

More information

MICROSOFT WORD 2010 BASICS

MICROSOFT WORD 2010 BASICS MICROSOFT WORD 2010 BASICS Word 2010 is a word processing program that allows you to create various types of documents such as letters, papers, flyers, and faxes. The Ribbon contains all of the commands

More information

Adobe Encore DVD Tutorial:

Adobe Encore DVD Tutorial: Adobe Encore DVD Tutorial: Here is a simple tutorial for creating DVDs which will play Dolby Digital audio: 1. Plan the DVD project. Think through your DVD project. Decide how many audio tracks you want

More information

BullsEye Digital Voice Toolbar Quick Reference Guide

BullsEye Digital Voice Toolbar Quick Reference Guide This guide will help you get started using your BullsEye digital voice services, and in particular, the Digital Voice Toolbar. INTRODUCING THE DIGITAL VOICE TOOLBAR Similar to the Digital Voice Call Manager,

More information