Kony MobileFabric. Kony Messaging Services On-Premises Installation Guide - Linux

Size: px
Start display at page:

Download "Kony MobileFabric. Kony Messaging Services On-Premises Installation Guide - Linux"

Transcription

1 Kony MobileFabric Kony Messaging Services On-Premises Installation Guide - Linux Release 5.6 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and the document version stated on the Revision History page. Remember to always view and download the latest document version relevant to the software release you are using.

2 Copyright 2013 by Kony, Inc. All rights reserved. August, 2014 This document contains information proprietary to Kony, Inc., is bound by the Kony license agreements and may not be used except in the context of understanding the use and methods of Kony Inc, software without prior, express, written permission. Kony, Empowering Everywhere, Kony MobileFabric, and Kony Visualizer are trademarks of Kony, Inc. Microsoft, the Microsoft logo, Internet Explorer, Windows, and Windows Vista are registered trademarks of Microsoft Corporation. Apple, the Apple logo, itunes, iphone, ipad, OS X, Objective-C, Safari, and Xcode are registered trademarks of Apple, Inc. Google, the Google logo, Android, and the Android logo are registered trademarks of Google, Inc. Chrome is a trademark of Google, Inc. BlackBerry, PlayBook, Research in Motion, and RIM are registered trademarks of BlackBerry. All other terms, trademarks, or service marks mentioned in this document have been capitalized and are to be considered the property of their respective owners. Copyright 2013 Kony, Inc. All rights reserved. Page 2 of 23

3 Revision History Date Document Version Description of Modifications/Release 12/02/ Initial Release 05/14/ Document Release for /02/ /21/ Updated Troubleshooting section Added Note for "JDK bit" in the section "Installing the KMS" Updated the complete Kony Messaging Services On-Premises Installation Guide Linux for release Copyright 2013 Kony, Inc. All rights reserved. Page 3 of 23

4 Table of Contents 1. Introduction Intended Audience Typographical Conventions Reference Documents Contact Us 6 2. Prerequisites Software Requirements Hardware Requirements Creating the Installation User for Linux 7 3. Corporate Firewall Settings 8 4. Pre-installation Tasks Install JDK 1.7 or Higher Version Install Java Environment and Configure JAVA_HOME KMS Files Installing KMS on Linux Installation Procedure Post Installation Tasks Start KMS Server - Tomcat Start KMS Server - JBoss Troubleshooting Error Message Error Message JBoss Server Behind Proxy For HTTP: For HTTPS: 23 Copyright 2013 Kony, Inc. All rights reserved. Page 4 of 23

5 1. Introduction Kony Messaging Services (KMS) provides generic push notifications service that allows you to send push notifications to mobile devices running different platforms (for example iphone, Android, BlackBerry, and Windows.) Enterprises can use KMS in order to send notifications to applications. In general push notifications are alert notifications. They are sent to only those applications which are subscribed to KMS. The subscribed applications may have different set of message audiences. Using the KMS, user can also define the message target. For example, a banking enterprise uses KMS to send promotional offer as notifications to its Retail Banking application. In this case, end-users who have installed the retail banking applications (and also subscribed to retail banking application) on their mobile device receive the promotional offer in the form of push notification. Note: Graphical user interface environment of the KPNS console is also referred as Kony Messaging Services (KMS). But due to technical reasons, only back-end details related to the console still carry KPNS name such as database script names, database names: - ORACLE_KPNSDB_Create.sql - kpnsdb, DB2_KPNSDB_Create.sql - SCHEMA KPNSQA - Database Name (DEFAULT: kpnsdb): kpnsdb This document explains how to install the KMS console. 1.1 Intended Audience This document is intended for engineers or developers who are responsible for installing and configuring KMS. We assume that the reader of this document is familiar with installing applications in a Linux environment. 1.2 Typographical Conventions Following are the typographical conventions used throughout the document: Convention Explanation User input text, system prompts and responses File Path Monospace Commands Program Code File Names Emphasis Italic Names of Books and Documents New Terminology Copyright 2013 Kony, Inc. All rights reserved. Page 5 of 23

6 Convention Bold URL Note: Important! Windows Menus Buttons Icons Fields Tabs Active link to a URL Explanation Provides helpful hints or additional information Highlights actions or information that might cause problems to systems or data 1.3 Reference Documents 1. Kony Database Setup Guide (Oracle/MySQL/MSSQL) 2. Kony Messaging Services Console User Guide 1.4 Contact Us We welcome your feedback on our documentation. us at techpubs@kony.com. For technical questions, suggestions, comments or to report problems on Kony's product line, contact productsupport@kony.com. Copyright 2013 Kony, Inc. All rights reserved. Page 6 of 23

7 2. Prerequisites The following sections provide you the information to understand the hardware and software required to install KMS Software Requirements For software system requirements, click here Note: Database (Metrics / KMS DB / KPNSDB) * Database is shared across instances. To configure Oracle, user should have DBA credentials for Oracle, and Service ID for KMS. 2.2 Hardware Requirements Component Processor Memory Internal Storage Network Operating System Requirement Dual Core Processor 8 GB 150 GB 100 Mbps Ethernet Interface Card Linux-CentOS Bit 2.3 Creating the Installation User for Linux To create a new user, follow these steps: Note: For security and administrative reasons, install and run KMS Installer as non-root user. # adduser core # passwd core Copyright 2013 Kony, Inc. All rights reserved. Page 7 of 23

