cancel
Showing results for 
Search instead for 
Did you mean: 

Kernel permissions, kernel rights

Former Member
0 Kudos

Hi

I am upgrading my kernel, but I the actual kernel rights is a mess, so I must re-configure.

Could anyone help me with the file permissions?

any note?

thanks!

Accepted Solutions (1)

Accepted Solutions (1)

markus_doehr2
Active Contributor
0 Kudos

if you're on Unix:

cd /usr/sap/<SID>/exe

chown -Rf <sid>adm:sapsys

chmod -Rf 755 *

./saproot.sh

this should put them right.

Markus

former_member185954
Active Contributor
0 Kudos

Hi,

Markus has given the solution , that's about it.

Just one note, if you have a /sapmnt/<SID>/exe

you better extract your kernel in /sapmnt/<SID>/exe , since SAP server will startup using the kernel files in /sapmnt/<SID>/exe instead of the usual /usr/sap/<SID>/SYS/exe/run directory.

This issue is specific to NW2004 and above.

During startup SAP Application Server would use the kernel files from /sapmnt/<SID>/exe and using the sapcpe program to sync the kernel with the /usr/sap/<SID>SYS/exe/run directory.

So as a thumb rule, if you have /sapmnt/<SID>/exe.. always extract the kernel to that directory and NOT in /usr/sap/<SID>/SYS/exe/run

Regards,

Siddhesh

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi

I have a 7.00 64 bits non unicode kernel, from patch 85 to patch 114 (latest)

thanks

former_member185954
Active Contributor
0 Kudos

Hi,

Which version are you upgrading to and what is your existing kernel version?

Regards,

Siddhesh