Turning on verbose boot logging for Solaris 10
Par Nixman le lundi 12 janvier 2009, 16:33 - Solaris - Lien permanent
Note: la traduction française de cet article se trouve ici.
By default, the Solaris 10 boot is "quiet" on the console.
This behaviour, stemming from the usage of svcadm, can be found annoying by
experienced Solaris sysadmins, used to previous versions of the OS.
This behaviour can be changed with svccfg.
Turn on verbose boot logging for Solaris 10
# /usr/sbin/svccfg -s system/svc/restarter:default
svc:/system/svc/restarter:default> addpg options application
svc:/system/svc/restarter:default> setprop options/logging = astring:
verbose
svc:/system/svc/restarter:default> listprop
...
options/logging
astring verbose
...
svc:/system/svc/restarter:default> exit
Remove verbose Solaris boot logging
# svccfg -s system/svc/restarter:default
svc:/system/svc/restarter:default> delpg options
svc:/system/svc/restarter:default> listprop
svc:/system/svc/restarter:default> exit
Happy computing.
Drop me a comment if this post has been useful to you, or if you see any reason for add-on or modification.
Alternatively, you could also visit a few links to keep me in business
;-)
Nixman
Commentaires
Hey, that' what I've been wondering for a while!
I just gave up on it, until I saw by chance your post while surfing on your blog.
Thanks,buddy!
Cest quand meme mieux que Miss France :)