On Mon, Sep 07, 2009 at 06:17:02AM -0700, Kittipong Theerawatsathein wrote: > I've got these following messages. So, could anyone can provide me the source > and meaning of this exited status please? > > Directory Server instance '1811' still running!! Failed to stop the ns-slapd > process: 1811 > Waiting for Directory Server instance '' to stop... > Waiting for Directory Server instance '' to stop... > Method "stop" exited with status 65
This is the return code returned by the application/script associated with the stop method of the service instance (say your_service_instance) you'd like to stop. Your investigation should probably go that direction.. Eg. svcprop -p stop/exec <your_service_instance> /j. _______________________________________________ opensolaris-discuss mailing list opensolaris-discuss@opensolaris.org