Start of Content Area

Function documentation Starting SAP Services by Making an Entry in the Instance Profile  Locate the document in its SAP Library structure

Use

One of the tasks of the instance profile is to control which SAP services are started (for example, the message server, dialog, gateway, or enqueue process).

Note

Up NW2004s, there were standalone start profiles for this purpose. Their functions have now been integrated into the instance profiles.

You can start the following processes:

      Application server

      Message server

      SNA gateway

      System log send demon

      System log receive demon

The following parameter names will are used for this:

      Execute_xx (xx = 00-99): To start operating system commands that prepare the start of the SAP system. For example, you can use this parameter to start the database used with the SAP system or to set up links to executables on UNIX platforms.

      Start_Program_xx (xx = 00-99): To start an SAP instance, for example on an application server.

      Stop_Program_xx (xx = 00-99): To start an operating system command or SAP program after the SAP instance has been stopped. For example, the stopping or removing of shared memory areas that were used by the SAP system.

The number xx defines the execution sequence. The programs specified in the Execute_ parameters are executed before the programs listed in the Start_Program parameters. After the instance has been stopped, the programs specified in the Stop_Program parameters are started.

Features

To run a program on the local host, place the word local in front of the relevant parameter value:

Execute_00 = local sapmsesa 53 remove

To execute a program on a remote host, place the host name in front of the parameter value:

Execute_00 = hs0011 sapmsesa 53 remove

This graphic is explained in the accompanying text Profiles start page

 

End of Content Area