Cloudera Manager Training: Hands-On Exercises

Size: px
Start display at page:

Download "Cloudera Manager Training: Hands-On Exercises"

Transcription

1 Cloudera Manager Training: Hands-On Exercises General Notes... 2 In- Class Preparation: Accessing Your Cluster... 3 Self- Study Preparation: Creating Your Cluster... 4 Hands- On Exercise: Working with Cloudera Manager... 5 Hands- On Exercise: Enabling High Availability and Adding Services... 8 Hands- On Exercise: Monitoring and Using Hue, Impala, and Hive Hands- On Exercise: Host Templating and the Cloudera Manager API Hands- On Exercise: Parcels and Rolling Restarts Hands- On Exercise: Working With Users

2 General Notes The Cloudera Manager training course uses Amazon Web Services (AWS) and EC2 instances to create a cluster in the cloud. There will be a total of four EC2 instances. The first virtual machine will run the Cloudera Manager services. Using AWS credentials, Cloudera Manager will provision the other three EC2 instances. If you are in an in- class environment for this course, your instructor will give you the necessary credentials and DNS name for the first EC2 instance. If you are taking this course online, you will need to follow the AWS installation instructions to create your cluster. 2

3 In-Class Preparation: Accessing Your Cluster In this preparatory exercise you will configure networking for your four instances. Accessing Your Cluster: Cloud Training Environment If you are in a Cloudera class and have been told by your instructor to perform this section, please do so. Otherwise, please skip to the first Hands- On Exercise. Your instructor will give you the information you need to access the cluster. This information will include the DNS name or IP address of the computer running Cloudera Manager. It will include the username and password to access Cloudera Manager. Open your browser and go to the server running Cloudera Manager using port The DNS name will vary. For example, if the DNS name is: ec compute-1.amazonaws.com Then the URL to type in the browser is: ec compute-1.amazonaws.com:7180 The browser will show the login page. Do not log in at this time. If there is an error, double check the DNS name or IP address and try again. If you are unable to access the login page, please ask your instructor for help. This is the end of the setup activity for the cloud training environment. 3

4 Self-Study Preparation: Creating Your Cluster In this preparatory exercise you will create your cluster. Creating Your Cluster: Cloud Training Environment If you are in a Cloudera class, please skip to the first Hands- On Exercise. You will need to create and install your cluster using Cloudera Manager. The documentation contains complete step- by- step instructions. You can find the documentation at: The easiest method is Installation Path A using Amazon Web Services. You will need a least four hosts. One host will run the Cloudera Manager services. The rest will run the Hadoop services. The version of Cloudera Manager should be and the version of CDH should be When installing the cluster, you should only install the HDFS, YARN, and ZooKeeper services. When prompted for the edition of Cloudera Manager to install, choose the trial for the Data Hub Edition. This is the end of the setup activity for the self-study training environment. 4

5 Hands-On Exercise: Working with Cloudera Manager In this exercise you will start working with Cloudera Manager. This will take you through many of the day- to- day operations you will perform on your cluster. Step 1: Logging In Before you can start working with Cloudera Manager, you must use your browser to connect to the host running Cloudera Manager. 1. Open your browser and go to the public DNS name of the host running Cloudera Manager using port The DNS name is assigned by AWS and will vary. For example, if the DNS name is: ec compute-1.amazonaws.com Then the URL to type in the browser is: ec compute-1.amazonaws.com: The username is admin; the password is admin. 3. Select Remember Me and then click Login. Step 2: Viewing the Home Page The home page in Cloudera Manager gives an overview of the health of your cluster. 1. At the home page, look at the Status section. 2. Verify that all of the services and Cloudera Management Services are in good health. 5

6 3. Click on the context menu for the cluster and service to familiarize yourself with the commands. The context menu has the following icon: 4. In the Charts section, look at the charts for the cluster. 5. Move your mouse over the chart to get the absolute value of the point in time. 6. Click on the point in time to expand the chart details. 7. Press the left and right arrows to get the next and previous values in the chart. 8. Click on the X in the popup to close the chart details. 9. To the right of the charts are links to change the amount of time shown in the chart. Change the time to one hour then two hours and observe how the charts update. Step 3: Searching in Cloudera Manager Cloudera Manager includes a way to search through all settings and services to quickly find what you are looking for. 1. In the top right, click on the search box. 2. Type in HDFS and the context menu will display the relevant search items. 3. In the service section, click on HDFS Notice that the search brought you to the HDFS overview page. 5. This time, use your keyboard and press the / key to access the search. 6. Type in YARN and the context menu will come up with the relevant search items. 7. In the service section, click on YARN- 1. 6

7 8. Notice that the search brought you to the YARN overview page. Step 4: Using the Timeline and Status Using the timeline, you can look at a specific period of time. Moving the timeline will update all of the data on the page, such as the charts and status. 1. In the timeline, move the start marker (leftmost) back an hour. 2. Move the end marker (rightmost) back an hour. 3. Notice that the service s data is updated with the statistics for the selected time period. 4. In the Health History section, click on the Show link for the various events. 5. Notice that the timeline will automatically be moved back to the time of the event and that the charts update as well. 6. To return to the present time, click on the Now button to the right of the timeline. 7. Notice that the timeline has moved back to the present time. This is the end of the Exercise 7

8 Hands-On Exercise: Enabling High Availability and Adding Services In this exercise you will enable high availability (HA) for HDFS. You will also install and configure some new services. Step 1: Enabling HDFS High Availability (HA) To remove the single point of failure in HDFS, we will enable HA in the cluster. This will change the SecondaryNameNode to run as a Standby NameNode. 1. From the Clusters tab, select the HDFS service. 1. From Actions, select Enable High Availability. 2. In the second row, click on the Standby NameNode column. 3. In all three rows, click on the JournalNode column. 4. Click on Continue. 5. Click on Continue to accept the Nameservice Name. 6. The new JournalNodes need to be configured with the directory where their state information will be stored. Change only the JournalNode Edits Directory setting for all of the JournalNodes to: /data0/dfs/jn 7. Click on Continue. Cloudera Manager will start enabling high availability. If the step Formatting the name directories of the current NameNode fails, don t worry it is expected to fail, since the directory is already formatted. 8. Once the process is complete, click on Finish. 9. Click on OK. We will perform the steps this message talks about in the next exercise. 8

9 Step 2: Verifying Automatic Failover When the Active NameNode fails, we want HDFS to automatically fail over to the Standby NameNode. 1. Click on the Instances tab. 2. Find the column Automatic Failover. 3. Verify that the value is Yes. Step 3: Performing a Manual Fail Over To verify the correct setup, we will manually fail over the HDFS service. 1. Click on Manual Failover. 2. Once the failover is completed, click on Close. Step 4: Viewing the NameNode Web UI Most services in Hadoop have a Web UI that gives some information about the service. Cloudera Manager takes many of the statistics and other information shown in these Web UIs and displays them in its UI. Each service provides these links as a convenience. 1. Click on the Web UI button and choose one of the nodes. 2. Look through the information presented by the service's Web UI. Once you are done, close the tab or window. Step 5: Adding Services In this step, we will be adding some Hadoop Ecosystem services. Hive and Impala are services that use a SQL- like language to process data. Hive is an abstraction on top of MapReduce. Impala runs its own role instances. Oozie is a workflow manager for Hadoop. It allows automation of entire Hadoop workflows with MapReduce, Hive, 9

10 and other ecosystem projects. Hue is a browser- based environment for graphically interacting with a Hadoop cluster. To install some services, a certain number of prerequisite services must be installed first. We want to install the Hue web interface and all prerequisite services. 1. Go to the Cloudera Manager main page. 2. Click on the context menu for the cluster and click on Add a Service The context menu has the following icon: 3. Click on the radio button next to Hue. 4. Click on Continue. An error will appear, showing that Hue requires services like Hive to be installed before you can install Hue. 5. Click on Close. 6. Click on the radio button next to Hive. 7. Click on Continue. 8. Click on Continue. 9. Click on Continue. 10. Click on Test Connection. 11. Click on Continue. 12. Click on Continue. The Hive service will start installing. 13. Once the installation has finished, click on Continue. 10

11 14. Click on Finish. 15. Use the same steps to install the Oozie service and accept all defaults. 16. Use the same steps to install the Impala service and accept all defaults. 17. Use the same steps to install the Hue service. When prompted to select the dependencies, choose the row with the impala service defined. Otherwise, accept all defaults. 18. Click on the context menu for the Hue service and click on Start. 19. Once the service is started, click on Close. Step 6: Adding Another DataNode The HDFS service is now showing bad health. This is because there are only two DataNodes running on the cluster. You must add another DataNode to replicate the HDFS blocks three times, which is the Hadoop default. 1. Click on the HDFS service. 2. Click on the Instances tab. 3. Notice the validation warning saying that there are only two DataNodes running and that the suggested number is three. 4. Click on Add. 5. In the DataNode section, click on Select hosts. 6. Click on All hosts. 7. Click on Continue. 8. Click on Finish. 9. Click on the check box for the newly added DataNode. It will be the only one that has a status of Stopped. 10. Click on Actions for Selected and then click on Start. 11

12 11. Click on Start. 12. Once the new instance is started, click on Close. The HDFS service will begin to replicate blocks to the new DataNode. During this time, the HDFS service will still say that it is in Bad Health. Once all the blocks have three- fold replication, the service will change to Good Health. Step 7: Configuring HA for Hue In the previous exercise, we enabled high availability. We need to make some configuration changes to allow Hue to work with HA. 1. Click on Clusters then HDFS. 2. Click on the Instances tab. 3. Click on Add. 4. Click in the row with the fewest Added Roles. This will add the HttpFS instance to that host. 5. Click on OK. 6. Click on Continue. 7. Click on the check box for the newly added HttpFS instance. It will be the only one that has a status of Stopped. 8. Click on Actions for Selected and then click on Start. 9. Click on Start. 10. Once the new instance is started, click on Close. 11. Click on Clusters then Hue. 12. Click on the Configuration tab and then View and Edit. 13. In the row for HDFS Web Interface Role, choose httpfs. 12

13 14. Click on Save Changes. 15. Go to the Cloudera Manager main page. 16. The cluster needs to be restarted to pick up the configuration changes. Click on the context menu for the cluster and click on Restart. 17. Click on Restart. 18. Click on Close. This is the end of the Exercise 13

14 Hands-On Exercise: Monitoring and Using Hue, Impala, and Hive In this exercise you will use Hue to run Impala and Hive queries and monitor their services. Step 1: Setting Up Hue 1. Click on Clusters then Hue. 2. Click on Hue Web UI. This will open a new tab or window for the Hue interface. 3. Log in with the username training and password training. This creates the default superuser for Hue. If you need log in to Hue again, you will need to use this username and password. 4. Click on Next. 5. Click on All to install all application examples. 6. Once the application examples are installed, click on Next. 7. Click on Next. 8. Click on Hue Home. Step 2: Querying Impala You can run Impala queries from within Hue. 1. Click on Query Editors, then Impala. 2. In the query box, type: invalidate metadata; 3. Click on Execute. 14

15 4. In the query box, type: SELECT * FROM sample_07 WHERE total_emp > ; 5. Click on Execute. 6. In the query box box, type: SELECT AVG(salary), SUM(total_emp) FROM sample_07; 7. Click on Execute. Step 3: Monitoring Impala Queries Cloudera Manager monitors the queries and health of the Impala service. It gives information about each query that you run. 1. Go back to the tab or window for Cloudera Manager. 2. Click on Clusters then Impala. 3. Click on the Queries tab. 4. In the list of queries, find the last Impala query that you ran. Look at the data that is tracked by Cloudera Manager. 5. Click on the Details button for that row. 6. This page gives even more information about Impala s execution plan and information about the query, as well as displaying the query itself. Using this information, you can debug slow queries. 7. Click on Clusters then Impala. 8. Click on the Best Practices tab. 9. This page shows whether the best practices for Impala are being followed. A chart shows each best practice. Read through the descriptions of each chart. 15

