I am planning to use SUM for patching my newly installed Solman 7.1 system to SP08. However SUM requires one logs in as <sid>adm user to continue, unfortunately we cannot user <sid>adm to login directly, we always have to "sudo su - <sid>adm". Direct login with <sid>adm or ora<sid> users is not allowed in our environment due to security restrictions and audit requirements.
I did not find anything in the SUM guide regarding "sudo" option.
Here is the normal process we use to login:
1- Putty in with regular user account
2- sudo su - <sid>adm
3- start/stop SAP with <sid>adm user etc.
I was also wondering if there is any syntax available for STARTUP process similar to one in sapinst where it may let you start it with "-nogui SAPINST_REMOTE_ACCESS_USER=jxxxxx" option
Thanks