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