Darren J Moffat wrote: > Peter van Gemert wrote: > >> Hello All, >> >> I work a lot with SMF and I really like the framework. There are just >> two features that me and my students (I teach Solaris courses) are >> missing in SMF and I was wondering if we are the only ones. I'm >> suggesting adding the following features to OpenSolaris (RFE CR >> 6530523). >> >> first feature is a simple way of looking at a service log file. >> Nowadays I have to first find the logfile name with svcs -l fmri and >> than do a cat/more/less on the file name found. I'm suggesting adding >> a command to OpenSolaris that will take a fmri as argument and then >> display the content of the log file. > > > I'd like that too, in particular I'd like svcs -L <fmri> to use $PAGER > to show me the log file. > > I don't think a new svclog command is needed.
I don't see "svcs -L" as fitting in with the current design/use of the svcs command. There was a svclog script posted to this list sometime last year, what happened to that? Darren