16 Step 4: Creating an Impala Trigger You can use Cloudera Manager to trigger events when a certain threshold is passed. This can change the status of a service. 1. Click on the Charts Library tab. 2. Find the Impala Queries chart. This chart shows the number of queries per second that Impala served. 3. Mouse over the chart and click on the context menu for it. 4. Click on Create Trigger. 5. We want to create a trigger that will change the status if the Impala service is being used too much, indicating that we need to expand the cluster with new nodes. 6. Give the trigger the name Impala Usage. 7. Change the Stream Threshold to Click on Create Trigger. This trigger will now change the Impala service s heath to Concerning whenever there are 50 queries per second to the Impala service. Step 4: Running Hive Queries You can run Hive queries from within Hue. 1. Go back to the tab or window for Hue. 2. Click on Query Editors then Hive. 3. In the query box, type: 16

17 SELECT * FROM sample_08 WHERE description LIKE "%engineer%" ORDER BY salary DESC; 4. Click on Execute. 5. In the query box, type: SELECT * FROM sample_08 WHERE description NOT LIKE "%engineer%" ORDER BY salary DESC; 6. Click on Execute. 7. In the query box, type: SELECT isengineer, AVG(salary) as avgsalary FROM ( SELECT INSTR(description, "engineer")!= 0 as isengineer, salary FROM sample_08 ) engineersubselect GROUP BY isengineer; 8. Click on Execute. Step 5: Hive and MapReduce Monitoring Cloudera Manager monitors Hive queries and MapReduce job with the YARN service. 1. Go back to the tab or window for Cloudera Manager. 2. Click on Clusters then YARN. 17

18 3. Review the charts for the YARN service showing the Hive query activity. This is the end of the Exercise 18

19 Hands-On Exercise: Host Templating and the Cloudera Manager API In this exercise, we will create a host template for new hosts. We will use the Cloudera Manager API to get status about the cluster. Step 1: Creating a template As the number of hosts in the cluster grows, we want a simple way to configure the new hosts. Using Host Templating you can quickly add new hosts that have certain role instances and configurations. 1. Go to the Hosts tab. 2. Click on the Templates tab. 3. Click on Click here to create a new template. 4. Give the template the name Worker Host. 5. Under HDFS, check DataNode and leave the configuration group as it is. 6. Under YARN, check NodeManager and leave the configuration group as it is. 7. Click on Create. The next time a worker node is added, you can use the Worker Host template to quickly set up the host to run a DataNode and NodeManager. Step 2: Cloudera Manager API Cloudera Manager has a built- in RESTful API to get and set information about the cluster and its status. This API can be used with a browser, curl or other programming languages that support HTTP verbs. 1. Note the base URL of the Cloudera Manager server. For example, the base URL could be: 19

20 2.compute.amazonaws.com: Open a new browser tab and type in the base URL followed by: /api/v6/tools/echo?message=hello%20world For example, the full URL would look like: 2.compute.amazonaws.com:7180/api/v6/tools/echo?message= hello%20world 3. After hitting enter, you will see browser update to JSON and echo back the message in the URL. This uses Cloudera Manager's built- in echo to verify connectivity and functionality. 4. Change the browser URL to the base URL followed by: /api/v6/clusters For example, the full URL would look like: compute.amazonaws.com:7180/api/v6/clusters 5. After hitting enter, you will see some basic information about the cluster. The API will return the name of the cluster and version information. The cluster name is needed for other API calls. 6. Go back to the Cloudera Manager tab. 7. Click on Support then API Documentation. 20

21 8. This will bring up a page containing all of the documentation about Cloudera Manager s API. Familiarize yourself with the various calls. This is the end of the Exercise 21

22 Hands-On Exercise: Parcels and Rolling Restarts In this exercise, you will update the version of CDH and deploy the update with rolling restarts to prevent downtime. Step 1: Downloading the Parcels The cluster is using CDH 5.0.0, and newer minor versions have been released. Before we can download the new parcels, we must update the URL of where to download the parcels. 1. Click on Administration then Settings. 2. Find the setting that says Remote Parcel Repository URLs. 3. Change the setting to say: 4. Click on the Save Changes button on the top right. 5. Click on the New Parcels button. 6. Find the parcel for CDH and click on Download. The parcel will start downloading in the background. This may take a few minutes to finish. Feel free to explore Cloudera Manager during this time. Step 2: Distributing and Activating the Parcels 1. Once the download is finished, click on Distribute. This will distribute the parcel to all hosts in the cluster. 2. Click on Activate. 22

23 3. Click on Rolling Restart. 4. Check all services to restart under rolling and basic. Not all services support rolling restarts. Services that do not support rolling restarts are listed as basic. 5. Under Roles to include, click on All Roles. 6. Click on Confirm. Cloudera Manager will stop certain services, rolling restart some services, and start all services. Once the process is done, the newer version of CDH will be active. This is the end of the Exercise 23

24 Hands-On Exercise: Working With Users In this exercise, we will create new users and see how their permissions work. Admin User Your current user is an admin user. Cloudera Manager creates this user by default. Other users can be created with less permissions. Step 1: Change the Admin Password For security purposes, you should change the default password for the admin user. 1. Click on Administration then Users. 2. Find the row for the admin user and click on the Change Password button. 3. Change the password to newpassword and click on Update. Step 2: Adding Users 1. Click on Add User. 2. Create a read- only user called readonly. 3. Create a limited administrator user call limited. Step 3: Logging In As Different Users 1. On the top right, click on admin then Logout. 2. At the prompt, login as the readonly user. 3. Click on the context menu for the cluster. Notice that there are no buttons to add services or stop the cluster. 24

25 4. Go to the HDFS service. 5. Click on the Configuration tab the View. Notice that the user can view all configurations, but cannot make any changes. 6. On the top right, click on readonly then Logout. 7. At the prompt, login as the limited user. 8. Click on the context menu for the cluster. Notice that there are no buttons to add services or stop the cluster. 9. Go to the HDFS service. 10. Click on the Configuration tab the View. Notice that the user can view all configurations, but cannot make any changes. 11. Click on the Hosts tab. 12. Click on Actions for Selected. Notice that this user can decommission hosts. This is the end of the Exercise 25

Big Data Operations Guide for Cloudera Manager v5.x Hadoop

Big Data Operations Guide for Cloudera Manager v5.x Hadoop Big Data Operations Guide for Cloudera Manager v5.x Hadoop Logging into the Enterprise Cloudera Manager 1. On the server where you have installed 'Cloudera Manager', make sure that the server is running,

More information

Cloudera Backup and Disaster Recovery

