cancel
Showing results for 
Search instead for 
Did you mean: 

Kernel incompatible to already connected instances

former_member211727
Participant
0 Kudos

Hi Experts,

The Dialog instance of our netweaver server is not starting with the following error:

***LOG Q1K=> MsIAttachEx: StoC check failed, Kernel not compatible with system (rc=29) [msxxi.c      820]

*** ERROR => Kernel incompatible to already connected instances (see dev_ms for details) [dpxxdisp.c   12889]

DpHalt: shutdown server >xxxxxxxxxxxx                        < (normal)

DpHalt: stop work processes

Thu Mar 31 18:52:43 2016

DpHalt: stop gateway

*** ERROR => DpProcKill: kill failed (3: No such process) [dpuxdisp.c   440]

DpHalt: stop icman

*** ERROR => DpProcKill: kill failed (3: No such process) [dpuxdisp.c   440]

DpHalt: terminate gui connections

DpHalt: wait for end of work processes

DpHalt: wait for end of gateway

DpHalt: wait for end of icman

DpHalt: not attached to the message server

DpHalt: cleanup EM

DpHalt: cleanup event management

DpHalt: cleanup shared memory/semaphores

DpCleanupSharedResources: removing request queue

*** INFO  SHM 31 in POOL 10     7042 KB estimated      4760 KB real (   -2282 KB    -33 %)

***LOG Q05=> DpHalt, DpHalt (58523734) [dpxxdisp.c   11876]

DpHalt: *** shutdown completed - server stopped ***

I have already followed the below Wiki steps:

Kernel incompatible to already connected instances - Application Server Infrastructure - SCN Wiki

How to check

To check the 'source id'

1. Logon to central instance and execute

  • sappfpar pf=<CI's profile> DIR_EXECUTABLE
  • <DIR_EXECUTABLE>/msg_server | grep source

2. Logon to application server and execute

  • sappfpar pf=<DI's profile> DIR_EXECUTABLE
  • <DIR_EXECUTABLE>/disp+work | grep source

the source_id matches but still getting the same error. Please suggest.

Thanks

Rahul

Accepted Solutions (0)

Answers (2)

Answers (2)

isaias_freitas
Advisor
Advisor
0 Kudos

Hello,

Are the parameters "rdisp/mshost" and "rdisp/msserv_internal" defined at the DEFAULT.PFL profile only?

At the DI, when you perform a DNS test (e.g., "ping"), is the hostname defined at "rdisp/mshost" pointing to the correct IP address?

Regards,

Isaías

former_member211727
Participant
0 Kudos

Hi,

Yes we did Kernel patch update from 400 to 600. kernel release is 721.

Attached is the dev_ms log.

Thanks

Rahul

Sriram2009
Active Contributor
0 Kudos

Hi Rahul.

Thanks for your info,

1. Could you share the OS / DB & SAP version details?

2. Could you refer the SAP KBA for the error message

igISetDefaultAction : default handling for signal SIGCHLD

[Thr 01] ***LOG Q0I=> NiIBindSocket: could not delete file '/tmp/.sapstream3600' for hdl 17: unlink (1: Not owner) [nixxi.cpp 3715]

[Thr 01] *** ERROR => NiIBindSocket: could not delete file '/tmp/.sapstream3600' (hdl 17; errno=0) [nixxi.cpp    3720]

1891952 - Message Server startup problem / NiIBindSocket: could not delete file '/tmp/.sapstream####

BR

SS

Former Member
0 Kudos

Hi Rahul,

Please try few of these things:

1. stopsap

2A) Cleanipc, ipcs -a| grep sidadm, ipcrm -m <##>, ipcrm -s <##>

2B). cd /tmp; ls -ltr .sapstream* ; rm .sapstream* [remove all of them owned by sidadm]

3. Please, comment out the parameter 'ms/http_port' in Default profile and define 'ms/server_port_n' parameter (If you have separate ASCS define it in ASCS profile).

4. Double check services file:

sapmsSID    3600/tcp    # SAP System Message Server Port

5. Download the kernel again from SMP.

6. Apply it. Please use sapcpe to apply kernel files in all locations.

7. Make sure parameter is rdisp/msserv_internal=39nn in Default profile.

8. Startsap

Regards,

Sujit K Banerjee.

manish_singh13
Active Contributor
0 Kudos

Hi Rahul,

Please try a clean stop and start of CI & App instance. There are errors in dev_ms file regarding cleanup.

[Thr 01] ***LOG Q0I=> NiIBindSocket: could not delete file '/tmp/.sapstream3600' for hdl 17: unlink (1: Not owner) [nixxi.cpp 3715]

[Thr 01] *** ERROR => NiIBindSocket: could not delete file '/tmp/.sapstream3600' (hdl 17; errno=0) [nixxi.cpp    3720]



Please stop all SAP application & database instance. Stop all active processes Cleanup/Delete .sapstream* files from /tmp file system (both CI & App server). These are hidden files, so please check accordingly and delete all existing files.

Start your listener,database,CI & App and update if you still facing same issue.

Thanks,

MPS

Former Member
0 Kudos

Hello MPS,

We usually do not repeat same steps in same post. I already mentioned in step 2B in the above post.

Thanks.

manish_singh13
Active Contributor
0 Kudos

Hi Rahul,

Please update the OS for your Central Instance and dialog instance.

If your CI and DIA are on separate hosts then are you using same kernel including patch?

Thanks,

MPS

former_member211727
Participant
0 Kudos

Hi Manish,

Yes, CI and DI are running on different hosts. The kernel including patch matches on both servers.

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

disp+work information

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

kernel release                721

kernel make variant           721_EXT_REL

compiled on                   AIX 1 6 00F8709F4C00 for rs6000_64

compiled for                  64 BIT

compilation mode              Non-Unicode

compile time                  Oct  1 2015 03:08:45

update level                  0

patch number                  600

source id                     0.600

Thanks

Rahul

manish_singh13
Active Contributor
0 Kudos

Hi Rahul,

Both CI & DIA instances are on AIX? and your system is Non-Unicode?

Have you recently upgraded SAP Kernel.

Thanks,

MPS

Sriram2009
Active Contributor
0 Kudos

HI Raghul.

1. Could you attach the dev_ms.log

2 Share the SAP version details?

BR

SS