071
MIS
- Aug 9, 2000
- 153
Hi,
I'm trying to write a simple script to ping all of our servers....something in the line of
#/bin/ksh
ping XXX.XX.X.XX
ping XXX.XX.X.XX
ping XXX.XX.X.X
etc...
This script hangs on the first server that's down.
How can I get it to bypass the inactive servers and report on them at the end ??
Any help would be much appreciated.
I'm trying to write a simple script to ping all of our servers....something in the line of
#/bin/ksh
ping XXX.XX.X.XX
ping XXX.XX.X.XX
ping XXX.XX.X.X
etc...
This script hangs on the first server that's down.
How can I get it to bypass the inactive servers and report on them at the end ??
Any help would be much appreciated.