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

How to see sap work process from linux

Former Member
0 Likes
6,337

Hi All,

  I am using Solaris operating system, I tried to check work process from O/S level by "dpmon pf=<SID>_DVBMGS<instance no>_server " so its working fine in my quality and dev system, but when i am trying same steps in my PRD ,so it is not working with the below error

"

bash-3.00$ dpmon pf=IEP_DVEBMGS01_ITZECCAP

dpmon=>sapparam(2): fopenU("IEP_DVEBMGS01_ITZECCAP","r"): No such file or directory

dpmon=>No Profile used.

dpmon=>sapparam: SAPSYSTEMNAME neither in Profile nor in Commandline

DpMonInit failed - possibly no dispatcher running

DpMon: External/Internal dplib version: 110/247"

My PRD is on cluster, in this we have 3 application,

Please guide me how can i proceed the action in PRD.

Thanks and Regards,

Aziz.

View Entire Topic
Former Member
0 Likes

Hi Aziz

i believe there is a lack of authorisation, can you go in your profile directory and run a ls -latr ?

Let me know

cheers

a

Former Member
0 Likes

HI andrea,

  which directory u mean to give  permission is,

-rw-r-----   1 iepadm   sapsys       144 Jun 29  2009 .profile.1

-rw-r--r--   1 iepadm   sapsys       174 Jun 29  2009 local.profile

/usr/sap/IEP/SYS/profile

Regards,

Aziz.

Former Member
0 Likes

Hi Aziz

i am a bit confused. You run the command dpmon pf=<SID>_DVBMGS<instance no>_server where the profile is IEP_DVEBMGS01_ITZECCAP ? but the list you pasted doesn't show any profiles at all ...

One step back, can you run this find /usr/sap/IEP -name IEP_DVEBMGS01_ITZECCAP

in case it return something then launch dpmon pf=result_of_previous_search (and bear in mind that iepadm should have -rw against this file)

in case it doesnt i believe you have to retrieve the profile of your instance first

Let me know if you need further details

a

Former Member
0 Likes

Hi andrea,

  I have run proper command what is working in my quality,eccdev,XIdev smoothly, but its giving error in my ECC production as well as PI(XI)production, I checked all instance profile and permissions and compared with dev and PRD, all are same but Both PRD not working, giving same error, Is this because of cluster????? my both PRD on cluster and have2-3 application.

Please guide me....

Regards,

AzIz.  

Former Member
0 Likes

Aziz,

I'm here to help and we'll fix this.

Yes, probably this difference is because of cluster config. did you try the find command?

In same way your instance are up&running (hopefully) so probably the profile is somewhere somohow, you have just to find it and the everything will be clear and smooth

let me know

a

former_member206552
Active Contributor
0 Likes

I'm trying to figure out why when you run

bash-3.00$ dpmon pf=IEP_DVEBMGS01_ITZECCAP

it searches for it under /sapmnt/IEP/DVEBMGS01/DEFAULT.PFL

fopenU("/sapmnt/IEP/DVEBMGS01/DEFAULT.PFL","r"):

But ok, can you get some one to double chekc the cluster and also make sure that the user IEPADM is part of the correct groups ?

also can you try and run the dpmon command from a CSHELL

just type 'csh'

and try and execute the command again