SAP System Directories on UNIX

8
SAP System Directories on UNIX Here you can find information about the directory structure of an SAP system. An SAP system contains the following types of directories: Physically shared directories, which reside on the global host and are shared by Network File System (NFS) Logically shared directories, which reside on the local host with symbolic links to the global host Local directories, which reside on the local host The figures below assume that you have set up one file system for the SAP system mount directory /<sapmnt>and one file system for the /usr/sap directory. Standard SAP Directories for an ABAP System (Unicode or Non- Unicode) An ABAP system can be Unicode or non-Unicode.

description

SAP System Directories on UNIX

Transcript of SAP System Directories on UNIX

Page 1: SAP System Directories on UNIX

SAP System Directories on UNIX Here you can find information about the directory structure of an SAP system.An SAP system contains the following types of directories: Physically shared directories, which reside on the global host and are shared by Network

File System (NFS) Logically shared directories, which reside on the local host with symbolic links to the

global host Local directories, which reside on the local hostThe figures below assume that you have set up one file system for the SAP system mount directory /<sapmnt>and one file system for the /usr/sap directory.

Standard SAP Directories for an ABAP System (Unicode or Non-Unicode)An ABAP system can be Unicode or non-Unicode.

Page 2: SAP System Directories on UNIX

Standard SAP Directories for a Dual-Stack (ABAP+Java) SystemAn dual-stack system can be Unicode or non-Unicode. That is, the ABAP system can be Unicode or non-Unicode, whereas the Java system can only be Unicode. Standard SAP Directories for a Dual-Stack (ABAP+Java) System (ABAP

Unicode):

Page 3: SAP System Directories on UNIX

Standard SAP Directories for a Dual-Stack (ABAP+Java) System (ABAP non-Unicode):

Page 4: SAP System Directories on UNIX

Standard SAP Directories for a Java System (Unicode)A Java system can only be a Unicode system.

Page 5: SAP System Directories on UNIX
Page 6: SAP System Directories on UNIX

SAP System Directories in DetailDirectory Description

/<sapmnt>/<SAPSID> Software and data for one SAP systemThis directory and its subdirectories need to be physically shared using Network File System (NFS) and mounted for all hosts belonging to the same SAP system. It contains the following subdirectories: exe

This directory contains executable kernel programs. In an SAP system with distributed instances, this directory must be shared for all hosts with the same operating system.

 NoteABAP (Non-Unicode) + Java system onlyexe contains a folder uc with a platform-specific subfolder:<sapmnt>/<SAPSID>/exe/uc/<platform>

globalThis directory contains log files. In an SAP system with distributed instances, this directory must be shared for all hosts with the same operating system.

profileThis directory contains the start and operations profiles of all instances. In an SAP system with distributed instances, this directory must be shared for all hosts with the same operating system.

/usr/sap/<SAPSID> Instance-specific data, symbolic links to the data for one systemThis directory contains files for the operation of a local instance. There is a subdirectory for each instance. Each instance directory has the name

of the related instance.o The instance name (instance ID) of the ABAPcentral instance

isDVEBMGS<Instance_Number>, and the instance name of an ABAP dialog instance isD<Instance_Number>. In a high-availability system, there is also an ABAP central services instance called ASCS<Instance_Number>

 ExampleThe file system structure might look as follows:On a central instance with SAP system IDC11 and instance name DVEBMGS00, the ABAP dialog instance has the instance name D01.

o The instance name (instance ID) of theABAP+Java central instance isDVEBMGS<Instance_Number>, the instance name of the Java central services instance isSCS<Instance_Number>, and the instance name of an ABAP+Java dialog instance isD<Instance_Number>. In a high-availability system, there is also an ABAP central services instance called ASCS<Instance_Number>

 ExampleThe file system structure might look as follows:On a central instance with SAP system IDC11 and instance name DVEBMGS00, the J2EE Engine is installed in/usr/sap/C11/DVEBMGS00/j2ee, and the corresponding Software Delivery Manager (SDM) is installed

Page 7: SAP System Directories on UNIX

Directory Description

in/usr/sap/C11/JC00/SDMOn a dialog instance with instance nameD01, the J2EE Engine is installed in/usr/sap/C11/D01/j2ee. No SDM is installed.

 NoteThe subfolder SDM is only available for the central instance.

o The instance name (instance ID) of the Javacentral instance is JC<Instance_Number>, the instance name of a Java dialog instance isJ<Instance_Number>, and the instance name of the Java central services instance isSCS<No>.The instance name (instance ID) of the central instance is JC<Instance_Number>, the instance name of a Java dialog instance isJ<Instance_Number>, and the instance name of the Java central services instance isSCS<Instance_Number>.

 ExampleThe file system structure might look as follows:On a central instance with SAP system IDC11 and instance name JC00, the J2EE Engine is installed in/usr/sap/C11/JC00/j2ee, and the corresponding SDM is installed in/usr/sap/C11/JC00/SDM.On a dialog instance with instance nameJ01, the J2EE Engine is installed in/usr/sap/C11/J01/j2ee. No SDM is installed.

The directory /usr/sap/<SAPSID>/SYS contains soft links to appropriate directories in/<sapmnt>/<SAPSID>/ for storing data used by several instances.SYS is logically shared and available on each host of the SAP system. Its subdirectories contain symbolic links to the corresponding subdirectories of/<sapmnt>/<SAPSID> on the SAP global host, as shown in the figures above.

Whenever a local instance is started, the sapcpe program checks the executables against those in the logically shared directories and, if necessary, replicates them to the local instance.For more information about sapcpe, see The sapcpe Program documentation.Executables located in/usr/sap/<SAPSID>/SYS/exe/runare replicated by sapcpe to the exe subdirectory of the instance directories.

/usr/sap/trans Global transport directory for all SAP systemsThe global transport directory is used by the Change and Transport System (CTS). The CTS helps you to organize development projects in the ABAP Workbench and in Customizing, and then transport the changes between the SAP systems in your system landscape. For more information, see the Change and Transport Systemdocumentation