cancel
Showing results for 
Search instead for 
Did you mean: 

Difference between directories

former_member759680
Contributor
0 Kudos

Hello,

Could someone explain me in details, the difference between the following directories in Unix

1. /sapmnt/DEB/exe

2. /usr/sap/DEB/SYS/exe/run (I think its the same as /sapmnt/QEB/exe, but why have 2 same directories?)

and

3. /usr/sap/DEB/DVEBMGS00/exe

Thanks.

Edited by: Gautam Poddar on Nov 5, 2008 1:14 PM

Accepted Solutions (0)

Answers (1)

Answers (1)

JPReyes
Active Contributor
0 Kudos

1 and 2 are related to the kernel usually /usr/sap/DEB/SYS/exe/run and /sapmnt/DEB/exe are binded by a softlink basically everytime that you update /sapmnt/DEB/exe the contents of /usr/sap/DEB/SYS/exe/run get updated... is the same as a share in windows.

3. does not exist. and if it does someone put that directory in the incorrect location.

Regards

Juan

former_member759680
Contributor
0 Kudos

But Juan,

I see /usr/sap/DEB/DVEBMGS00/exe in all of the systems in my landscape.

JPReyes
Active Contributor
0 Kudos

whats the version of SAP you're running and under what flavour of Unix?

In any case it must be another softlink... .

Regards

Juan

former_member759680
Contributor
0 Kudos

ECC 6.0 on AIX 5.3

JPReyes
Active Contributor
0 Kudos

I have a 4.7 in AIX 5.3 without that exe directory there.... anyhow as i said before it must be another softlink

Regards

Juan

Former Member
0 Kudos

Juan,

On a CRM 2007 system on Windows 2003, I've got a directory

D:\usr\sap\DCL\DVEBMGS08\exe

This the directory from where executables are actually loaded at runtime.

I have also

D:\usr\sap\DCL\SYS\exe\uc\NTAMD64

When starting the system, the main executables are copied from

D:\usr\sap\DCL\SYS\exe\uc\NTAMD64 to D:\usr\sap\DCL\DVEBMGS08\exe

Regards,

Olivier

JPReyes
Active Contributor
0 Kudos

As far as I'm aware In Unix the executables run from /sapmnt/<sid>/exe and distributed to /usr/sap/<sid>/sys/exe/run via softlinks, so i presume /usr/sap/<sid>/<instance>/exe is another softlink... to check that just do an ls -la at the /usr/sap/<sid>/<instance>/ to see if the exe directory is actually a directory or a softlink.

Regards

Juan

Former Member
0 Kudos

In Unix, /usr/sap/<sid>/<instance>/exe is not a softlink like /usr/sap/<SID>/SYS/exe. But the files are dynamically loaded from /sapmnt/<SID>/exe during runtime.