cancel
Showing results for 
Search instead for 
Did you mean: 

Install SAP using sudo

Former Member
0 Kudos

Hi,

I am trying to install an additional SAP application server on a hardened RHEL Linux server which does not allow me to log on as root user.

I would like to check if a workaround can be used, such as using sudo su - or creating a new user with root UID.

Thanks!

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Gordon,

If sudo su - works then you can switch to root and carry out the installation.

If however switching to root isn't allowed create a script wherein you can export environment variables like PATH,TEMP,JAVA_HOME and in the end of script call sapinst (complete path).

Once SAPinst opens you can start the installation.

Regards.

Ruchit.