8 3. Corporate Firewall Settings The following firewall settings need to be configured for successful KMS installation. Source Destination Ports Protocol Direction Action Description KMS Server KMS Server KMS Server Internal Corporate WiFi router for Mobile Devices Internal Corporate WiFi router for Mobile Devices Internal Corporate WiFi router for Mobile Devices ehcache internode communication android.apis.google.com, android.googleapis.com gateway.push.apple.com, gateway.sandbox.push.apple.com feedback.push.apple.com, feedback.sandbox.push.apple.co m gateway.push.apple.com, feedback.push.apple.com, gateway.sandbox.push.apple.co m, feedback.sandbox.push.apple.co m ax.init.itunes.apple.com, ocsp.apple.com android.apis.google.com, android.googleapis.com 443 TCP Both Allow 2195 TCP Both Allow 2196 TCP Both Allow 5223 TCP Both Allow 80, 443 TCP Both Allow 443 TCP Both Allow between all KMS server nodes TCP Both Allow Allow the KMS Server to access Google's C2DM service Allow the KMS Server to access Apple's APNs service Allow the KMS server to access Apple's APNs service Apple devices will connect to APNs servers through this port. Apple devices will connect to public Apple OCSP and itunes service through this port. Android devices will connect to GCM through this port. For distributed caching Copyright 2013 Kony, Inc. All rights reserved. Page 8 of 23

9 APNS works only with SOCKS proxy type because of the current technical limitation from Apple to communicate the below push notification ports when a proxy server is in place between KMS server and the firewall. TCP port 2195 (used to send notifications to the APNs) TCP port 2196 (used by the APNs feedback service) Alternatively as a work around, to communicate with the above ports, the system on which the KMS server is installed should bypass the proxies and communicate with the firewall directly. Copyright 2013 Kony, Inc. All rights reserved. Page 9 of 23

10 4. Pre-installation Tasks Before you begin the installation of KMS Installer, you need to perform the following pre-installation tasks to successfully run the installer. 1. Install JDK 1.7 or higher version 4.1 Install JDK 1.7 or Higher Version Before starting KMS installation, download and install Oracle/Sun JDK1.7.0_45 or higher for Linux. The Oracle/Sun JDK for Linux can be downloaded from JDK web page after accepting the Oracle Binary Code License Agreement for Java SE. 4.2 Install Java Environment and Configure JAVA_HOME Perform the following steps to install Java environment: 1. Log in as root user and execute the following commands: # mkdir -p /usr/java # cd <Files_Location> # cp <Files_Location>/jdk-7u45-linux-x64.bin/usr/java # cd /usr/java && chmod a+x *.bin #./jdk-7u45-linux-x64.bin 2. Set the below Java path in.bash_profile or.bashrc files for core and root users. $ vi /home/core/.bash_profile Set JAVA path in file.bash_profile or.bashrc in /User Home directory by appending in it the following lines: export JAVA_HOME=/usr/java/jdk1.7.0_45 export PATH=$JAVA_HOME/bin:$PATH export PATH=$PATH:/usr/sfw/lib/gcc:/usr/sfw/bin 3. Check the Java version installed on your machine using the following command: $ su - core $ java version The following information is displayed: java version "1.7.0_45" Java(TM) SE Runtime Environment (build 1.7.0_45-b10) Java HotSpot(TM) 64-Bit Server VM (build b01, mixed mode) Note: If your output does not match the above output, ensure to update the Java Home in.bash_ profile. Kony provides you with an installer to install the KMS. Note: The KMS_installer file includes installers for Tomcat and Jboss. Copyright 2013 Kony, Inc. All rights reserved. Page 10 of 23

11 Download the KMS Installer from the developer portal by using your developer portal credentials in a zip format, for example KMS-Installer-linux-<version>.GA.zip After downloading the zip file, extract it to get the bin file, for example: KMS_installer- <version>.ga.bin Copyright 2013 Kony, Inc. All rights reserved. Page 11 of 23

12 5. KMS Files Kony provides the following files for KMS: kpns.war- Application war file that is deployed on the application server. kpns-resources.tar - An extracted kpns-resources.tar archive contains the following files: o o o o jboss - This folder contains the datasource and JMS XML configurations. schema - This folder contains the XML schema definitions for Subscription and Messaging. Database scripts - This folder contains the database scripts for creating and dropping the schema. The scripts for KPNS are available at: configresource.xml - An XML file containing the configuration properties. o database.properties - o pns-ehcache.xml - o kpns-log4j.properties - This file is used to control the application logging. Copy configresource.xml, database.properties, pns-ehcache.xml, and kpnslog4j.properties to /data/kpns-config folder. Important! For the USERMGMT and KPNSDB the jdbc configurations for the schemas are done at the application server level. For the QUARTZALONE schema the jdbc configurations are to be done in the applicationcontext.xml file. Copyright 2013 Kony, Inc. All rights reserved. Page 12 of 23

13 6. Installing KMS on Linux Note: If user has to install KMS on a different partition other than user home directory, please ensure read/write execute permissions. This section of the document provides you with the instructions for installing and configuring the KMS Console. Important! Ensure that you have the required hardware and access to the supporting software as mentioned in the Prerequisites section and performed the steps as mentioned in the Pre-installation Tasks section. Note: To install KMS, ensure that you have installed JDK bit or above on your machine. You must have administrative rights on your computer to install KMS. You have created a user to install the KMS into it. The <Install Location>Logs directory contains the log files documenting each invocation of the installer or uninstaller. Provide these log files to Kony when reporting an issue to help expedite problem identification. 6.1 Installation Procedure To install the KMS console using the installer, follow these steps: 1. Switch to the user that you created by executing the following command: # su - username 2. Press Enter. You will be prompted to enter the password. 3. Enter the password and press Enter. 4. Unzip the downloaded zip file and navigate to the folder KMS_Installer_Linux 5. Start the.bin file by executing the following command: [core@localhost kmsinstller]$./kms_installer-<version>.ga.bin Preparing to install... Extracting the installation resources from the installer archive... Configuring the installer for this system's environment... Launching installer... = KMS (created with InstallAnywhere) Preparing CONSOLE Mode Installation... Introduction InstallAnywhere will guide you through the installation of KMS. Copyright 2013 Kony, Inc. All rights reserved. Page 13 of 23

14 It is strongly recommended that you quit all programs before continuing with this installation. Respond to each prompt to proceed to the next step in the installation. If you want to change something on a previous step, type 'back'. You may cancel this installation at any time by typing 'quit'. PRESS <ENTER> TO CONTINUE: 6. Press Enter. The Choose Install Folder option appears. Type the location of the install folder. ======================================================================= Choose Install Folder Where would you like to install? Default Install Folder: /home/core/kms ENTER AN ABSOLUTE PATH, OR PRESS <ENTER> TO ACCEPT THE DEFAULT : Note: By default, the KMS is installs at the home directory of the user. 7. Press Enter. The Server Choice option appears. Type "1" to continue with Tomcat. Server Choice Please choose an application server of your choice : ->1- Tomcat 2- JBoss ENTER THE NUMBER FOR YOUR CHOICE, OR PRESS <ENTER> TO ACCEPT THE DEFAULT:: 1 8. Press Enter. The Port for Tomcat/Jboss option appears. Type the IP address and HTTP Port details for the application server. Port for Tomcat/Jboss Enter the IP Address and HTTP port you want to use for Tomcat NOTE: Port should be in between IP Address (DEFAULT: ): HTTP Port (DEFAULT: 8080): Copyright 2013 Kony, Inc. All rights reserved. Page 14 of 23

15 9. Press Enter. The Run DB Scripts option appears. Type "1" to create KPNS related database. Proxy Settings KMS is installed behind a proxy? 1- True ->2- False ENTER THE NUMBER FOR YOUR CHOICE, OR PRESS <ENTER> TO ACCEPT THE DEFAULT:: Note: If user selects choice as 1, the system displays the console below: ======================================================================= Proxy Port Please enter the proxy port Proxy Port (DEFAULT: 80): Press Enter. The Run DB Scripts option appears. Type "1" to create KMS related database. Run DB Scripts Option Do you want to create KMS related Databases? ->1- Yes 2- No ENTER THE NUMBER FOR YOUR CHOICE, OR PRESS <ENTER> TO ACCEPT THE DEFAULT:: 11. Press Enter. The Database Choice option appears. Type one of the options of your choice. Database Choice Select a Database of your choice : ->1- MySql 2- SQLServer 3- Oracle ENTER THE NUMBER FOR YOUR CHOICE, OR PRESS <ENTER> TO ACCEPT THE DEFAULT:: 1 Important! The Database IP and credentials console is same both for MySQL and MSSQL if you have selected option as either 1 or Press Enter. Based on your database choice, the Database IP and credentials option appears: for MySQL and MSSQL: Copyright 2013 Kony, Inc. All rights reserved. Page 15 of 23

16 =================================================================== Database IP and credentials Please enter the database server IP Database IP (DEFAULT: localhost): localhost Port (DEFAULT: 3306): 3306 Database Name (DEFAULT: kpnsdb): kpnsdb Username (DEFAULT: admin): dbclient ==================================================================== Enter Password for Database Please Enter the Password: ==================================================================== DB Connection Successful DB Connection Successful!!! PRESS <ENTER> TO ACCEPT THE FOLLOWING (OK): Important! The Database IP and credentials for Oracle differs than that from MySQL and MSSQL if you have selected option as 3. for Oracle: =================================================================== ==== Database IP and credentials Please enter the database server IP Database IP (DEFAULT: localhost): Port (DEFAULT: 1521): Instance Name (DEFAULT: ): Copyright 2013 Kony, Inc. All rights reserved. Page 16 of 23

17 Service Id (DEFAULT: ): konydb System Username (DEFAULT: admin): kpnsinstaller DB User for KPNS (DEFAULT: ): kpnsdoc ==================================================================== Enter Password for System User Please Enter the Password ==================================================================== Enter Password for Database User Please Enter the Password: ==================================================================== DB Connection Successful DB Connection Successful!!! PRESS <ENTER> TO ACCEPT THE FOLLOWING (OK): Important! Ensure that the details provided are correct and database connection is successful. If you do not see "Successful" in the option, you need to provide the database IP and credentials again. Repeat Step Press Enter. If the database for MySQL and MSSQL already exists, the following warning message appears. Select the appropriate option to proceed further. Warning - Database already exists" >1- Go back to provide database details 2- Skip creating database 3- Abort installation Important! In case of Oracle the installer creates the user in the database. If user already exists in case of Oracle, the following warning message appears: Copyright 2013 Kony, Inc. All rights reserved. Page 17 of 23

18 Warning - User already exists? >1- Go back to provide database details 2- Skip creating database 3- Abort installation 14. Press Enter. The HTTP or HTTPS option appears. Type "1" to configure SSL. Important! If you want to configure SSL, you must have SSL certificates. HTTP or HTTPS Want to configure SSL? ->1- Yes 2- No ENTER THE NUMBER FOR YOUR CHOICE, OR PRESS <ENTER> TO ACCEPT THE DEFAULT:: Press Enter. The HTTPS Port option appears. Type the port details for HTTPS. HTTPS Port HTTPS Port (DEFAULT: 443): 16. Press Enter. The SSL at Tomcat level option appears. Type the certificates and Press Enter. SSL at Tomcat level Please provide the following details Path to Keystore File (DEFAULT: ): /media/sf_shared/kpns_test_ installers/konywildnew.jks Type of Keystore (DEFAULT: JKS): Enter Password for keystore file Please Enter the Password: For example, SSL certificate for Tomcat. 17. The Pre-Installation Summary option appears on the console. Review the features being installed and Copyright 2013 Kony, Inc. All rights reserved. Page 18 of 23

19 press Enter. Pre-Installation Summary Please Review the Following Before Continuing: Product Name: KMS Install Folder: /home/core/kms Link Folder: /home/core/kms Disk Space Information (for Installation Target): Required: 545,156,503 Bytes Available: 39,379,271,680 Bytes PRESS <ENTER> TO CONTINUE: 18. The Ready to Install option appears. Press Enter to continue the installer. Ready To Install InstallAnywhere is now ready to install KMS onto your system at the following location: /home/core/kms PRESS <ENTER> TO INSTALL: 19. The Installation progress appears on the console. Installing [================= ================= ================= =================] [ ] 20. Once the installation is completed, press Enter to exit from the installer. Installation Complete Congratulations. KMS has been successfully installed to: Copyright 2013 Kony, Inc. All rights reserved. Page 19 of 23

