-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #37 from varkoly/master
Setup workflow is bad bsc#1217596
- Loading branch information
Showing
21 changed files
with
200 additions
and
192 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
#!/bin/bash | ||
# | ||
|
||
while true | ||
do | ||
if [ "$( /usr/sap/hostctrl/exe/sapcontrol -nr 00 -function GetProcessList | grep hdbindexserver )" ]; then | ||
echo -n "RUN " >> /var/log/hana-state | ||
date >> /var/log/hana-state | ||
else | ||
echo -n "NOT " >> /var/log/hana-state | ||
date >> /var/log/hana-state | ||
fi | ||
sleep 1 | ||
done | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,27 @@ | ||
------------------------------------------------------------------- | ||
Wed Nov 29 07:52:36 UTC 2023 - Peter Varkoly <[email protected]> | ||
|
||
- yast2-sap-ha setup workflow is bad (bsc#1217596) | ||
Reworking the workflow: | ||
1. Setting up SAP HANA System Replication | ||
2. Setting up SAP HANA HA/DR providers | ||
3. Confiugring the base cluster on all nodes | ||
4. Configuring cluster properties and resources with the new function HANA.finalize | ||
The whole class ClusterFinlizer was removed. | ||
- 6.0.0 | ||
|
||
------------------------------------------------------------------- | ||
Thu Nov 9 08:31:53 UTC 2023 - Peter Varkoly <[email protected]> | ||
|
||
- yast2-sap-ha wizard terminates abruptly when save configuration option | ||
is selected post configuration (bsc#1214603) | ||
- yast2-sap-ha does not set global_allocation_limit for non productive database | ||
(bsc#1216651) | ||
- Take care that the read values from the saved configuration will | ||
not be overridden during initialization of the modules | ||
- Check if the required HANA systems are installed on the nodes. | ||
- 5.0.1 | ||
|
||
------------------------------------------------------------------- | ||
Mon Aug 7 05:13:47 UTC 2023 - Peter Varkoly <[email protected]> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
[memorymanager] | ||
global_allocation_limit = <%= @production_constraints[:global_alloc_limit_non] -%> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.