cancel
Showing results for 
Search instead for 
Did you mean: 

sapstartsrv not starting on Solman instance

ACE-SAP
Active Contributor
0 Kudos

Hi

I'm facing a strange problem on a solution manager 7.1 instance on linux / VMware (SLES 11sp1).

Kernel is 720_EXT_REL, x64 UC patch 100.

The instance was running fine, a network card was added for a Saprouter and the ABAP stack is not starting anymore.

The sapstartsrv service is not starting for the ABAP instance, the one for Java central service is starting fine.

When using the startup script the sapstartsrv gets into timeout without any message, and sapcontrol fails to start the instance with an NI CONNECT error

FAIL: NIECONN_REFUSED (Connection refused), NiRawConnect failed in plugin_fopen()

When I try to launch the sapstartsrv service manually

LD_LIBRARY_PATH=/usr/sap/SOL/DVEBMGS00/exe:$LD_LIBRARY_PATH; 
export LD_LIBRARY_PATH;
/usr/sap/SOL/DVEBMGS00/exe/sapstartsrv pf=/usr/sap/SOL/SYS/profile/START_DVEBMGS00_sap-sol -D -u soladm

i get the followong error :

trc file: "sapstartsrv.log", trc level: 0, release: "720"
No halib defined => HA support disabled
CCMS agent initialization: return code 0.
CCMS agent start: return code 0.
Initializing SAPControl Webservice
Starting AutoRestart thread
[Thr 139672648222528] Caught signal SIGBUS

I'm getting the same error even if I use the binray of the Java central instance.

That instance was running fine before.. but now fails to start...

I've clean up the instance profile as much as as I can (remove all buffer param), sappfpar check is Ok.

Default profile

SAPDBHOST = sap-sol

j2ee/dbtype = ora

j2ee/dbname = SOL

j2ee/dbhost = sap-sol

SAPSYSTEMNAME = SOL

SAPGLOBALHOST = sap-sol

system/type = DS

SAPFQDN = mycorp.local

SAPLOCALHOSTFULL = $(SAPLOCALHOST).$(SAPFQDN)

login/create_sso2_ticket = 2

login/accept_sso2_ticket = 1

icm/host_name_full = $(SAPLOCALHOSTFULL)

login/no_automatic_user_sapstar = 1

icm/conn_timeout = 5000

icm/keep_alive_timeout = 240

rdisp/max_wprun_time = 2400

abap/shared_objects_size_MB = 40

vmcj/enable = off

rdisp/mshost = sap-sol

rdisp/msserv = sapmsSOL

rdisp/msserv_internal = 3900

j2ee/scs/host = sap-sol

j2ee/scs/system = 01

j2ee/ms/port = 3901

login/system_client = 100

Startup profile

SAPSYSTEMNAME = SOL

SAPSYSTEM = 00

INSTANCE_NAME = DVEBMGS00

DIR_CT_RUN = $(DIR_EXE_ROOT)/run

DIR_EXECUTABLE = $(DIR_INSTANCE)/exe

DIR_PROFILE = $(DIR_INSTALL)/profile

PF = $(DIRPROFILE)/SOL_DVEBMGS00_sap-sol

SETENV_00 = DIR_LIBRARY=$(DIR_LIBRARY)

SETENV_01 = LD_LIBRARY_PATH=$(DIR_LIBRARY):%(LD_LIBRARY_PATH)

SETENV_02 = SHLIB_PATH=$(DIR_LIBRARY):%(SHLIB_PATH)

SETENV_03 = LIBPATH=$(DIR_LIBRARY):%(LIBPATH)

SETENV_04 = PATH=$(DIR_EXECUTABLE):%(PATH)

Execute_00 = immediate $(DIR_CT_RUN)/sapcpe$(FT_EXE) pf=$(_PF)

Execute_01 = local $(DIR_EXECUTABLE)/sapmscsa pf=$(_PF) -n

MS = ms.sap$(SAPSYSTEMNAME)$(INSTANCE_NAME)

Execute_02 = local rm -f $(_MS)

Execute_03 = local ln -s -f $(DIR_EXECUTABLE)/msg_server$(FT_EXE) $(_MS)

Start_Program_00 = local $(_MS) pf=$(_PF)

DW = dw.sap$(SAPSYSTEMNAME)$(INSTANCE_NAME)

