cancel
Showing results for 
Search instead for 
Did you mean: 

bash:startsap: command not found

Former Member
0 Kudos

Dear All,

We have successfully installed Solution Manger 4.0 on RHEL with Oracle Database.

When we try to start the sap we get a an error message the bash:startsap:command not found.

We go to the console and start sap as follows:-

Su soladm

Password

startsap

ERROR MSG (bash:startsap:command not found)

We are able to login to ORASID And start LSNRTL.

Kindly advice us to resolve the issue.

Regards

Sumanth

Accepted Solutions (1)

Accepted Solutions (1)

markus_doehr2
Active Contributor
0 Kudos

If you´re doing an "su" you need to but a dash "-" behind it, otherwise the environment of the current user (which is root) will be taken and startsap is not in the path of root - thus the error.

Markus

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

If you login with root you can go:

su - ora<sid>

lsnrctl start

exit

su - <sid>adm

startsap

if you still get the error then please run above command in KSH (Korn shell)

Regards,

Alpesh Patel