Bug 1474026

Summary: sapconf does not persist sysctl configuration
Product: Red Hat Enterprise Linux 7 Reporter: Jamel Abiadh <jabiadh>
Component: sapconfAssignee: Than Ngo <than>
Status: CLOSED NOTABUG QA Contact: cluster-qe <cluster-qe>
Severity: high Docs Contact:
Priority: unspecified    
Version: 7.2CC: fdanapfe, jabiadh, mjuricek
Target Milestone: rc   
Target Release: ---   
Hardware: noarch   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-09-11 15:09:22 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1018952    

Description Jamel Abiadh 2017-07-23 08:52:40 UTC
Description of problem:

sapconf does not persist the changes for sysctl


Version-Release number of selected component (if applicable):
sapconf-0.98-7.el7.noarch

How reproducible:
Always

Steps to Reproduce:
1. run sapconf
2. look for changes in /etc/sysctl.conf or /etc/sysctl.d/*

Actual results:
no /etc/sysctl.d/sap.conf (or equivalent ) created

Expected results:
From https://launchpad.support.sap.com/#/notes/2002167

""""
a file /etc/sysctl.d/sap.conf with the following content
# SAP settings
kernel.sem=1250 256000 100 1024
vm.max_map_count=2000000
""""

Comment 2 Than Ngo 2017-07-24 08:28:56 UTC
> 
> Expected results:
> From https://launchpad.support.sap.com/#/notes/2002167
> 

i cannot access the above link, could you please provide the contents from the expected results of obove link?

Thanks

Comment 3 Jamel Abiadh 2017-07-24 08:32:49 UTC
It's already in my initial comment,

a file /etc/sysctl.d/sap.conf with the following content
# SAP settings
kernel.sem=1250 256000 100 1024
vm.max_map_count=2000000

Should be created