-
Notifications
You must be signed in to change notification settings - Fork 20
Installation of HANA SPS04 Rev 46 fails due to permission issues #14
Comments
As discussed with Ricardo, this might be an issue bc of permissions under /tmp. |
FYI, same on x86: ASK [sap_hana_deployment : Install SAP HANA] ********************************** |
doublechek if you have mounted /tmp on tmpfs. My /tmp is part of / and the tmpfs stuff goes here:
If your system setup has mounted /tmp on tmpfs and your noexec or nosuid flag is set this could cause the problem. Otherwise /tmp should behave as any other directory |
This was performed on Ubuntu 22.04 running on VirtualBox with SAP HANA 2.0, express edition I made this gist: |
Platform: PPC, not sure about x86
Here is the same issue as I see when running the ansible role:
Can be fixed by:
chmod -R a+rwx /tmp/ansible.2b3pdnaxdci
The text was updated successfully, but these errors were encountered: