Re: [dtrace-discuss] passwd [LDAP] cache

2009-01-30 Thread Sylvain D.
I have tried the nscd.d script, but it doesn't work with Solaris 10, it seem to work only with opensolaris. Do you know how i can do ? When i execute it,i have : dtrace: failed to compile script ./nscd.d: line 77: probe description pid25726::switcher:entry does not match any probes where 25726

Re: [dtrace-discuss] passwd [LDAP] cache

2009-01-30 Thread Sylvain D.
I found a major problem with my LDAP use : netgroup don't use nscd cache ! So each time i make a request for an account, it doesn't use cache but make a search in the directory ! -- This message posted from opensolaris.org ___ dtrace-discuss mailing li

[dtrace-discuss] passwd [LDAP] cache

2009-01-27 Thread Sylvain D.
Hi, Since our servers are on the LDAP (NIS before), we have many time response problem. We i launch the command ps -ef, it can be very very slow. If i restart the nscd daemon, this is better. How can i monitor the nscd daemon, or directly passwd cache with DTrace ? Thanks, Sylvain. -- This