![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Rules & FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| SUN Solaris The Solaris Operating System, usually known simply as Solaris, is a free Unix-based operating system introduced by Sun Microsystems . |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Notification if server unreachable? | Sepia | UNIX for Dummies Questions & Answers | 3 | 03-06-2008 01:29 AM |
| How to add email notification in scripts? | redlotus72 | UNIX for Dummies Questions & Answers | 2 | 03-14-2005 04:19 AM |
| Why am I not recieving email notification? | Kelam_Magnus | Post Here to Contact Site Administrators and Moderators | 6 | 09-03-2002 07:01 PM |
| Directory updation Notification? | vjsony | High Level Programming | 6 | 07-23-2002 05:58 AM |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
error notification and diagnose
Hi All,
How does Solaris 9/10 alert the server? Where do you get the error on the server? Is there some kind of verifying of errors (like in AIX, CERTIFY resources or diagnose)? Please let me know. Thanks, itik |
| Forum Sponsor | ||
|
|
|
|||
|
on solaris it is handled by syslogd
You are able to edit the /etc/syslog.conf and redirect the logs and even specify what level should be logged. Here are the log levels: 1. emerg 2. alert 3. crit 4. err 5. warning 6. notice 7. info 8. debug But you can redirect everything to a loghost. This way everything is centralized. I hope this is what you asked for cheers gnom |