20 /home/core/kms PRESS <ENTER> TO EXIT THE INSTALLER: Copyright 2013 Kony, Inc. All rights reserved. Page 20 of 23

21 7. Post Installation Tasks After you have installed the KMS, complete the post-installation tasks to configure your server as required. Few steps have to be performed to verify the database successful installation and provide access permissions on some tables. Note: By default configresource.xml file contains default encoding as UTF-8 that supports other than Arabic and Chinese. In addition to the above, if KMS need to support Arabic and Chinese, configure default encoding as UTF-16 in the configresource.xml file in the../kms/kpns-resources location. Note: Follow the below sections only if u have not started the KMS as a service. 7.1 Start KMS Server - Tomcat To launch KMS server, follow these steps: Note: Tomcat logs are stored in <drive>:/kms/tomcat/instance*/logs folder. 1. Navigate to the installdir/tomcat/instance1/bin location. 2. Execute the following command:./startup.sh Once the server is ready, now you can log in to KMS by providing details in browser window. 7.2 Start KMS Server - JBoss 1. Navigate to the installdirectory/jboss/bin 2. Run the command below./standalone.sh 3. You can check the JBoss logs in the installdirectory/jboss/standalone/log. 4. You can also check KMS logs in the installdirectory/logs. Copyright 2013 Kony, Inc. All rights reserved. Page 21 of 23

22 8. Troubleshooting This section lists the troubleshooting tips to resolve problems that you may encounter during installation. The error messages are stored in log files. 8.1 Error Message Command.run(): Cannot run program "/tmp/ tmp/executescripttmp0": java.io.ioexception: error=13, Permission denied XMLScriptWriter: No Installation Objects were skipped Command.run(): Cannot run program "/tmp/ tmp/executescripttmp0": java.io.ioexception: error=13, Permission denied Retrying Installables deferred in pass 0 Cause In operating system "/tmp" directory is secured and mounted with "nodev", "nosuid", and "noexec" permissions installer fails to execute the scripts from this location. In enterprise environment this could be a known issue. Solution You can configure the extracts of the installer to a directory where you have read, write and execute permissions. Run the below command before installation. export IATEMPDIR=<absolute path of a temporary directory> 8.2 Error Message SQL exception while starting KMS Server for Jboss + Oracle combination ERROR [org.jboss.kernel.plugins.dependency.abstractkernelcontroller] (main) Error installing to Start: name=persistence.unit:unitname=#kms state=create javax.persistence.persistenceexception: [PersistenceUnit: kms] Unable to build EntityManagerFactory at org.hibernate.ejb.ejb3configuration.buildentitymanagerfactory (Ejb3Configuration.java:677) at org.hibernate.ejb.hibernatepersistence.createcontainerentitymanagerfactory (HibernatePersistence.java:132) at org.jboss.jpa.deployment.persistenceunitdeployment.start (PersistenceUnitDeployment.java:301) at sun.reflect.nativemethodaccessorimpl.invoke0(native Method) Cause Missing -D parameter for Jboss + Oracle combination Solution Copyright 2013 Kony, Inc. All rights reserved. Page 22 of 23

23 If you are using KMS Installer 5.6.0GA version, to install Jboss + Oracle combination, please add the below mentioned -D parameter in run.sh file before starting the KMS server: Open run.sh file from location USERINSTALLDIR/jboss/bin and add D param -Dhibernate.dialect=org.hibernate.dialect.Oracle10gDialect. 8.3 JBoss Server Behind Proxy Note: This is applicable only for GA installer. If you use JBoss server behind proxy, you need to add Proxy port in installeddir/jboss/standalone/configuration/standalone.xml file in connector segment as mentioned below: For HTTP: <connector name="http" protocol="http/1.1" scheme="http" socketbinding="http" proxy-port="<port number>"/> For HTTPS: <connector name="http" protocol="http/1.1" scheme="http" socketbinding="http" proxy-port="<port number>"/> <connector name="https" protocol="http/1.1" scheme="https" socketbinding="https" secure="true"><ssl name="https" password="<appserver_ KEYSTORE_PASS>" certificate-key-file="<appserver_keystore_file>" proxy-port="<port number>"/> </connector> Copyright 2013 Kony, Inc. All rights reserved. Page 23 of 23

Engagement Services. Database Setup Guide - SQL Server

Engagement Services. Database Setup Guide - SQL Server Kony MobileFabric Engagement Services Database Setup Guide - SQL Server Release 7.2.5 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and the

More information

Kony MobileFabric Messaging. Installation Guide - Linux. On-Premises

Kony MobileFabric Messaging. Installation Guide - Linux. On-Premises Kony MobileFabric Kony MobileFabric Messaging Installation Guide - Linux On-Premises Release 6.5 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title

More information

Installation Guide - Mac

Installation Guide - Mac Kony Fabric Installation Guide - Mac On-Premises Release V8 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and the document version stated

More information

Installation Guide - Windows

Installation Guide - Windows Kony Visualizer Enterprise Installation Guide - Windows Release V8 SP3 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and the document version

More information

Installation Guide - Mac

Installation Guide - Mac Kony Visualizer Enterprise Installation Guide - Mac Release V8 SP3 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and the document version

More information

Installation Guide - Mac

Installation Guide - Mac Kony Visualizer Enterprise Installation Guide - Mac Release 7.3 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and the document version stated

More information

Sync Services. Server Planning Guide. On-Premises

Sync Services. Server Planning Guide. On-Premises Kony MobileFabric Sync Services Server Planning Guide On-Premises Release 6.5 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and the document

More information

Installation Guide - Linux. On-Premises

Installation Guide - Linux. On-Premises Kony Management Installation Guide - Linux On-Premises Release 4.3 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and the document version

More information

Installation Guide - Mac

Installation Guide - Mac Kony Visualizer Enterprise Installation Guide - Mac Release 7.0 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and the document version stated

More information

Sync Services. Server Planning Guide. On-Premises

Sync Services. Server Planning Guide. On-Premises Kony Fabric Sync Services Server On-Premises Release V8 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and the document version stated on

More information

Integration Service. Admin Console User Guide. On-Premises

Integration Service. Admin Console User Guide. On-Premises Kony MobileFabric TM Integration Service Admin Console User Guide On-Premises Release 7.3 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and

More information

Integration Service. Admin Console User Guide. On-Premises

Integration Service. Admin Console User Guide. On-Premises Kony Fabric Integration Service Admin Console User Guide On-Premises Release V8 SP1 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and the

More information

Installation Guide - Windows

Installation Guide - Windows Kony Visualizer Installation Guide - Windows Release 2.5 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and the document version stated on

More information

Kony MobileFabric. Sync Windows Installation - Manual - WebSphere. On-Premises. Release 7.2. Document Relevance and Accuracy

Kony MobileFabric. Sync Windows Installation - Manual - WebSphere. On-Premises. Release 7.2. Document Relevance and Accuracy Kony MobileFabric Sync Windows Installation - Manual - WebSphere On-Premises Release 7.2 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and

More information

Supported OS, Application Servers, and Databases Guide

Supported OS, Application Servers, and Databases Guide Supported OS, Application Servers, and Databases Guide Release V8 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and the document version

More information

Installation Guide for Kony Fabric Containers Solution On-Premises

Installation Guide for Kony Fabric Containers Solution On-Premises Kony Fabric Installation Guide for Kony Fabric Containers Solution On-Premises Release V8.3.0.0 GA Document Relevance and Accuracy This document is considered relevant to the Release stated on this title

More information

Kony MobileFabric. Deployment Guide. Release 7.3. Document Relevance and Accuracy

Kony MobileFabric. Deployment Guide. Release 7.3. Document Relevance and Accuracy Kony MobileFabric Deployment Guide Release 7.3 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and the document version stated on the Revision

More information

Kony MobileFabric Engagement Services QuickStart Guide

Kony MobileFabric Engagement Services QuickStart Guide Kony MobileFabric (Building a Sample App - Android) Release 7.0 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and the document version stated

More information

Kony MobileFabric. Release Notes. On-Premises. Release 6.5. Document Relevance and Accuracy

Kony MobileFabric. Release Notes. On-Premises. Release 6.5. Document Relevance and Accuracy Kony MobileFabric Release Notes On-Premises Release 6.5 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and the document version stated on

More information

Upgrading Integration Service on WebSphere. On-Premises

Upgrading Integration Service on WebSphere. On-Premises Kony MobileFabric On-Premises Release 6.5 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and the document version stated on the Revision History

More information

Integration Service. Admin Console User Guide. On-Premises

Integration Service. Admin Console User Guide. On-Premises Kony MobileFabric TM Integration Service Admin Console User Guide On-Premises Release 6.5 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and

More information

Kony Licensing Guide

Kony Licensing Guide Release 6.5 On-Premises Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and the document version stated on the Revision History page. Remember

More information

Trend Micro Incorporated reserves the right to make changes to this document and to the products described herein without notice. Before installing and using the product, please review the readme files,

More information

Trend Micro Incorporated reserves the right to make changes to this document and to the products described herein without notice. Before installing and using the product, please review the readme files,

More information

Trend Micro Incorporated reserves the right to make changes to this document and to the products described herein without notice. Before installing and using the product, please review the readme files,

More information

Kony MobileFabric Reporting and Analytics. Installation Guide. On-Premises. Release 7.3. Document Relevance and Accuracy

Kony MobileFabric Reporting and Analytics. Installation Guide. On-Premises. Release 7.3. Document Relevance and Accuracy Kony MobileFabric Reporting and Analytics Installation Guide On-Premises Release 7.3 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and the

More information

Android Build Guidelines

Android Build Guidelines Kony Visualizer Android Build Guidelines Release 7.2.1 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and the document version stated on the

More information

Introduction to Kony Fabric

Introduction to Kony Fabric Kony Fabric Introduction to Kony Fabric Release V8 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and the document version stated on the Revision

More information

Manual Installation Guide

Manual Installation Guide Kony MobileFabric Manual Installation Guide On-Premises Release 6.5 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and the document version

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

Installation Guide - Mac

Installation Guide - Mac Installation Guide - Mac Release 7.0 Beta Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and the document version stated on the Revision History

More information

EUSurvey OSS Installation Guide

EUSurvey OSS Installation Guide Prerequisites... 2 Tools... 2 Java 7 SDK... 2 MySQL 5.6 DB and Client (Workbench)... 4 Tomcat 7... 8 Spring Tool Suite... 11 Knowledge... 12 Control System Services... 12 Prepare the Database... 14 Create

More information

Sophos Mobile Control Installation guide

Sophos Mobile Control Installation guide Sophos Mobile Control Installation guide Product version: 1.0 Document date: May 2011 Contents 1 Introduction... 3 2 The Sophos Mobile Control server... 4 3 Set up Sophos Mobile Control... 13 4 Apple Push

More information

VIRTUAL GPU LICENSE SERVER VERSION , , AND 5.1.0

VIRTUAL GPU LICENSE SERVER VERSION , , AND 5.1.0 VIRTUAL GPU LICENSE SERVER VERSION 2018.10, 2018.06, AND 5.1.0 DU-07754-001 _v7.0 through 7.2 March 2019 User Guide TABLE OF CONTENTS Chapter 1. Introduction to the NVIDIA vgpu Software License Server...

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

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

Metasploit. Installation Guide Release 4.4

Metasploit. Installation Guide Release 4.4 Metasploit Installation Guide Release 4.4 TABLE OF CONTENTS About this Guide Target Audience...1 Organization...1 Document Conventions...1 Support...2 Support for Metasploit Pro and Metasploit Express...2

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

