cancel
Showing results for 
Search instead for 
Did you mean: 

need the list of app.server and database servers for an SID

Former Member
0 Kudos

HI PPL

is there any way to see the list of app. and database server for an SID.

FOR E.G I HAVE AN REPORTING REQUIREMENT

SAP <SID> Hostname Instance Id No CPU Total Memory

Database Awsap100 <SID> 8 8Gb

SAP CI “ “ “ “

App 1 Awsap113 2 2.6gb

App 2 Awsap114 2 2.6gb

App 3 Awsap115 2 2.6gb

Accepted Solutions (1)

Accepted Solutions (1)

MichaelTe
Contributor
0 Kudos

Hello,

look at transaction RZ03. The corresponding report is RSRZLST1.

And there exists a function RZL_GET_BA_DESCR which lists all servers in the operation mode provided.

Regards, Michael

Former Member
0 Kudos

thks. it was very helpful

is there any way to see the utilization of these resources by these severs?

MichaelTe
Contributor
0 Kudos

Hello,

you could use transaction OS06, and there the 'Detailed analysis menu' Button.

There's a lot of information about CPU, Memory, Disks, Lan and so on.

Regards, Michael

Former Member
0 Kudos

thank u so much

Former Member
0 Kudos

is there a way to find the database server?

MichaelTe
Contributor
0 Kudos

Hello,

there is a C-Function which reads the Instance profile:

CALL 'C_SAPGPARAM' ID 'NAME' FIELD 'SAPDBHOST'
                   ID 'VALUE' FIELD d01_dbhost.

Where db01_dbhost is a variable of type CHAR length 20.

Regards, Michael

Former Member
0 Kudos

hi, I am onto a similar requirement could anyone suggest any more transactions on this regard ......

Answers (0)