Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amitgujar/sap-kernel-patcher
Over 351+ downloads on galaxy, This Ansible collection to upgrade the kernels of the remote sap systems. Applicable for all SIDs, as long as you know what to do.
https://github.com/amitgujar/sap-kernel-patcher
ansible ansible-galaxy kernel linux-kernel sap
Last synced: 12 days ago
JSON representation
Over 351+ downloads on galaxy, This Ansible collection to upgrade the kernels of the remote sap systems. Applicable for all SIDs, as long as you know what to do.
- Host: GitHub
- URL: https://github.com/amitgujar/sap-kernel-patcher
- Owner: AmitGujar
- Created: 2023-10-16T12:13:16.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-20T05:40:20.000Z (about 1 year ago)
- Last Synced: 2024-11-21T06:23:28.139Z (2 months ago)
- Topics: ansible, ansible-galaxy, kernel, linux-kernel, sap
- Language: Shell
- Homepage: https://galaxy.ansible.com/ui/repo/published/amitgujar0/sap_kernelpatcher/
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
### SAP Kernel Patcher
This script allows you to harness the power of Ansible to upgrade your sap server kernel with a single command.### How to Install
```ansible-galaxy collection install amitgujar0.sap_kernelpatcher```
### What you need
- Download the latest kernel patch from the SAP marketplace.
- Edit the location of the kernel patch in the script.
- Root access on the remote servers.
- Configure the sudoers for desired [e.g. qbxadm] user.
- Configure the ansible inventory file with the remote server details.