On 03/29/11 07:08, William Schumann wrote:
SMF folk, How can I track the success of service configuration after
first boot?  I know that I can look in /var/svc/log to see how
individual services fared, but is there a log for the initial profile
file processing (reading profiles from /var/svc/profile/site)?

You mean the /etc/svc/profile/site directory, right?

If you do this directory is processed by svc:/system/early-manifest-import:default

Its logfile is:
$ svcs -l early-manifest-import
fmri         svc:/system/early-manifest-import:default
name         early manifest import
enabled      true
state        online
next_state   none
state_time   Wed Mar 02 17:20:03 2011
logfile      /var/svc/log/system-early-manifest-import:default.log
restarter    svc:/system/svc/restarter:default

Of course, the only thing that should really keep a profile file from being applied is if its syntax is incorrect, so those are the sorts of errors you'd see in that logfile.

liane
_______________________________________________
smf-discuss mailing list
[email protected]

Reply via email to