Skip to main content

SAP HANA DB Installation Steps (Part 2)

SAP HANA DB Installation Steps (Part 2)


Summary:-

This document contains the installation steps of SAP HANA SPS09 using command-line method. The GUI method installation step are published in following Link http://scn.sap.com/docs/DOC-61037

Author: Brindavan Mookaiah
Designation: SAP BASIS Consultant

Steps to follow:-

1) Download the SAP HANA media file  from  service market place
2) Place the media file into the some safe directory location
3) Loginto OS level with” root user” or SIDadm
4) Go the directories which you the HANA media file cd <installation medium>/DATA_UNITS/HDB_LCM_LINUX_X86_64
5) Start the SAP HANA platform lifecycle management tool:
6) Find the file and execute “./hdblcm –compontent_root=/DVD”

It will ask to choose the installation type

Choose system to update, or choose installation

Index | System |  Database properties
———————————————————————–
1 | HDB(update)           | hostname
| |    
2 | Install New system  |
| |
3 | Exit(do nothing)       |

Enter selected system index [3]: 2

Here we have selected “2” to Install New system”

Select additional components for installation:

Index | Components      | Description
———————————————-
1 | server          | No additional components
2 | all             | All components   
3 | client          | Install SAP HANA Database Client version
4 | afl             | Install SAP HANA AFL
5 | lcapps          | Install SAP HANA LCAPPS
6 | smartda         | Install SAP HANA Smart Data Access
7 | studio          | Install SAP HANA Studio
8 | trd             | Install SAP TRD AFL FOR HANA

Enter comma-separated list of the selected indices [3, 7]:1,3,7

Here we have selected  the option 1,3,7 to install the components and it will ask some parameters to enter

Enter Local Host Name [hostname] : <hostname>
Enter Installation Path [/hana/shared] :
Enter SAP HANA System ID : SID
Enter Instance Number [01] : <nr>

Index | Database Mode       | Description
———————————————-
1 | sngle_container     | The system contains
2 | multiple_containers | The system contains

Select Database Mode / Enter Index [1] : 1

Here we have select the option ‘1’. Based on your requirement you can select this option.

Index | System Usage    | Description
———————————————-
1     | production      | System is used in a producation enviorment
2     | test | System is used for testing,not production
3     | development     | System used for development,not production
4     | custom          | System usage is neither production,test or development

Select System Usage /Enter Index [4] : 1

Here we have select the option ‘1’. Based on your requirement you can select this option about the system type PRD or test or develpoment.

Then enter the installation parameter to install SAP HANA like loaction directory,path etc…

Enter Location of Data Volumes [/hana/data/SID] : Path

Enter Location of Log Volume [/hana/log/SID] : path for directory to locate the log files

Restrict maximum memry alloaction? [n] :

Enter Certificate Host Name For Host ‘hostname’ [hostname] : hostname

Enter System Administrator (SIDadm) Passowrd : **************

confirm System Administrator (SIDadm) Password : ***************

Enter System Administrator Home Directory [/usr/sap/SID/home] : home directory to install

Enter System Administrator Login Shell [/bin/sh] :

Enter System Administrator USer ID [username] : <user name>

Enter Database User (SYSTEM) password : ***************

confirm Database User (SYSTEM) Password : *******************


Restart instance after machine reboot? [n] : Y

Comments

Popular posts from this blog

SAP ST-PI and ST-A/PI Patch Update Steps

SAP ST-PI and ST-A/PI patch update Summary :- This document will show you how to update the ST-/PI and ST-A/PI in SAP with help of service preparation check RTCCTOOL . Author: Brindavan Mookaiah Designation : SAP BASIS Consultant Tabls of content 1) EWA report 2) Run RTCCTOOL 3) Implement the ST-A/PI and ST-PI Step 1) Check the EWA report about the ST-PI and ST-A/PI patch to update. SAP will recommend upgrading the new version based on SAP Application. Steps 2) Once if you able to see that the ST-A/PI & ST-PI  need to update and SAP recommeded. Then login into SAP and go to T-code SE38 and then execute program  ‘RTCCTOOL ‘. Download the latest ST-PI and ST-A/PI from service market place http://www.service.sap.com Once you downloaded  the required file(ST-PI& ST-A/PI) from market place and copy the file into the server. Mostly this file will be SAR file. Login in to OS level with SIDadm and extract the file using SAPCAR....

How to export RFC destinations prior Refresh

The best and easiest way... Goto SE01, create transport request (Transport of Copies) R3TR TABU RFCATTRIB * R3TR TABU RFCDES * R3TR TABU RFCDOC * R3TR TABU RFCSYSACL * If you take only RFCDES you will be missing the Documentation part of RFCs in order to take everything you need to have export of all the above mentioned tables.

SAP ERP to SAP Cloud Platform Integration via Webdispatcher

There are many Blogs which talks about SAP ABAP System (ERP/Hybris ..) direct connectivity to Cloud Platform Integration.  This blogs will help you out how to setup ERP connectivity with HANA Cloud Platform Integration using Webdispatcher. We have the below 3 options to integrate.  All are supported by SAP. ERP -> Cloud Platform Integration (Direct) ERP -> Webdispatcher -> Cloud Platform Integration ERP -> PI -> Webdispatcher -> Cloud Platform Integration Due to security concerns you may not wish to open the outbound port from your SAP ABAP system. Though its an outbound connection with secure port 443.  We haven’t discuss why the outbound is not allowed / safe to open (You can refer network security guide for more information) In this blog we will learn how to Integrate SAP ERP with Cloud Platform Integration using Webdispatcher Traffic Flow : ERP -> Webdispatcher -> Cloud Platform Integration Section 1: Outbound Call from S...