Note the EE has a Solaris-specific TA --> http://www.experts-exchang
There is no unified "system log" or "event log" in the Solaris...or most Linux/UNIX...environment. At least not by default. You can create one.
System events get logged to /var/adm/messages IF syslogd is running and IF that is where it has been configured to log such messages. Even then, it does depend on exactly how you define "system events". What EXACTLY are you looking to log?
The default Solaris installation, at least as late as Solaris 8, didn't log all that much. The Asker didn't bother to specify the VERSION of Solaris, so its kinda hard to say what their defaults might be.
Main Topics
Browse All Topics





by: synrstPosted on 2005-10-31 at 22:48:26ID: 15198549
A good starting point is: rtdiag -vv gives HW status
/usr/platform/sun4u/sbin/p
dmesg lists system boot events
System events gets logged to the file /var/adm/messages (this is where most logging is sent to)