EMC Secure Remote Support Device Client for Symmetrix Release 2.00

EMC Secure Remote Support Device Client for Symmetrix Release 2.00 EMC Secure Remote Support Device Client for Symmetrix Release 2.00 Support Document P/N 300-012-112 REV A01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Copyright

More information

Sync Services. Design Guidelines

Sync Services. Design Guidelines Kony MobileFabric Sync Services Design Guidelines Release 6.5 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and the document version stated

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

Install and upgrade Qlik Sense. Qlik Sense 3.0 Copyright QlikTech International AB. All rights reserved.

Install and upgrade Qlik Sense. Qlik Sense 3.0 Copyright QlikTech International AB. All rights reserved. Install and upgrade Qlik Sense Qlik Sense 3.0 Copyright 1993-2016 QlikTech International AB. All rights reserved. Copyright 1993-2016 QlikTech International AB. All rights reserved. Qlik, QlikTech, Qlik

More information

Installation on Windows Server 2008

Installation on Windows Server 2008 USER GUIDE MADCAP PULSE 4 Installation on Windows Server 2008 Copyright 2018 MadCap Software. All rights reserved. Information in this document is subject to change without notice. The software described

More information

Sync Services. Developing Offline Applications

Sync Services. Developing Offline Applications Kony MobileFabric Sync Services Developing Offline Applications Release 6.5 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and the document

More information

Agiloft Installation Guide

Agiloft Installation Guide Agiloft Installation Guide HELP-13APR17 CONTENTS 1. Installation Guide............................................ 3 1.1 Pre-Installation for Windows................................ 5 1.2 Pre-Installation

More information

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

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

More information

Storage Manager 2018 R1. Installation Guide

Storage Manager 2018 R1. Installation Guide Storage Manager 2018 R1 Installation Guide Notes, Cautions, and Warnings NOTE: A NOTE indicates important information that helps you make better use of your product. CAUTION: A CAUTION indicates either

More information

Install and upgrade Qlik Sense. Qlik Sense 3.2 Copyright QlikTech International AB. All rights reserved.

Install and upgrade Qlik Sense. Qlik Sense 3.2 Copyright QlikTech International AB. All rights reserved. Install and upgrade Qlik Sense Qlik Sense 3.2 Copyright 1993-2017 QlikTech International AB. All rights reserved. Copyright 1993-2017 QlikTech International AB. All rights reserved. Qlik, QlikTech, Qlik

More information

USER GUIDE. CTERA Agent for Windows. June 2016 Version 5.5

USER GUIDE. CTERA Agent for Windows. June 2016 Version 5.5 USER GUIDE CTERA Agent for Windows June 2016 Version 5.5 Copyright 2009-2016 CTERA Networks Ltd. All rights reserved. No part of this document may be reproduced in any form or by any means without written

More information

VIRTUAL GPU LICENSE SERVER VERSION AND 5.1.0

VIRTUAL GPU LICENSE SERVER VERSION AND 5.1.0 VIRTUAL GPU LICENSE SERVER VERSION 2018.06 AND 5.1.0 DU-07754-001 _v6.0 through 6.2 July 2018 User Guide TABLE OF CONTENTS Chapter 1. Introduction to the NVIDIA vgpu Software License Server... 1 1.1. Overview

More information

Trend Micro Incorporated reserves the right to make changes to this document and to the product described herein without notice. Before installing and using the product, review the readme files, release

More information

Import Data Connection to an SAP ERP System

Import Data Connection to an SAP ERP System Import Data Connection to an SAP ERP System SAP Analytics Cloud allows you to import data from supported versions SAP ERP Central Component. NOTE: It is recommended that the SAP Cloud Platform Cloud Connector

More information

Supported Devices, OS, and Browsers

Supported Devices, OS, and Browsers Kony Visualizer Supported Devices, OS, and Browsers Release V8 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and the document version stated

More information

Workstation Configuration Guide

Workstation Configuration Guide Workstation Configuration Guide August 13, 2018 Version 9.6.134.78 For the most recent version of this document, visit our documentation website. Table of Contents 1 Workstation configuration 4 1.1 Considerations

More information

OpenL Tablets OpenL Tablets BRMS

OpenL Tablets OpenL Tablets BRMS OpenL Tablets BRMS Document number: OpenL_Inst_G_5.x_1.0 Revised: 07-12-2012 OpenL Tablets Documentation is licensed under a Creative Commons Attribution 3.0 United States License. 2004-2012 OpenL Tablets.

More information

Import Data Connection from an SAP Universe

Import Data Connection from an SAP Universe Import Data Connection from an SAP Universe SAP Analytics Cloud allows you to connect to SAP Universe and import your data. NOTE: It is recommended that the SAP Cloud Platform Cloud Connector (SAP CP CC)

More information

Topaz for Java Performance Installation Guide. Release 16.03

Topaz for Java Performance Installation Guide. Release 16.03 Topaz for Java Performance Installation Guide Release 16.03 ii Topaz for Java Performance Installation Guide Please direct questions about Topaz for Java Performance or comments on this document to: Topaz

More information

Workstation Configuration

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

More information

Convio Data Sync Connector 3 Installation Guide

Convio Data Sync Connector 3 Installation Guide Convio Data Sync Connector 3 Installation Guide Convio Connector Installation Instructions.doc 1 INSTALLATION Installation Prerequisites... 3 Technical Requirements... 3 Installing the Pervasive Data Integrator...

More information

Create Import Data Connection to SAP BPC MS

Create Import Data Connection to SAP BPC MS Create Import Data Connection to SAP BPC MS You can create a connection that allows you to import data and models from an SAP Business Planning and Consolidation (BPC) system. Prerequisites SAP BPC for

More information

Workstation Configuration

Workstation Configuration Workstation Configuration December 12, 2017 - Version 9.4 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

More information

