cancel
Showing results for 
Search instead for 
Did you mean: 

SAP not starting

Former Member
0 Kudos

Hi,

The SAP system is not starting.

I have looked into the note 907856, and searched the forums, but did not get any solution

I also used the netstat comamand to find out whether this port 3230 is used or not. It is not used

The System is ECC 6.0 + AIX+ DB2 database.

The following is the log. Please help

m.dump: set maximum dump mem to 96 MB

***LOG Q0I=> NiIBindSocket: bind (68: Can't assign requested address) [nixxi.cpp 3227]

        • ERROR => NiIBindSocket: SiBind failed for hdl 0 / sock 7*

(SI_EADDR_NAVAIL/68; I4; DG; 10.8.225.132:3230) [nixxi.cpp 3227]

        • ERROR => DpCommInit: NiDgHdlBindName failed: -16 [dpxxdisp.c 9999]*

        • DP_FATAL_ERROR => DpSapEnvInit: DpCommInit*

        • DISPATCHER EMERGENCY SHUTDOWN ****

Accepted Solutions (0)

Answers (5)

Answers (5)

ashish_mishra2
Contributor
0 Kudos
  1. check the permission and ownership of /etc/hosts file.

  2. IP addresses given in sqlnet.ora file

  3. this issue occurs because of SHM segment also.

run the report sappfpar and check all the segments are set correctly.in case of any error correct the same. in the sappfpar check output , check pool 10 and 40 are available as well as no error should be reported.

format

from sidadm user

sappfpar check pf=/usr/sap/<sid>/DV*/profiles/<instance profile>.pfl

Former Member
0 Kudos

this is an error with the Name Server ip address.

Former Member
0 Kudos

Balaji

Can you share how you determined that it was an error with the Name Server ip address.

Thanks!

PJ

Former Member
0 Kudos

As per the log , it was showing the ip address as 10.8.225.132

The ip address should be localhost or 127.0.0.1

So this gave us some basic idea that there is some issue with the IP

so now we looged into the unix server and did ping localhost.

It returned the address 10.8.225.132 which is wrong

When you ping localhost, it should return 127.0.0.1

So we called the networking team and told them to look into it

Former Member
0 Kudos

Make Sure that your server has fully qualified domain name.

Thanks,

Sourav Misra

Former Member
0 Kudos

check your firewall rules, stop antivirus and give a go

Former Member
0 Kudos

Hi

Try updating your SAP kernel to lates version.

Regards

Rahul

Former Member
0 Kudos

can you please give me brief introduction what you did and how you got the error.

i shall try to solve it.

Former Member
0 Kudos

Hi,

I just restarted teh System , and the system did not come up

Former Member
0 Kudos

The kernel is on patch level 179

Former Member
0 Kudos

Balaji

Please post your host file and the output from your netstat -a, but grep for 32* instead.

Hope this helps.

PJ