on 2013 Aug 08 8:18 AM
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.
Help others by sharing your knowledge.
AnswerRequest clarification before answering.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
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.
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
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.