User Tools

Site Tools


de:cobi.time:servicelayer_konfiguration

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
de:cobi.time:servicelayer_konfiguration [2025/09/10 15:30] thuthde:cobi.time:servicelayer_konfiguration [2025/09/11 09:03] (current) thuth
Line 14: Line 14:
 navigieren und sämtliche Node Member Konfiguration entfernen bis auf eine einzelne Node Konfiguration ''httpd-b1s-lb-member-50001.conf'':   navigieren und sämtliche Node Member Konfiguration entfernen bis auf eine einzelne Node Konfiguration ''httpd-b1s-lb-member-50001.conf'':  
  
-{{:de:cobi.time:1.png?600|}}+{{:de:cobi.time:koomandozeile1.png?800|}}
  
 Die Datei ''httpd-b1s-lb.conf'' editieren und sämtliche Balancer Member aus dem Proxy balancer entfernen, sodass nur noch eine Node im Proxy balancer angegeben ist:   Die Datei ''httpd-b1s-lb.conf'' editieren und sämtliche Balancer Member aus dem Proxy balancer entfernen, sodass nur noch eine Node im Proxy balancer angegeben ist:  
Line 29: Line 29:
 <code> <code>
 RewriteEngine on RewriteEngine on
-RewriteRule "^/ping/node0$" "/b1s/ping/node?ROUTEID=.node0&target=localhost:50001" [PT] +RewriteRule "^/ping/node$" "/b1s/ping/node?ROUTEID=.node1&target=localhost:50001" [PT] 
-RewriteRule "^/ping/node1$" "/b1s/ping/node?ROUTEID=.node1&target=localhost:50001" [PT] +RewriteRule "^/ping/node/1$" "/b1s/ping/node?ROUTEID=.node1&target=localhost:50001" [PT] 
-RewriteRule "^/ping/node2$" "/b1s/ping/node?ROUTEID=.node2&target=localhost:50002" [PT] +RewriteRule "^/ping/node/2$" "/b1s/ping/node?ROUTEID=.node2&target=localhost:50002" [PT] 
-RewriteRule "^/ping/node3$" "/b1s/ping/node?ROUTEID=.node3&target=localhost:50003" [PT] +RewriteRule "^/ping/node/3$" "/b1s/ping/node?ROUTEID=.node3&target=localhost:50003" [PT] 
-RewriteRule "^/ping/node4$" "/b1s/ping/node?ROUTEID=.node4&target=localhost:50004" [PT]+RewriteRule "^/ping/node/4$" "/b1s/ping/node?ROUTEID=.node4&target=localhost:50004" [PT]
 RewriteRule "^/ping/node/(.*)$" "/b1s/ping/load-balancer?ROUTEID=.node$1" [PT] RewriteRule "^/ping/node/(.*)$" "/b1s/ping/load-balancer?ROUTEID=.node$1" [PT]
 </code> </code>
Line 41: Line 41:
 <code> <code>
 RewriteEngine on RewriteEngine on
-RewriteRule "^/ping/node$" "/b1s/ping/node?ROUTEID=.node1&bouncecount=1" [PT] +RewriteRule "^/ping/node$" "/b1s/ping/node?ROUTEID=.node1&nodecount=1" [PT] 
-RewriteRule "^/ping/node/(.*)$" "/b1s/ping/load-balancer?ROUTEID=.node1" [PT] +RewriteRule "^/ping/node/$" "/b1s/ping/node?ROUTEID=.node1&nodecount=1" [PT] 
-RewriteRule "^/ping/node2$" "/b1s/ping/node?ROUTEID=.node1" [PT]+RewriteRule "^/ping/node$(.*)$" "/b1s/ping/node?ROUTEID=.node$1&nodecount=1" [PT]
 </code> </code>
  
-Danach die Datei `httpd-b1s-lb-member-common.conföffnen und den Eintrag **IfModule mpm_prefork_module** wie folgt bearbeiten:  +Danach die Datei ''httpd-b1s-lb-member-common.conf'' öffnen und den Eintrag **IfModule mpm_prefork_module** wie folgt bearbeiten:  
  
 <code> <code>
Line 53: Line 53:
    StartServers             10    StartServers             10
    MaxSpareServers          10    MaxSpareServers          10
-   MaxClients               10 +   MinSpareServers          9 
-   MaxRequestsPerChild      48+   MaxConnectionsPerChild   20 
 +   MaxRequestsWorkers       48
 </IfModule> </IfModule>
 </code> </code>
  
 Nun kann das Service Layer wieder gestartet werden mit dem Befehl:   Nun kann das Service Layer wieder gestartet werden mit dem Befehl:  
-`systemctl start b1s +''systemctl start b1s''  
  
 Im Service Layer Control Center (`https://sap-server-ip:40000/ServiceLayerController`) sollte nun nur noch ein Node Member sichtbar sein.   Im Service Layer Control Center (`https://sap-server-ip:40000/ServiceLayerController`) sollte nun nur noch ein Node Member sichtbar sein.  
  
-Beispiel Service Layer Dateien (Nicht einfach kopieren und auf den HANA Server importieren):   +Beispiel Service Layer Dateien (Nicht einfach kopieren und auf den HANA Server importieren):  \\ 
-[[https://example-link/ServiceLayerConfigFiles.zip|Example Service Layer Config Files.zip]]+{{ :de:cobi.time:example_service_layer_config_files.zip |}}
  
- 
-{{:de:cobi.time:servicelayer-konfiguration.png?600|}} 
de/cobi.time/servicelayer_konfiguration.1757511016.txt.gz · Last modified: by thuth

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki