Red Hat LINUX VIRTUAL SERVER 4.7 - ADMINISTRATION Spécifications Page 33

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 40
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 32
;;
esac
fi
done
# Part 2: Delete variables not known to RHEL 6.5. This must be revised when new
releases are published
declare -a errors=(net.bridge.bridge-nf-call-{ip6tables,iptables,arptables}
net.ipv6.neigh.default.gc_thresh{1,2,3})
for parm in "${errors[@]}"; do
if $(cat $KernelParamFile | grep -v \# $KernelParamFile | grep -q $parm
$KernelParamFile > /dev/null); then
sed -i /$parm/d $KernelParamFile
fi
done
%end
4.9 Appendix I – Configure the Firewall
To configure the firewall on a RHEL for SAP HANA system, you can use the system-config-firewall tool
(you will need an X11 System to display the GUI version, or you can use the -tui option for a pseudo-graphical
interface in the shell) or you can modify the firewall setup directly with iptables or indirectly by applying new
rules to the file /etc/sysconfig/iptables.
In the following description, we will use the direct method, with the iptables command. At the time of
writing, this step has not yet been included in the kickstart file.
4.9.1 Calculation of the Ports Used
SAP HANA uses several ports for different purposes.
Most of these ports have to be calculated based on the instance number. For the following ports, a database
with the instance 99 is used to illustrate the calculation.
Table 9:
Schema
Calculated
port
Description
3xx09 39909 Administration port for SAP HANA
1128 – 1129
5xx13 - 5xx14
1128-1129
59913 - 59914
SAP HANA Studio
43xx
80xx
4399
8099
Company Network
3xx15
3xx17
39915
39917
SAP HANA Studio + Replication
Red Hat Enterprise Linux (RHEL) 6.5 Configuration Guide for SAP HANA
Appendix
P U B L I C
© 2015 SAP SE or an SAP affiliate company. All rights reserved.
33
Vue de la page 32
1 2 ... 28 29 30 31 32 33 34 35 36 37 38 39 40

Commentaires sur ces manuels

Pas de commentaire