Hi,
I'm trying to install HANA on Docker using SLES11 as a base image. Unfortunately, the installation stops due to an error. It says:
Installation of SAP HANA system failed.
Installation of SAP HANA Database failed
Installation failed
error installing
Cannot create Instance
Cannot create instance
Cannot create initial topology
Switching to user id 1000 and group id 79.
Starting external program /usr/sap/DB1/HDB01/exe/hdbnsutil
Command line is: /usr/sap/DB1/HDB01/exe/hdbnsutil -initTopology
Output line 1: checking for inactive nameserver ...
Output line 2: nameserver 6e94af17e83c:30101 not responding.
Output line 3: creating persistence ...
Output line 4: assign failed with persistence startup error. ERROR [SQL-1793] invalid key or invalid size: ShmSystem::create (size=134217728) - Invalid argument at ptime/common/ptl/ptl_shm.h:38
Output line 5: exception 1: no.71001793 (ptime/common/ptl/ptl_shm.h:38)
Output line 6: ShmSystem::create (size=134217728) - Invalid argument
I have attached the whole error message in the error.txt file. However, installing HANA directly on the OS (SLES12) works without any problem. I'm not sure why this error is happening. Does anybody have an idea?