disp+work, Dispatcher, GRAY, Stopped

I installed SAP Netweaver on Linux Mint and was getting the issue of dispatcher not starting.

GetProcessList
OK
name, description, dispstatus, textstatus, starttime, elapsedtime, pid
disp+work, Dispatcher, GRAY, Stopped, , , 7230
igswd_mt, IGS Watchdog, GREEN, Running, 2019 06 16 08:07:23, 0:10:27, 7231
vhcalnplci:npladm 5>

The issue is that with a local system on a laptop, it uses the loop-back address.

So you have to set the following in your profile file:

/usr/sap/NPL/SYS/profile/NPL_D00_vhcalnplci

Add the following line:

rdisp/tolerate_loopback_addr=yes

Make the change and restart your laptop/system.

The output is now as shown below:

vhcalnplci:npladm 2> sapcontrol -nr 00 -function GetProcessList

29.06.2019 01:30:24
GetProcessList
OK
name, description, dispstatus, textstatus, starttime, elapsedtime, pid
disp+work, Dispatcher, GREEN, Running, 2019 06 29 01:30:06, 0:00:18, 6989
igswd_mt, IGS Watchdog, GREEN, Running, 2019 06 29 01:30:06, 0:00:18, 6990
gwrd, Gateway, GREEN, Running, 2019 06 29 01:30:07, 0:00:17, 6994
icman, ICM, GREEN, Running, 2019 06 29 01:30:07, 0:00:17, 6995

Full details are in the SAP Note 1054467.

One thought on “disp+work, Dispatcher, GRAY, Stopped

Leave a comment