All events recorded in the ALOM event log can be sent as email alerts.
Use the scadm send_event command to send the events to the following destinations:
Log in to the host server as root.
At the superuser prompt, type the following command:
# scadm send_event "message"
where message is your customized message.
For example:
Using the -c option sends a critical level event.
# scadm send_event -c "Restarting the server at 4:00 PM"
Using the send_event without the -c option sends a major event.
# scadm send_event "TEST"