cancel
Showing results for 
Search instead for 
Did you mean: 

saproot.sh

Former Member
0 Kudos

I wander how to run saproot.sh. I know it should be run with "root" previlegies. But from what location?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello Jan,

if you have dont access to root id,then u have will have to sudo command in Linux

here is how it is used:

The sudo command

The sudo command stands for "superuser do". It prompts you for your personal password and confirms your request to execute a command by checking a file, called sudoers, which the system administrator configures. Using the sudoers file, system administrators can give certain users or groups access to some or all commands without those users having to know the root password. It also logs all commands and arguments so there is a record of who used it for what, and when.

To use the sudo command, at the command prompt, enter:

sudo command

Replace command with the command for which you want to use sudo.

Rohit

Answers (4)

Answers (4)

Former Member
0 Kudos

Asad what did you mean by "sudo" ?

Former Member
0 Kudos

You have to go the directory of SAP executables and then run this with root rights:

Goto /sapmnt/<SID>/exe

Execute saproot.sh <SID>

If you dont have root access you can use sudo to run this.

Former Member
0 Kudos

just do the following thing

cd /sapmnt/<SID>/exe

./saproot.sh <SID>

exit

Rohit

Former Member
0 Kudos