Sean Freeman
Sean Freeman
In my experience, 50 lines of SWPM error output is not enough to see where the error originated. At minimum I use `tail -n 200` when doing this manually (which...
@ZouhirYachou to be clear on the ask and subsequent error: ``` - Use separate NFS for /usr/sap/trans [as standard] - Instead of shared NFS for /usr/sap and all subdirectories -...
@ZouhirYachou The Ansible Role accepts only 1 NFS for `/usr/sap` path. The Ansible Role expects the following setup (which can be achieved via `sap_storage_setup` Ansible Role if desired), note the...
This was addressed in #706 , can this GH Issue be closed please?
@herrmie `TL;DR - you'll need to re-code` In [v1.3.0](https://github.com/sap-linuxlab/community.sap_install/releases/tag/1.3.0) feature added `sap_storage_setup: Overhaul/Rewrite with breaking changes`. Prior to this, the Ansible Role was extremely incomplete ([for example accidental first day...
@herrmie By best practice any SAP mountpoints should really be a `1:1:1` ratio to preserve extensibility and ease of long-term maintenance - 1 mountpoint (e.g. hana/data) - 1 LVM LG...
Documentation resolved by https://github.com/sap-linuxlab/community.sap_install/pull/825/commits/67f7376de3df79b538b4f45ac07e441f8d606e8b Closing GH Issue
@ZouhirYachou `sapinst` can take many hours to run, the SSH Session Tunnel has a tendancy to timeout and therefore the Ansible Task never ends even when the `sapinst` process has...
@ZouhirYachou something is not right in this output.... under `ansible_job_id` should be the executed `cmd` and a `stdout`/`stderr` entries. Such as.... ```yaml TASK [community.sap_install.sap_swpm : Display the sapinst command line]...
@ZouhirYachou let's confirm a few things because I've not seen this behaviour before and the functionality of this Ansible Role has not changed _(except for request to hide output, as...