Version Installation Guide. 1 Bocada Installation Guide

Version Installation Guide. 1 Bocada Installation Guide Version 19.4 Installation Guide 1 Bocada Installation Guide Copyright 2019 Bocada LLC. All Rights Reserved. Bocada and BackupReport are registered trademarks of Bocada LLC. Vision, Prism, vpconnect, and

More information

Have documentation feedback? Submit a Documentation Feedback support ticket using the Support Wizard on support.air-watch.com.

Have documentation feedback? Submit a Documentation Feedback support ticket using the Support Wizard on support.air-watch.com. VMware AirWatch Email Notification Service Installation Guide Providing real-time email notifications to ios devices with AirWatch Inbox and VMware Boxer AirWatch v9.1 Have documentation feedback? Submit

More information

Interstage Business Process Manager Analytics V11.1. Installation Guide. Windows/Solaris/Linux

Interstage Business Process Manager Analytics V11.1. Installation Guide. Windows/Solaris/Linux Interstage Business Process Manager Analytics V11.1 Installation Guide Windows/Solaris/Linux J2U3-0052-02(00) July 2010 About this Manual This document describes how to install Interstage Business Process

More information

Installation Guide for Pulse on Windows Server 2012

Installation Guide for Pulse on Windows Server 2012 USER GUIDE MADCAP PULSE 4 Installation Guide for Pulse on Windows Server 2012 Copyright 2018 MadCap Software. All rights reserved. Information in this document is subject to change without notice. The

More information

EMC SourceOne for Microsoft SharePoint Version 7.1

EMC SourceOne for Microsoft SharePoint Version 7.1 EMC SourceOne for Microsoft SharePoint Version 7.1 Installation Guide 302-000-151 REV 01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Copyright 2009-2013

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

Dell Storage Manager 2016 R3 Installation Guide

Dell Storage Manager 2016 R3 Installation Guide Dell Storage Manager 2016 R3 Installation Guide Notes, Cautions, and Warnings NOTE: A NOTE indicates important information that helps you make better use of your product. CAUTION: A CAUTION indicates either

More information

Installation Guide. McAfee Web Gateway. for Riverbed Services Platform

Installation Guide. McAfee Web Gateway. for Riverbed Services Platform Installation Guide McAfee Web Gateway for Riverbed Services Platform COPYRIGHT Copyright 2010 McAfee, Inc. All Rights Reserved. No part of this publication may be reproduced, transmitted, transcribed,

More information

Dell License Manager Version 1.2 User s Guide

Dell License Manager Version 1.2 User s Guide Dell License Manager Version 1.2 User s Guide Notes, Cautions, and Warnings NOTE: A NOTE indicates important information that helps you make better use of your computer. CAUTION: A CAUTION indicates either

More information

Aspera Connect Windows XP, 2003, Vista, 2008, 7. Document Version: 1

Aspera Connect Windows XP, 2003, Vista, 2008, 7. Document Version: 1 Aspera Connect 2.6.3 Windows XP, 2003, Vista, 2008, 7 Document Version: 1 2 Contents Contents Introduction... 3 Setting Up... 4 Upgrading from a Previous Version...4 Installation... 4 Set Up Network Environment...

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

VERALAB TM. VeraLab TM Server Computer Lab Management Suite Installation and Upgrade Guide 8.3 for Microsoft Windows Standard and Enterprise Edition

VERALAB TM. VeraLab TM Server Computer Lab Management Suite Installation and Upgrade Guide 8.3 for Microsoft Windows Standard and Enterprise Edition VeraLab TM Server Computer Lab Management Suite Installation and Upgrade Guide 8.3 for Microsoft Windows Standard and Enterprise Edition August 2018 VERALAB TM VeraLab Server Installation Guide, 8.3 for

More information

BLUEPRINT TEAM REPOSITORY. For Requirements Center & Requirements Center Test Definition

BLUEPRINT TEAM REPOSITORY. For Requirements Center & Requirements Center Test Definition BLUEPRINT TEAM REPOSITORY Installation Guide for Windows For Requirements Center & Requirements Center Test Definition Table Of Contents Contents Table of Contents Getting Started... 3 About the Blueprint

More information

Import Data Connection to an SAP BW System

Import Data Connection to an SAP BW System Import Data Connection to an SAP BW System SAP Analytics Cloud allows you to import data from an SAP BW System. You must connect to an SAP BW system, version 7.3x or higher release. NOTE: It is recommended

More information

ScaleArc Azure Deployment Guide

ScaleArc Azure Deployment Guide ScaleArc Azure Deployment Guide ScaleArc 2901 Tasman Drive, Suite 210 Santa Clara, CA 95054 Page 1 of 17 Copyrights and Trademarks Copyright 2009-2012 ScaleArc, all rights reserved. The information contained

More information

Solution Integration Guide for Multimedia Communication Server 5100/WLAN/Blackberry Enterprise Server

Solution Integration Guide for Multimedia Communication Server 5100/WLAN/Blackberry Enterprise Server Solution Integration Guide for Multimedia Communication Server 5100/WLAN/Blackberry Enterprise Server NN49000-302 Document status: Standard Document version: 0101 Document date: 24 May 2007 All Rights

More information

APAR PO06620 Installation Instructions

APAR PO06620 Installation Instructions IBM Corporation APAR PO06620 Installation Instructions IBM Counter Fraud Management 1.5.0.5 IBM Counter Fraud Development 3-31-2017 Table of Contents 1 Fix readme... 1 2 Abstract... 1 3 Contents... 1 4

More information

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

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

More information

School Installation Guide ELLIS Academic 5.2.6

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

More information

Contents Upgrading BFInventory iii

Contents Upgrading BFInventory iii Upgrading ii Upgrading Contents Upgrading.............. 1 Upgrading to IBM Tivoli Endpoint Manager for Software Use Analysis version 2.0....... 1 Planning and preparing for the upgrade.... 2 Installing

More information

