flexera service gateway 5 · flexera service gateway is built on top of wso2 carbon, an osgi based...

16
Flexera Service Gateway 5.0 Installation Guide

Upload: others

Post on 29-Sep-2020

5 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Flexera Service Gateway 5 · Flexera Service Gateway is built on top of WSO2 Carbon, an OSGi based components framework for SOA. It uses Apache Synapse as the underlying mediation

Flexera Service Gateway 5.0Installation Guide

Page 2: Flexera Service Gateway 5 · Flexera Service Gateway is built on top of WSO2 Carbon, an OSGi based components framework for SOA. It uses Apache Synapse as the underlying mediation

Legal Information

Copyright NoticeCopyright © 2016 Flexera Software LLC. All Rights Reserved.This publication contains proprietary and confidential information and creative works owned by Flexera Software LLC and its licensors, if any. Any use, copying, publication, distribution, display, modification, or transmission of such publication in whole or in part in any form or by any means without the prior express written permission of Flexera Software LLC is strictly prohibited. Except where expressly provided by Flexera Software LLC in writing, possession of this publication shall not be construed to confer any license or rights under any Flexera Software LLC intellectual property rights, whether by estoppel, implication, or otherwise.All copies of the technology and related information, if allowed by Flexera Software LLC, must display this notice of copyright and ownership in full.

Intellectual PropertyFor a list of trademarks and patents that are owned by Flexera Software, see http://www.flexerasoftware.com/intellectual-property. All other brand and product names mentioned in Flexera Software products, product documentation, and marketing materials are the trademarks and registered trademarks of their respective owners.

Restricted Rights LegendThe Software is commercial computer software. If the user or licensee of the Software is an agency, department, or other entity of the United States Government, the use, duplication, reproduction, release, modification, disclosure, or transfer of the Software, or any related documentation of any kind, including technical data and manuals, is restricted by a license agreement or by the terms of this Agreement in accordance with Federal Acquisition Regulation 12.212 for civilian purposes and Defense Federal Acquisition Regulation Supplement 227.7202 for military purposes. The Software was developed fully at private expense. All other use is prohibited.

Book Name: Flexera Service Gateway 5.0 Installation Guide

Part Number: FSG-0500-IG00

Product Release Date: 14 September 2016

Page 3: Flexera Service Gateway 5 · Flexera Service Gateway is built on top of WSO2 Carbon, an OSGi based components framework for SOA. It uses Apache Synapse as the underlying mediation

Contents

Installing and Configuring the Flexera Service Gateway . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5Flexera Service Gateway System Requirements . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .6Installing the Flexera Service Gateway . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .7Frequently Asked Questions. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .13

Index . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15

Flexera Service Gateway 5.0 Installation Guide FSG-0500-IG00 3

Page 4: Flexera Service Gateway 5 · Flexera Service Gateway is built on top of WSO2 Carbon, an OSGi based components framework for SOA. It uses Apache Synapse as the underlying mediation

Contents

4 FSG-0500-IG00 Flexera Service Gateway 5.0 Installation Guide

Page 5: Flexera Service Gateway 5 · Flexera Service Gateway is built on top of WSO2 Carbon, an OSGi based components framework for SOA. It uses Apache Synapse as the underlying mediation

Installing and Configuring theFlexera Service Gateway

Flexera Service Gateway 5.0 Installation Guide

This section explains how to install the Flexera Service Gateway, which is a component that enables AdminStudio, App Portal, Workflow Manager, and FlexNet Manager Suite / FlexNet Manager Platform to communicate.

• Flexera Service Gateway System Requirements

• Installing the Flexera Service Gateway

• Frequently Asked Questions

Flexera Service Gateway 5.0 Installation Guide FSG-0500-IG00 5

Page 6: Flexera Service Gateway 5 · Flexera Service Gateway is built on top of WSO2 Carbon, an OSGi based components framework for SOA. It uses Apache Synapse as the underlying mediation

Installing and Configuring the Flexera Service GatewayFlexera Service Gateway System Requirements

Flexera Service Gateway System RequirementsFlexera Service Gateway 5.0 Installation Guide

The following table lists the recommended software and hardware configuration for a machine running the Flexera Service Gateway:

Table 1 • Flexera Service Gateway System Requirements

Requirement Description

Operating System Windows Server 2008 R2 or later

Processor 2 GHz Multicore processor

