Deploy Oracle Spatial and Graph Map Visualization Component to Oracle Cloud

Size: px
Start display at page:

Download "Deploy Oracle Spatial and Graph Map Visualization Component to Oracle Cloud"

Transcription

1 Deploy Oracle Spatial and Graph Map Visualization Component to Oracle Cloud Overview The Map Visualization Component is a development toolkit packaged with Oracle Spatial and Graph for incorporating interactive maps and spatial analyses. This article provides instructions to deploy the Map Visualization Component to the Oracle Cloud. As described in the Map Visualization Component documentation, if you have Oracle Fusion Middleware MapViewer based applications (metadata, application code) you can deploy them to run with the Map Visualization Component. The following steps are included: Create an Oracle Database Cloud Service instance Create an Oracle Java Cloud Service instance Deploy Oracle Map Visualization Component to the Oracle Java Cloud Service The following service acronyms are used: DBCS: Oracle Database Cloud Service JCS: Oracle Java Cloud Service SCS: Oracle Storage Cloud Service Before You Get Started Become familiar with DBCS, JCS, and Oracle Map Visualization Component o DBCS Help Center o JCS Help Center o Map Visualization Component documentation Obtain an Oracle Cloud subscription or trial account including DBCS and JCS o Available at Generate SSH key pairs. Instructions are available in the DBCS documentation: o Go to DBCS Help Center o On left side, click Manage Database Deployments o Under Secure Database Cloud Service, click Create SSH (secure shell) key pairs o Note your key files location and passphrase

2 Create Oracle Database Cloud Service (DBCS) instance A generic DBCS Quick Start tutorial is available here which is a helpful reference for understanding the instance creation flow. However details are slightly different in some steps in order configure the instance for Spatial and the Map Visualization Component. So it s important to follow the steps below. Sign in to your Oracle Cloud account With your account welcome handy, navigate to at Select the Data Center listed in your welcome and click My Services Enter the Identity Domain listed in your welcome and continue Enter your username and password listed in your welcome and sign in If this is your first time signing in, follow the instructions to change your password You will be taken to your Dashboard listing your available services: If your services are not listed or if you wish to change which services are listed, click on Customize Dashboard. While configuring backups is optional for DBCS, it is required for a DBCS instance that is associated with JCS. We will choose Storage Cloud Service (SCS) for storing the required backups. Note your Storage Cloud Service (SCS) REST Endpoint: Navigate to the SCS Service Details page: o On the Dashboard, click on the Action Menu in the Storage tile and select View Details

3 Note the SCS REST Endpoint listed on the Service Details page Click the Dashboard button at the top of the page, then click the Action Menu for Database and click Open Service Console

4 If this is the first time you visit the Service Console o You will see a Welcome screen with links to tutorials and other learning resources. o When done reviewing these resources, click on Go to Console Click on Create Service Enter values for service

5 o Enter a service name of your choice o Service Level: Oracle Database Cloud Service o Software Release: Oracle Database 12c Release 2 o Software Edition: Enterprise Edition High Performance or Extreme Performance (editions that include Spatial and Graph) o Click Next Enter values for Details o Enter a database name of your choice o Enter and confirm database administration password o Enter amount of database storage o Select Compute Shape o Enter SSH Public key Click Edit Navigate to the location of your SSH key created earlier Select your public key o Select a backup destination. Cloud Storage Only is being used in this exercise o Enter Cloud Storage Container Enter Cloud Storage Container using your REST endpoint (noted earlier) and a name for your new container o o o Format is [Storage Cloud REST Endpoint]/[new container name] Enter your Oracle Cloud username and password Check the box to Create Cloud Storage Container. This will create a container with the new container name your specified. If desired, under Advanced Settings you select time zone and character set.

6 Click Next The following screen confirms creation of the Cloud Storage Container for backups and other service creation parameters.

7 Click Create. To monitor creation status, click the refresh button (circular arrow button to the right of the As of date-time). o It generally takes 20 to 30 minutes to create database resources. Once your service instance is created, click on the service name to view details. In the instance details page, note the Connect String and Public IP of our instance. When you hover over the Connect String a pop-up will appear where you can see the entire connect string Note the connect string and the Public IP as we will need them in later steps.

8 (Optional) By default, access to most ports are disabled, including 1521 for SQLNET access. If you wish to setup and test SQLNET access we are able to enable ports very easily. Click on the menu next to the database name and select Access Rules Open the rule ora_p2_dblistener to open Port 1521.

9 Click the Actions menu at the right for ora_p2_dblistener Select Enable Click Confirm when prompted (Optional) If you ve set up access to Port 1521, we ll now confirm access from our local system using SQL Developer. We will not use SQL Developer again in this exercise, but you may want to complete this step so that you have SQL Developer ready to use with DBCS for you scenario. If you do not have SQL Developer, it is available here. Create a new connection Provide a Connection Name For Username, enter system For Password, enter the administrator password you defined when creating the instance For Hostname, enter the Public IP you noted above For Port, enter 1521 For Service name, enter the DBCS service name portion of the connect string you noted above. o The connect string is in the form [instance name]:1521/[service name] Click Test at the bottom and confirm Status : Success at lower left Click Save to save this connection profile Click Cancel and exit SQL Developer

10

11 Download the Map Visualization Component EAR file The Map Visualization Component is packaged with Oracle Spatial and Graph. The application archive (EAR file) is called mapviewer.ear and is found on the database server in the folder $ORACLE_HOME/md/jlib. On DBCS with 12.2 release, this location is /u01/app/oracle/product/12.2.0/dbhome_1/md/ jlib. We will now download the EAR file for deployment: Notes on transferring files to/from DBCS is described here In this exercise we use PSCP on Windows o PSCP is the PuTTY Secure Copy client o If not already installed, download and install PuTTY here o PSCP is described here Open a command prompt and change directories to the folder you d like to download into Run the following to download the Map Visualization Component: pscp -P 22 -i "[full path to your key files]\[your private key file]" oracle@[your DBCS Public IP]:/u01/app/oracle/product/12.2.0/dbhome_1/md/jlib/mapviewer.ear./mapviewer.ear o For example: pscp -P 22 -i "c:\keys\my-key.ppk" oracle@ :/u01/app/oracle/product/12.2.0/dbhome_1/md/jlib/mapviewer.ear./mapviewer.ear o When prompted, enter your SSH key passphrase The download is roughly 50MB Confirm that mapviewer.ear is downloaded

12 Deploy Oracle Java Cloud Service (JCS) instance Return to your browser and click on the Dashboard button to return to the My Services page Click the Action Menu for Java and select Open Service Console. o If you do not see the Java in Dashboard, click in Customize Dashboard and set Java to show. Click Create Service > Java Cloud Service

13 Service step: o Provide a Service Name and optional Service Description o Select Oracle Java Cloud Service as Service Level, as Software Release, Enterprise Edition as Software Edition o Click Next Details step:

14 o o o o o o Under WebLogic Configuration Select a Compute Shape For SSH Public Key, click Edit and then Browse to select the Public Key you created earlier For this exercise, we can leave cluster size as 1 Under WebLogic Access, provide a password for the weblogic user (i.e. admin user) Expand Advanced Settings Check the option to Enable access to Administrative Consoles Optionally uncheck the option to Deploy Sample Application Under Database Configuration For Name, select your DBCS instance from the pull-down menu For Administrator Username, enter sys For password, enter the administrator password you chose when creating your DBCS instance Under Load Balancer, leave response as no Under Backup and Recovery For Backup Destination, select Both Cloud Storage and Local Storage Enter a Cloud Storage Container name as we did when creating DBCS instance Enter your cloud account Username and Password Check the box to Create Cloud Storage Container

15 o Click Next Confirm step o Observe conformation of backup container creation o Verify other settings o Click Create It may take 20 to 30 minutes to create the instance. o To monitor progress, click the refresh button (circular arrow button to the right of the As of date-time) Once the service has been created, click on the service name to view details

16 Observe details and note the Public IP of our JCS instance

17 Click the button to the right of your JCS name and select Open WebLogic Server Console You should see the WebLogic Server Console log in page.

18 Deploy Map Visualization Component to JCS instance A generic deployment tutorial is available here which is a helpful reference for understanding the deployment flow. However details are slightly different in some steps in order configure the Map Visualization Component. So it s important to follow the steps below. In your browser WebLogic Server Console log in page: Log in with the user weblogic and the password you defined when creating the instance. At the top left, click the button Lock & Edit On the left under Domain Structure, click Deployments In the middle under Deployments, click Install Above the Path textbox, click the link to Upload your file(s)

19 Next to Deployment Archive, click Browse and open mapviewer.ear which you downloaded earlier

20 Click Next and wait for the upload to complete. o Upload % complete is displayed on the lower left corner of your browser When complete you will see a message indicating upload successful. Click Next Under Choose installation type and scope, leave the default selection ( Install this deployment as an application ) Click Next Under Clusters check the option for All servers in the cluster

21 Click Next Under General, leave the name as mapviewer Click Next Under Additional Configuration leave default ( Yes, take me to the deployment's configuration screen. ) Click Finish At top left, click button Activate Changes In the middle under Settings for mapviewer, click the tab Control Check the box next to mapviewer Click on the menu Start and select Servicing all requests

22 Click Yes when prompted to confirm You should now see mapviewer state is Active

23 Click the tab Testing Under Name, expand mapviewer This shows us the Map Visualization Component URL, where you replace the server name with the JCS public IP Note the port shown in URLs under Test Point is the Managed Server listen port We must open port 9073 in order to access the Map Visualization Component Return to your JCS instance details page Click on the menu to the right of your JCS instance name and select Access Rules

24 Click the button Create Rule Enter a name, such as port_9073 For Source, select PUBLIC-INTERNET For Destination, select WLS_MANAGED_SERVER For Destination Port(s), enter 9073 Leave Protocol as TCP Click Create

25 Verify that the new access rule is listed. In a new browser tab, navigate to the Map Visualization Component URL o JCS Public IP]:9073/mapviewer Log in using user weblogic and the password you defined when creating your JCS instance.

26 The Map Visualization Component is now deployed to Java Cloud Service and ready to be used with your Database Cloud Service instance for development. Document date Contact:

Deploy In-Memory Parallel Graph Analytics (PGX) to Oracle Java Cloud Service (JCS)

Deploy In-Memory Parallel Graph Analytics (PGX) to Oracle Java Cloud Service (JCS) Deploy In-Memory Parallel Graph Analytics (PGX) to Oracle Java Cloud Service (JCS) Overview This document provides detailed steps required to deploy PGX to Java Cloud Service Instance. This exercise is

More information

How To Enable Oracle Database Cloud Service with Property Graph Capabilities

How To Enable Oracle Database Cloud Service with Property Graph Capabilities How To Enable Oracle Database Cloud Service with Property Graph Capabilities Overview This document provides detailed steps required to use the property graph capabilities in Oracle Database Cloud Service.

More information

My First Day with Oracle SOA Cloud Service

My First Day with Oracle SOA Cloud Service My First Day with Oracle SOA Cloud Service 1 Provisioning Oracle SOA Cloud Service Introduction Before beginning this portion of the tutorial, you should have already completed these OBEs: Creating a Secure

More information

Student Lab Manual MS101.1x: Microsoft 365 Security Management

Student Lab Manual MS101.1x: Microsoft 365 Security Management Student Lab Manual MS101.1x: Microsoft 365 Security Management Lab Scenario You are the system administrator for Adatum Corporation, and you have Microsoft 365 deployed in a virtualized lab environment.

More information

Contents Overview... 5 Downloading Primavera Gateway... 5 Primavera Gateway On-Premises Installation Prerequisites... 6

Contents Overview... 5 Downloading Primavera Gateway... 5 Primavera Gateway On-Premises Installation Prerequisites... 6 Gateway Installation and Configuration Guide for On-Premises Version 17 September 2017 Contents Overview... 5 Downloading Primavera Gateway... 5 Primavera Gateway On-Premises Installation Prerequisites...

More information

Lab 2: Setting up secure access

Lab 2: Setting up secure access Lab 2: Setting up secure access Oracle Database Cloud Service Hands On Lab This lab is divided into 3 parts 1. Securely Connecting to DBCS instance using Putty 2. Configuring SQL Developer for Secure Access

More information

Print Station. Point-and-Click Printing WHITE PAPER

Print Station. Point-and-Click Printing WHITE PAPER Print Station Point-and-Click Printing WHITE PAPER Contents Overview 3 Printing with Print Station 4 Easy-to-use Browser Interface 4 Familiar Folder Navigation 5 Search Functionality 6 Informative Display

More information

1. INTRODUCTION to Object Storage

1. INTRODUCTION to Object Storage 1. INTRODUCTION to Object Storage Welcome to AURO Enterprise Cloud! This document will be help you get started using our Object Storage service. Object Storage is a storage system where objects are stored

More information

SUREedge DR Installation Guide for Windows Hyper-V

SUREedge DR Installation Guide for Windows Hyper-V SUREedge DR Installation Guide for Windows Hyper-V Contents 1. Introduction... 2 1.1 SUREedge DR Deployment Scenarios... 2 1.2 Installation Overview... 3 2. Obtaining SUREedge Software and Documentation...

More information

Contents Overview... 5 Upgrading Primavera Gateway... 7 Using Gateway Configuration Utilities... 9

Contents Overview... 5 Upgrading Primavera Gateway... 7 Using Gateway Configuration Utilities... 9 Gateway Upgrade Guide for On-Premises Version 17 August 2017 Contents Overview... 5 Downloading Primavera Gateway... 5 Upgrading Primavera Gateway... 7 Prerequisites... 7 Upgrading Existing Gateway Database...

More information

DEPLOYMENT GUIDE Version 1.0. Deploying F5 with Oracle Fusion Middleware WebCenter 11gR1

DEPLOYMENT GUIDE Version 1.0. Deploying F5 with Oracle Fusion Middleware WebCenter 11gR1 DEPLOYMENT GUIDE Version 1.0 Deploying F5 with Oracle Fusion Middleware WebCenter 11gR1 Introducing the F5 and Oracle WebCenter configuration Welcome to the F5 and Oracle WebCenter deployment guide. This

More information

Azure for On-Premises Administrators Practice Exercises

Azure for On-Premises Administrators Practice Exercises Azure for On-Premises Administrators Practice Exercises Overview This course includes optional practical exercises where you can try out the techniques demonstrated in the course for yourself. This guide

More information

Installing Oracle WebCenter Sites on Oracle Java Cloud Service

Installing Oracle WebCenter Sites on Oracle Java Cloud Service Installing Oracle WebCenter Sites 12.2.1.2 on Oracle Java Cloud Service Setup, configure Oracle WebCenter Sites products on JCS ORACLE WEBCENTER SITES NOVEMBER 2017 Disclaimer The following is intended

More information

What s New for Oracle Java Cloud Service. On Oracle Cloud Infrastructure and Oracle Cloud Infrastructure Classic. Topics: Oracle Cloud

What s New for Oracle Java Cloud Service. On Oracle Cloud Infrastructure and Oracle Cloud Infrastructure Classic. Topics: Oracle Cloud Oracle Cloud What's New for Oracle Java 18.4.4 E64762-48 December 2018 What s New for Oracle Java This document describes what's new in Oracle Java on all infrastructure platforms where it's available:

More information

1. Configuring Azure and EBP for a simple demo

1. Configuring Azure and EBP for a simple demo 1. Configuring Azure and EBP for a simple demo These steps assume you already have an Azure subscription and at least familiarity with the Azure portal. Create a new App Service Search for Apache Tomcat

More information

Infinity Management Guide

Infinity Management Guide Infinity Management Guide 1. What is Infinity Management? Infinity Management is a deployment tool offered by Heimdal Security that will provide you the ability to deploy software within your organization

More information

SUREedge MIGRATOR INSTALLATION GUIDE FOR HYPERV

SUREedge MIGRATOR INSTALLATION GUIDE FOR HYPERV SUREedge MIGRATOR INSTALLATION GUIDE 5.0.1 FOR HYPERV 2025 Gateway Place, Suite #480, San Jose, CA, 95110 Important Notice This document is provided "as is" without any representations or warranties, express

More information

SUREedge MIGRATOR INSTALLATION GUIDE FOR NUTANIX ACROPOLIS

SUREedge MIGRATOR INSTALLATION GUIDE FOR NUTANIX ACROPOLIS SUREedge MIGRATOR INSTALLATION GUIDE 5.0.1 FOR NUTANIX ACROPOLIS 2025 Gateway Place, Suite #480, San Jose, CA, 95110 Important Notice This document is provided "as is" without any representations or warranties,

More information

SUREedge MIGRATOR INSTALLATION GUIDE FOR VMWARE

SUREedge MIGRATOR INSTALLATION GUIDE FOR VMWARE SUREedge MIGRATOR INSTALLATION GUIDE 5.0.1 FOR VMWARE 2025 Gateway Place, Suite #480, San Jose, CA, 95110 Important Notice This document is provided "as is" without any representations or warranties, express

More information

JBoss Portal Quickstart User Guide. Release 2.6.6

JBoss Portal Quickstart User Guide. Release 2.6.6 JBoss Portal 2.6.6 Quickstart User Guide Release 2.6.6 Table of Contents JBoss Portal - Overview... iii 1. Tutorial Forward...1 2. Installation...2 2.1. Downloading and Installing...2 2.2. Starting JBoss

More information

DEPLOYING A 3SCALE API GATEWAY ON RED HAT OPENSHIFT

DEPLOYING A 3SCALE API GATEWAY ON RED HAT OPENSHIFT TUTORIAL: DEPLOYING A 3SCALE API GATEWAY ON RED HAT OPENSHIFT This tutorial describes how to deploy a dockerized version of the 3scale API Gateway 1.0 (APIcast) that is packaged for easy installation and

More information

Ross Whetten, North Carolina State University

Ross Whetten, North Carolina State University Your First EC2 Cloud Computing Session Jan 2013 Ross Whetten, North Carolina State University BIT815 notes 1. After you set up your AWS account, and you receive the confirmation email from Amazon Web Services

More information

Student Lab Manual MS100.1x: Office 365 Management

Student Lab Manual MS100.1x: Office 365 Management Student Lab Manual MS100.1x: Office 365 Management Lab Scenario You are the system administrator for Adatum Corporation, and you have Office 365 deployed in a virtualized lab environment. In this lab,

More information

BACKUP APP V7 QUICK START GUIDE FOR SYNOLOGY NAS

BACKUP APP V7 QUICK START GUIDE FOR SYNOLOGY NAS BACKUP APP V7 QUICK START GUIDE FOR SYNOLOGY NAS Revision History Date Descriptions Type of modification 29 Jun 2016 First Draft New 25 Nov 2016 Modified Ch 3 Download Backup App, Ch 3 Install Backup App

More information

Oracle Big Data Cloud Platform

Oracle Big Data Cloud Platform Oracle Big Data Cloud Platform Guide for provisioning and accessing BDDCS ALYSSON SOUZA FEBRUARY 2017 Disclaimer The following is intended to guide Oracle Big Data Discovery Cloud Service subscribers through

More information

Hands-On Lab. Windows Azure Virtual Machine Roles. Lab version: Last updated: 12/14/2010. Page 1

Hands-On Lab. Windows Azure Virtual Machine Roles. Lab version: Last updated: 12/14/2010. Page 1 Hands-On Lab Windows Azure Virtual Machine Roles Lab version: 2.0.0 Last updated: 12/14/2010 Page 1 CONTENTS OVERVIEW... 3 EXERCISE 1: CREATING AND DEPLOYING A VIRTUAL MACHINE ROLE IN WINDOWS AZURE...

More information

Processing Big Data with Hadoop in Azure HDInsight

Processing Big Data with Hadoop in Azure HDInsight Processing Big Data with Hadoop in Azure HDInsight Lab 1 - Getting Started with HDInsight Overview In this lab, you will provision an HDInsight cluster. You will then run a sample MapReduce job on the

More information

Community.ASTC.org ASTC s new community website. Join a discussion Find resources and events Connect with other members of the field

Community.ASTC.org ASTC s new community website. Join a discussion Find resources and events Connect with other members of the field Community.ASTC.org ASTC s new community website Join a discussion Find resources and events Connect with other members of the field How to Join If you ve ever completed any transaction with ASTC, such

More information

Perceptive TransForm E-Forms Manager 8.x. Installation and Configuration Guide March 1, 2012

Perceptive TransForm E-Forms Manager 8.x. Installation and Configuration Guide March 1, 2012 Perceptive TransForm E-Forms Manager 8.x Installation and Configuration Guide March 1, 2012 Table of Contents 1 Introduction... 3 1.1 Intended Audience... 3 1.2 Related Resources and Documentation... 3

More information

Setup Middleware as a Service using EM12c

Setup Middleware as a Service using EM12c Setup Middleware as a Service using EM12c Date: 20/11/12 Author: Rob Zoeteweij http://oemgc.wordpress.com This paper will guide you through the steps necessary to allow your users to use Middleware as

More information

Configuring Commvault VirtualServer Protection to backup to Igneous

Configuring Commvault VirtualServer Protection to backup to Igneous Configuring Commvault VirtualServer Protection to backup to Igneous Introduction Commvault Virtual Server Protection (VSP) is a third-party enterprise backup software suite, allowing companies to backup

More information

my news on the go Tutorial

my news on the go Tutorial my news on the go Multi-Media Media Electronic Edition Tutorial What is my news on the go? My News On the Go is an electronic replica of the newspaper accessed through the internet with a secure login

More information

SC-T35/SC-T45/SC-T46/SC-T47 ViewSonic Device Manager User Guide

SC-T35/SC-T45/SC-T46/SC-T47 ViewSonic Device Manager User Guide SC-T35/SC-T45/SC-T46/SC-T47 ViewSonic Device Manager User Guide Copyright and Trademark Statements 2014 ViewSonic Computer Corp. All rights reserved. This document contains proprietary information that

More information

Threat Response Auto Pull (TRAP) - Installation Guide

Threat Response Auto Pull (TRAP) - Installation Guide Threat Response Auto Pull (TRAP) - Installation Guide Installation guide provides information on how to get Threat Response Auto Pull (TRAP) [/trapguides/trap-about/] up and running in your environment.

More information

Welcome to the CP Portal

Welcome to the CP Portal Welcome to the CP Portal Access your school documents from home Launch Internet Explorer and navigate to: https://files.cpcsc.k12.in.us/htcomnet/ Click on Continue to this website (not recommended) Key

More information

SmartCVS Tutorial. Starting the putty Client and Setting Your CVS Password

SmartCVS Tutorial. Starting the putty Client and Setting Your CVS Password SmartCVS Tutorial Starting the putty Client and Setting Your CVS Password 1. Open the CSstick folder. You should see an icon or a filename for putty. Depending on your computer s configuration, it might

More information

Proofpoint Threat Response

Proofpoint Threat Response Proofpoint Threat Response Threat Response Auto Pull (TRAP) - Installation Guide Proofpoint, Inc. 892 Ross Drive Sunnyvale, CA 94089 United States Tel +1 408 517 4710 www.proofpoint.com Copyright Notice

More information

Policy Manager for IBM WebSphere DataPower 7.2: Configuration Guide

Policy Manager for IBM WebSphere DataPower 7.2: Configuration Guide Policy Manager for IBM WebSphere DataPower 7.2: Configuration Guide Policy Manager for IBM WebSphere DataPower Configuration Guide SOAPMDP_Config_7.2.0 Copyright Copyright 2015 SOA Software, Inc. All rights

More information

Migrating vrealize Automation 6.2 to 7.1

Migrating vrealize Automation 6.2 to 7.1 Migrating vrealize Automation 6.2 to 7.1 vrealize Automation 7.1 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition.

More information

Configure the Cisco DNA Center Appliance

Configure the Cisco DNA Center Appliance Review Cisco DNA Center Configuration Wizard Parameters, page 1 Configure Cisco DNA Center Using the Wizard, page 5 Review Cisco DNA Center Configuration Wizard Parameters When Cisco DNA Center configuration

More information

Oracle Cloud Using Oracle Cloud Infrastructure Container Service Classic

Oracle Cloud Using Oracle Cloud Infrastructure Container Service Classic Oracle Cloud Using Oracle Cloud Infrastructure Container Service Classic E75878-07 September 2017 Oracle Cloud Using Oracle Cloud Infrastructure Container Service Classic, E75878-07 Copyright 2016, 2017,

More information

Chapter 6. Building Maps with ArcGIS Online

Chapter 6. Building Maps with ArcGIS Online Chapter 6 Building Maps with ArcGIS Online Summary: ArcGIS Online is an on-line mapping software that allows you to upload tables with latitude and longitude geographic coordinates to create map layers

More information

CCH Client Axcess Portal User Guide

CCH Client Axcess Portal User Guide CCH Client Axcess Portal User Guide Last Updated: October 2017 Client Portal Access or paste the below link into your web browser https://www.clientaxcess.com/#/login Please call our office at 212.245.5900

More information

VoiceThread Training

VoiceThread Training VoiceThread Training Contents Introduction... 2 Objectives... 2 Connecting to VoiceThread Initially... 2 Creating a VoiceThread Presentation... 4 Accessing Existing VoiceThread Presentations... 5 Sharing

More information

Bitnami Apache Solr for Huawei Enterprise Cloud

Bitnami Apache Solr for Huawei Enterprise Cloud Bitnami Apache Solr for Huawei Enterprise Cloud Description Apache Solr is an open source enterprise search platform from the Apache Lucene project. It includes powerful full-text search, highlighting,

More information

Oracle Service Bus. 10g Release 3 (10.3) October 2008

Oracle Service Bus. 10g Release 3 (10.3) October 2008 Oracle Service Bus Tutorials 10g Release 3 (10.3) October 2008 Oracle Service Bus Tutorials, 10g Release 3 (10.3) Copyright 2007, 2008, Oracle and/or its affiliates. All rights reserved. This software

More information

CCH Client Axcess User Guide

CCH Client Axcess User Guide CCH Client Axcess User Guide Green Hasson Janks Tips Best practice tips and shortcuts Icon Legend Notes Warning Informational notes about functions Important warnings about a function CCH Client Axcess

More information

CLD206x Compliance in Office 365: Data Governance

CLD206x Compliance in Office 365: Data Governance CLD206x Compliance in Office 365: Data Governance Student Lab Manual WARNING Be prepared for Office 365 UI changes Given the dynamic nature of Microsoft cloud tools, you may experience Office 365 user

More information

Load Balancing For Clustered Barracuda CloudGen WAF Instances in the New Microsoft Azure Management Portal

Load Balancing For Clustered Barracuda CloudGen WAF Instances in the New Microsoft Azure Management Portal Load Balancing For Clustered Barracuda CloudGen WAF Instances in the New Microsoft Azure Management This guide will walk you through the steps to load balance traffic across multiple instances of the Barracuda

More information

CCH Client Axcess Portal User Guide

CCH Client Axcess Portal User Guide CCH Client Axcess Portal User Guide Tips Best practice tips and shortcuts Icon Legend Notes Warning Informational notes about functions Important warnings about a function CCH Client Axcess https://www.clientaxcess.com

More information

OAM 2FA Value-Added Module (VAM) Deployment Guide

OAM 2FA Value-Added Module (VAM) Deployment Guide OAM 2FA Value-Added Module (VAM) Deployment Guide Copyright Information 2018. SecureAuth is a copyright of SecureAuth Corporation. SecureAuth s IdP software, appliances, and other products and solutions,

More information

BACKUP APP V7 CLOUUD FILE BACKUP & RESTORE GUIDE FOR WINDOWS

BACKUP APP V7 CLOUUD FILE BACKUP & RESTORE GUIDE FOR WINDOWS V7 CLOUUD FILE BACKUP & RESTORE GUIDE FOR WINDOWS Table of Contents 1 Overview... 1 1.1 About This Document... 7 2 Preparing for Backup and Restore... 8 2.1 Hardware Requirement... 8 2.2 Software Requirement...

More information

Add OKTA as an Identity Provider in EAA

Add OKTA as an Identity Provider in EAA Add OKTA as an Identity Provider in EAA Log in to Akamai Luna control center with administrative privileges. Select the correct contract which is provisioned for Enterprise Application Access (EAA). In

More information

USER GUIDE for Salesforce

USER GUIDE for Salesforce for Salesforce USER GUIDE Contents 3 Introduction to Backupify 5 Quick-start guide 6 Administration 6 Logging in 6 Administrative dashboard 7 General settings 8 Account settings 9 Add services 9 Contact

More information

Course CLD221x: Enabling Office 365 Clients

Course CLD221x: Enabling Office 365 Clients Course CLD221x: Enabling Office 365 Clients Student Lab Manual Lab Design There are five exercises in this lab, each of which contains one or more tasks. For a successful outcome to the lab, the exercises

More information

XIA Configuration Server

XIA Configuration Server XIA Configuration Server XIA Configuration Server v6 Cloud Services Quick Start Guide Tuesday, 20 May 2014 1 P a g e X I A C o n f i g u r a t i o n C l o u d S e r v i c e s Contents Overview... 3 Creating

More information

Veriato Recon / 360. Version 9.0.3

Veriato Recon / 360. Version 9.0.3 Veriato Recon / 360 Version 9.0.3 1/3/2018 Upgrade Guide January 3, 2018 Table of Contents Before You Begin... 1 What's New... 1 How the System Works... 1 Upgrade Support... 6 Update Antivirus Exclusions...

More information

Setting up Installer Oracle FLEXCUBE Universal Banking Release [April] [2014]

Setting up Installer Oracle FLEXCUBE Universal Banking Release [April] [2014] Setting up Installer Oracle FLEXCUBE Universal Banking Release 12.0.3.0.0 [April] [2014] Table of Contents 1. SETTING UP ORACLE FLEXCUBE INSTALLER... 1-1 1.1 INTRODUCTION... 1-1 1.2 SCOPE OF INSTALLER...

More information

LiveNX Upgrade Guide from v5.2.0 to v5.2.1

LiveNX Upgrade Guide from v5.2.0 to v5.2.1 LIVEACTION, INC. LiveNX Upgrade Guide from v5.2.0 to v5.2.1 UPGRADE LiveAction, Inc. 3500 Copyright WEST BAYSHORE 2016 LiveAction, ROAD Inc. All rights reserved. LiveAction, LiveNX, LiveUX, the LiveAction

More information

Deploying SOA Composites. Applications from Oracle JDeveloper to Oracle SOA Cloud Service

Deploying SOA Composites. Applications from Oracle JDeveloper to Oracle SOA Cloud Service Deploying SOA Composites and Oracle Service Bus Applications from Oracle JDeveloper to Oracle SOA Cloud Service Deploying SOA Composites and Oracle Service Bus Applications from Oracle JDeveloper to Oracle

More information

Oracle Cloud Using Oracle GoldenGate Cloud Service

Oracle Cloud Using Oracle GoldenGate Cloud Service Oracle Cloud Using Oracle GoldenGate Cloud Service E65310-21 March 2018 Oracle Cloud Using Oracle GoldenGate Cloud Service, E65310-21 Copyright 2015, 2018, Oracle and/or its affiliates. All rights reserved.

More information

EDB Postgres Enterprise Manager EDB Ark Management Features Guide

EDB Postgres Enterprise Manager EDB Ark Management Features Guide EDB Postgres Enterprise Manager EDB Ark Management Features Guide Version 7.6 January 9, 2019 by EnterpriseDB Corporation Copyright 2013-2019 EnterpriseDB Corporation. All rights reserved. EnterpriseDB

More information

Setting up Installer Oracle FLEXCUBE Universal Banking Release [May] [2016]

Setting up Installer Oracle FLEXCUBE Universal Banking Release [May] [2016] Setting up Installer Oracle FLEXCUBE Universal Banking Release 12.2.0.0.0 [May] [2016] Table of Contents 1. SETTING UP ORACLE FLEXCUBE INSTALLER... 1-1 1.1 INTRODUCTION... 1-1 1.2 SCOPE OF INSTALLER...

More information

LIVENX UPGRADE GUIDE (AIO)

LIVENX UPGRADE GUIDE (AIO) LIVEACTION, INC. LIVENX UPGRADE GUIDE 7.0.1 (AIO) UPGRADE LiveAction, Inc. 3500 Copyright WEST BAYSHORE 2017 LiveAction, ROAD Inc. All rights reserved. LiveAction, LiveNX, LiveUX, the LiveAction Logo and

More information

Lab 3. On-Premises Deployments (Optional)

Lab 3. On-Premises Deployments (Optional) Lab 3 On-Premises Deployments (Optional) Overview This Lab is considered optional to the completion of the API-Led Connectivity Workshop. Using Runtime Manager, you can register and set up the properties

More information

Quick Start Guide TABLE OF CONTENTS COMMCELL ARCHITECTURE OVERVIEW COMMCELL SOFTWARE DEPLOYMENT INSTALL THE COMMSERVE SOFTWARE

Quick Start Guide TABLE OF CONTENTS COMMCELL ARCHITECTURE OVERVIEW COMMCELL SOFTWARE DEPLOYMENT INSTALL THE COMMSERVE SOFTWARE Page 1 of 35 Quick Start Guide TABLE OF CONTENTS This Quick Start Guide is designed to help you install and use a CommCell configuration to which you can later add other components. COMMCELL ARCHITECTURE

More information

Data Source Connection

Data Source Connection Data Source Connection Microsoft Excel Jump To Enterprise Professional (Cloud) Enterprise Prerequisites Download and install the appropriate Microsoft ODBC driver for your version of Microsoft Excel. This

More information

Oracle Cloud Getting Started with Remote Data Connector for Oracle Analytics Cloud

Oracle Cloud Getting Started with Remote Data Connector for Oracle Analytics Cloud Oracle Cloud Getting Started with Remote Data Connector for Oracle Analytics Cloud E67875-06 May 2018 Oracle Cloud Getting Started with Remote Data Connector for Oracle Analytics Cloud, E67875-06 Copyright

More information

Installing and Configuring vcloud Connector

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

More information

Perceptive TransForm E-Forms Manager

Perceptive TransForm E-Forms Manager Perceptive TransForm E-Forms Manager Installation and Setup Guide Version: 8.x Date: February 2017 2016-2017 Lexmark. All rights reserved. Lexmark is a trademark of Lexmark International Inc., registered

More information

Hello, and welcome to the Alexicomtech tutorial. I will show you step by step how to set up your interactive pages. Please feel free to ask questions

Hello, and welcome to the Alexicomtech tutorial. I will show you step by step how to set up your interactive pages. Please feel free to ask questions Hello, and welcome to the Alexicomtech tutorial. I will show you step by step how to set up your interactive pages. Please feel free to ask questions at any time. The first step is to open your internet

More information

METADATA FRAMEWORK 6.3. and High Availability

METADATA FRAMEWORK 6.3. and High Availability METADATA FRAMEWORK 6.3 and High Availability Publishing Information Software version 6.3.160 Document version 4 Publication date May 22, 2017 Copyright (c) 2005-2017 Varonis Systems Inc. All rights reserved.

More information

Oracle SOA Suite/BPM Suite VirtualBox Appliance. Introduction and Readme

Oracle SOA Suite/BPM Suite VirtualBox Appliance. Introduction and Readme Oracle SOA Suite/BPM Suite VirtualBox Appliance Introduction and Readme Table of Contents 1 VirtualBox Appliance...3 1.1 Installed Software... 3 1.2 Settings... 4 1.3 User IDs... 4 1.4 Domain Configurations...

More information

Deploying Oracle FLEXCUBE Application on WebLogic Oracle FLEXCUBE Universal Banking Release [September] [2013] Part No.

Deploying Oracle FLEXCUBE Application on WebLogic Oracle FLEXCUBE Universal Banking Release [September] [2013] Part No. Deploying Oracle FLEXCUBE Application on WebLogic Oracle FLEXCUBE Universal Banking Release 12.0.2.0.0 [September] [2013] Part No. E49740-01 Table of Contents 1. DEPLOYING ORACLE FLEXCUBE ON WEBLOGIC...

More information

DEPLOYMENT GUIDE DEPLOYING F5 WITH ORACLE ACCESS MANAGER

DEPLOYMENT GUIDE DEPLOYING F5 WITH ORACLE ACCESS MANAGER DEPLOYMENT GUIDE DEPLOYING F5 WITH ORACLE ACCESS MANAGER Table of Contents Table of Contents Introducing the F5 and Oracle Access Manager configuration Prerequisites and configuration notes... 1 Configuration

More information

IBM Single Sign On for Bluemix Version December Identity Bridge Configuration topics

IBM Single Sign On for Bluemix Version December Identity Bridge Configuration topics IBM Single Sign On for Bluemix Version 2.0 28 December 2014 Identity Bridge Configuration topics IBM Single Sign On for Bluemix Version 2.0 28 December 2014 Identity Bridge Configuration topics ii IBM

More information

Setting Up the Server

Setting Up the Server Managing Licenses, page 1 Cross-launch from Prime Collaboration Provisioning, page 5 Integrating Prime Collaboration Servers, page 6 Single Sign-On for Prime Collaboration, page 7 Changing the SSL Port,

More information

IT Access Portal User Guide (Employees)

IT Access Portal User Guide (Employees) IT Access Portal User Guide (Employees) Introduction The University of Salford IT Access Portal provides University employees with secure, off-campus access to core IT applications and resources; for example:

More information

GAINING ACCESS TO THE TxPHIN PORTAL

GAINING ACCESS TO THE TxPHIN PORTAL The Texas Public Health Information Network (TxPHIN) is an online portal containing a collection of applications, such as the Health Alert Network and Document Sharing, which provide users with a range

More information

DocAve 5 to DocAve 6 Upgrade

DocAve 5 to DocAve 6 Upgrade DocAve 5 to DocAve 6 Upgrade User Guide Service Pack 2, Cumulative Update 2 Revision H Issued June 2013 DocAve 6: Archiver 1 Table of Contents Submitting Documentation Feedback to AvePoint... 4 About the

More information

umapps Using umapps 6/14/2017 Brought to you by: umtech & The Center for Teaching & Learning

umapps Using umapps 6/14/2017 Brought to you by: umtech & The Center for Teaching & Learning umapps Using umapps Center for Teaching and Learning (CTL) 100 Administration Bldg., Memphis, TN 38152 Phone: 901.678.8888 Email: itstrainers@memphis.edu Center for Teaching and Learning Website 6/14/2017

More information

Microsoft Azure Fundamentals: Azure identity Practical Exercises

Microsoft Azure Fundamentals: Azure identity Practical Exercises Microsoft Azure Fundamentals: Azure identity Practical Exercises Overview This course includes optional practical exercises where you can try out the techniques demonstrated in the course for yourself.

More information

Microsoft SkyDrive Tutorial

Microsoft SkyDrive Tutorial & Microsoft Live@edu SkyDrive Tutorial TABLE OF CONTENTS Introduction... 2 Logging In... 3 Logging In Through Your Faculty Portal... 7 Adding Documents to Your SkyDrive... 13 Create a Folder... 13 Share

More information

EdgeConnect for Amazon Web Services (AWS)

EdgeConnect for Amazon Web Services (AWS) Silver Peak Systems EdgeConnect for Amazon Web Services (AWS) Dinesh Fernando 2-22-2018 Contents EdgeConnect for Amazon Web Services (AWS) Overview... 1 Deploying EC-V Router Mode... 2 Topology... 2 Assumptions

More information

INSTALL GUIDE AMC DIRECT DEBIT FOR MICROSOFT DYNAMICS AX 7. AMC Consult A/S Published: November 16

