|
SUMMARY: Checking remote inet daemons: msg#00155os.solaris.managers.summaries
Thanks to the many that responded with a solution. I am now able to create a script that can check the status of a service. Obviously this script can only check to see if a port (connected to a particular service) is open. ##START SCRIPT## #/bin/sh telnet $HOST $PORT > /dev/null 2>&1 << END clo END RETVAL=$? if [ $RETVAL = 0 ]; then echo FAILED else echo SUCCESS fi ##END SCRIPT## Ben |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | SUMMARY: NIS binding problem on Solaris 8: 00155, Homan, Charles (NE) |
|---|---|
| Next by Date: | SUMMARY Vendors: 00155, Shane Pitman |
| Previous by Thread: | SUMMARY: NIS binding problem on Solaris 8i: 00155, Homan, Charles (NE) |
| Next by Thread: | SUMMARY Vendors: 00155, Shane Pitman |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |