community.sap_operations icon indicating copy to clipboard operation
community.sap_operations copied to clipboard

Automation for SAP - Collection of Ansible Roles for various operational tasks with SAP Systems

Results 14 community.sap_operations issues
Sort by recently updated
recently updated
newest added

Hello everyone, I've encountered an issue when trying to use the sap_operations.sap_control role (with sap_control_function set to 'stop_all_nw'). ![code_snippet](https://github.com/sap-linuxlab/community.sap_operations/assets/168072784/cd66059e-46e5-4839-b82a-7c827f55a3f6) When running the playbook i get the following error message: ![nw_restart_error](https://github.com/sap-linuxlab/community.sap_operations/assets/168072784/e0cf656d-70c0-4d44-ae68-cf775fa03415)...

### Background If an instancenumber is any given number below 60 and the sapstartsrv is restarted in the last hour the function check_sapstartsrv could return wrong values because part of...

![image](https://github.com/sap-linuxlab/community.sap_operations/assets/45813597/bc3ae5b6-f983-42de-a1fe-796fdee53ceb) ``` --- - name: "sapcontrol" hosts: all gather_facts: true become: true #Function to execute: # restart_all_sap # restart_all_nw # restart_all_hana # restart_sap_nw # restart_sap_hana # stop_all_sap # start_all_sap #...

Hello, we are currently trying to use the sap_facts module for our automization. However, When using the "hana" param, it will just get stuck in the process. We have noticed...

It would be great if the SAP Bundle Patch updates delivered by SAP could be applied using ansible. This would be great to make updates during non-working hours.

rewrite sap_control role to use sapcontrol module out of sap_libs

rewrite sap_operation roles to use sap_system_facts

rewrite sap_operation roles to use the hdbsql module from sap_libs

We are currently deploying these SAP Kernels on the SAP Application layer via OS manually, we were hoping to also automate this for newer versions coming out as we have...

enhancement