cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

INSTANCE and MULTIPLE INSTANCES

Former Member
0 Likes
7,876

Hi,

I am new to SAP, please can anyone tell me whether instances is like adding of new server and installing the sap and giving the instance numbers as (00,01,02,.....). Central Instance instance number is given as 00 and all other instances as (01,02,...).

Here, what I want the clarification is creating a new instance is adding a new server and installing SAP and instance number as 01 & coming to database, it is installed on the central instance and used by all the servers(instances) or database is separately on different server. What I understood is correct or wrong? Please help me. Thanks in advance.

View Entire Topic
Reagan
Product and Topic Expert
Product and Topic Expert
0 Likes

Good Day

Please read these link:

http://help.sap.com/saphelp_nw70/helpdata/en/c4/3a5e90505211d189550000e829fbbd/content.htm

http://it.toolbox.com/blogs/sap-library/understanding-the-sap-system-instance-30172

Central Instance instance number is given as 00 and all other instances as (01,02,...).

Here, what I want the clarification is creating a new instance is adding a new server and installing SAP and instance number as 01 & coming to database, it is installed on the central instance and used by all the servers(instances) or database is separately on different server. What I understood is correct or wrong? Please help me. Thanks in advance

Not necessarily. The rule is that you cannot have same system number to multiple SAP systems on one server.

If an SAP system has CI and an AS running on one server then they need to have different system numbers.

If the CI is on one server and the AS is on another server then you can have the same system number.

You can install database and central instance on one server or in a distributed way. The application servers depend on the central instance. The application servers can be installed on the same node if the above mentioned conditions are met and also if the hardware is sufficiently sized.

Cheers

RB

Former Member
0 Likes

Hi Reagan Benjamin,

                Thanks for your information. I have studied the link which you mentioned. In this link

http://it.toolbox.com/blogs/sap-library/understanding-the-sap-system-instance-30172

it is given like like this -  "In a case where you have more than one instances running on a single host, the port address numbers 3200 and 3201 are assigned in that sequence for subsequent instances."  Can you clarify this sentence. I am not getting this. More than one instance running on a single host means, SAP is installed again on the same server, but as per my knowledge we can't install the same software twice in a system.

Reagan
Product and Topic Expert
Product and Topic Expert
0 Likes

Good Day

"In a case where you have more than one instances running on a single host, the port address numbers 3200 and 3201 are assigned in that sequence for subsequent instances."

32XX - The last part (XX) represents the system number.

Check this document for more info on SAP port numbers

http://scn.sap.com/docs/DOC-17124

but as per my knowledge we can't install the same software twice in a system

Why ? What is the blocking point from your point of view ?

Check the configuration I have shown below.

Example - 1

Server Name - SAPHOSTT

SAP systems :

Development System

SID - DEV

DB + CI

System number - 00

Test System

SID - TST

DB + CI + AS

CI System number - 10

AS System number - 20

Server Name - SAPHOSTP

SAP systems :

Production System

SID - PRD

DB + CI + AS

System number - 00

AS System number - 10

Example - 2

Server Names - SAPHOSTDB SAPHOSTAS

SAP system

Production System

SID - PRD

DB + CI + AS

SAPHOSTDB

DB + CI

System number - 00

SAPHOSTAS

AS

System number - 00

Cheers

RB

Former Member
0 Likes

Hi RB,

Oh fine got clarity of what you are saying. Thank you for sparing your time to explain me.