Updated on 2022-12-23 GMT+08:00

Modifying OS Configurations

Scenarios

To ensure the proper installation of the SAP NetWeaver system, disable the OS firewalls of all nodes before the installation.

Procedure

  1. Log in to the NAT server as user root using the key file. Then, use SSH to switch to the ASCS node.
  2. Disable automatic firewall enabling and disable the firewall.

    SuSEfirewall2 off

    SuSEfirewall2 stop

    systemctl disable SuSEfirewall2_init.service

    systemctl disable SuSEfirewall2.service

    systemctl stop SuSEfirewall2_init.service

    systemctl stop SuSEfirewall2.service

  3. Repeat the preceding step to disable the firewalls of all SAP NetWeaver nodes.