![]() |
|
|
|
|
|||||||
| 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 |
| How to shutdown client machine from the server | mvictorvijayan | Shell Programming and Scripting | 1 | 03-06-2008 06:20 AM |
| RHEL 4 U5 - Server immediate shutdown | mr_bold | UNIX for Advanced & Expert Users | 2 | 08-04-2007 01:33 AM |
| server is getting shutdown | b_manu78 | AIX | 1 | 04-19-2007 03:03 PM |
| Mysterious Server Shutdown | buechler66 | UNIX for Advanced & Expert Users | 6 | 11-10-2006 12:04 AM |
| shutdown a unix server | big123456 | UNIX for Advanced & Expert Users | 2 | 09-30-2005 08:37 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
Server shutdown Troubleshooting
SCO Unixware 7.1.1
Hi friends, At 11:30pm last night mymain Unix Server hung or rebooted (Unaware which one), and was bot available for 10 minutes. Is there a log file somewhere which will tell me what happened ? I have looked ad /var/adm/syslog, but cannot make head nor tail of it. Many Thanks Suresh
__________________
All I wanna o is live like the kings do. All I wanna be is smarter than my enemy. All I wanna have is everythng I haven't got. All I wanna take is everything they make. |
| Forum Sponsor | ||
|
|
|
||||
|
You can try the dmesg command (it may have some info), check where your system sends info by looking at /etc/syslog.conf. If it sends to /var/adm/syslog, then try looking at syslog again. There will be normal messages such as DNS may put stats into it, messages from Sendmail, that type of thing. Look for things that are not normally there (look at old syslog files to figure out what is normally there versus not).
Anything you think is suspicious but you don't know what it means, try posting it here or check out these two links - you can search for errors in their databases. pcunix.com/scofaq Caldera KnowledgeBase pcunix.com/SCOFAQ has a troubleshooting guide that may help: link Part of it... System logs may be very useful. However, before you look at them, get the "ls -l", "ls -c" and "ls -u" from the logs- this tells you when the log was last used, etc.- if there's no current information and there should be, those dates are important clues.. You need to know what to look for in the logs. SCO makes it easier by using words like "CONFIG" "NOTICE" and "WARNING" that you can grep for, but on other OS'es you may have to just look manually until you can figure out what sort of key words they would use. |
||||
| Google The UNIX and Linux Forums |