Jay Jain wrote: > I want to check the state of all the MDBs, is there is any command > or any other way to do this. Pls let me know. > I want to check my all the MDBs are running properly or not !
Jay, your question is unclear. What is it that you are really trying to achieve? There is one mdb, with two instantiations - /usr/bin/mdb (userland) and kmdb (kernelspace). Perhaps you are referring to the dcmds that are provided with mdb? In which case you can see which ones are loaded (therefore available for you to use) with ::dcmds There are also data-structure walkers available, these can be viewed with ::walkers Finally, when you startup mdb, a list of automatically-loaded mdb modules is printed. For example: $ mdb -k Loading modules: [ unix krtld genunix specfs dtrace uppc pcplusmp ufs ip sctp usba uhci s1394 nca lofs random nfs sppp ptm ipc ] best regards, James C. McPherson -- Solaris Datapath Engineering Data Management Group Sun Microsystems