cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Problems starting SAP server on Linux

rainer_fux2
Participant
0 Likes
1,491

Hello,

We have installed our SAP ERP 6.0 on linux (suse 10) x86_64 without any problems, and it worked fine. But after trying to stop and restart the server, it fails. We did it with:

stopsap

startsap

The error messages in the logs are these:

trc file: "CPICTRC25768", trc level: 1, release: "700"

-


Fri Oct 22 13:24:33 2010

opened by SAP_CMACCP (version=700.2009.02.11)

NiInit3: NI already initialized; param 'maxHandles' ignored (1;202)

CPIC (version=700.2009.02.11)

Fri Oct 22 13:25:33 2010

      • ERROR => GwIConnect: GwRead to vlhpsapdev / 3372 failed, rc: NIETIMEOUT [gwxx_mt.c 490]

***LOG S90=> SAP_CMNOREGTP, GwIConnect ( 223) [r3cpic_mt.c 9366]

T:1115703616 Error in program 'igsmux_mt': ======> Connect to SAP gateway failed

Connect_PM TPNAME=IGS.DEV, GWHOST=vlhpsapdev, GWSERV=3372

The dispatcher log files are not showing any errors.

But there are other messages like partner nod reached, connection refused etc.

We already checked the hosts and services files. Seems all to be okay. We replaced the kernel files with the newest one, and we checked the memory parameters, but as well all seems to be okay.

Any ideas, why the dispatcher always crashes?

View Entire Topic
Former Member
0 Likes

hello,

Your system is listening to the port number GWSERV=3372

Can you check the port is active (netstat -a or netstat -an |grep 3372)

And have you maintained Services and hosts file entries correctly, in /etc/hosts and /etc/services.

Regards

JUDE.

rainer_fux2
Participant
0 Likes

Hello Jude,

Thanks for your reply.

Already checked your propositions.

1. netstat :

netstat -an |grep 3372

tcp 0 0 0.0.0.0:3372 0.0.0.0:* LISTEN

tcp 0 0 153.109.64.31:3372 153.109.64.31:34077 SYN_RECV

tcp 69 0 153.109.64.31:3372 153.109.64.31:41757 CLOSE_WAIT

tcp 69 0 153.109.64.31:3372 153.109.64.31:41756 CLOSE_WAIT

tcp 69 0 153.109.64.31:3372 153.109.64.31:41758 CLOSE_WAIT

...

unix 2 [ ACC ] STREAM LISTENING 3528356 /tmp/.sapstream3372

unix 3 [ ] STREAM CONNECTING 0 /tmp/.sapstream3372

unix 3 [ ] STREAM CONNECTING 0 /tmp/.sapstream3372

unix 3 [ ] STREAM CONNECTING 0 /tmp/.sapstream3372

...

2. services / hosts files -> All fine.

Edited by: Vermeer on Oct 28, 2010 9:25 AM

JPReyes
Active Contributor
0 Likes

reading dev_w0 either the log is not complete or the WP never fully started... can you post dev_disp?

Regards

Juan

rainer_fux2
Participant
0 Likes

Hello,

If I test

R3trans -d

I don't get any response, but with

R3trans -x

it finish successfully.

Whats the problem?

rainer_fux2
Participant
0 Likes

Hello Juan,

I posted the dev_disp (full) log above, its the 6th answer from the top.

Regards,

Vermeer

Former Member
0 Likes

Can you check if the gateway port is blocked by another resource?

You can do that with command netstat -an |grep LISTEN. Gatewayport is 33<systemnumber>

regards, Martin