Amazon Lab: Deploying applications on AWS

Size: px
Start display at page:

Download "Amazon Lab: Deploying applications on AWS"

Transcription

1 Amazn Lab: Deplying applicatins n AWS By Nabil Abdennadher 8 th Nvember 2017 OBJECTIVES 1. Hw t cnfigure yur Virtual Private Clud (VPC)? 2. Hw t create and access instances via Amazn Web Services (AWS) management cnsle? 3. Perfrmance analysis f yur instance. 4. Deplying Drupal n AWS 5. Scale applicatins with AWS 1. HOW TO CONFIGURE YOUR VIRTUAL PRIVATE CLOUD (VPC)? If yu are using an AWS educate accunt, use this URL t access yur accunt: Amazn Virtual Private Clud (Amazn VPC) lets yu prvisin a lgically islated sectin f the Amazn Web Services (AWS) clud where yu can launch AWS resurces in a virtual netwrk that yu define. Yu have cmplete cntrl ver yur virtual netwrking envirnment, including selectin f yur wn IP address range, creatin f subnets, and cnfiguratin f rute tables and netwrk gateways. T create ur wn VPC: 1. Lg int yur AWS accunt 2. G t the VPC service 3. Click n "Yur VPCs" n the left side bar and then "Create VPC" a. Fill the fields i. Name: The VPC name ex measurevpc ii. CIDR blck is the netwrk f the VPC, we recmmend /16 iii. keep tenancy "default" b. Right click n yur VPC and then click n "Edit DNS Hstname". Click n "yes" and save. c. D the same peratin fr "Edit DNS Reslutin. Yu have nw an empty VPC, nw yu need t define a subnet in yur vpc 4. Click n "Subnets" n the left side bar and then "Create Subnet" a. Fill the fields: i. Name: The subnet name e.g "measuresubnet" ii. VPC: Select yur VPC (defined abve) iii. Availability zne: N Preference iv. CIDR blck is a subnet f yur VPC netwrk. We recmmend /24 b. Allw autmatic assign Public IP: i. Right click n yur subnet then click n "Mdify Aut-Assign Public IP" -> "Enable..." -> Save. Yu nw have a VPC with a subnet. Yu need nw an internet gateway t have an internet access Intrductin t Clud Page 1 / 9

2 5. Click n "Internet Gateways" n the left side bar and then "Create Internet Gateway" a. Fill the name field with the name f yur internet gateway. b. Attach it with yur VPC by right clicking n yur internet gateway and then click n "Attach t VPC", finally select yur VPC Yu nw have a VPC with an internet gateway assciated, yu still need a rute table 6. Click n "Rute Tables" n the left side bar and the "Create Rute Table" a. Fill the name field, and select yur VPC b. Edit yur rute table t define the default utbund rule c. Click n yur rute table and select the "Rutes" tab belw. Then, Edit it, add anther rute and put: " /0" in Destinatin. d. Select yur internet gateway in Target and then save. In ther wrds: everything desn't g t ur subnet ges utside. e. Assciate the rute table with yur subnet i. Click n the "Subnet assciatins" tab and then click n Edit. ii. Finally, assciate yur subnet and click n Save. Yu nw have a well parameterized VPC withut Security grup. 2. HOW TO CREATE AND ACCESS INSTANCES VIA AMAZON WEB SERVICES (AWS) MANAGEMENT CONSOLE? If yu are using an AWS educate accunt, access yur accunt and click n Open Cnsle buttn, then click n Services upper left crner buttn. Yu shuld see a page titled Amazn Web Services that lists mre than 50 services with their crrespnding icns. On the AWS cnsle click n EC2 - Virtual Servers in the Clud. Yu shuld be able t see the EC2 cnsle. Examine the drp-dwn menus in the upper right crner. Search the menu that allws yu t change the cnsle t anther regin. At this stage, we assume that yu created and cnfigured yur VPC, yur security grup and yur public/private key pair. This key pair will allw yu t lg int EC2 instances. Perfrm the fllwing tasks: Launch a Ubuntu Micr Instance (t2.micr). Yu can use: Ubuntu Server LTS (HVM), SSD Vlume Type - ami-841f46f. Use the key pair yu have created earlier. SSH t yur instance nce it has been launched. T authenticate use the private key yu have dwnladed befre. Cnsult this URL fr available ptins: Since yu are using an ubuntu instance, the lgin user is: ssh i key.pem ubuntu@yurpublicdnsinstance (if a public DNS is available) r ssh i key.pem ubuntu@yurpublicipinstance Try ut varius linux cmmands that yu are familiar with. Questins: Intrductin t Clud Page 2 / 9

