Could not register prog

Hello guys,

this solaris 10 on V480, does anyone know what do below errors indicate? I get them at console when system boots.

server[653]: svc_tp_create: Could not register prog 300598 vers 1 on udp
Nov 11 16:57:43 servername server[653]: svc_tp_create: Could not register prog 300598 vers 1 on tcp
Nov 11 16:57:43 servername server[653]: svc_tp_create: Could not register prog 300598 vers 1 on ticlts
Nov 11 16:57:43 servername server[653]: svc_tp_create: Could not register prog 300598 vers 1 on ticotsord
Nov 11 16:57:43 servername server[653]: svc_tp_create: Could not register prog 300598 vers 1 on ticots
Nov 11 16:57:43 servername server[653]: unable to create              (DMI2_SERVER, DMI2_SERVER_VERSION) for netpath.

I have installed this system using a Flar file and I haven't configured anything that these errors started coming. If there is a way to find source of these errors, please let me know. Appreciate your help!

Thanks:b:

Additional Details:

svcs -xv

svc:/network/rpc/smserver:default (removable media management)
 State: uninitialized since Wed Nov 11 16:55:23 2009
Reason: Restarter svc:/network/inetd:default is not running.
   See: http://sun.com/msg/SMF-8000-5H
   See: man -M /usr/share/man -s 1M rpc.smserverd
Impact: 1 dependent service is not running:
        svc:/system/filesystem/volfs:default

svc:/network/rpc/bind:default (RPC bindings)
 State: disabled since Wed Nov 11 16:55:21 2009
Reason: Disabled by an administrator.
   See: http://sun.com/msg/SMF-8000-05
   See: man -M /usr/share/man -s 1M rpcbind
Impact: 1 dependent service is not running:
        svc:/system/filesystem/volfs:default

I think you'll the startup script in /etc/rc3.d/S76snmpdx

Just rename it to s76snmpdx (that's a lower case "s", so Solaris won't start it up)

Thank you for your reply Incredible!

Currently the snmpd script (in rc3.d) name begins with small 's' only. rc2.d has K script.

/etc/rc3.d $ 08:51 AM]ls -al
total 52
drwxr-xr-x   2 root     sys          512 Nov  9 17:59 .
drwxr-xr-x  82 root     sys         4608 Nov 11 16:55 ..
-rw-r--r--   1 root     sys         1285 Jan 21  2005 README
-rwxr--r--   6 root     sys          474 Jan 21  2005 S16boot.server
-rwxr--r--   6 root     sys         2452 Aug 27 02:28 S50apache
-rwxr--r--   6 root     sys         5840 Jan 29  2004 S52imq
-rwxr--r--   6 root     sys         1125 Jan 21  2005 S77dmi
-rwxr--r--   6 root     sys          344 Jan 21  2005 S80mipagent
-rwxr--r--   6 root     sys          513 May 15  2006 S81volmgt
-rwxr--r--   5 root     sys          824 May 26  2004 S84appserv
-rwxr--r--   6 root     sys          660 Apr 13  2009 S84patchserver
-rwxr--r--   6 root     sys          324 Jan 13  2006 S90samba
-rwxr--r--   6 root     sys          685 Jan 21  2005 s76snmpdx

ls -lR /etc/tic

/etc/tic: No such file or directory

svcs -a | grep snmp

disabled       16:55:22 svc:/application/management/snmpdx:default

Any idea?

Additional info :

I just enabled rpc/bind and inetd using svcadm and rebooted system. This seems to have resolved the issue. I will update after monitoring.