Updated on 2022-03-04 GMT+08:00

Modifying OS Configurations

Scenarios

To ensure the proper installation of the SAP 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 SAP Business One nodes.
  2. Run the following commands on the SAP Business One node to disable automatic firewall enabling and disable the firewall:

    chkconfig SuSEfirewall2_init off

    chkconfig SuSEfirewall2 off

    service SuSEfirewall2_init stop

    service SuSEfirewall2 stop

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