FYI
solution was to use 1933167 - No or not enough memory capacity for mount point /hana/exeini on Dell HANA appliances.
Another issue was identified in HLM on the path injection chack ... Solution was..
The HLM does not allow symbolic link in the installation path due to security reasons, i.e. the '/sapmnt 'should point directly to the actual filesystem as '/HANA/sapmnt' does so.
We will consider your set up and appropriate changes will be applied in the next HLM release/patch. Now I can propose you the following workaround:
- 1. Prepare your update (fill all values in the GUI wizard) if not done
- 2. Right before the update (Before the press of Run/Resume button) do the following change:
- 2.1. Log as root on your system
- 2.2. Open the following file for editing, but do not change any file permissions: /usr/sap/hlm_bootstraps/execs/<SID>/scripts/functions.sh
- 2.3. Edit the assertNoPathInjections() function to do only: echo "Checking file ${1} ..."
With this workaround you will disable the path injection checks, so the update procedure should pass.