Set up SAP web dispatcher on UNIX to listen on port 80 for Fiori apps
Unix prevents non root users from starting privileged ports under 1024.
- Log into the Unix SAP web dispatcher as root or any user with sudo ability
- Copy the icmbnd.new to icmbnd in the webdispatcher kernel directory
- cd /sapmnt/WEB/exe/nuc/linuxx86_64
- cp –p icmbnd.new icmbnd
- Change the owner and group of the icmbnd file
- chown root:sapsys icmbnd
- Change the setuid for the icmbnd
- chmod 4750 icmbnd
- Disallow web dispatcher from binding the port
- icm/server_port_2 = PROT=HTTP, PORT=80, TIMEOUT=10, HOST=nimblwebd, EXTBIND=1
- Check the profile after changes
- /sapmnt/<SID>/exe/nuc/linuxx86_64/sapwebdisp pf=/sapmnt/<SID>/profile/WEB_W00_webd –checkconfig
- Confirm the port is listening
- netstat –an | grep 80
Be the first to leave a comment
You must be Logged on to comment or reply to a post.