McAfee Cloud Identity Manager Installation Guide For McAfee Cloud Identity Manager v3.1 August 2012

McAfee Cloud Identity Manager Installation Guide For McAfee Cloud Identity Manager v3.1 August 2012 McAfee Cloud Identity Manager Installation Guide For McAfee Cloud Identity Manager v3.1 August 2012 Order Number: 326712-005US COPYRIGHT Copyright 2012 McAfee, Inc. Do not copy without permission. TRADEMARK

More information

Installing and Configuring vcloud Connector

Installing and Configuring vcloud Connector Installing and Configuring vcloud Connector vcloud Connector 2.5.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

Series 40 6th Edition SDK, Feature Pack 1 Installation Guide

Series 40 6th Edition SDK, Feature Pack 1 Installation Guide F O R U M N O K I A Series 40 6th Edition SDK, Feature Pack 1 Installation Guide Version Final; December 2nd, 2010 Contents 1 Legal Notice...3 2 Series 40 6th Edition SDK, Feature Pack 1...4 3 About Series

More information

Crestron Fusion Cloud On-Premises Software Enterprise Management Platform. Installation Guide Crestron Electronics, Inc.

Crestron Fusion Cloud On-Premises Software Enterprise Management Platform. Installation Guide Crestron Electronics, Inc. Crestron Fusion Cloud On-Premises Software Enterprise Management Platform Installation Guide Crestron Electronics, Inc. Crestron product development software is licensed to Crestron dealers and Crestron

More information

Trend Micro Incorporated reserves the right to make changes to this document and to the products described herein without notice. Before installing and using the software, please review the readme files,

More information

Aware IM Version 8.1 Installation Guide

Aware IM Version 8.1 Installation Guide Aware IM Version 8.1 Copyright 2002-2018 Awaresoft Pty Ltd CONTENTS 1 INSTALLATION UNDER WINDOWS OPERATING SYSTEM... 3 1.1 HARDWARE AND SOFTWARE REQUIREMENTS... 3 1.2 USING THE INSTALLATION PROGRAM...

More information

EUSurvey Installation Guide

EUSurvey Installation Guide EUSurvey Installation Guide Guide to a successful installation of EUSurvey May 20 th, 2015 Version 1.2 (version family) 1 Content 1. Overview... 3 2. Prerequisites... 3 Tools... 4 Java SDK... 4 MySQL Database

More information

KeyNexus Hyper-V Deployment Guide

KeyNexus Hyper-V Deployment Guide v1.0 09/2018 . Copyright Notice Copyright 2018 KeyNexus Inc. All rights reserved. Information in this document is subject to change without notice. The software described in this document is furnished

More information

EMC Ionix Network Configuration Manager Version 4.1.1

EMC Ionix Network Configuration Manager Version 4.1.1 EMC Ionix Network Configuration Manager Version 4.1.1 RSA Token Service Installation Guide 300-013-088 REVA01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com

More information

IBM Maximo Anywhere Version 7 Release 6. Planning, installation, and deployment IBM

IBM Maximo Anywhere Version 7 Release 6. Planning, installation, and deployment IBM IBM Maximo Anywhere Version 7 Release 6 Planning, installation, and deployment IBM Note Before using this information and the product it supports, read the information in Notices on page 65. This edition

More information

Sage Installation and System Administrator s Guide. March 2019

Sage Installation and System Administrator s Guide. March 2019 Sage 100 2019 Installation and System Administrator s Guide March 2019 2019 The Sage Group plc or its licensors. All rights reserved. Sage, Sage logos, and Sage product and service names mentioned herein

More information

Interstage Business Process Manager Analytics V12.1. Installation Guide. Solaris

Interstage Business Process Manager Analytics V12.1. Installation Guide. Solaris Interstage Business Process Manager Analytics V12.1 Installation Guide Solaris J2S0-0429-01ENZ0(00) April 2013 About this Manual This section explains summary, chapter overview, abbreviations, and provides

More information

Trend Micro Incorporated reserves the right to make changes to this document and to the product described herein without notice. Before installing and using the product, please review the readme files,

More information

Oracle Banking Platform Collections

Oracle Banking Platform Collections Oracle Banking Platform Collections Infrastructure Setup Guide Release 2.6.0.2.0 E91250-01 October 2017 Oracle Banking Platform Collections Infrastructure Setup Guide, Release 2.6.0.2.0 E91250-01 Copyright

More information

SOA Software Platform 7.2 Installation Guide for Windows and UNIX Platforms

SOA Software Platform 7.2 Installation Guide for Windows and UNIX Platforms SOA Software Platform 7.2 Installation Guide for Windows and UNIX Platforms Trademarks SOA Software and the SOA Software logo are either trademarks or registered trademarks of SOA Software, Inc. Other

More information

Installing AX Server with PostgreSQL (multi-server)

Installing AX Server with PostgreSQL (multi-server) Installing AX Server with PostgreSQL (multi-server) Version: 13 Published: Wednesday, November 29, 2017 ACL Services Ltd. 2017 Table of contents Table of contents Table of contents 3 Introduction 7 Intended

More information

Have documentation feedback? Submit a Documentation Feedback support ticket using the Support Wizard on support.air-watch.com.

Have documentation feedback? Submit a Documentation Feedback support ticket using the Support Wizard on support.air-watch.com. VMware AirWatch Email Notification Service Installation Guide Providing real-time email notifications to ios devices with AirWatch Inbox and VMware Boxer Workspace ONE UEM v9.7 Have documentation feedback?

More information

Workstation Configuration

Workstation Configuration Workstation Configuration September 22, 2015 - Version 9 & 9.1 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

More information

TIBCO ActiveMatrix BusinessWorks Plug-in for WebSphere MQ Installation

TIBCO ActiveMatrix BusinessWorks Plug-in for WebSphere MQ Installation TIBCO ActiveMatrix BusinessWorks Plug-in for WebSphere MQ Installation Software Release 7.6 November 2015 Two-Second Advantage Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE.

More information