![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Ping Problem | ashokmeti | IP Networking | 4 | 02-07-2008 05:42 AM |
| Problem to ping Linux server | sonirajesh | UNIX for Dummies Questions & Answers | 1 | 07-12-2007 12:53 AM |
| Secure FTP Problem using Sun SSH on Client system F-Secure on Server system | ftpguy | SUN Solaris | 3 | 01-11-2007 08:19 AM |
| ping problem | vviscomi | UNIX for Dummies Questions & Answers | 1 | 12-22-2004 11:49 AM |
| ping cronjob problem | TylerDurden | Shell Programming and Scripting | 1 | 08-06-2003 11:48 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
Ping problem. system down!!
I wrote a script to test many systems to see if they are up or not. if a system is down, i am notified by email
now, most of the time,when systems are down in my enviroment, it is because the user accidentally or purposely (not knowing the consequences) hit the power button. so these problems are easy to fix now my question is, how do I troubleshoot a system being down if the reason for it being down is NOT because the power button was hit??????????? what other troubleshooting can I do??? |
| Forum Sponsor | ||
|
|
|
|||
|
get shell access some how and see if you can ping out side machines, your gateway, systems out side of your network, on the internet.....also check to see if the NIC is up, do a netstat -a and take a look at it, also do netstat -r or the route command and see if something in your routing table is screwed up or not.
|
|||
| Google The UNIX and Linux Forums |