Cloudera Backup and Disaster Recovery Cloudera Backup and Disaster Recovery Important Note: Cloudera Manager 4 and CDH 4 have reached End of Maintenance (EOM) on August 9, 2015. Cloudera will not support or provide patches for any of the Cloudera

More information

Cloudera Manager Monitoring and Diagnostics Guide

Cloudera Manager Monitoring and Diagnostics Guide Cloudera Manager Monitoring and Diagnostics Guide Important Notice (c) 2010-2015 Cloudera, Inc. All rights reserved. Cloudera, the Cloudera logo, Cloudera Impala, and any other product or service names

More information

Cloudera Backup and Disaster Recovery

Cloudera Backup and Disaster Recovery Cloudera Backup and Disaster Recovery Important Notice (c) 2010-2013 Cloudera, Inc. All rights reserved. Cloudera, the Cloudera logo, Cloudera Impala, and any other product or service names or slogans

More information

Cloudera Manager Monitoring and Diagnostics Guide

Cloudera Manager Monitoring and Diagnostics Guide Cloudera Manager Monitoring and Diagnostics Guide Important Notice (c) 2010-2013 Cloudera, Inc. All rights reserved. Cloudera, the Cloudera logo, Cloudera Impala, and any other product or service names

More information

MultiSite Manager. User Guide

MultiSite Manager. User Guide MultiSite Manager User Guide Contents 1. Getting Started... 2 Opening the MultiSite Manager... 2 Navigating MultiSite Manager... 2 2. The All Sites tabs... 3 All Sites... 3 Reports... 4 Licenses... 5 3.

More information

IIS, FTP Server and Windows

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

More information

How To Use Cloudera Manager Backup And Disaster Recovery (Brd) On A Microsoft Hadoop 5.5.5 (Clouderma) On An Ubuntu 5.2.5 Or 5.3.5

How To Use Cloudera Manager Backup And Disaster Recovery (Brd) On A Microsoft Hadoop 5.5.5 (Clouderma) On An Ubuntu 5.2.5 Or 5.3.5 Cloudera Manager Backup and Disaster Recovery Important Notice (c) 2010-2015 Cloudera, Inc. All rights reserved. Cloudera, the Cloudera logo, Cloudera Impala, and any other product or service names or

More information

docs.hortonworks.com

docs.hortonworks.com docs.hortonworks.com Hortonworks Data Platform: Administering Ambari Copyright 2012-2015 Hortonworks, Inc. Some rights reserved. The Hortonworks Data Platform, powered by Apache Hadoop, is a massively

More information

Dynamic DNS How-To Guide

Dynamic DNS How-To Guide Configuration Guide Dynamic DNS How-To Guide Overview This guide will show you how to set up a Dynamic DNS host name under the D-Link DDNS service with your D-Link ShareCenter TM. Dynamic DNS is a protocol

More information

Technical Support Set-up Procedure

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

More information

EVALUATION ONLY. WA2088 WebSphere Application Server 8.5 Administration on Windows. Student Labs. Web Age Solutions Inc.

EVALUATION ONLY. WA2088 WebSphere Application Server 8.5 Administration on Windows. Student Labs. Web Age Solutions Inc. WA2088 WebSphere Application Server 8.5 Administration on Windows Student Labs Web Age Solutions Inc. Copyright 2013 Web Age Solutions Inc. 1 Table of Contents Directory Paths Used in Labs...3 Lab Notes...4

More information

Introduction to Big data. Why Big data? Case Studies. Introduction to Hadoop. Understanding Features of Hadoop. Hadoop Architecture.

Introduction to Big data. Why Big data? Case Studies. Introduction to Hadoop. Understanding Features of Hadoop. Hadoop Architecture. Big Data Hadoop Administration and Developer Course This course is designed to understand and implement the concepts of Big data and Hadoop. This will cover right from setting up Hadoop environment in

More information

USER CONFERENCE 2011 SAN FRANCISCO APRIL 26 29. Running MarkLogic in the Cloud DEVELOPER LOUNGE LAB

USER CONFERENCE 2011 SAN FRANCISCO APRIL 26 29. Running MarkLogic in the Cloud DEVELOPER LOUNGE LAB USER CONFERENCE 2011 SAN FRANCISCO APRIL 26 29 Running MarkLogic in the Cloud DEVELOPER LOUNGE LAB Table of Contents UNIT 1: Lab description... 3 Pre-requisites:... 3 UNIT 2: Launching an instance on EC2...

More information

SQL Server Setup for Assistant/Pro applications Compliance Information Systems

SQL Server Setup for Assistant/Pro applications Compliance Information Systems SQL Server Setup for Assistant/Pro applications Compliance Information Systems The following document covers the process of setting up the SQL Server databases for the Assistant/PRO software products form

More information

Creating a universe on Hive with Hortonworks HDP 2.0

Creating a universe on Hive with Hortonworks HDP 2.0 Creating a universe on Hive with Hortonworks HDP 2.0 Learn how to create an SAP BusinessObjects Universe on top of Apache Hive 2 using the Hortonworks HDP 2.0 distribution Author(s): Company: Ajay Singh

More information

Monitoring Oracle Enterprise Performance Management System Release 11.1.2.3 Deployments from Oracle Enterprise Manager 12c

Monitoring Oracle Enterprise Performance Management System Release 11.1.2.3 Deployments from Oracle Enterprise Manager 12c Monitoring Oracle Enterprise Performance Management System Release 11.1.2.3 Deployments from Oracle Enterprise Manager 12c This document describes how to set up Oracle Enterprise Manager 12c to monitor

More information

SOA Software API Gateway Appliance 7.1.x Administration Guide

SOA Software API Gateway Appliance 7.1.x Administration Guide SOA Software API Gateway Appliance 7.1.x Administration Guide Trademarks SOA Software and the SOA Software logo are either trademarks or registered trademarks of SOA Software, Inc. Other product names,

More information

Tool Tip. SyAM Management Utilities and Non-Admin Domain Users

Tool Tip. SyAM Management Utilities and Non-Admin Domain Users SyAM Management Utilities and Non-Admin Domain Users Some features of SyAM Management Utilities, including Client Deployment and Third Party Software Deployment, require authentication credentials with

More information

Important Notice. (c) 2010-2013 Cloudera, Inc. All rights reserved.