RAM 2 GB

Disk Space 250 MB

Java Java Runtime Environment 1.5 or above (included in the installation).

Ports to Open in Firewall

Clients access Flexera Service Gateway on ports 9443 and 8280 by default.

User Account Permissions

User running the Flexera Service Gateway installer needs local Admin permissions.

Protocol Flexera Service Gateway uses an Apache web server, and by default it runs on https protocol.

6 FSG-0500-IG00 Flexera Service Gateway 5.0 Installation Guide

Page 7: Flexera Service Gateway 5 · Flexera Service Gateway is built on top of WSO2 Carbon, an OSGi based components framework for SOA. It uses Apache Synapse as the underlying mediation

Installing and Configuring the Flexera Service GatewayInstalling the Flexera Service Gateway

Installing the Flexera Service GatewayFlexera Service Gateway 5.0 Installation Guide

To install the Flexera Service Gateway, perform the following steps.

Note • By default, the Flexera Service Gateway is installed on the C drive. To install it to an alternate drive, you need to launch the installer using a command line, as described in Step 3 below.

Note • The default user name and password to connect to the Flexera Gateway Server server are admin/admin. For more information, see Frequently Asked Questions.

Task To install the Flexera Service Gateway:

1. Make sure that your server meets the requirements listed in Flexera Service Gateway System Requirements.

2. Download the Flexera Service Gateway installer from the Flexera Software Product & License Center.

3. Launch the installer in one of the following ways:

• To install Flexera Service Gateway to the default directory, which is your Program Files (x86) directory, double-click the FlexeraServiceGateway_v5.0.exe file.

• To install Flexera Service Gateway to an alternate directory or drive, use the following command line syntax to launch the installer:

FlexeraServiceGateway_v5.0.exe /V"INSTALLDIR=E:\MYDIRECTORY"

where E:\MYDIRECTORY is the desired installation location.

If the server does not already have Java Runtime Environment 1.5 or above installed, you will be prompted to install it.

If you are not prompted to install Java, skip to step 8.

Flexera Service Gateway 5.0 Installation Guide FSG-0500-IG00 7

Page 8: Flexera Service Gateway 5 · Flexera Service Gateway is built on top of WSO2 Carbon, an OSGi based components framework for SOA. It uses Apache Synapse as the underlying mediation

Installing and Configuring the Flexera Service GatewayInstalling the Flexera Service Gateway

4. Click Install. The Welcome panel of the Java SE Development Kit installer will open.

5. Click Next. The Custom Setup panel opens.

8 FSG-0500-IG00 Flexera Service Gateway 5.0 Installation Guide

Page 9: Flexera Service Gateway 5 · Flexera Service Gateway is built on top of WSO2 Carbon, an OSGi based components framework for SOA. It uses Apache Synapse as the underlying mediation

Installing and Configuring the Flexera Service GatewayInstalling the Flexera Service Gateway

6. Accept the default selections and click Next. The Installing panel opens. You are then prompted to select a Destination Folder for the Java installation.

7. Accept the default location and click Next. Java is installed. When the installation is complete, a message stating that Java was successfully installed is displayed.

8. Click Finish. The Welcome panel of the Flexera Service Gateway installer opens.

Note • You may also be prompted to register your JDK.

Flexera Service Gateway 5.0 Installation Guide FSG-0500-IG00 9

Page 10: Flexera Service Gateway 5 · Flexera Service Gateway is built on top of WSO2 Carbon, an OSGi based components framework for SOA. It uses Apache Synapse as the underlying mediation

Installing and Configuring the Flexera Service GatewayInstalling the Flexera Service Gateway

9. Click Next. The License Agreement panel opens.

10. Accept the license agreement and click Next. The Ready to Install the Program panel opens.

10 FSG-0500-IG00 Flexera Service Gateway 5.0 Installation Guide

Page 11: Flexera Service Gateway 5 · Flexera Service Gateway is built on top of WSO2 Carbon, an OSGi based components framework for SOA. It uses Apache Synapse as the underlying mediation

Installing and Configuring the Flexera Service GatewayInstalling the Flexera Service Gateway

11. Click Install. The Installing Flexera Service Gateway panel opens.

When installation is complete, the InstallShield Wizard Completed panel opens.

12. Click Finish.

Flexera Service Gateway 5.0 Installation Guide FSG-0500-IG00 11

