cancel
Showing results for 
Search instead for 
Did you mean: 

how to differentiate

Former Member
0 Kudos

Hi There,

What are the different ways to find the following?

1)how many dialog instances are present and what are they?

2)how do you identify which is a central instance?

3) how do you start and stop all of them?

Accepted Solutions (0)

Answers (2)

Answers (2)

JPReyes
Active Contributor
0 Kudos

<b>1)how many dialog instances are present and what are they?</b>

present in where??? a specific server???

Go to \usr\sap\ and you should see the systems id's or SID's.. you can have more than one instance per sid so you should check inside the \usr\sap\<sid>\ folder

<b>2)how do you identify which is a central instance?</b>

Central instance is the one that runs the ENQUE process

<b>3) how do you start and stop all of them? </b>

In the case of a SAP system running on windows the best is using the SAPMMC, in the case of a system running in UNIX / LINUX / AIX, logon as <sid>adm for each instance and run command stopsap and startsap

Regards

Juan

Please reward with points if helpful

Former Member
0 Kudos

I am pretty new to basis too. So here are some ways to check for Central Instance or Dialog Instance that I know of. There might be more.

1.<b>how many dialog instances are present and what are they?</b>

Tcode SM51should list all the instances i.e. Central and the Dialog Instances connected to the Central Instance

2.<b> how do you identify which is a central instance?</b>

The instance on which the <b>Message Server</b> is running is the Central Instance. This can also be checked from the OS side by going to /usr/sap/<SID>/<Instance>

For the Central Instance, this would have DVEBMGS which are the services running on it. M here stands the Message Server, which means that it is the CI.

The DI would not have M on it.

I guess the same applies for the D ie Dispatcher as well which runs on the server that runs the Message Server. Im not sure about this point though.

3.<b>how do you start and stop all of them?</b>

Start by starting the CI first and then all the Dialog Instances one by one.

Stop by stopping all the DIs and then finally the CI.

Incase you are not sure of the commands,

startsap all

stopsap all

Let me know if you need more info on the commands