On Fri, Aug 1, 2008 at 5:15 PM, Leigh O'Neil <[EMAIL PROTECTED]> wrote: > I have been tasked with trying to have SMF monitor our Peopelsoft instance. > In order to start the appserver I used a delivered compile module who, in our > instance starts 44 processes. Is SMF smart enough to recognize it was > responsible for starting all 44 and monitor them? Would I have to have it > monitor each of the 44 processes seperately?
Yes SMF will be able to monitor all processes started from a single service. You can use svcs -p <service name> to view the processes. Regards, Moinak. > > Thanks > Leigh O'Neil > [EMAIL PROTECTED] > > > This message posted from opensolaris.org > _______________________________________________ > opensolaris-discuss mailing list > [email protected] > -- ================================ http://www.belenix.org/ http://moinakg.wordpress.com/ _______________________________________________ opensolaris-discuss mailing list [email protected]
