-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GCP - Wrong srHook Configurations #900
Comments
Here is the Terraform execution part:
|
I will look into this and attempt to reproduce it. |
I have not been able to reproduce this error. In my terraform.tfvars file I have identified the sites as below: hana_sid = "GPT"
hana_instance_number = "00"
hana_master_password = "[REDACTED]"
hana_primary_site = "node01"
hana_secondary_site = "node02" This results in the following content in /etc/sudoers.d/SAPHanaSR
Can you please share your terraform.tfvars after redacting any sensitive information? |
@ab-mohamed I am still unable to reproduce the issue. Please post a redacted terraform.tfvars file. |
Please ensure that you use SLES 12 SP4|5 for SAP Applications. Here is my Terraform configurations:
|
@mr-stringer Any updates about this issue? |
Sorry, I didn't see you'd posted this. I'll give it a try in the next day or two. Thanks :) |
Used cloud platform
GCP
Used SLES4SAP version
SLES12 SP4|5 for SAP Applications
Used client machine OS
macOS
Expected behaviour vs observed behaviour
Successful srHook configurations in /etc/sudoers.d/SAPHanaSR file
How to reproduce
Deploy HANA HA cluster using SLES12 SP4|5 for SAP Applications
Check /etc/sudoers.d/SAPHanaSR:
hana_prd_site_srHook_u'NUE'
should be replaced byhana_prd_site_srHook_NUE
. The same for the rest.The text was updated successfully, but these errors were encountered: