cancel
Showing results for 
Search instead for 
Did you mean: 

Installing SAP HANA, express edition Server + Apps, with Docker

0 Kudos

Hello everybody,

I'm trying to install SAP HANA, express edition Server + Apps, with Docker, but I get this error message when I start the container:

docker run -p 39013:39013 -p 39015:39015 -p 39041-39045:39041-39045 -p 1128-1129:1128-1129 -p 59013-59014:59013-59014  -p 39030-39033:39030-39033 -p 51000-51060:51000-51060  -p 53075:53075  -h hxehost -v /data/hana2:/hana/mounts --ulimit nofile=1048576:1048576 --sysctl kernel.shmmax=1073741824 --sysctl net.ipv4.ip_local_port_range='60000 65535' --sysctl kernel.shmmni=524288 --sysctl kernel.shmall=8388608 --name hana2xsa store/saplabs/hanaexpressxsa:2.00.033.00.20180925.2 --passwords-url file:///hana/mounts/master_pw.json --agree-to-sap-license

...
Finished execution of hooks in folder /hana/hooks/pre_start
Change hardware key...
/run_hana: line 399: 347 Illegal instruction (core dumped) sh -l -c "$1"

My enviroment:

16GByte ram

Debian 9.6

Docker version 18.09.1, build 4c52b90

has anybody an idea ?

thanks,

Miguel

0 Kudos

This is the problematic command:

/usr/sap/HXE/HDB90/exe/hdbnsutil -convertTopology

hxeadm@hxehost:/usr/sap/HXE/home> /usr/sap/HXE/HDB90/exe/hdbnsutil
Illegal instruction (core dumped)
hxeadm@hxehost:/usr/sap/HXE/home>

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

16GByte of ram aren't enough. With more ram the installation will succeed.

Greetings,

Miguel

0 Kudos

May I ask what the minimum requirement is, in terms of RAM, for the host environment?