Let’s install QAS(Non-productive) SAP HANA database in sechana. In this Lab, we plan to install only for minimum functional verification. For detailed information related to the installation of HANA DB, please refer to the SAP HANA Administration Guide below.
Connect to sechana through Session Manager.
Install awscli to download the HANA installation file from S3.
sudo su -
cd /hana/shared
curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
unzip awscliv2.zip
./aws/install
aws --version
After downloading HANA installation file as follows, extract it.
mkdir -p /hana/shared/hanadb
cd /hana/shared/hanadb
aws s3 cp s3://sap-immsersionday-hol1/hanadb . --recursive
unrar x 51053381_part1.exe
Install HANA DB
The main installation options are listed below.
Install HANA DB using hdblcm.
cd /hana/shared/hanadb/51053381/DATA_UNITS/HDB_LCM_LINUX_X86_64
./hdblcm
Enter the installation options as below.
When the installation is complete, you can see the results below.
Check QAS HANA DB installation.
su - qasadm
HDB info
© 2020, Amazon Web Services, Inc. or its affiliates. All rights reserved.