15
7/23/2019 Ds 42 Rapid Deploy En http://slidepdf.com/reader/full/ds-42-rapid-deploy-en 1/15 SAP Data Services Document Version: 4.2 Support Package 1 (14.2.1.0) - 2013-10-18 Rapid Deployment Guide

Ds 42 Rapid Deploy En

Embed Size (px)

Citation preview

Page 1: Ds 42 Rapid Deploy En

7/23/2019 Ds 42 Rapid Deploy En

http://slidepdf.com/reader/full/ds-42-rapid-deploy-en 1/15

SAP Data Services

Document Version: 4.2 Support Package 1 (14.2.1.0) - 2013-10-18

Rapid Deployment Guide

Page 2: Ds 42 Rapid Deploy En

7/23/2019 Ds 42 Rapid Deploy En

http://slidepdf.com/reader/full/ds-42-rapid-deploy-en 2/15

Table of Contents

1 Introduction. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3

2 Deployment environment requirements. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4

3 Runtime requirements. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .5

3.1 Option 1: Using Linux X Window console. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5

3.2 Option 2: Remote X Window. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5

3.3 Create an SAP HANA user account for the Data Services Repository. . . . . . . . . . . . . . . . . . . . . . . . . . . 6

4 Installation. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7

4.1 Graphical User Interface (GUI) mode installation. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7

4.2 Command line mode installation. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12

4.3 Validating the installation. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 13

4.4 Uninstall. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 13

2   © 2013 SAP AG or an SAP affiliate company. All rights reserved.

Rapid Deployment Guide

Table of Contents

Page 3: Ds 42 Rapid Deploy En

7/23/2019 Ds 42 Rapid Deploy En

http://slidepdf.com/reader/full/ds-42-rapid-deploy-en 3/15

1 Introduction

The SAP Data Services rapid deployment package is a customized, pre-deployed package for SAP HANA-specificconfigurations. It contains the following deployed software versions:

● SAP BusinessObjects Information platform services (IPS) 4.1 SP1, using bundled SQL Anywhere for the IPS

repository.

● SAP Data Services 4.2 SP1 using SAP HANA for the Data Services repository.

Rapid Deployment Guide

Introduction   © 2013 SAP AG or an SAP affiliate company. All rights reserved. 3

Page 4: Ds 42 Rapid Deploy En

7/23/2019 Ds 42 Rapid Deploy En

http://slidepdf.com/reader/full/ds-42-rapid-deploy-en 4/15

2 Deployment environment requirements

Use the following information to plan for your deployment.

● Data Services Server:

○ SUSE Linux Enterprise Server 11 SP1

○ SAP HANA ODBC driver which is compatible with the supported HANA Server.

● SAP HANA Server version SP3 Revision 26 or SP4 on the same or separate machine.

● Minimum hard ware requirements:

○ 60 GB disk space

○ 4 CPU

○ 16 GB RAM

● Run ipcs -l to review your IPC settings, which must be compatible with DB2 9.7 FP1. (http:// 

 publib.boulder.ibm.com/infocenter/db2luw/v9r7/index.jsp?topic=/com.ibm.db2.luw.qb.server.doc/doc/ 

t0008238.html )

● The following ports must be unused on the system. You can change the ports after installing.

  ort numbers Used for

7400, 7410 CMS,SIA

18005, 18080,18443 Tomcat

50021 DB2

3500 Data Services Job server

4011, 4012 Data Services View Data Services (VDS)