INSTALL GUIDE AMC DIRECT DEBIT FOR MICROSOFT DYNAMICS AX 7. AMC Consult A/S Published: November 16 INSTALL GUIDE AMC DIRECT DEBIT FOR MICROSOFT DYNAMICS AX 7 AMC Consult A/S Published: November 16 Contents 1 Introduction... 3 2 Distribution... 4 3 Installation... 5 3.1 Prerequisites... 5 3.2 Installing

More information

DataMan. version 6.5.4

DataMan. version 6.5.4 DataMan version 6.5.4 Contents DataMan User Guide 1 Introduction 1 DataMan 1 Technical Specifications 1 Hardware Requirements 1 Software Requirements 2 Ports 2 DataMan Installation 2 Component Installation

More information

Creating Domain Templates Using the Domain Template Builder 11g Release 1 (10.3.6)

Creating Domain Templates Using the Domain Template Builder 11g Release 1 (10.3.6) [1]Oracle Fusion Middleware Creating Domain Templates Using the Domain Template Builder 11g Release 1 (10.3.6) E14139-06 April 2015 This document describes how to use the Domain Template Builder to create

More information

Bitnami MEAN for Huawei Enterprise Cloud

Bitnami MEAN for Huawei Enterprise Cloud Bitnami MEAN for Huawei Enterprise Cloud Description Bitnami MEAN Stack provides a complete development environment for mongodb and Node.js that can be deployed in one click. It includes the latest stable

More information

Lab 1 - Getting started with OIM 11g

Lab 1 - Getting started with OIM 11g Lab 1 - Getting started with OIM 11g Contents Lab 1 - Getting started with OIM 11g... 1 1. Introduction... 1 2. Contents... 3 2.1 VM Accessibility... 3 2.2 Understand directory structures... 4 2.3 Database

More information

SymmetricDS Pro Quick Start Guide

SymmetricDS Pro Quick Start Guide SymmetricDS Pro Quick Start Guide v3.5 Copyright 2007-2013 Eric Long, Chris Henson, Mark Hanes, Greg Wilmer, Austin Brougher Permission to use, copy, modify, and distribute the SymmetricDS Pro Quick Start

More information

Alliance Key Manager AKM for AWS Quick Start Guide. Software version: Documentation version:

Alliance Key Manager AKM for AWS Quick Start Guide. Software version: Documentation version: Alliance Key Manager AKM for AWS Quick Start Guide Software version: 4.0.0 Documentation version: 4.0.0.002 Townsend Security www.townsendsecurity.com 800.357.1019 +1 360.359.4400 Alliance Key Manager

More information

Tableau Server on Microsoft Azure:

Tableau Server on Microsoft Azure: Tableau Server on Microsoft Azure: Deployment Guidelines and Best Practices April 2017 Table of Contents Abstract...3 Introduction to Tableau With Microsoft Azure...3 Option 1 Self Deployment via Azure

More information

Contents Prerequisites... 5 Installing Contract Management Web Services... 11

Contents Prerequisites... 5 Installing Contract Management Web Services... 11 Installing and Configuring Contract Management Web Services July 2014 Contents Prerequisites... 5 Base Contract Management Installation... 5 Java Runtime Environment Requirements... 5 Contract Management

More information

Enable SSH Access on the Tenable Virtual Appliance (4.4.x-4.7.x) Last Revised: February 27, 2018

Enable SSH Access on the Tenable Virtual Appliance (4.4.x-4.7.x) Last Revised: February 27, 2018 Enable SSH Access on the Tenable Virtual Appliance (4.4.x-4.7.x) Last Revised: February 27, 2018 Table of Contents Introduction 3 Requirements 4 Terminology 5 Generate the Key File 6 Generate a Key for

More information

Version 6.1 Release Notes and Installation Guide

Version 6.1 Release Notes and Installation Guide Version 6.1 Release Notes and Copyright 2013 Metalogix International. All Rights Reserved. This software is protected by copyright law and international treaties. Unauthorized reproduction or distribution

More information

Introduction The goal of this article is to clarify a few questions about Oracle's installation and its many different available modules.

Introduction The goal of this article is to clarify a few questions about Oracle's installation and its many different available modules. Elipse Knowledgebase Installing Oracle 11g Database. Introduction The goal of this article is to clarify a few questions about Oracle's installation and its many different available modules. Differences

More information

Bitnami JRuby for Huawei Enterprise Cloud

Bitnami JRuby for Huawei Enterprise Cloud Bitnami JRuby for Huawei Enterprise Cloud Description JRuby is a 100% Java implementation of the Ruby programming language. It is Ruby for the JVM. JRuby provides a complete set of core built-in classes

More information

SharpSchool Chapter 7 USER MANUAL EXTERNAL LINK PAGE For more information, please visit:

SharpSchool Chapter 7 USER MANUAL EXTERNAL LINK PAGE For more information, please visit: SHARPSCHOOL USER MANUAL CHAPTER 7 EXTERNAL LINK PAGE For more information, please visit: www.customernet.sharpschool.com www.sharpschool.com 0 TABLE OF CONTENTS 1. 2. 3. 4. INTRODUCTION... 1 KEY INFORMATION...

More information

Analytics Installation and Configuration Guide for On-Premises

Analytics Installation and Configuration Guide for On-Premises Analytics Installation and Configuration Guide for On-Premises Version 18 December 2018 Contents About this Guide... 5 About Primavera Analytics... 5 About Primavera Data Warehouse... 5 About Oracle Business

More information

Lab 03 Finish and Deploy an Application. Lab 3-1: Add DELETE to the Spring Boot REST Application

Lab 03 Finish and Deploy an Application. Lab 3-1: Add DELETE to the Spring Boot REST Application Lab 03 Finish and Deploy an Application In this lab, you ll finish your version of the application featured in Lab 1. This includes creating the remaining REST calls. Test your work locally as you develop.

More information