1834634 Members
3179 Online
110069 Solutions
New Discussion

Re: dtcm problem

 
Tim McCollum
New Member

dtcm problem

Sometimes we get this message when someone tries to start dtcm. Anyone have any ideas what to do to fix it?

"rpc.cmsd doesn't respond to your user name check if inetd process is running and if the entry for rpc.cmsd is correct in /etc/inetd.conf"
2 REPLIES 2
Michael Tully
Honored Contributor

Re: dtcm problem

Hi,

Your problem seems similar to how this was fixed.

http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xd4bf0bce6f33d6118fff0090279cd0f9,00.html

HTH
Michael
Anyone for a Mutiny ?
S.K. Chan
Honored Contributor

Re: dtcm problem

I had this error before and in my case it'sdue to "inetd" not running (dead for some reasons). First you should check if inetd is running or not. If it is take a look at its entry in /etc/inetd.conf and it should lok something like ..

rpc dgram udp wait root /usr/dt/bin/rpc.cmsd 100068 2-5 rpc.cmsd

If the above is ok, other things to check for (that I can think of..) are ..
1- Permission and ownership of "dtcpcd" and "rpc.cmsd" in /us/dt/bin. They should be bin:bin and 555.
2- The entry
cmsd allow *
for instance should exist in /etc/inetd.conf