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.

Setup JCo RFC Destination for ABAP system

SAP JCo RFC Destination: SAP JCo connector is using for Java Application to communicate with SAP ABAP system via Remote Function Call (RFC). JCo RFC support bi-directional for communication like Java to ABAP system and ABAP system to Java system. To Access the JCo RFC, We need to login with Visual Administrator. Maintaining a JCo connection in the portal Visual Administrator : Goto the Path: Drive\usr\sap\<SID>\JC<nr>\j2ee\admin\go.bat Click on –> Connect Provide the Password and click on –> Connect Now you have successfully connected the Visual Administator. Next, Go to <SID> –> Server 0(node)–>Services –>JCo RFC Provider Provide the details like below: Click on –>Set We have completed the JCo RFC destination. Now, we need to login in ABAP system and test the RFC. Login to system. Go to Tx. SM59. Select the TCP/IP connections Click on –>Create...