About the author
Christian Stottmeister is a technical projectmanager responsible for large website setups with a personal interest in security, web technology and projectmanagement issues. Contact information and more details about Stotti can be found here.
@cstottmeister on Twitter
- RT @gloom303: Fairlight's rendering secrets - a must-see: http://bit.ly/aRZLoL #demoscene #gameprogramming #realtime #graphics Twitter 2010/09/01
- http://u.nu/69u2f @wayfu Cool title. Have you gotten a lasting impression by @Soundcloud's interpretation of the failwhale? ;) Twitter 2010/09/01
- @MattesGroeger Welcome to #Berlin then. :) Gotta take a drink with you when you settled down. Keep me noticed when you're ready. ;) Twitter 2010/08/31
- Happy Birthday, @fl3a! :) Twitter 2010/08/30
- http://bit.ly/oraclekillsopensolaris @wiik Just read your blogpost four days late... it's a shame! #oraclekillsopensolaris Twitter 2010/08/18
-
RSS Links
Most popular posts of last month
Advertising
License
This work by Christian Stottmeister is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Germany.
sun fire v20z: service processor troubleshooting
i usually check the service processors (sp) of my machines quite frequently. recently i had several occurances regarding sp system events on different sun fire v20z servers. so let’s troubleshoot some of them.
[code]xxxxx-sp $ sp get events
ID Last Update Component Severity Message
2 11/27/2005 22:55 SP informational Error deserializing events
3 12/13/2005 12:11 SP informational Error deserializing events
[...]
9 08/07/2006 18:29 SP warning System event capacity exceeded. 0 events purged [0 critical, 0 warning, 0 informational], 194 historical records purged[/code]
what does this mean?
Error deserializing events
according to appendix b of the “Sun Fire V20z and Sun Fire V40z Servers Troubleshooting Techniques and Diagnostics Guide ” (sun no. 817-7184-12) this occurs while the system is not shutting down properly (see table b-31):
but i guess this cannot be the only reason for this (informational) error, because the system has an uptime of several hundred days – so it hasn’t been shut down. i don’t know where this comes from. perhaps some of my fellow readers know the exact cause and may leave a comment clarifiying the issue.
System event capacity exceeded
this is nothing to worry about. the internal memory that holds the event list is full and needs to flush so that it may contain more up-to-date entries. this warning occurs frequently, depending on the amount of other events.
..more to come..