inetconv gives error message on Solaris 10

Hi All,

On executing the command inetconv -i /etc/inet/inetd.conf i get the following error message -

incorrect or inconsistent fields : service-name protocol.

Even after the message it generates the SMF file correctly . I am unable to understand the cause of that error message. Also the data in the inetd.conf is proper.

Thanks.

Regards,

Hemil

[391 byte] By [problem_solutiona] at [2007-11-27 6:45:40]
# 1
the specific service (eg. cvspserver 2401/tcp ) probably needs to be added to /etc/services
Vinza at 2007-7-12 18:17:41 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 2
The service exists in the file /etc/service
problem_solutiona at 2007-7-12 18:17:41 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 3
That error is produced when valid_props() in lib/libinetsvc/common/inetsvc.c returns false. It looks like you'll have to examine that code to determine the exact problem. Or you can post the offending line of inetd.conf here, or you can contact Sun Service.
David_Bustosa at 2007-7-12 18:17:41 > top of Java-index,Solaris Operating System,Solaris 10 Features...