/var/adm/messages is not written

In our SunFire V240 /var/adm/messages is not being written to.What should have been missed here?
[110 byte] By [Rajeswarana] at [2007-11-26 23:47:33]
# 1
check /etc/syslog.conf and "pgrep syslogd"
WRWindsora at 2007-7-11 15:22:16 > top of Java-index,General,Sys Admin Best Practices...
# 2

You could also verify that you have some contents in /etc/syslog.conf and test your syslog by running the 'logger' command:

logger -p daemon.notice "testing testing"

.. after all its possible that nothing is being written to /var/adm/messages because everything is working correctly, logger is your friend.

.7/M.

mAbrantea at 2007-7-11 15:22:16 > top of Java-index,General,Sys Admin Best Practices...