Important Notice. (c) 2010-2013 Cloudera, Inc. All rights reserved. Hue 2 User Guide Important Notice (c) 2010-2013 Cloudera, Inc. All rights reserved. Cloudera, the Cloudera logo, Cloudera Impala, and any other product or service names or slogans contained in this document

More information

User Guide Microsoft Exchange Remote Test Instructions

User Guide Microsoft Exchange Remote Test Instructions User Guide Microsoft Exchange Remote Test Instructions University of Louisville Information Technology 1.1 Who Should Use It This guide is intended for University of Louisville Faculty and Staff participating

More information

Configuration Guide - OneDesk to SalesForce Connector

Configuration Guide - OneDesk to SalesForce Connector Configuration Guide - OneDesk to SalesForce Connector Introduction The OneDesk to SalesForce Connector allows users to capture customer feedback and issues in OneDesk without leaving their familiar SalesForce

More information

Step by step guide for installing highly available System Centre 2012 Virtual Machine Manager Management server:

Step by step guide for installing highly available System Centre 2012 Virtual Machine Manager Management server: Step by step guide for installing highly available System Centre 2012 Virtual Machine Manager Management server: Here are the pre-requisites for a HA VMM server installation: 1. Failover clustering feature

More information

AXIS Camera Companion Internet access

AXIS Camera Companion Internet access AXIS Camera Companion AXIS Camera Companion Internet access AXIS Camera Companion 2.0 introduces a new way to access sites and cameras remotely. When installing AXIS Camera Companion on a PC with internet

More information

NSi Mobile Installation Guide. Version 6.2

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

More information

Active Directory Self-Service FAQ

Active Directory Self-Service FAQ Active Directory Self-Service FAQ General Information: info@cionsystems.com Online Support: support@cionsystems.com CionSystems Inc. Mailing Address: 16625 Redmond Way, Ste M106 Redmond, WA. 98052 http://www.cionsystems.com

More information

Configure Single Sign on Between Domino and WPS

Configure Single Sign on Between Domino and WPS Configure Single Sign on Between Domino and WPS What we are doing here? Ok now we have the WPS server configured and running with Domino as the LDAP directory. Now we are going to configure Single Sign

More information

Ankush Cluster Manager - Hadoop2 Technology User Guide

Ankush Cluster Manager - Hadoop2 Technology User Guide Ankush Cluster Manager - Hadoop2 Technology User Guide Ankush User Manual 1.5 Ankush User s Guide for Hadoop2, Version 1.5 This manual, and the accompanying software and other documentation, is protected

More information

Defender 5.7 - Token Deployment System Quick Start Guide

Defender 5.7 - Token Deployment System Quick Start Guide Defender 5.7 - Token Deployment System Quick Start Guide This guide describes how to install, configure and use the Defender Token Deployment System, based on default settings and how to self register

More information

Cloudera Navigator Installation and User Guide

Cloudera Navigator Installation and User Guide Cloudera Navigator Installation and User Guide Important Notice (c) 2010-2013 Cloudera, Inc. All rights reserved. Cloudera, the Cloudera logo, Cloudera Impala, and any other product or service names or

More information

How To Create An Easybelle History Database On A Microsoft Powerbook 2.5.2 (Windows)

How To Create An Easybelle History Database On A Microsoft Powerbook 2.5.2 (Windows) Introduction EASYLABEL 6 has several new features for saving the history of label formats. This history can include information about when label formats were edited and printed. In order to save this history,

More information

MiraCosta College now offers two ways to access your student virtual desktop.

MiraCosta College now offers two ways to access your student virtual desktop. MiraCosta College now offers two ways to access your student virtual desktop. We now feature the new VMware Horizon View HTML access option available from https://view.miracosta.edu. MiraCosta recommends

More information

TSM for Windows Installation Instructions: Download the latest TSM Client Using the following link:

TSM for Windows Installation Instructions: Download the latest TSM Client Using the following link: TSM for Windows Installation Instructions: Download the latest TSM Client Using the following link: ftp://ftp.software.ibm.com/storage/tivoli-storagemanagement/maintenance/client/v6r2/windows/x32/v623/

More information

How to Install and Configure EBF15328 for MapR 4.0.1 or 4.0.2 with MapReduce v1