3 Frm the EC2 Management Cnsle nte the public DNS name f the instance. Once yu have successfully lgged int yur EC2 instance, run the hstname cmmands. Try t ping the instance frm yur lcal machine. What d yu see? Explain. Change the cnfiguratin t make it wrk. Ping the instance and check that it wrks. Determine the IP address seen by the perating system in the EC2 instance by running the ifcnfig cmmand. What type f address is it? Cmpare it t the address displayed by the ping cmmand earlier. 3. PERFORMANCE ANALYSIS OF YOUR INSTANCE In this ptinal part yu will run tw simple benchmarks n yur prvisined EC2 instance and yur lcal machine t test cmpute perfrmance and memry thrughput and cmpare the perfrmance f the instance with yur lcal machine. Fr this part it is best t have Linux n yur lcal machine (pssibly in a virtual machine). Attempt t identify the physical CPU f the instance. Dwnlad these tw benchmark applicatins. System stability tester: STREAM ( Surce cde is available in this URL: Read the tw web sites t understand the functinalities f these tw benchmarks. Unpack the systester archive (fr Ubuntu instances, dwnlad Linux x86_64 binaries: Generic build file), run the systester-cli benchmark n yur Amazn instance and n yur lcal machine. Cmpile stream.c. Fr cmpilatin yu will need t install the GCC cmpiler with this cmmand: sud apt-get update sud apt-get install gcc. Run the stream benchmark n yur Amazn instance and n yur lcal machine and cmpare the perfrmances f the tw machines. 4. DEPLOYING DRUPAL ON AWS In this sectin, we prpse t install a web-based cntent management applicatin, Drupal. Drupal requires a web server in which t run. It makes use f a relatinal database t stre its data. In this case, the web server is Apache and the database is MySQL. It s recmmended t use Firefx as a brwser. Using the package manager install the Drupal 7 package. The package manager will autmatically install a web server (Apache) and a database (MySQL) needed by Drupal. Befre installing Drupal update the lcal package descriptins t their latest versins by typing: sud apt-get update sud apt-get install drupal7 Yu will be asked a series f questins. Prvide the fllwing answers: Passwrd fr the MySQL "rt" user: Invent a passwrd. Intrductin t Clud Page 3 / 9

4 Mail cnfiguratin: Chse n cnfiguratin. Hw t cnfigure the database: Chse cnfigure with dbcnfig-cmmn. Which database type t use: Chse mysql. Passwrd fr the administrative accunt fr the MySQL database and user: Invent a passwrd. Passwrd t register with the database server (MySQL applicatin passwrd): Leave it blank s that a randm passwrd will be generated. Change the cnfiguratin f the firewall t allw incming HTTP cnnectins. In the EC2 Management Cnsle navigate t Security Grups. Select the security grup assciated with the instance. Click n the Inbund tab. Create a new custm TCP rule fr prt range 80 and surce /0. Click Add Rule. Click Apply Rule Changes. Verify that yu can reach the Apache server frm the brwser n yur lcal machine. Enter the public IP f the instance int yur web brwser. Yu shuld see the Apache2 Ubuntu Default Page. The web server sftware is running but n cntent has been added, yet. Register Drupal t the Apache web server and restart Apache by typing: sud cp /etc/drupal/7/apache2.cnf /etc/apache2/mds-enabled/drupal.cnf sud /etc/init.d/apache2 restart Run the initial Drupal cnfiguratin frm yur web brwser. Enter the fllwing URL int the brwser where yu substitute hstname with the public IP f the instance: Yu shuld see a page titled Select an installatin prfile with radi buttns that read Standard and Minimal. Fllw the cnfiguratin steps n this page and give the fllwing answers: Installatin prfile: Select Standard. Language: Select English. Cnfigure the site: Enter the fllwing infrmatin: Site name: Invent a name fr the site, fr example "Clud Cmputing at hepia". Site address: drupal@yurdmaine. Site maintenance accunt username: admin address: Enter yur address. Passwrd: Invent a passwrd fr the admin user and write it dwn. On the last page, click n Visit yur new site. Yu shuld see a functinal Drupal site. The site shuld prminently display the site name yu invented earlier. In the AWS cnsle create an Elastic IP Address and attach it t the instance. Click n Elastic IPs in the left navigatin bar then click Allcate New Address. Select EIP used in: VPC. Select the newly created address and click n Assciate. Select the Drupal instance and click n Yes, Assciate. Ping the Elastic IP Address frm yur lcal machine. Yu may have t wait a few secnds until the address is assciated. Using the brwser navigate t the Drupal start page by using the Elastic IP Address. Intrductin t Clud Page 4 / 9

5 Fr further details abut Elastic IPs (EIP), read this dcument: Questin: Why is it a gd idea t create an Elastic IP Address fr a web site (ur web applicatin)? Why is it nt sufficient t hand ut, as URL, fr the web site the public DNS name f the instance? 5. SCALING APPLICATIONS WITH AWS In this sectin we will study hw applicatins are scaled with AWS. Yu shuld have a micr instance running Ubuntu Server with Drupal7 installed. Let s call this instance: Drupal instance. Yu will imprve the Drupal site t make it scalable. Yur site will be able t absrb traffic increases by adding virtual machines: The business lgic and presentatin layer will be separated frm the database layer s that the frmer can be replicated in multiple virtual machines. The database mves int Amazn's Relatinal Database Service (RDS), which prvides autmatic backup, data replicatin and failver. Sectins a, b and c describe hw t create Drupal instance t use a relatinal database service (RDS) a. CREATE A DATABASE USING THE RDS The gal is t create a new RDS database t replace the MySQL database currently used by Drupal. Perfrm the fllwing steps: 1. Open the RDS cnsle and switch the cnsle t the regin in which yu created the Drupal instance. 2. Launch a DB instance: Click Launch DB Instance and prvide the fllwing answers (leave any field nt mentined at its default value): Select MySQL Cmmunity Editin Prductin purpse: N (Use the Dev/Test database mde) DB Instance Class: db.t2.micr Multi-AZ Deplyment: N Allcated Strage: 20 GB DB Instance Identifier: yuraccuntname-db Master Username: rt Master Passwrd: Give a passwrd. Select the VPC that defines the virtual netwrk f yur instance (make sure that yur VPC cntains tw subnets in tw different availability znes. Otherwise yur RDS instance wn t be created). Publicly accessible: N (reminder: yur hst VPC des nt supprt DNS reslutin) Availability zne: N preference Database Name: leave empty Return t the instances view and wait fr the DB instance t be created. Intrductin t Clud Page 5 / 9

6 3. In the RDS cnsle select the newly created DB instance and write dwn the Endpint address. In rder t allw cnnectins t the database, the security grup must be cnfigured t allw inbund MYSQL (default prt: 3306). Take nte that yur Drupal and DB instances are running in the same virtual netwrk. 4. Test whether the database can be reached frm the Drupal instance. Lg int the Drupal master instance. Using the database's endpint address (withut the prt number) and the master passwrd yu wrte dwn, run the cmmand: mysql --hst=endpint_address --user=rt --passwrd=master_passwrd 5. Yu shuld see a welcme message and the MySQL cmmand line prmpt mysql>. Fr further details, please see this URL: T use RDS database, yu have t migrate the cntent f the lcal MySQL database t the newly created RDS database and change Drupal's database cnfiguratin t use the RDS database. We will use Ubuntu's cnfiguratin system (dpkg-recnfigure) t change Drupal's database cnfiguratin frm using the lcal MySQL database t using the RDS database. Instead f directly editing Drupal's cnfiguratin file (/etc/drupal/7/sites/default/dbcnfig.php) yu will edit the cnfiguratin file f dpkg-recnfigure: 1. Lg int the Drupal instance. 2. Add yur ip t the hst file: sud sh -c sud ech " hstname " >> /etc/hsts 3. Stp Apache by typing: sud /etc/init.d/apache2 stp r sud service apache2 stp 4. Run the cmmand sud dpkg-recnfigure drupal7. Prvide the fllwing answers: a. Reinstall database fr drupal7? Yes b. Database type t be used fr drupal7: mysql c. Cnnectin methd fr MySQL database f drupal7: tcp/ip d. Hst name f the MySQL database server fr drupal7: enter the endpint address f the RDS database (withut the prt number) e. Prt number fr the MySQL service: prt number f the Hst MySQL server (3306 by default => leave blank) f. Name f the database's administrative user: rt g. Passwrd f the database's administrative user: the master passwrd f the RDS database h. Username fr drupal7: drupal7 i. Database name fr drupal7: drupal7 The cmmand shuld cmplete withut errr messages. 5. Open the file /etc/drupal/7/sites/default/dbcnfig.php and replace the database passwrd generated by the previus cmmand by: drupal7_pwd. 6. T make the authenticatin in the RDS database less strict, cnnect t the database, create an additinal user 'drupal7'@'%' and give this user access rights t the drupal7 database: a. Launch the mysql cmmand t cnnect t the RDS database b. On the mysql> cmmand prmpt run the fllwing three cmmands where drupal7_pwd is the database passwrd fr user drupal7: i. CREATE USER 'drupal7'@'%' IDENTIFIED BY 'drupal7_pwd'; Intrductin t Clud Page 6 / 9

7 ii. GRANT SELECT, INSERT, UPDATE, DELETE, CREATE, DROP, INDEX, ALTER, CREATE TEMPORARY TABLES, LOCK TABLES ON drupal7.* TO IDENTIFIED BY 'drupal7_pwd'; iii. FLUSH PRIVILEGES; c. Discnnect frm the RDS database and check that user drupal7 can cnnect t the database: i. mysql --hst=endpint_address --user=drupal7 --passwrd=drupal7_pwd 7. Migrate the database cntent t RDS 1. Lg int the Drupal master instance. 2. Type the fllwing cmmand t migrate the database cntent frm the lcal MySQL database t the RDS database: 1. mysqldump --add-drp-table --user=drupal7 --passwrd=drupal7_pwd drupal7 mysql --hst=endpint_address --user=drupal7 --passwrd=drupal7_pwd drupal7 2. The cmmand shuld cmplete withut errrs. 8. Start Apache by typing: sud /etc/init.d/apache2 start r sud service apache2 start 9. Verify the database cnfiguratin by navigating with yur brwser t the Drupal hme page at If yu receive an errr message "The default settings file des nt exist" r "The settings file is nt writable" run the fllwing cmmands: 1. cd /etc/drupal/7/sites/default 2. sud cp -a settings.php default.settings.php 3. sud chwn www-data:www-data settings.php b. CREATE A DRUPAL VIRTUAL MACHINE IMAGE The aim f this sectin is t describe hw t create a virtual machine image frm the Drupal instance. This image will be used later t create new instances with the same cnfiguratin. 1. In the EC2 cnsle bring up the Instances panel and select the Drupal instance. 2. G t the cntext menu and select Image > Create Image. Prvide the fllwing answers (leave any field nt mentined at its default value): Image Name: Give a name t yur instance. Image Descriptin: Drupal cnnected t RDS database. Click Create Image. The instance will shut dwn temprarily and the image will be created. 3. In the cnsle bring up the AMIs panel. Wait until the status f the AMI ges frm pending t available. c. CREATE A LOAD BALANCER The gal here is t create a lad balancer in AWS that receives HTTP requests frm clients and frward them t the Drupal instances. In the EC2 cnsle g t the Lad Balancers panel and chse Classic Lad Balancer (AWS ffers 3 types f lad balancers). 1. Click n Create Lad Balancer. Prvide the fllwing answers (please leave any field nt mentined at its default value): Intrductin t Clud Page 7 / 9

8 Define Lad Balancer Lad Balancer Name: yurlastname-drupal. Create LB Inside => the selected VPC The lad Balancer Prtcl shuld already be set t http Add 2 subnets as requested Security Grups: use yur security grup Security settings: ignre Cnfigure Health Check Leave as it is fr the prtcl etc. Health Check Interval: 10 secnds Healthy Threshld: mve dwn t 2. Add EC2 Instances Select the Drupal instance. 2. In the EC2 cnsle select the newly created lad balancer. Write dwn its DNS Name (A Recrd). 3. In the lwer half f the panel, click n the Instances tab. Watch the status f the instance g frm Out f Service t In Service. 4. Lg int the Drupal instance. Examine the Apache access lg /var/lg/apache2/access.lg t see wh is cnnecting t the web server. d. LAUNCH A SECOND INSTANCE FROM THE CUSTOM IMAGE In this task yu will launch a secnd Drupal instance and cnnect it t the lad balancer. 1. Using the custm virtual machine image yu created earlier, launch a secnd instance. Make sure that the instance launches in a different availability zne than the first instance (in a secnd subnet similar t the ne created fr the first instance). 2. Make sure that the instance wrks crrectly by navigating with yur brwser t the Drupal hme page f the new instance at 3. Using the AWS cnsle cnnect the instance t the lad balancer (click the edit instances buttn under the lad balancer and add the new ne). Watch the status f the instance g frm Out f Service t In Service. e. TEST THE DISTRIBUTED APPLICATION (LOAD BALANCER, DRUPAL INSTANCES, RDS INSTANCE) In this sectin yu will try t test the distributed applicatin with a lad generatr and use the mnitring tls f the AWS cnsle. 1. Dwnlad and install n yur lcal machine JMeter frm: 2. Fllw the instructins n t create a simple test plan. Specify the lad balancer as the target fr the HTTP requests. Run a test. 3. Open tw terminal windws side-by-side and, using SSH, lg int each instance. Bring up a cntinuus display f the Apache access lg by running the cmmand: sud tail -f /var/lg/apache2/access.lg. Intrductin t Clud Page 8 / 9

9 4. Using the AWS cnsle, enable detailed (1-minute interval) mnitring f the tw instances: Select an instance and click n the Mnitring tab. Click n Enable Detailed Mnitring. 5. Observe which f the instances gets the lad. Increase the lad and re-run the test. Observe respnse times and time-uts. Repeat until yu see inacceptable respnse times and/r timeuts. 6. Immediately after having created a high lad fr the site, re-run the nslkup cmmand t reslve the DNS name f the lad balancer int IP addresses t see if there are any changes. Intrductin t Clud Page 9 / 9

Launching Xacta 360 Marketplace AMI Guide June 2017

Launching Xacta 360 Marketplace AMI Guide June 2017 Launching Xacta 360 Marketplace AMI Guide June 2017 Tels Crpratin 2017. All rights reserved. U.S. patents Ns. 6,901,346; 6,980,927; 6,983,221; 6,993,448; and 7,380,270. Xacta is a registered trademark

More information

Frequently Asked Questions

Frequently Asked Questions Frequently Asked Questins Versin 10-21-2016 Cpyright 2014-2016 Aviatrix Systems, Inc. All rights reserved. Aviatrix Clud Gateway What can it d fr me? Aviatrix Clud Gateway prvides an end t end secure netwrk

More information

These tasks can now be performed by a special program called FTP clients.

These tasks can now be performed by a special program called FTP clients. FTP Cmmander FAQ: Intrductin FTP (File Transfer Prtcl) was first used in Unix systems a lng time ag t cpy and mve shared files. With the develpment f the Internet, FTP became widely used t uplad and dwnlad

More information

CounterSnipe Software Installation Guide Software Version 10.x.x. Initial Set-up- Note: An internet connection is required for installation.

CounterSnipe Software Installation Guide Software Version 10.x.x. Initial Set-up- Note: An internet connection is required for installation. CunterSnipe Sftware Installatin Guide Sftware Versin 10.x.x CunterSnipe sftware installs n any system cmpatible with Ubuntu 14.04 LTS server which is supprted until 2019 Initial Set-up- Nte: An internet

More information

Dynamic Storage (ECS)

Dynamic Storage (ECS) User Guide Dynamic Strage (ECS) Swisscm (Schweiz) AG 1 / 10 Cntent 1 Abut Dynamic Strage... 3 2 Virtual drive, the EMC CIFS-ECS Tl... 4 3 Amazn S3 Brwer... 6 4 Strage Gateway Appliance... 9 5 Amazn S3

More information

DIVAR IP 3000 Field Installation Guide

DIVAR IP 3000 Field Installation Guide CCTV IP Netwrk Vide Technical Brief DIVAR IP 3000 Field Installatin Guide 1 DIVAR IP 3000 Field Installatin Guide Overview The purpse f this guide is t prvide the step-by-step prcess f installing a DIVAR

More information

VMware AirWatch Certificate Authentication for Cisco IPSec VPN

VMware AirWatch Certificate Authentication for Cisco IPSec VPN VMware AirWatch Certificate Authenticatin fr Cisc IPSec VPN Fr VMware AirWatch Have dcumentatin feedback? Submit a Dcumentatin Feedback supprt ticket using the Supprt Wizard n supprt.air-watch.cm. This

More information

Getting Started with the SDAccel Environment on Nimbix Cloud

Getting Started with the SDAccel Environment on Nimbix Cloud Getting Started with the SDAccel Envirnment n Nimbix Clud Revisin Histry The fllwing table shws the revisin histry fr this dcument. Date Versin Changes 09/17/2018 201809 Updated figures thrughut Updated

More information

SmartPass User Guide Page 1 of 50

SmartPass User Guide Page 1 of 50 SmartPass User Guide Table f Cntents Table f Cntents... 2 1. Intrductin... 3 2. Register t SmartPass... 4 2.1 Citizen/Resident registratin... 4 2.1.1 Prerequisites fr Citizen/Resident registratin... 4

More information

Telkom VPN-Lite router setup User Manual Billion 810VGTX

Telkom VPN-Lite router setup User Manual Billion 810VGTX Telkm VPN-Lite ruter setup User Manual Billin 810VGTX Cntents Intrductin... 3 Befre yu start... 4 VPN-Lite Setup Using Windws Utility... 5 VPN-Lite Setup using yur web brwser... 7 VPN-Lite Manual Setup

More information

NiceLabel LMS. Installation Guide for Single Server Deployment. Rev-1702 NiceLabel

NiceLabel LMS. Installation Guide for Single Server Deployment. Rev-1702 NiceLabel NiceLabel LMS Installatin Guide fr Single Server Deplyment Rev-1702 NiceLabel 2017. www.nicelabel.cm 1 Cntents 1 Cntents 2 2 Architecture 3 2.1 Server Cmpnents and Rles 3 2.2 Client Cmpnents 3 3 Prerequisites

More information

Dolby Conference Phone Support Frequently Asked Questions

Dolby Conference Phone Support Frequently Asked Questions Dlby Cnference Phne Supprt Frequently Asked Questins Versin 1.0, 1 Intrductin This dcument prvides sme answers t frequently asked questins abut the Dlby Cnference Phne. Fr mre detailed infrmatin n any

More information

Packet Tracer - Configuring a Zone-Based Policy Firewall (ZPF)

Packet Tracer - Configuring a Zone-Based Policy Firewall (ZPF) Packet Tracer - Cnfiguring a Zne-Based Plicy Firewall (ZPF) Tplgy Addressing Table R1 R2 R3 Device Interface IP Address Subnet Mask Default Gateway Switch Prt G0/1 192.168.1.1 255.255.255.0 N/A S1 F0/5

More information

BMC Remedyforce Integration with Remote Support

BMC Remedyforce Integration with Remote Support BMC Remedyfrce Integratin with Remte Supprt 2003-2018 BeyndTrust, Inc. All Rights Reserved. BEYONDTRUST, its lg, and JUMP are trademarks f BeyndTrust, Inc. Other trademarks are the prperty f their respective

More information

September 24, Release Notes

September 24, Release Notes September 24, 2013 Release Ntes Cntacting Lestream Lestream Crpratin 411 Waverley Oaks Rd. Suite 316 Waltham, MA 02452 USA http://www.lestream.cm Telephne: +1 781 890 2019 Fax: +1 781 688 9338 T submit

More information

Release Notes. Dell SonicWALL Security firmware is supported on the following appliances: Dell SonicWALL Security 200

Release Notes. Dell SonicWALL  Security firmware is supported on the following appliances: Dell SonicWALL  Security 200 Release Ntes Email Security Dell SnicWALL Email Security 8.0.1 SnicOS Cntents System Cmpatibility... 1 Enhancements in Email Security 8.0.1... 2 Reslved Issues... 3 Upgrading t Email Security 8.0.1...

More information

File Share Navigator Online

File Share Navigator Online File Share Navigatr Online User Guide Service Pack 7 Issued September 2017 Table f Cntents What s New in this Guide... 4 Abut File Share Navigatr Online... 5 Cmpnents f File Share Navigatr Online... 5

More information

iallworx User s Guide

iallworx User s Guide Versin 1.0 September 12, 2010 Allwrx Crp. 300 Main Street East Rchester, NY 14445 www.allwrx.cm Supprt@allwrx.cm 1.866.Allwrx 585.421.3850 Fax: 585.421.3853 2011 Allwrx Crp, a whlly wned subsidiary f PAETEC

More information

Campuses that access the SFS nvision Windows-based client need to allow outbound traffic to:

Campuses that access the SFS nvision Windows-based client need to allow outbound traffic to: Summary This dcument is a guide intended t guide yu thrugh the prcess f installing and cnfiguring PepleTls 8.55.27 (r current versin) via Windws Remte Applicatin (App). Remte App allws the end user t run

More information

Telkom VPN-Lite router setup User Manual Billion 800VGT

Telkom VPN-Lite router setup User Manual Billion 800VGT Telkm VPN-Lite ruter setup User Manual Billin 800VGT Cntents 1. Intrductin... 3 2. Befre yu start... 4 3. VPN-Lite Setup Using Windws Utility... 5 4. VPN-Lite Setup using yur web brwser... 7 5. VPN-Lite

More information

BMC Remedyforce Integration with Bomgar Remote Support

BMC Remedyforce Integration with Bomgar Remote Support BMC Remedyfrce Integratin with Bmgar Remte Supprt 2017 Bmgar Crpratin. All rights reserved wrldwide. BOMGAR and the BOMGAR lg are trademarks f Bmgar Crpratin; ther trademarks shwn are the prperty f their

More information

Click Studios. Passwordstate. RSA SecurID Configuration

Click Studios. Passwordstate. RSA SecurID Configuration Passwrdstate RSA SecurID Cnfiguratin This dcument and the infrmatin cntrlled therein is the prperty f Click Studis. It must nt be reprduced in whle/part, r therwise disclsed, withut prir cnsent in writing

More information

Deploy Your First Cloud Foundry App to Any Cloud Foundry Service Provider

Deploy Your First Cloud Foundry App to Any Cloud Foundry Service Provider Deply Yur First Clud Fundry App t Any Clud Fundry Service Prvider cludwrkshp.rg/cludfundry Presenter: Dave Nielsen Clud Cmputing Evangelist @davenielsen May 2015 Dave Nielsen dnielsen@gmail.cm twitter.cm/davenielsen

More information

Dear Milestone Customer,

Dear Milestone Customer, Dear Milestne Custmer, With the purchase f Milestne Xprtect Transact yu have chsen a very flexible ptin t yur Milestne Xprtect Business slutin. Milestne Xprtect Transact enables yu t stre a serial data

More information

Please contact technical support if you have questions about the directory that your organization uses for user management.

Please contact technical support if you have questions about the directory that your organization uses for user management. Overview ACTIVE DATA CALENDAR LDAP/AD IMPLEMENTATION GUIDE Active Data Calendar allws fr the use f single authenticatin fr users lgging int the administrative area f the applicatin thrugh LDAP/AD. LDAP

More information

App Orchestration 2.6

App Orchestration 2.6 App Orchestratin 2.6 Terminlgy in App Orchestratin 2.6 Last Updated: July 8, 2015 Page 1 Terminlgy Cntents Elements f App Orchestratin... 3 Dmains... 3 Multi-Datacenter Deplyments... 4 Delivery Sites...

More information

Managing Your Access To The Open Banking Directory How To Guide

Managing Your Access To The Open Banking Directory How To Guide Managing Yur Access T The Open Banking Directry Hw T Guide Date: June 2018 Versin: v2.0 Classificatin: PUBLIC OPEN BANKING LIMITED 2018 Page 1 f 32 Cntents 1. Intrductin 3 2. Signing Up 4 3. Lgging In

More information

UDS Enterprise Configuring UDS Enterprise in HA

UDS Enterprise Configuring UDS Enterprise in HA Intrductin The cmpnents f UDS Enterprise (UDS Server and UDS Tunneler) can be cnfigured in high availability (HA) s that in case f drp any f these items, either due t a failure f the hypervisr that hsts

More information

CaseWare Working Papers. Data Store user guide

CaseWare Working Papers. Data Store user guide CaseWare Wrking Papers Data Stre user guide Index 1. What is a Data Stre?... 3 1.1. When using a Data Stre, the fllwing features are available:... 3 1.1.1.1. Integratin with Windws Active Directry... 3

More information

Date: October User guide. Integration through ONVIF driver. Partner Self-test. Prepared By: Devices & Integrations Team, Milestone Systems

Date: October User guide. Integration through ONVIF driver. Partner Self-test. Prepared By: Devices & Integrations Team, Milestone Systems Date: Octber 2018 User guide Integratin thrugh ONVIF driver. Prepared By: Devices & Integratins Team, Milestne Systems 2 Welcme t the User Guide fr Online Test Tl The aim f this dcument is t prvide guidance

More information

EVALUATION GUIDE - OCTOBER 2018 VMWARE CLOUD ON AWS. Evaluation Guide

EVALUATION GUIDE - OCTOBER 2018 VMWARE CLOUD ON AWS. Evaluation Guide EVALUATION GUIDE - OCTOBER 2018 VMWARE CLOUD ON AWS Evaluatin Guide Table f Cntents Intrductin 4 Intended Audience... 4 Assumptins... 4 User Interface Walkthrugh 4 Clud Cnsle Walkthrugh... 4 VMware Clud

More information

Upgrading Kaltura MediaSpace TM Enterprise 1.0 to Kaltura MediaSpace TM Enterprise 2.0

Upgrading Kaltura MediaSpace TM Enterprise 1.0 to Kaltura MediaSpace TM Enterprise 2.0 Upgrading Kaltura MediaSpace TM Enterprise 1.0 t Kaltura MediaSpace TM Enterprise 2.0 Assumptins: The existing cde was checked ut f: svn+ssh://mediaspace@kelev.kaltura.cm/usr/lcal/kalsurce/prjects/m ediaspace/scial/branches/production/website/.

More information

Quick Installation Guide

Quick Installation Guide Oracle Strategic Operatinal Planning Release 3.5.1 Quick Installatin Guide Quick Installatin Guide This file cntains the fllwing sectins: Purpse... 1 System Requirements... 1 Server Cnfiguratin... 1 Client

More information

Release Notes. Dell SonicWALL Security BETA

Release Notes. Dell SonicWALL  Security BETA Release Ntes Email Security Dell SnicWALL Email Security 7.4.1 BETA SnicOS Cntents System Cmpatibility... 1 Enhancements in Email Security 7.4.1... 2 Upgrading t Email Security 7.4.1... 3 Related Technical

More information

AvePoint Discovery Tool 3.5. User Guide

AvePoint Discovery Tool 3.5. User Guide AvePint Discvery Tl 3.5 User Guide Issued January 2018 Table f Cntents What s New in this Release... 3 Abut AvePint Discvery Tl... 4 Submitting Dcumentatin Feedback t AvePint... 5 Befre Yu Begin... 6 System

More information

CCNA 1 Chapter v5.1 Answers 100%

CCNA 1 Chapter v5.1 Answers 100% CCNA 1 Chapter 6 2016 v5.1 Answers 100% 1. Which characteristic f the netwrk layer in the OSI mdel allws carrying packets fr multiple types f cmmunicatins amng many hsts? the de-encapsulatin f headers

More information

HPE LoadRunner Best Practices Series. LoadRunner Upgrade Best Practices

HPE LoadRunner Best Practices Series. LoadRunner Upgrade Best Practices HPE LadRunner Best Practices Series LadRunner 12.50 Upgrade Best Practices Dcument publicatin date: Nvember 2015 Cntents 1. Intrductin... 3 Overview... 3 Audience... 3 2. Preparatin... 3 Backup assets...

More information

Bitnami LAMP for Huawei Enterprise Cloud

Bitnami LAMP for Huawei Enterprise Cloud Bitnami LAMP fr Huawei Enterprise Clud Descriptin Bitnami LAMP Stack prvides a cmplete PHP, MySQL and Apache develpment envirnment fr Linux that can be launched in ne click. Hw can I get started with LAMP?

More information

XenDesktop GoToMyDesktop

XenDesktop GoToMyDesktop IT Training Tipsheet XenDesktp GTMyDesktp This tipsheet prvides step by step instructins n hw t access yur PC using the new XenDesktp system via the existing Cliffrd Chance Anywhere (CCA) web page. Recent

More information

DocAve 6 Deployment Manager

DocAve 6 Deployment Manager DcAve 6 Deplyment Manager User Guide Service Pack 3 Revisin I Issued August 2013 1 Table f Cntents Abut Deplyment Manager... 5 Cmplementary Prducts... 5 Submitting Dcumentatin Feedback t AvePint... 5 Befre

More information

Troubleshooting of network problems is find and solve with the help of hardware and software is called troubleshooting tools.

Troubleshooting of network problems is find and solve with the help of hardware and software is called troubleshooting tools. Q.1 What is Trubleshting Tls? List their types? Trubleshting f netwrk prblems is find and slve with the help f hardware and sftware is called trubleshting tls. Trubleshting Tls - Hardware Tls They are

More information

Using CppSim to Generate Neural Network Modules in Simulink using the simulink_neural_net_gen command

Using CppSim to Generate Neural Network Modules in Simulink using the simulink_neural_net_gen command Using CppSim t Generate Neural Netwrk Mdules in Simulink using the simulink_neural_net_gen cmmand Michael H. Perrtt http://www.cppsim.cm June 24, 2008 Cpyright 2008 by Michael H. Perrtt All rights reserved.

More information

Repstor custodian. On Premise Pre-Requisites. Document Version 1.1 January 2017

Repstor custodian. On Premise Pre-Requisites. Document Version 1.1 January 2017 Repstr custdian On Premise Pre-Requisites Dcument Versin 1.1 January 2017 Intrductin This dcument utlines the pre-requisites fr installatin f the Repstr custdian server cmpnents. There are tw main parts;

More information

Configuring Database & SQL Query Monitoring With Sentry-go Quick & Plus! monitors

Configuring Database & SQL Query Monitoring With Sentry-go Quick & Plus! monitors Cnfiguring Database & SQL Query Mnitring With Sentry-g Quick & Plus! mnitrs 3Ds (UK) Limited, Nvember, 2013 http://www.sentry-g.cm Be Practive, Nt Reactive! One f the best ways f ensuring a database is

More information

USER MANUAL. RoomWizard Administrative Console

USER MANUAL. RoomWizard Administrative Console USER MANUAL RmWizard Administrative Cnsle Cntents Welcme... 3 Administer yur RmWizards frm ne lcatin... 3 Abut This Manual... 4 Setup f the Administrative Cnsle... 4 Installatin... 4 The Cnsle Windw...

More information

Xilinx Answer Xilinx PCI Express DMA Drivers and Software Guide

Xilinx Answer Xilinx PCI Express DMA Drivers and Software Guide Xilinx Answer 65444 Xilinx PCI Express DMA Drivers and Sftware Guide Imprtant Nte: This dwnladable PDF f an Answer Recrd is prvided t enhance its usability and readability. It is imprtant t nte that Answer

More information

CLIC ADMIN USER S GUIDE

CLIC ADMIN USER S GUIDE With CLiC (Classrm In Cntext), teaching and classrm instructin becmes interactive, persnalized, and fcused. This digital-based curriculum, designed by Gale, is flexible allwing teachers t make their classrm

More information

Secure File Transfer Protocol (SFTP) Interface for Data Intake User Guide

Secure File Transfer Protocol (SFTP) Interface for Data Intake User Guide Secure File Transfer Prtcl (SFTP) Interface fr Data Intake User Guide Cntents Descriptin... 2 Steps fr firms new t batch submissin... 2 Acquiring necessary FINRA accunts... 2 SFTP Access t FINRA... 2 SFTP

More information

Course Overview Basic Linux commands like working with files and directories is desired.

Course Overview Basic Linux commands like working with files and directories is desired. [AWS-SAW]: AWS Clud Slutin Architect Wrkshp Length Delivery Methd : 4 days : Instructr-led (Classrm) Curse Overview Basic Linux cmmands like wrking with files and directries is desired. Pre-Requisites

More information

Avigilon Control Center Server User Guide. Version 6.4

Avigilon Control Center Server User Guide. Version 6.4 Avigiln Cntrl Center Server User Guide Versin 6.4 2006-2017, Avigiln Crpratin. All rights reserved. AVIGILON, the AVIGILON lg, AVIGILON CONTROL CENTER, ACC, and TRUSTED SECURITY SOLUTIONS.AVIGILON, the

More information

I. Introduction: About Firmware Files, Naming, Versions, and Formats

I. Introduction: About Firmware Files, Naming, Versions, and Formats Updating Yur CTOG 250 Cmtech Traffic Optimizatin Gateway Firmware I. Intrductin: Abut Firmware Files, Naming, Versins, and Frmats The CTOG 250 Cmtech Traffic Optimizatin Gateway and its CDM 800 Gateway

More information

INSTALLING CCRQINVOICE

INSTALLING CCRQINVOICE INSTALLING CCRQINVOICE Thank yu fr selecting CCRQInvice. This dcument prvides a quick review f hw t install CCRQInvice. Detailed instructins can be fund in the prgram manual. While this may seem like a

More information

Quick Guide on implementing SQL Manage for SAP Business One

Quick Guide on implementing SQL Manage for SAP Business One Quick Guide n implementing SQL Manage fr SAP Business One The purpse f this dcument is t guide yu thrugh the quick prcess f implementing SQL Manage fr SAP B1 SQL Server databases. SQL Manage is a ttal

More information

Firmware Upgrade Wizard v A Technical Guide

Firmware Upgrade Wizard v A Technical Guide Firmware Upgrade Wizard v4.1.1 A Technical Guide Nvember 2015 Intrductin The Firmware Upgrade Wizard prvides the fllwing features: It supprts upgrading the firmware n designated devices, see Supprted devices.

More information

Integrating QuickBooks with TimePro

Integrating QuickBooks with TimePro Integrating QuickBks with TimePr With TimePr s QuickBks Integratin Mdule, yu can imprt and exprt data between TimePr and QuickBks. Imprting Data frm QuickBks The TimePr QuickBks Imprt Facility allws data

More information

Deploying a distributed application with OpenStack

Deploying a distributed application with OpenStack Deplying a distributed applicatin with OpenStack Cntext and Prerequisites This labratry is t learn usage f OpenStack (OS) thrugh: 1. the hrizn graphical interface f OpenStack (Exercise 1), 2. the cmmand-line

More information

istartsmart 3.5 Upgrade - Installation Instructions

istartsmart 3.5 Upgrade - Installation Instructions istartsmart 3.5 Upgrade - Installatin Instructins Minimum System Requirements: Hatch All-In-One istartsmart Cmputer Learning Center v1.0 r v1.1 Internet access - either hard-wired r wireless cnnectin is

More information

Cloud Storage Migration Suite 1.1.0

Cloud Storage Migration Suite 1.1.0 Clud Strage Migratin Suite 1.1.0 User Guide Issued June 2018 Clud Strage Migratin Suite User Guide 1 Table f Cntents Abut Clud Strage Migratin Suite... 4 Overview f Basic Operatins in Clud Strage Migratin

More information

Welcome to Remote Access Services (RAS) Virtual Desktop vs Extended Network. General

Welcome to Remote Access Services (RAS) Virtual Desktop vs Extended Network. General Welcme t Remte Access Services (RAS) Our gal is t prvide yu with seamless access t the TD netwrk, including the TD intranet site, yur applicatins and files, and ther imprtant wrk resurces -- whether yu

More information

Enterprise Installation

Enterprise Installation Enterprise Installatin Mnnit Crpratin Versin 3.6.0.0 Cntents Prerequisites... 3 Web Server... 3 SQL Server... 3 Installatin... 4 Activatin Key... 4 Dwnlad... 4 Cnfiguratin Wizard... 4 Activatin... 4 Create

More information

The VMs in the CIS VLab (Virtual Lab) We will be using a number of different Virtual Machines (VMs) in VLab for this course.

The VMs in the CIS VLab (Virtual Lab) We will be using a number of different Virtual Machines (VMs) in VLab for this course. Lab 1: Using the CIS 192 Lab Resurces The purpse f this lab is t becme familiar with the CIS Lab resurces and t start practicing sme ld and new Linux cmmands. Resurces The Opus server CIS VLab (Virtual

More information

CCNA Security v2.0 Chapter 9 Exam Answers

CCNA Security v2.0 Chapter 9 Exam Answers CCNA Security v2.0 Chapter 9 Exam Answers 1. Refer t the exhibit. An administratr creates three znes (A, B, and C) in an ASA that filters traffic. Traffic riginating frm Zne A ging t Zne C is denied, and

More information

To start your custom application development, perform the steps below.

To start your custom application development, perform the steps below. Get Started T start yur custm applicatin develpment, perfrm the steps belw. 1. Sign up fr the kitewrks develper package. Clud Develper Package Develper Package 2. Sign in t kitewrks. Once yu have yur instance

More information

Your New Service Request Process: Technical Support Reference Guide for Cisco Customer Journey Platform

Your New Service Request Process: Technical Support Reference Guide for Cisco Customer Journey Platform Supprt Guide Yur New Service Request Prcess: Technical Supprt Reference Guide fr Cisc Custmer Jurney Platfrm September 2018 2018 Cisc and/r its affiliates. All rights reserved. This dcument is Cisc Public

More information

Avigilon Control Center Server User Guide. Version 6.8

Avigilon Control Center Server User Guide. Version 6.8 Avigiln Cntrl Center Server User Guide Versin 6.8 2006-2018, Avigiln Crpratin. All rights reserved. AVIGILON, the AVIGILON lg, AVIGILON CONTROL CENTER, ACC, and TRUSTED SECURITY SOLUTIONS.AVIGILON, the

More information

DocAve 6 Service Pack 1 Deployment Manager

DocAve 6 Service Pack 1 Deployment Manager DcAve 6 Service Pack 1 Deplyment Manager User Guide Revisin D Issued September 2012 1 Table f Cntents Abut Deplyment Manager... 5 Cmplementary Prducts... 5 Submitting Dcumentatin Feedback t AvePint...

More information

CCNA Security v2.0 Chapter 2 Exam Answers

CCNA Security v2.0 Chapter 2 Exam Answers CCNA Security v2.0 Chapter 2 Exam Answers 1. An administratr defined a lcal user accunt with a secret passwrd n ruter R1 fr use with SSH. Which three additinal steps are required t cnfigure R1 t accept

More information

Wave IP 4.5. CRMLink Desktop User Guide

Wave IP 4.5. CRMLink Desktop User Guide Wave IP 4.5 CRMLink Desktp User Guide 2015 by Vertical Cmmunicatins, Inc. All rights reserved. Vertical Cmmunicatins and the Vertical Cmmunicatins lg and cmbinatins theref and Vertical ViewPint, Wave Cntact

More information

SafeDispatch SDR Gateway for MOTOROLA TETRA

SafeDispatch SDR Gateway for MOTOROLA TETRA SafeDispatch SDR Gateway fr MOTOROLA TETRA SafeMbile ffers a wrld f wireless applicatins that help rganizatins better manage their mbile assets, fleet and persnnel. Fr mre infrmatin, see www.safembile.cm.

More information

Gemini Intercom Quick Start Guide

Gemini Intercom Quick Start Guide Gemini Intercm Quick Start Guide 2 Quick Start Guide Cntents Cntents... 1 Overview... 3 First Step unpack and inspect... 3 Netwrk plan and IP addresses... 4 Management PC... 5 Install Sftware... 6 Cnfigure

More information

TSW-560/TSW-760/TSW ", 7", and 10.1" Touch Screens. Supplemental Guide Crestron Electronics, Inc.

TSW-560/TSW-760/TSW , 7, and 10.1 Touch Screens. Supplemental Guide Crestron Electronics, Inc. TSW-560/TSW-760/TSW-1060 5", 7", and 10.1" Tuch Screens Supplemental Guide Crestrn Electrnics, Inc. Crestrn prduct develpment sftware is licensed t Crestrn dealers and Crestrn Service Prviders (CSPs) under

More information

DocAve 6 ediscovery. User Guide. Service Pack 3, Cumulative Update 1. Revision F Issued August DocAve 6: ediscovery

DocAve 6 ediscovery. User Guide. Service Pack 3, Cumulative Update 1. Revision F Issued August DocAve 6: ediscovery DcAve 6 ediscvery User Guide Service Pack 3, Cumulative Update 1 Revisin F Issued August 2013 1 Table f Cntents Abut DcAve ediscvery... 4 Cmplementary Prducts... 4 Submitting Dcumentatin Feedback t AvePint...

More information

SMART Room System for Microsoft Lync. Software configuration guide

SMART Room System for Microsoft Lync. Software configuration guide SMART Rm System fr Micrsft Lync Sftware cnfiguratin guide Fr mdels SRS-LYNC-S, SRS-LYNC-M and SRS-LYNC-L In this guide: Fr yur recrds 1 Preparing fr yur rm system 2 Befre cnfiguring yur rm system s sftware

More information

1 Getting and Extracting the Upgrader

1 Getting and Extracting the Upgrader Hughes BGAN-X 9202 Upgrader User Guide (PC) Rev 1.0 (23-Feb-12) This dcument explains hw t use the Hughes BGAN-X Upgrader prgram fr the 9202 User Terminal using a PC. 1 Getting and Extracting the Upgrader

More information

Exosoft Backup Manager

Exosoft Backup Manager Exsft Backup Manager 2018 Exsft Backup Manager Ensuring databases are backed up regularly is a critical part f any cmpany data recvery prcess. Mst mnth end as well as end f financial year prcesses shuld

More information

Apply power, the appliance may be powered by connecting:

Apply power, the appliance may be powered by connecting: ACM5508-2- GS- I Quick Start Guide Thank yu fr purchasing the ACM5508-2-GS-I management gateway. This Quick Start walks yu thrugh installatin, cnfiguratin & lcal peratin. Mre details are available in the

More information

Kaltura MediaSpace TM Enterprise 2.0 Requirements and Installation

Kaltura MediaSpace TM Enterprise 2.0 Requirements and Installation Kaltura MediaSpace TM Enterprise 2.0 Requirements and Installatin Updated Aug 30, 2011 Server Requirements Hardware The hardware requirements are mstly dependent n the number f cncurrent users yu expect

More information

HPE AppPulse Mobile. Software Version: 2.1. IT Operations Management Integration Guide

HPE AppPulse Mobile. Software Version: 2.1. IT Operations Management Integration Guide HPE AppPulse Mbile Sftware Versin: 2.1 IT Operatins Management Integratin Guide Dcument Release Date: Nvember 2015 Cntents Overview: The IT Operatins Management Integratin 3 System Requirements 3 Hw t

More information

Installing and Configuring Oracle VM on Oracle Cloud Infrastructure O R A C L E W H I T E P A P E R F E B R U A R Y

Installing and Configuring Oracle VM on Oracle Cloud Infrastructure O R A C L E W H I T E P A P E R F E B R U A R Y Installing and Cnfiguring Oracle VM n Oracle Clud Infrastructure O R A C L E W H I T E P A P E R F E B R U A R Y 2 0 1 8 Disclaimer The fllwing is intended t utline ur general prduct directin. It is intended

More information

USER GUIDE. Thanks for purchasing the igate! You ll need to follow these five Configuration Steps to get your igate up and running:

USER GUIDE. Thanks for purchasing the igate! You ll need to follow these five Configuration Steps to get your igate up and running: USER GUIDE Thanks fr purchasing the igate! Yu ll need t fllw these five Cnfiguratin Steps t get yur igate up and running: 1. Cnfigure Yur Hardware 2. Cnfigure Yur Cmputer 3. Cnfigure Yur Internet Cnnectin

More information

Municode Website Instructions

Municode Website Instructions Municde Website instructins Municde Website Instructins The new and imprved Municde site allws yu t navigate t, print, save, e-mail and link t desired sectins f the Online Cde f Ordinances with greater

More information

Planning, installing, and configuring IBM CMIS for Content Manager OnDemand

Planning, installing, and configuring IBM CMIS for Content Manager OnDemand Planning, installing, and cnfiguring IBM CMIS fr Cntent Manager OnDemand Cntents IBM CMIS fr Cntent Manager OnDemand verview... 4 Planning fr IBM CMIS fr Cntent Manager OnDemand... 5 Prerequisites fr installing

More information

Procurement Contract Portal. User Guide

Procurement Contract Portal. User Guide Prcurement Cntract Prtal User Guide Cntents Intrductin...2 Access the Prtal...2 Hme Page...2 End User My Cntracts...2 Buttns, Icns, and the Actin Bar...3 Create a New Cntract Request...5 Requester Infrmatin...5

More information

Client Configurations

Client Configurations Email Client Cnfiguratins Chse ne f the links belw fr yur particular email client. Easy t use instructins will help yu change the settings n yur email client t ur settings. Recmmended Email Settings Incming

More information

Deploying a distributed application with OpenStack

Deploying a distributed application with OpenStack Deplying a distributed applicatin with OpenStack In this lab yu will perfrm tw exercises. Each exercise (task) specifies ne r mre deliverables t prduce. Cllect all the deliverables in ne single cmpressed

More information

Getting Started with the Web Designer Suite

Getting Started with the Web Designer Suite Getting Started with the Web Designer Suite The Web Designer Suite prvides yu with a slew f Dreamweaver extensins that will assist yu in the design phase f creating a website. The tls prvided in this suite

More information

Technical Paper. Installing and Configuring SAS Environment Manager in a SAS Grid Environment with a Shared Configuration Directory

Technical Paper. Installing and Configuring SAS Environment Manager in a SAS Grid Environment with a Shared Configuration Directory Technical Paper Installing and Cnfiguring Envirnment Manager in a Grid Envirnment with a Shared Cnfiguratin Directry Last Mdified: January 2018 Release Infrmatin Cntent Versin: January 2018. Trademarks

More information

Avigilon Control Center Virtual Matrix User Guide. Version 6.8

Avigilon Control Center Virtual Matrix User Guide. Version 6.8 Avigiln Cntrl Center Virtual Matrix User Guide Versin 6.8 2006-2018, Avigiln Crpratin. All rights reserved. AVIGILON, the AVIGILON lg, AVIGILON CONTROL CENTER, ACC, and TRUSTED SECURITY SOLUTIONS. are

More information

TECHNICAL REQUIREMENTS

TECHNICAL REQUIREMENTS TECHNICAL REQUIREMENTS Table f Cntent PLATFORMS... 2 CONNECTION SPEED... 2 SUPPORTED BROWSERS... 2 ARMENIAN LANGUAGE SUPPORT... 2 Windws XP... 2 Windws Vista... 3 Windws 7... 4 Windws 8... 5 MAC OS...

More information

Compliance Guardian 4. User Guide

Compliance Guardian 4. User Guide Cmpliance Guardian 4 User Guide Issued September 2015 Table f Cntents What's New in this Guide... 3 Abut Cmpliance Guardian... 4 Cmplementary Prducts... 5 Submitting Dcumentatin Feedback t AvePint... 6

More information

DocAve 6 Service Pack 2 Control Panel

DocAve 6 Service Pack 2 Control Panel DcAve 6 Service Pack 2 Cntrl Panel Reference Guide Revisin D Issued February 2013 DcAve 6: Cntrl Panel 1 Table f Cntents Abut Cntrl Panel... 6 Submitting Dcumentatin Feedback t AvePint... 6 Befre Yu Begin...

More information

Reference Guide. Service Pack 3 Cumulative Update 2. Revision J Issued October DocAve 6: Control Panel

Reference Guide. Service Pack 3 Cumulative Update 2. Revision J Issued October DocAve 6: Control Panel DcAve 6 Cntrl Panel Reference Guide Service Pack 3 Cumulative Update 2 Revisin J Issued Octber 2013 DcAve 6: Cntrl Panel 1 Table f Cntents Abut Cntrl Panel... 6 Submitting Dcumentatin Feedback t AvePint...

More information

Admin Report Kit for Exchange Server

Admin Report Kit for Exchange Server Admin Reprt Kit fr Exchange Server Reprting tl fr Micrsft Exchange Server Prduct Overview Admin Reprt Kit fr Exchange Server (ARKES) is an Exchange Server Management and Reprting slutin that addresses

More information

Configuring the McAfee Windows Event Collector Management Utility *Also can provide client transmission of other non-windows log files*

Configuring the McAfee Windows Event Collector Management Utility *Also can provide client transmission of other non-windows log files* Cnfiguring the McAfee Windws Event Cllectr Management Utility *Als can prvide client transmissin f ther nn-windws lg files* Utility Install 1. Dwnlad the MFE Nitr Windws Agent (chse latest versin) https://secure.mcafee.cm/apps/dwnlads/my-prducts/cmpnent-prductlist.aspx?regin=us

More information

Upgrade Guide. Medtech Evolution General Practice. Version 1.9 Build (March 2018)

Upgrade Guide. Medtech Evolution General Practice. Version 1.9 Build (March 2018) Upgrade Guide Medtech Evlutin General Practice Versin 1.9 Build 1.9.0.312 (March 2018) These instructins cntain imprtant infrmatin fr all Medtech Evlutin users and IT Supprt persnnel. We suggest that these

More information

SUPPLIER CONNECTION SUPPLIER REFERENCE GUIDE FOR LEAR SUPPLIERS

SUPPLIER CONNECTION SUPPLIER REFERENCE GUIDE FOR LEAR SUPPLIERS SUPPLIER CONNECTION SUPPLIER REFERENCE GUIDE FOR LEAR SUPPLIERS T ABLE OF C ONTENTS Table f Cntents... 1 Intrductin... 2 Target Audience... 2 Objectives... 2 Other Resurces... 2 Assumptins... 2 Verify

More information

Web Application Security Version 13.0 Training Course

Web Application Security Version 13.0 Training Course Web Applicatin Security Versin 13.0 Training Curse SecureSphere Web Applicatin Security Versin 13.0 Required Training Units: 4 (TR-UNIT) Training Units are gd fr 1 year frm the time f purchase. Length:

More information

Cisco Nexus Data Broker Embedded: Implementation Quick- Start Guide

Cisco Nexus Data Broker Embedded: Implementation Quick- Start Guide Cisc Nexus Data Brker Embedded: Implementatin Quick- Start Guide Table f Cntents What Yu Will Learn... 2 Cisc Nexus Data Brker Slutin Overview... 2 Cisc Nexus Data Brker Slutin Lab Setup Tplgy... 3 Enabling

More information

How to Guide. DocAve Extender for MOSS 2007 and SPS Installing DocAve Extender and Configuring a Basic SharePoint to Cloud Extension

How to Guide. DocAve Extender for MOSS 2007 and SPS Installing DocAve Extender and Configuring a Basic SharePoint to Cloud Extension Hw t Guide DcAve Extender fr MOSS 2007 and SPS 2010 Installing DcAve Extender and Cnfiguring a Basic SharePint t Clud Extensin This dcument is intended fr anyne wishing t familiarize themselves with the

More information

USO RESTRITO. SNMP Agent. Functional Description and Specifications Version: 1.1 March 20, 2015

USO RESTRITO. SNMP Agent. Functional Description and Specifications Version: 1.1 March 20, 2015 Functinal Descriptin and Specificatins Versin: 1.1 March 20, 2015 SNMP Agent Simple Netwrk Management Prtcl Optin S fr IE and PM Mdules Supplement t Functinal Descriptin and Specificatins f RUB Ethernet

More information