4013, 4014 Data Services Meta Data Services (MDS

4   © 2013 SAP AG or an SAP affiliate company. All rights reserved.

Rapid Deployment Guide

Deployment environment requirements

Page 5: Ds 42 Rapid Deploy En

7/23/2019 Ds 42 Rapid Deploy En

http://slidepdf.com/reader/full/ds-42-rapid-deploy-en 5/15

3 Runtime requirements

If the target system box has the X11 Window system installed, there are two options to allow you to start the GUIinstaller mode.

3.1 Option 1: Using Linux X Window console

Before launching the ezdeploy GUI:

  Run the xlogo command to determine whether you have permission to connect to the X-server. You may

need a root account to grant permissions. If so, run the xhost + command as a root user.

2 On the Linux box, configure the DISPLAY environment variable to redirect the X Window display to your

Windows machine. For example, export DISPLAY=<windows IP address>:0.0

3.2 Option 2: Remote X Window

Use the remote X Server application to output the Linux GUI to a remote Windows desktop. The following is an

example, including the steps to configure Xming.

  Download xming from http://sourceforge.net/projects/xming/files/latest/download .

2 Configure the xming shortcut to add -ac in target field. See below.

 

3 Run the xlogo command to determine whether you have permission to connect to the X-server. You may

need a root account to grant permissions. If so, run the xhost + command as a root user.

4 On the Linux box, configure the DISPLAY environment variable to redirect the X Window display to your

Windows machine. For example, export DISPLAY=<windows IP address>:0.0

Rapid Deployment Guide

Runtime requirements   © 2013 SAP AG or an SAP affiliate company. All rights reserved. 5

Page 6: Ds 42 Rapid Deploy En

7/23/2019 Ds 42 Rapid Deploy En

http://slidepdf.com/reader/full/ds-42-rapid-deploy-en 6/15

3.3 Create an SAP HANA user account for the Data ServicesRepository

  Log in to SAP HANA Studio wiht an administrator account.

2

1. Navigate to Catalog Authorization User , right click on User, and select New User.

 

Keep in mind the following:

● A user named dsuser must be on the system and be a member of the dsuser group.

○   dsuser may not be a member of any other user group.

● Both Information platform services and dsuser will reside in /build

○ Information platform services and Data Services can only be installed in /build/dshana

○ The home folder for dsuser must be /build/dsuser

● Example commands to create group and user:

○ Create group with root account: groupadd dsuser

○ Create user with root account: useradd dsuser -d/build/dsuser -G -g dsuser -m

○ Change password for user: passwd dsuser

6   © 2013 SAP AG or an SAP affiliate company. All rights reserved.

Rapid Deployment Guide

Runtime requirements

Page 7: Ds 42 Rapid Deploy En

7/23/2019 Ds 42 Rapid Deploy En

http://slidepdf.com/reader/full/ds-42-rapid-deploy-en 7/15

4 Installation

To begin the installation:

  Log in to the system with a dsuser account.

2 Launch sh ezdeploy.sh

When you launch ezdeploy.sh, it will detect the availability of X Window. If X Window is present, the installer will

launch in GUI mode. The installation will go through the Graphical User Interface (GUI) mode, if an X Window

system is installed and using a local console or remote X Windows server, it will launch X Window GUI on Linux

console or Windows desktop.

If X Window is not present, the installer will launch in command-line interactive mode.

See Option 2: Remote X Window [page 5] for more information about configuring X Window.

Note

The installation log file can be found at /build/dsuser/ezdeploy.log.

4.1 Graphical User Interface (GUI) mode installation

Follow the GUI wizard to complete the installation.

 

Rapid Deployment Guide

Installation   © 2013 SAP AG or an SAP affiliate company. All rights reserved. 7

Page 8: Ds 42 Rapid Deploy En

7/23/2019 Ds 42 Rapid Deploy En

http://slidepdf.com/reader/full/ds-42-rapid-deploy-en 8/15

 

8   © 2013 SAP AG or an SAP affiliate company. All rights reserved.

Rapid Deployment Guide

Installation

Page 9: Ds 42 Rapid Deploy En

7/23/2019 Ds 42 Rapid Deploy En

http://slidepdf.com/reader/full/ds-42-rapid-deploy-en 9/15

 

Rapid Deployment Guide

Installation   © 2013 SAP AG or an SAP affiliate company. All rights reserved. 9

Page 10: Ds 42 Rapid Deploy En

7/23/2019 Ds 42 Rapid Deploy En

http://slidepdf.com/reader/full/ds-42-rapid-deploy-en 10/15

 

10   © 2013 SAP AG or an SAP affiliate company. All rights reserved.

Rapid Deployment Guide

Installation

Page 11: Ds 42 Rapid Deploy En

7/23/2019 Ds 42 Rapid Deploy En

http://slidepdf.com/reader/full/ds-42-rapid-deploy-en 11/15

 

Rapid Deployment Guide

Installation   © 2013 SAP AG or an SAP affiliate company. All rights reserved. 11

Page 12: Ds 42 Rapid Deploy En

7/23/2019 Ds 42 Rapid Deploy En

http://slidepdf.com/reader/full/ds-42-rapid-deploy-en 12/15

 

4.2 Command line mode installation

You will need to provide a CMS password, a Data Services license key, and SAP HANA connection information, as

shown in the following screen.

 

12   © 2013 SAP AG or an SAP affiliate company. All rights reserved.

Rapid Deployment Guide

Installation

Page 13: Ds 42 Rapid Deploy En

7/23/2019 Ds 42 Rapid Deploy En

http://slidepdf.com/reader/full/ds-42-rapid-deploy-en 13/15

 

4.3 Validating the installation

After the installation is finished, you can validate whether Data Services is deployed successfully to your machine.

Example

The following is an example of a successful deployment on a Linux SuSE machine (PALL00520173a). Check

the following locations to verify the deployment:

● Install location: /build/dshana

Verify that this directory was created and that it is populated.

● Central Management Console: http://PALLoo520173a:18080/BOE/CMC

Verify that the CMC opens after you log in, and that Data Services appears on the home page of the CMC.

● Data Services Management Console: http://pall00520173a:18080/DataServices

Verify that the Management Console opens after you log in.

4.4 Uninstall

If the Rapid Deployment installation already exists on your machine, you must uninstall before re-installing. All

configurations will be uninstalled as well.

● If X-Window is enabled, it will use the GUI mode. Otherwise, it will use the command line interactive mode

Rapid Deployment Guide

Installation   © 2013 SAP AG or an SAP affiliate company. All rights reserved. 13

Page 14: Ds 42 Rapid Deploy En

7/23/2019 Ds 42 Rapid Deploy En

http://slidepdf.com/reader/full/ds-42-rapid-deploy-en 14/15

● Launch sh ezdeploy.sh. If there was an existing Rapid Deployment installation, it will select uninstall by

default.

14   © 2013 SAP AG or an SAP affiliate company. All rights reserved.

Rapid Deployment Guide

Installation

Page 15: Ds 42 Rapid Deploy En

7/23/2019 Ds 42 Rapid Deploy En

http://slidepdf.com/reader/full/ds-42-rapid-deploy-en 15/15

www.sap.com/contactsap

© 2013 SAP AG or an SAP affiliate company. All rights reserved.

No part of this publication may be reproduced or transmitted in any

form or for any purpose without the express permission of SAP AG.

The information contained herein may be changed without prior

notice.

Some software products marketed by SAP AG and its distributors

contain proprietary software components of other software

vendors. National product specifications may vary.

These materials are provided by SAP AG and its affiliated

companies ("SAP Group") for informational purposes only, without

representation or warranty of any kind, and SAP Group shall not be

liable for errors or omissions with respect to the materials. The only

warranties for SAP Group products and services are those that are

set forth in the express warranty statements accompanying such

products and services, if any. Nothing herein should be construed asconstituting an additional warranty.

SAP and other SAP products and services mentioned herein as well

as their respective logos are trademarks or registered trademarks

of SAP AG in Germany and other countries.

Please see http://www.sap.com/corporate-en/legal/copyright/

index.epx for additional trademark information and notices.