首页 > 其他 > 详细

Install SAP HANA EXPRESS on Google Cloud Platform

时间:2020-06-09 12:34:08      阅读:80      评论:0      收藏:0      [点我收藏+]

1. Select product "SUSE Linux Enterprise Server 12 SP4 for SAP" on Google cloud platform, launch a instance, the instance is better with 4 cores and 16GB ram.

2. Upload the jre-8u251-linux-x64.rpm and HXEDownLoadManager_linux.bin to the instance.

3. Run below command to install java run time

sudo rpm -ivh jre-8u251-linux-x64.rpm

4. Follow the below steps to update JAVA_HOME path

  (1) Execute: vi ~/.bashrc OR vi ~/.bash_profile
  (2) Add line : export JAVA_HOME=/usr/java/jre1.8.0_251-amd64, save the file
  (3) source ~/.bashrc OR source ~/.bash_profile
  (4) Execute : echo $JAVA_HOME, check the output is /usr/java/jre1.8.0_251-amd64

5. Create Downloads folder in user‘s home folder using command "mkdir ~/Downloads". run below command to download SAP HANA express installation file.

HXEDownloadManager_linux.bin linuxx86_64 installer hxe.tgz

6. Go to the Download folder, unzip the downloaded hxe.tgz file

tar -xvzf hxe.tgz

7. Run command to start installation, during installation, select SAP HAHA instance number 0.

sudo ./setup_hxe.sh

 

If during installation, have libatomic1 not found problem. Need to actiave suse Linux and install the missing package. Registraion code "B775D098D427B0" can be get when you register a trial account on suse linux website, it only can be used for half a year.

sudo SUSEConnect -r B775D098D427B0
sudo SUSEConnect -p PackageHub/12.4/x86_64
sudo zypper install libgcc_s1 libstdc++6 libatomic1

 

Install SAP HANA EXPRESS on Google Cloud Platform

原文:https://www.cnblogs.com/shengguang/p/13071736.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!