![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| disk errors with san snapshot | robsonde | Filesystems, Disks and Memory | 0 | 04-20-2008 08:17 PM |
| Major OS errors/Bash errors help!!!! | wcmmlynn | UNIX for Dummies Questions & Answers | 12 | 11-13-2007 01:50 AM |
| IDE DISK ERR2 and LVM SA STALEPP errors in errpt | m223464 | AIX | 4 | 01-09-2007 05:36 AM |
| Adapter Errors and Link Errors | mcastill66 | UNIX for Advanced & Expert Users | 0 | 08-02-2005 03:11 PM |
| HP-UX 11 - disk errors | RTM | HP-UX | 5 | 10-07-2002 12:49 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Possible disk errors
I have a SunOS 5.8 server. I suspect there may be errors with one of the physical disks (based on someone reporting hearing a "clicking sound" during the night shift, however I do not hear anything this morning).
Which log would show this? Thank you. |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
It matters if syslogd is running or not and how it's configured.
Look for the process syslogd - if it's running, look at how it's configured by looking at /etc/syslog.conf. Any errors could be logged to console (which may or may not have a log - it matters how it's set up at your site), or /var/adm/messages. If syslog.conf was changed from default, it could go to whatever file is listed (or not get logged at all). Dmesg command may also have the errors (even though it's obsoleted by syslogd) |
|
#3
|
||||
|
||||
|
If the box has not rebooted since the possible errors, try:
iostat -En |
||||
| Google The UNIX and Linux Forums |