cancel
Showing results for 
Search instead for 
Did you mean: 

Linux test drive n4s - sapstart permission denied

Former Member
0 Kudos

Hi.

i the n4s linux test drive with vm ware. If i want to start the system in the shell with n4sadm user and "sapstart n4shost" command, there is an error "permission denied".

Someone an idea?

Thank you!

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

youre right, i usally use startsap .

But its always the same, "no permisson" ...

john_studdert
Participant
0 Kudos

Hi Nico, in that case did you try Adam's suggestion?

Adam Csaba Goetz wrote:

If you get the same error when you use the correct syntax,

- login with n4sadm user

- add TRACE 1 variable ("setenv TRACE 1" in csh)

- call "startsap n4shost"

- attach startsap.trc from /home/<sid>adm

If so, please attach the file for us to look at.

Answers (3)

Answers (3)

Former Member
0 Kudos

After i used an backup, there were no more problems ... thank you!

john_studdert
Participant
0 Kudos

Thanks for letting us know Nico and for coming back to close out the thread by marking it as answered. I notice you've marked my response as the correct answer, but I was only quoting Adam's response. If you get the chance it's his response that should be marked as the answer.

Cheers,

John

premsukh_bishnoi
Contributor
0 Kudos

Hi,

startsap <Instance> <hostname>

Regards, Premsukh

csaba_goetz
Contributor
0 Kudos

startsap <Instance> <hostname> works only if database is already started, otherwise not.

csaba_goetz
Contributor
0 Kudos

startsap <hostname> starts both DB and SAP.

csaba_goetz
Contributor
0 Kudos

Hello Nico,

The correct command is "startsap n4shost" (instead of "sapstart n4shost"; startsap is the startup script, sapstart is the executable).

If you get the same error when you use the correct syntax,

- login with n4sadm user

- add TRACE 1 variable ("setenv TRACE 1" in csh)

- call "startsap n4shost"

- attach startsap.trc from /home/<sid>adm

Best regards,

Adam