home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-386-Vol-2of3.iso / c / cneutil.zip / WATCHDOG / WATCHDOG.DOC next >
Text File  |  1988-03-21  |  1KB  |  36 lines

  1.                     WATCHDOG
  2.  
  3. Watchdog.exe is a program that can be used to
  4. monitor the watchdog packets that are sent from
  5. the file server.
  6.  
  7. After a workstation has been idle for 5 minutes,
  8. the file server will send a watchdog packet to the
  9. workstation. If the workstation acknowledges the
  10. packet, the file server will send another one after
  11. the workstation has been idle for 5 minutes. It
  12. will continue to do this unless the workstation does
  13. not respond. When the workstation does not
  14. respond, the file server will send 10 watchdog
  15. packets at 1 minute intervals. After the
  16. workstation has not responded to all 10 packets,
  17. the file server will clear that station. If the
  18. station does respond before the 10th packet is
  19. sent, then the server will resume sending packets
  20. at 5 minute intervals.
  21.  
  22. This utility allows the user to verify that the file server
  23. is sending packets and the station is receiving the
  24. packets and responding to them.
  25.  
  26. There a two switches that can be set with
  27. "WATCHDOG.EXE." Typing "WATCHDOG" at the
  28. command line will not display packet information
  29. and will respond to the packets. Typing
  30. "WATCHDOG /d" will display packet information
  31. and will respond to the packets. Typing
  32. "WATCHDOG /i" will cause the workstation to not
  33. respond to the watchdog packets, causing the
  34. station to be eventually logged off. Typing "WATCHDOG /d/i"
  35. will display packet information and will cause the
  36. station to not respond to the packets.