cancel
Showing results for 
Search instead for 
Did you mean: 

Hana Installation Error - Cannot create initial topology

Former Member
0 Kudos

Hi dear experts, I'm getting the following problem trying to install Hana on SLES 11 on a VMWare. You can find attached the error log, as you can see I'm using a laptop but I think the memory amount doesn't has to affect  the installation because I'm setting --ignore=check_diskspace,check_min_mem.

In addition I'm getting the same error when I use a VM with 30gb RAM.

Can anybody help me?

hana01:/mnt/hgfs/hana/51048744/DATA_UNITS/HDB_SERVER_LINUX_X86_64 # ./hdbinst --ignore=check_diskspace,check_min_mem

SAP HANA Database installation kit detected.

SAP HANA Lifecycle Management - Database Installation 1.00.82.00.394270

***********************************************************************

Enter Installation Path [/hana/shared]: /hana/shared

Enter SAP HANA System ID: H10

Resuming broken installation at step 'Creating System'

Options:

  Index | System Usage | Description

  -------------------------------------------------------------------------------

  1     | production   | System is used in a production environment

  2     | test         | System is used for testing, not production

  3     | development  | System is used for development, not production

  4     | custom       | System usage is neither production, test nor development

Select System Usage / Enter Index [4]: 4

Enter Database User (SYSTEM) Password:

Confirm Database User (SYSTEM) Password:

Restart instance after machine reboot? [n]: n

Checking installation...

Preparing package 'Saphostagent Setup'...

Preparing package 'Python Support'...

Preparing package 'Python Runtime'...

Preparing package 'Product Manifest'...

Preparing package 'Binaries'...

Preparing package 'Installer'...

Preparing package 'Ini Files'...

Preparing package 'Emergency Support Package'...

Preparing package 'Documentation'...

Preparing package 'Delivery Units'...

Preparing package 'DAT Languages'...

Preparing package 'DAT Configfiles'...

Creating System...

Creating System...

Installation failed

  error installing

    Cannot create Instance

      Cannot create instance

        Cannot create initial topology

          Starting external program /usr/sap/H10/HDB10/exe/hdbnsutil

            Command line is: /usr/sap/H10/HDB10/exe/hdbnsutil -initTopology

            Output line 1: checking for inactive nameserver ...

            Output line 2: nameserver hana01:31001 not responding.

            Output line 3: Emergency release. Writing runtime dump!

            Output line 4: Finished writing emergency release runtime dump!

            Output line 5: Out of memory occured. Writing runtime dump!

            Output line 6: Finished writing oom runtime dump!

          Program /usr/sap/H10/HDB10/exe/hdbnsutil terminated with error: signal 11

          /usr/sap/H10/HDB10/exe/hdbnsutil call failed

Log file written to '/var/tmp/hdb_H10_install_2015-05-11_08.47.20/hdbinst.log'.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Damian,

The issue appears to be that hdbnsutil is running OOM during the -initTopology process. As stated by Amerjit, 7132 GB is too small for HANA. The OOM occurs not because of the check but because there just is not enough memory available:

          Starting external program /usr/sap/H10/HDB10/exe/hdbnsutil

            Command line is: /usr/sap/H10/HDB10/exe/hdbnsutil -initTopology

            Output line 1: checking for inactive nameserver ...

            Output line 2: nameserver hana01:31001 not responding.

            Output line 3: Emergency release. Writing runtime dump!

            Output line 4: Finished writing emergency release runtime dump!

            Output line 5: Out of memory occured. Writing runtime dump!

            Output line 6: Finished writing oom runtime dump!

          Program /usr/sap/H10/HDB10/exe/hdbnsutil terminated with error: signal 11

          /usr/sap/H10/HDB10/exe/hdbnsutil call failed

BR,
Ruaidhri

Answers (1)

Answers (1)

Former Member
0 Kudos

Damian,

I see you have now decided to try with REV82 as opposed to your other attempt with REV91.

You really are asking for nothing but trouble when trying to install HANA on a virtual machine with 7132MB of memory. That's 7132MB for both the o/s and HDB !!!!!!

Anyway, the following OSS note also covers a SIG 11 during install but I see in your install you have already passed that step (check the permissions mentioned in the note anyway). What you are hitting is a OOM which really doesn't surprise me. The nameserver itself needs ~8GB.

1897157 - Install or upgrade failed due to hdbnsutil failure

KR,

Amerjit