Execute_04 = local rm -f $(_DW)

Execute_05 = local ln -s -f $(DIR_EXECUTABLE)/disp+work$(FT_EXE) $(_DW)

Start_Program_01 = local $(_DW) pf=$(_PF)

IG = ig.sap$(SAPSYSTEMNAME)$(INSTANCE_NAME)

Execute_06 = local rm -f $(_IG)

Execute_07 = local ln -s -f $(DIR_EXECUTABLE)/igswd_mt $(_IG)

Start_Program_02 = local $(_IG) -mode=profile pf=$(_PF)

instance profile

login/accept_sso2_ticket = 1

login/create_sso2_ticket = 2

SAPSYSTEMNAME = SOL

SAPSYSTEM = 00

INSTANCE_NAME = DVEBMGS00

DIR_CT_RUN = $(DIR_EXE_ROOT)/run

DIR_EXECUTABLE = $(DIR_INSTANCE)/exe

FN_JSTART = jcontrol$(FT_EXE)

jstartup/trimming_properties = off

jstartup/protocol = on

jstartup/vm/home = /usr/lib64/jvm/java

jstartup/max_caches = 500

jstartup/release = 700

jstartup/instance_properties = $(jstartup/j2ee_properties):$(jstartup/sdm_properties)

j2ee/dbdriver = /oracle/client/10x_64/instantclient/ojdbc14.jar

exe/saposcol = $(DIR_CT_RUN)/saposcol

rdisp/wp_no_dia = 5

rdisp/wp_no_btc = 3

exe/icmbnd = $(DIR_CT_RUN)/icmbnd

rdisp/j2ee_start_control = 1

rdisp/j2ee_start = 1

rdisp/j2ee_libpath = $(DIR_EXECUTABLE)

exe/j2ee = $(DIR_EXECUTABLE)/jcontrol$(FT_EXE)

rdisp/j2ee_timeout = 600

rdisp/frfc_fallback = on

icm/HTTP/j2ee_0 = PREFIX=/,HOST=localhost,CONN=0-500,PORT=5$$00

icm/server_port_0 = PROT=HTTP,PORT=80$$,TIMEOUT=240,PROCTIMEOUT=600

ms/server_port_0 = PROT=HTTP,PORT=81$$

rdisp/wp_no_enq = 1

rdisp/wp_no_vb = 1

rdisp/wp_no_vb2 = 1

rdisp/wp_no_spo = 1

icm/server_port_1 = PROT=SMTP,PORT= 25000

ipc/shm_psize_10 = 150000000

ipc/shm_psize_40 = 290000000

zcsa/installed_languages = DE

I'm getting crazy with this and does not have any clue about what is getting wrong.

Thanks for your help...

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Did you solve this, i am facing a similar issue with install of solman 7.1 where i get NIECONNECT and sapcontrol hangs. we have similar issue on another server where network card was changed? How did you resolve this?

thanks

ACE-SAP
Active Contributor
0 Kudos

Sorry I was not able to solve it and we reinstall the server because we already spent too much time investigating...

Here is the answer I get throuh OSS

There is some reconfiguration needed to allow use of multiple NIC with SAP.

Please refer to SAP Notes 21151 and 609603.

Did not help that much...

Good luck, and if you find the solution update the thread...

Answers (2)

Answers (2)

Former Member
0 Kudos

Can you manually start sapstartsrv.If it is doesnt work then may be delete the .sapstream files from /tmp and then try.Thanks.

former_member188883
Active Contributor
0 Kudos

Hi,

Can you paste the details of your hosts file

Highlight which is the new ip address assigne for the new network card.

Regards,

Deepak Kori

ACE-SAP
Active Contributor
0 Kudos

Hi Deepak

The new card is not declared in the host file, only the 'old ' one is there.

This problem should be network related as far as it was working before the new NIC was added.

Thanks

# IP-Address  Full-Qualified-Hostname  Short-Hostname
127.0.0.1       localhost
192.168.2.32    sap-sol sap-sol.mycorp.local

# special IPv6 addresses
::1             localhost ipv6-localhost ipv6-loopback

fe00::0         ipv6-localnet

ff00::0         ipv6-mcastprefix
ff02::1         ipv6-allnodes
ff02::2         ipv6-allrouters
ff02::3         ipv6-allhosts