SMF in Solaris 10

In SOlaris 9 for eg, inside the /etc/init.d/inetsvc file,
you can set the tcp tracing by going to the last line and adding the following as :-
inetd -s -t &

In Solaris 10, I know we can use the svccfg to do it or with the inetadm command.
When I use inetadm -m command to set the tcp tracing TRUE, the command accepts. But when I do a ps -ef |grep inetd , it still shows "inetd start".
But in Solaris 9,if did ps -ef |grep inetd, it shows "inetd -s -t".
I even restarted the inetd in Solaris 10 and checked. No improvement.
Need advise. Thanks

Any advise on this? Thanks in advance.

Hi,

I am not sure of the ps -ef |grep inetd output in solaris 10 after enabling trace, but if the below command shows the "default tcp_trace=TRUE" then it should work.

inetadm -m svc:/network/xxx/tcp tcp_trace=TRUE
inetadm -l svc:/network/xxx/tcp

My tcp_trace is already TRUE.
Before or after implementing so, the ps -ef |grep inetd shows "inetd start" only. Just want to confirm if this is the a norm. Thanks for your input.