cancel
Showing results for 
Search instead for 
Did you mean: 

MAIN_NEWBAS/STARTSAP_NBAS were negative

Former Member
0 Kudos

Hi Team,

      

We are facing the below issue during Execution phase of our upgrade. Kindly  help

Checks after phase MAIN_NEWBAS/STARTSAP_NBAS were negative!

Last error code set: Process /usr/sap/ddd/DVEBMGS22/exe/sapcontrol exited with 2, see '/usr/sap/ddd/upg/SUM/abap/log/SAPup.ECO' for details<br/> System start failed    

We have tried soft reboot of SAP application with cleanipc & ipcrm commands, but still gateway & Dispatcher is not getting started.

dev_enqwork log shows:

[Thr 515] Wed Jun 24 23:06:52 2015

[Thr 515] *** ERROR => e=22 semop(31457358,(0,-1,4096),1) (22: Invalid argument) [semux.c      574]

[Thr 515] ***LOG GEA=> SemRq( 26, 1, INFINITE_WAIT) rtc=1 [enxxmop.h    133]

[Thr 515] Wed Jun 24 23:07:22 2015

[Thr 515] *** ERROR => e=22 semop(31457358,(0,-1,4096),1) (22: Invalid argument) [semux.c      574]

[Thr 515] ***LOG GEA=> SemRq( 26, 1, INFINITE_WAIT) rtc=1 [enxxmop.h    133]

dev_disp log shows:

ShmKeyPermission( 10 ) = 0740 (octal)

DpCleanupSharedResources: ShmCleanup SHM_POOL_50

ShmCleanup( 50 )

ShmCreate( 50, 0, 2, 0xfffffffffffe870 )

ShmKeyPermission( 50 ) = 0740 (octal)

DpHalt: closing connect handles (tcp)

DpDelSocketInfo: del info for nihdl 345 (pos/type=43/1)

NiICloseHandle: shutdown and close hdl 345/sock 49/UDS sock 50

***LOG Q05=> DpHalt, DpHalt (22282340) [dpInit.c     3563]

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

DpHalt: Good Bye .....

gateway log shows:

S Wed Jun 24 2015 23:01:04:789 gw/reg_no_conn_info: 1

S Wed Jun 24 2015 23:01:11:407 secinfo file /usr/sap/EBD/DVEBMGS04/data/secinfo not found, use internal default (mode=1)

S Wed Jun 24 2015 23:01:11:407  P TP=* USER=* USER-HOST=local HOST=local

S Wed Jun 24 2015 23:01:11:407  P TP=* USER=* USER-HOST=internal HOST=internal

S Wed Jun 24 2015 23:01:11:407 reginfo file /usr/sap/EBD/DVEBMGS04/data/reginfo not found, use internal default (mode=1)

S Wed Jun 24 2015 23:01:11:407  P TP=* HOST=local CANCEL=local ACCESS=local

S Wed Jun 24 2015 23:01:11:407  P TP=* HOST=internal CANCEL=internal ACCESS=internal

S Wed Jun 24 2015 23:01:11:407 prxyinfo file /usr/sap/EBD/DVEBMGS04/data/prxyinfo not found

X Wed Jun 24 2015 23:01:30:845 gateway stopped, pid=20054132

P Wed Jun 24 2015 23:01:30:845 log file closed

Please help to solve this.

Thanks

Preetha Balan

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi All,

Thanks for the response!!

The issue was due to DB2 library files loading as given in dev_w<no> directory. Hence copied new db6_clidriver to the kernel directorires and repeated the phase, and this solved the issue.

Best Regards,

Preetha Balan

Answers (3)

Answers (3)

Reagan
Advisor
Advisor
0 Kudos

Few things you could try.

Check the ulimits of the ebdadm user and adapt them if required.

Reduce the EM allocation for the shadow system.

Stop shadow and main instance and run cleanipc against both systems

Restart the main instance and finally the shadow instance

If the shadow fails to start then check the developer traces of the shadow instance.

former_member182657
Active Contributor
0 Kudos

Hi,

Could you share dev_w0 log file after reboot of system with re-execution of the SUM process.

Regards,

manumohandas82
Active Contributor
0 Kudos

Hi Preetha ,

Execute the following and share the  results

Ping <local host>

Thanks ,

Manu

Former Member
0 Kudos

Hi Manu,

Ping is successful for the server.

Thanks,

Preetha Balan

manumohandas82
Active Contributor
0 Kudos

Hi Preetha ,

Please stop all the sap applications , kill any process hanging under <sid>adm ,perform

cleanipc <instance number> remove

and then issue

ipcs -a | grep sap

ipcs -a | grep <sid>

Or better try a reboot of the server

And check the following for any errors

sappfpar check pf=/sapmnt/SID/profile/<Instance_Profile>

Thanks ,

Manu