Hi Tom, > > Dan, > > In looking at the code for svcs, it appears that the messages that are > printed via svcs -xv are constructed by svcs based on an analysis of > information in the repository. In other words, I could find no way for a > service instance to set service instance specific information for display > by svcs -xv. You can of course write this information to the service > specifice log (/var/svc/log/service:instance.log). svc.startd will set > stdout and stderr of the methods that it starts to point to this file, and > svcs -xv displays the name of this log. > > tom >
Thanks for the information! I will give this a try. thanks, Dan