How to Install and Configure EBF15328 for MapR 4.0.1 or 4.0.2 with MapReduce v1 How to Install and Configure EBF15328 for MapR 4.0.1 or 4.0.2 with MapReduce v1 1993-2015 Informatica Corporation. No part of this document may be reproduced or transmitted in any form, by any means (electronic,

More information

Hadoop Basics with InfoSphere BigInsights

Hadoop Basics with InfoSphere BigInsights An IBM Proof of Technology Hadoop Basics with InfoSphere BigInsights Unit 4: Hadoop Administration An IBM Proof of Technology Catalog Number Copyright IBM Corporation, 2013 US Government Users Restricted

More information

owncloud Configuration and Usage Guide

owncloud Configuration and Usage Guide owncloud Configuration and Usage Guide This guide will assist you with configuring and using YSUʼs Cloud Data storage solution (owncloud). The setup instructions will include how to navigate the web interface,

More information

System Administration Training Guide. S100 Installation and Site Management

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

More information

Virtual Appliance Setup Guide

Virtual Appliance Setup Guide The Virtual Appliance includes the same powerful technology and simple Web based user interface found on the Barracuda Web Application Firewall hardware appliance. It is designed for easy deployment on

More information

Cloud Services. Introduction...2 Overview...2. Security considerations... 2. Installation...3 Server Configuration...4

Cloud Services. Introduction...2 Overview...2. Security considerations... 2. Installation...3 Server Configuration...4 Contents Introduction...2 Overview...2 Security considerations... 2 Installation...3 Server Configuration...4 Management Client Connection...4 General Settings... 4 Enterprise Architect Client Connection

More information

Red Hat Enterprise Linux OpenStack Platform 7 OpenStack Data Processing

Red Hat Enterprise Linux OpenStack Platform 7 OpenStack Data Processing Red Hat Enterprise Linux OpenStack Platform 7 OpenStack Data Processing Manually provisioning and scaling Hadoop clusters in Red Hat OpenStack OpenStack Documentation Team Red Hat Enterprise Linux OpenStack

More information

F-Secure Messaging Security Gateway. Deployment Guide

F-Secure Messaging Security Gateway. Deployment Guide F-Secure Messaging Security Gateway Deployment Guide TOC F-Secure Messaging Security Gateway Contents Chapter 1: Deploying F-Secure Messaging Security Gateway...3 1.1 The typical product deployment model...4

More information

HOW TO CONFIGURE SQL SERVER REPORTING SERVICES IN ORDER TO DEPLOY REPORTING SERVICES REPORTS FOR DYNAMICS GP

HOW TO CONFIGURE SQL SERVER REPORTING SERVICES IN ORDER TO DEPLOY REPORTING SERVICES REPORTS FOR DYNAMICS GP HOW TO CONFIGURE SQL SERVER REPORTING SERVICES IN ORDER TO DEPLOY REPORTING SERVICES REPORTS FOR DYNAMICS GP When you install SQL Server you have option to automatically deploy & configure SQL Server Reporting

More information

File Share Navigator Online 1

File Share Navigator Online 1 File Share Navigator Online 1 User Guide Service Pack 3 Issued November 2015 Table of Contents What s New in this Guide... 4 About File Share Navigator Online... 5 Components of File Share Navigator Online...

More information

Team Foundation Server 2012 Installation Guide

Team Foundation Server 2012 Installation Guide Team Foundation Server 2012 Installation Guide Page 1 of 143 Team Foundation Server 2012 Installation Guide Benjamin Day benday@benday.com v1.0.0 November 15, 2012 Team Foundation Server 2012 Installation

More information

Set Up Hortonworks Hadoop with SQL Anywhere

Set Up Hortonworks Hadoop with SQL Anywhere Set Up Hortonworks Hadoop with SQL Anywhere TABLE OF CONTENTS 1 INTRODUCTION... 3 2 INSTALL HADOOP ENVIRONMENT... 3 3 SET UP WINDOWS ENVIRONMENT... 5 3.1 Install Hortonworks ODBC Driver... 5 3.2 ODBC Driver

More information

Using The Hortonworks Virtual Sandbox

Using The Hortonworks Virtual Sandbox Using The Hortonworks Virtual Sandbox Powered By Apache Hadoop This work by Hortonworks, Inc. is licensed under a Creative Commons Attribution- ShareAlike3.0 Unported License. Legal Notice Copyright 2012

More information

VERALAB LDAP Configuration Guide

VERALAB LDAP Configuration Guide VERALAB LDAP Configuration Guide VeraLab Suite is a client-server application and has two main components: a web-based application and a client software agent. Web-based application provides access to

More information

Cloudera Enterprise Reference Architecture for Google Cloud Platform Deployments

Cloudera Enterprise Reference Architecture for Google Cloud Platform Deployments Cloudera Enterprise Reference Architecture for Google Cloud Platform Deployments Important Notice 2010-2015 Cloudera, Inc. All rights reserved. Cloudera, the Cloudera logo, Cloudera Impala, Impala, and

More information

Active Directory Management. Agent Deployment Guide

Active Directory Management. Agent Deployment Guide Active Directory Management Agent Deployment Guide Document Revision Date: April 26, 2013 Active Directory Management Deployment Guide i Contents System Requirements... 1 Hardware Requirements... 2 Agent

More information

Guide to the LBaaS plugin ver. 1.0.2 for Fuel

Guide to the LBaaS plugin ver. 1.0.2 for Fuel Guide to the LBaaS plugin ver. 1.0.2 for Fuel Load Balancing plugin for Fuel LBaaS (Load Balancing as a Service) is currently an advanced service of Neutron that provides load balancing for Neutron multi

More information

Team Foundation Server 2013 Installation Guide

Team Foundation Server 2013 Installation Guide Team Foundation Server 2013 Installation Guide Page 1 of 164 Team Foundation Server 2013 Installation Guide Benjamin Day benday@benday.com v1.1.0 May 28, 2014 Team Foundation Server 2013 Installation Guide

More information

NetBeans IDE Field Guide

NetBeans IDE Field Guide NetBeans IDE Field Guide Copyright 2005 Sun Microsystems, Inc. All rights reserved. Table of Contents Introduction to J2EE Development in NetBeans IDE...1 Configuring the IDE for J2EE Development...2 Getting

More information

Quick Start Guide. Installation and Setup

Quick Start Guide. Installation and Setup Quick Start Guide Installation and Setup Introduction Velaro s live help and survey management system provides an exciting new way to engage your customers and website visitors. While adding any new technology

More information

Setting up the Oracle Warehouse Builder Project. Topics. Overview. Purpose

Setting up the Oracle Warehouse Builder Project. Topics. Overview. Purpose Setting up the Oracle Warehouse Builder Project Purpose In this tutorial, you setup and configure the project environment for Oracle Warehouse Builder 10g Release 2. You create a Warehouse Builder repository

More information

Installing and Using the vnios Trial

Installing and Using the vnios Trial Installing and Using the vnios Trial The vnios Trial is a software package designed for efficient evaluation of the Infoblox vnios appliance platform. Providing the complete suite of DNS, DHCP and IPAM

More information

Configuring a Windows 2003 Server for IAS

Configuring a Windows 2003 Server for IAS Configuring a Windows 2003 Server for IAS When setting up a Windows 2003 server to function as an IAS server for our demo environment we will need the server to serve several functions. First of all we

More information

ShadowControl ShadowStream

ShadowControl ShadowStream ShadowControl ShadowStream Revision 1.3 4/12/2012 Table of Contents Introduction... 3 Download ShadowStream Server... 3 Installation... 4 Configuration... 5 Creating Users... 6 Testing the User Rights...

More information

AVG Business SSO Connecting to Active Directory

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

More information

Schools Remote Access Server

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

More information

Test Case 3 Active Directory Integration

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

More information

This manual provides information and instructions for Mac SharePoint Users at Fermilab. Using Sharepoint from a Mac: Terminal Server Instructions

This manual provides information and instructions for Mac SharePoint Users at Fermilab. Using Sharepoint from a Mac: Terminal Server Instructions Using SharePoint from a Mac: Terminal Server Instructions This manual provides information and instructions for Mac SharePoint Users at Fermilab. Page 0 Contents Fermilab Terminal Server Introduction...2

More information

QUANTIFY INSTALLATION GUIDE

QUANTIFY INSTALLATION GUIDE QUANTIFY INSTALLATION GUIDE Thank you for putting your trust in Avontus! This guide reviews the process of installing Quantify software. For Quantify system requirement information, please refer to the

More information

Setting up Sharp MX-Color Imagers for Inbound Fax Routing to Email or Network Folder

Setting up Sharp MX-Color Imagers for Inbound Fax Routing to Email or Network Folder Setting up Sharp MX-Color Imagers for Inbound Fax Routing to Email or Network Folder MX-2300, MX-2600, MX-2700, MX-3100, MX-3501, MX-4501, MX-5500, MX-6200, MX-6201, MX-7000, MX-7001, *MX-M850, *MX-M950,

More information

Remote Monitoring Service - Setup Guide for InfraStruXure Central and StruxureWare 1 5

Remote Monitoring Service - Setup Guide for InfraStruXure Central and StruxureWare 1 5 Remote Monitoring Service Setup Guide for InfraStruXure Central and StruxureWare Overview This document explains how to setup Remote Monitoring Service using InfraStruXure Central or StruxureWare server.

More information

Hadoop Data Warehouse Manual

Hadoop Data Warehouse Manual Ruben Vervaeke & Jonas Lesy 1 Hadoop Data Warehouse Manual To start off, we d like to advise you to read the thesis written about this project before applying any changes to the setup! The thesis can be

More information

NAS 221 Remote Access Using Cloud Connect TM

NAS 221 Remote Access Using Cloud Connect TM NAS 221 Remote Access Using Cloud Connect TM Access the files on your NAS remotely with Cloud Connect TM A S U S T O R C O L L E G E COURSE OBJECTIVES Upon completion of this course you should be able

More information

Visual Studio.NET Database Projects

Visual Studio.NET Database Projects Visual Studio.NET Database Projects CHAPTER 8 IN THIS CHAPTER Creating a Database Project 294 Database References 296 Scripts 297 Queries 312 293 294 Visual Studio.NET Database Projects The database project

More information

Only LDAP-synchronized users can access SAML SSO-enabled web applications. Local end users and applications users cannot access them.

Only LDAP-synchronized users can access SAML SSO-enabled web applications. Local end users and applications users cannot access them. This chapter provides information about the Security Assertion Markup Language (SAML) Single Sign-On feature, which allows administrative users to access certain Cisco Unified Communications Manager and

More information

WhatsUp Gold v16.3 Installation and Configuration Guide

WhatsUp Gold v16.3 Installation and Configuration Guide WhatsUp Gold v16.3 Installation and Configuration Guide Contents Installing and Configuring WhatsUp Gold using WhatsUp Setup Installation Overview... 1 Overview... 1 Security considerations... 2 Standard

More information

Reporting works by connecting reporting tools directly to the database and retrieving stored information from the database.

Reporting works by connecting reporting tools directly to the database and retrieving stored information from the database. Print Audit 6 - Step by Step Walkthrough IMPORTANT: READ THIS BEFORE PERFORMING A PRINT AUDIT 6 INSTALLATION Print Audit 6 is a desktop application that you must install on every computer where you want

More information

NetIQ. How to guides: AppManager v7.04 Initial Setup for a trial. Haf Saba Attachmate NetIQ. Prepared by. Haf Saba. Senior Technical Consultant

NetIQ. How to guides: AppManager v7.04 Initial Setup for a trial. Haf Saba Attachmate NetIQ. Prepared by. Haf Saba. Senior Technical Consultant How to guides: AppManager v7.04 Initial Setup for a trial By NetIQ Prepared by Haf Saba Senior Technical Consultant Asia Pacific 1 Executive Summary This document will walk you through an initial setup

More information

SHAREPOINT 2013 IN INFRASTRUCTURE AS A SERVICE

SHAREPOINT 2013 IN INFRASTRUCTURE AS A SERVICE SHAREPOINT 2013 IN INFRASTRUCTURE AS A SERVICE Contents Introduction... 3 Step 1 Create Azure Components... 5 Step 1.1 Virtual Network... 5 Step 1.1.1 Virtual Network Details... 6 Step 1.1.2 DNS Servers

More information

Integrating ConnectWise Service Desk Ticketing with the Cisco OnPlus Portal

Integrating ConnectWise Service Desk Ticketing with the Cisco OnPlus Portal Integrating ConnectWise Service Desk Ticketing with the Cisco OnPlus Portal This Application Note explains how to configure ConnectWise PSA (Professional Service Automation) application settings and Cisco

More information

Immotec Systems, Inc. SQL Server 2005 Installation Document

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

More information

Remote Access VPN SSL VPN Access via Internet Explorer

Remote Access VPN SSL VPN Access via Internet Explorer The following instructions will allow you to access your company network remotely, via your Internet Explorer web browser. 1. Launch Internet Explorer and choose Internet Options from the Tools menu. 2.

More information

BaseManager & BACnet Manager VM Server Configuration Guide

BaseManager & BACnet Manager VM Server Configuration Guide BaseManager & BACnet Manager VM Server Configuration Guide For Self-Hosted BaseManager & BACnet Manager Servers Deployed as Virtual Machines August 27, 2015 Customer Service 1-866-294-5847 i Baseline Inc.

More information

Cloudera Manager Administration Guide

Cloudera Manager Administration Guide Cloudera Manager Administration Guide Important Notice (c) 2010-2015 Cloudera, Inc. All rights reserved. Cloudera, the Cloudera logo, Cloudera Impala, and any other product or service names or slogans

More information

Outlook Profile Setup Guide Exchange 2010 Quick Start and Detailed Instructions

Outlook Profile Setup Guide Exchange 2010 Quick Start and Detailed Instructions HOSTING Administrator Control Panel / Quick Reference Guide Page 1 of 9 Outlook Profile Setup Guide Exchange 2010 Quick Start and Detailed Instructions Exchange 2010 Outlook Profile Setup Page 2 of 9 Exchange

More information

ManageEngine IT360. Professional Edition Installation Guide. [ims-eval@manageengine.com]

ManageEngine IT360. Professional Edition Installation Guide. [ims-eval@manageengine.com] ManageEngine IT360 (Division of ZOHO Corporation) ) www.manageengine.com/it360 ManageEngine IT360 Professional Edition Installation Guide [ims-eval@manageengine.com] [This document is a guideline for installing

More information

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

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

More information

Note: With v3.2, the DocuSign Fetch application was renamed DocuSign Retrieve.

Note: With v3.2, the DocuSign Fetch application was renamed DocuSign Retrieve. Quick Start Guide DocuSign Retrieve 3.2.2 Published April 2015 Overview DocuSign Retrieve is a windows-based tool that "retrieves" envelopes, documents, and data from DocuSign for use in external systems.

More information

AlienVault. Unified Security Management 5.x Configuring a VPN Environment

AlienVault. Unified Security Management 5.x Configuring a VPN Environment AlienVault Unified Security Management 5.x Configuring a VPN Environment USM 5.x Configuring a VPN Environment, rev. 3 Copyright 2015 AlienVault, Inc. All rights reserved. The AlienVault Logo, AlienVault,

More information

UP L18 Enhanced MDM and Updated Email Protection Hands-On Lab

UP L18 Enhanced MDM and Updated Email Protection Hands-On Lab UP L18 Enhanced MDM and Updated Email Protection Hands-On Lab Description The Symantec App Center platform continues to expand it s offering with new enhanced support for native agent based device management

More information

CDH 5 Quick Start Guide

CDH 5 Quick Start Guide CDH 5 Quick Start Guide Important Notice (c) 2010-2015 Cloudera, Inc. All rights reserved. Cloudera, the Cloudera logo, Cloudera Impala, and any other product or service names or slogans contained in this

More information

Cloud Services ADM. Agent Deployment Guide

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

More information

Upgrading from MSDE to SQL Server 2005 Express Edition with Advanced Services SP2

Upgrading from MSDE to SQL Server 2005 Express Edition with Advanced Services SP2 Upgrading from MSDE to SQL Server 2005 Express Edition with Advanced Services SP2 Installation and Configuration Introduction This document will walk you step by step in removing MSDE and the setup and

More information

Virtual Appliance for VMware Server. Getting Started Guide. Revision 2.0.2. Warning and Disclaimer

Virtual Appliance for VMware Server. Getting Started Guide. Revision 2.0.2. Warning and Disclaimer Virtual Appliance for VMware Server Getting Started Guide Revision 2.0.2 Warning and Disclaimer This document is designed to provide information about the configuration and installation of the CensorNet

More information

RDS Migration Tool Customer FAQ Updated 7/23/2015

RDS Migration Tool Customer FAQ Updated 7/23/2015 RDS Migration Tool Customer FAQ Updated 7/23/2015 Amazon Web Services is now offering the Amazon RDS Migration Tool a powerful utility for migrating data with minimal downtime from on-premise and EC2-based

More information

Network Probe User Guide

Network Probe User Guide Network Probe User Guide Network Probe User Guide Table of Contents 1. Introduction...1 2. Installation...2 Windows installation...2 Linux installation...3 Mac installation...4 License key...5 Deployment...5

More information

Installation Guide for Pulse on Windows Server 2012

Installation Guide for Pulse on Windows Server 2012 MadCap Software Installation Guide for Pulse on Windows Server 2012 Pulse Copyright 2014 MadCap Software. All rights reserved. Information in this document is subject to change without notice. The software

More information

docs.hortonworks.com

docs.hortonworks.com docs.hortonworks.com : Ambari User's Guide Copyright 2012-2015 Hortonworks, Inc. Some rights reserved. The, powered by Apache Hadoop, is a massively scalable and 100% open source platform for storing,

More information

Using Virtual Machines

Using Virtual Machines Using Virtual Machines We will use VMs in CIT 130 so that you can access both a Windows 7 and a Linux machine. You will be able to access these from on and off campus (off campus access will require that

More information

Cloudera Manager Introduction

Cloudera Manager Introduction Cloudera Manager Introduction Important Notice (c) 2010-2013 Cloudera, Inc. All rights reserved. Cloudera, the Cloudera logo, Cloudera Impala, and any other product or service names or slogans contained

More information

DiskPulse DISK CHANGE MONITOR

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

More information

HADOOP MOCK TEST HADOOP MOCK TEST I

HADOOP MOCK TEST HADOOP MOCK TEST I http://www.tutorialspoint.com HADOOP MOCK TEST Copyright tutorialspoint.com This section presents you various set of Mock Tests related to Hadoop Framework. You can download these sample mock tests at

More information

Windows XP Exchange Client Installation Instructions

Windows XP Exchange Client Installation Instructions WINDOWS XP with Outlook 2003 or Outlook 2007 1. Click the Start button and select Control Panel: 2. If your control panel looks like this: Click Switch to Classic View. 3. Double click Mail. 4. Click show

More information

Pcounter Web Report 3.x Installation Guide - v2014-11-30. Pcounter Web Report Installation Guide Version 3.4

Pcounter Web Report 3.x Installation Guide - v2014-11-30. Pcounter Web Report Installation Guide Version 3.4 Pcounter Web Report 3.x Installation Guide - v2014-11-30 Pcounter Web Report Installation Guide Version 3.4 Table of Contents Table of Contents... 2 Installation Overview... 3 Installation Prerequisites

More information

User Manual. Version 1.0.0.0. Yeastar Technology Co., Ltd.

User Manual. Version 1.0.0.0. Yeastar Technology Co., Ltd. User Manual Version 1.0.0.0 Yeastar Technology Co., Ltd. Table of Contents 1 Introduction 3 2 Installing MySMS Software 4 3 Managing MySMS 9 3.1 Accessing MySMS 9 3.2 Multi-User Accounts 10 3.3 Managing

More information

XenApp/Citrix Program Neighborhood Installation

XenApp/Citrix Program Neighborhood Installation 1. Download the XenApp Plugin (Citrix Presentation Server) Client Package Version 11.0 for Hosted Apps. Click on this LINK to obtain it. Once prompted, click RUN 2. 3. Save the file to your desktop. Once

More information

How to Remotely View Security Cameras Using the Internet

How to Remotely View Security Cameras Using the Internet How to Remotely View Security Cameras Using the Internet Introduction: The ability to remotely view security cameras is one of the most useful features of your EZWatch Pro system. It provides the ability

More information