Page 12: Flexera Service Gateway 5 · Flexera Service Gateway is built on top of WSO2 Carbon, an OSGi based components framework for SOA. It uses Apache Synapse as the underlying mediation

Installing and Configuring the Flexera Service GatewayInstalling the Flexera Service Gateway

13. Now, to check that Flexera Service Gateway is running, open the Services tab of Windows Task Manager.

14. Confirm that there is a service named WSO2Carbon listed and that its status is Running.

15. Next, open each of the applications that you want to connect using the Flexera Service Gateway, and enter the name of the server where Flexera Service Gateway is installed. For instructions, see:

• Connecting FlexNet Manager Suite On Premises to the Flexera Service Gateway

• Connecting App Portal to the Flexera Service Gateway

• Connecting AdminStudio to the Flexera Service Gateway

• Connecting Workflow Manager to the Flexera Service Gateway

12 FSG-0500-IG00 Flexera Service Gateway 5.0 Installation Guide

Page 13: Flexera Service Gateway 5 · Flexera Service Gateway is built on top of WSO2 Carbon, an OSGi based components framework for SOA. It uses Apache Synapse as the underlying mediation

Installing and Configuring the Flexera Service GatewayFrequently Asked Questions

Frequently Asked QuestionsFlexera Service Gateway 5.0 Installation Guide

The following is a list of frequently asked questions regarding the Flexera Service Gateway.

What is Flexera Service Gateway?

Flexera Service Gateway is a fast, lightweight, open source Enterprise Service Bus implementation. It supports message routing, inter-mediation, transformation, logging, load balancing, fail over routing, task scheduling, eventing and much more.

What are the technologies used underneath Flexera Service Gateway?

Flexera Service Gateway is built on top of WSO2 Carbon, an OSGi based components framework for SOA. It uses Apache Synapse as the underlying mediation engine. Java is the primary programming language used to develop WSO2 ESB.

What is an Endpoint?

Endpoint is a target or collection of targets that a message can deliver.

Which Flexera Software products currently register endpoints with Flexera Service Gateway?

App Portal, AdminStudio, Workflow Manager, and FlexNet Manager Suite / FlexNet Manager Platform currently register endpoints with Flexera Service Gateway.

What is the database management system used in Flexera Service Gateway?

Flexera Service Gateway ships with an embedded H2 database.

What is the default user name and password for the Flexera Service Gateway?

The default user name and password for the Flexera Gateway Server server are admin/admin. You are not required to use any other user ID or password.

How do I change the default user name and password for the Flexera Service Gateway?

For information on adding users to the Flexera Service Gateway and changing the password for an existing user, see the following help topics:

• Adding and Deleting Usershttps://docs.wso2.com/display/ESB460/Adding+and+Deleting+Users

• Resetting a User’s Passwordhttps://docs.wso2.com/display/ESB460/Changing+the+Current+User%27s+Password

Flexera Service Gateway 5.0 Installation Guide FSG-0500-IG00 13

Page 14: Flexera Service Gateway 5 · Flexera Service Gateway is built on top of WSO2 Carbon, an OSGi based components framework for SOA. It uses Apache Synapse as the underlying mediation

Installing and Configuring the Flexera Service GatewayFrequently Asked Questions

14 FSG-0500-IG00 Flexera Service Gateway 5.0 Installation Guide

Page 15: Flexera Service Gateway 5 · Flexera Service Gateway is built on top of WSO2 Carbon, an OSGi based components framework for SOA. It uses Apache Synapse as the underlying mediation

Index

FFlexera Service Gateway

changing the default user name and password 13connecting other applications to 12database management system 13default user name and password 13downloading the installer 7embedded H2 database 13frequently asked questions 13installing 5, 7installing to an alternate drive 7ports to open in firewall 6system requirements 6technologies used 13user account permissions 6WS02Carbon service 12WSO2 Carbon 13

HH2 database 13

Iinstallation

Flexera Service Gateway 5

WWS02 ESB 13WSO2 Carbon 13WSO2Carbon service 12

Flexera Service Gateway 5.0 Installation Guide FSG-0500-IG00 15

Page 16: Flexera Service Gateway 5 · Flexera Service Gateway is built on top of WSO2 Carbon, an OSGi based components framework for SOA. It uses Apache Synapse as the underlying mediation

Index

16 FSG-0500-IG00 Flexera Service Gateway 5.0 Installation Guide