bmc-watchdog.confd 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. #
  2. # This configuration file controls the behaviour of the bmc-watchdog daemon
  3. # from FreeIPMI.
  4. #
  5. # -u INT, --timer-use=INT
  6. # Set timer use. The timer use value can be set to one of the
  7. # following: 1 = BIOS FRB2, 2 = BIOS POST, 3 = OS_LOAD, 4 = SMS
  8. # OS, 5 = OEM.
  9. #
  10. # -p INT, --pre-timeout-interrupt=INT
  11. # Set pre-timeout interrupt. The pre timeout interrupt can be set
  12. # to one of the following: 0 = None, 1 = SMI, 2 = NMI, 3 = Messag-
  13. # ing Interrupt.
  14. #
  15. # -a INT, --timeout-action=INT
  16. # Set timeout action. The timeout action can be set to one of the
  17. # following: 0 = No action, 1 = Hard Reset, 2 = Power Down, 3 =
  18. # Power Cycle.
  19. #
  20. # -F, --clear-bios-frb2
  21. # Clear BIOS FRB2 Timer Use Flag.
  22. #
  23. # -P, --clear-bios-post
  24. # Clear BIOS POST Timer Use Flag.
  25. #
  26. # -L, --clear-os-load
  27. # Clear OS Load Timer Use Flag.
  28. #
  29. # -S, --clear-sms-os
  30. # Clear SMS/OS Timer Use Flag.
  31. #
  32. # -O, --clear-oem
  33. # Clear OEM Timer Use Flag.
  34. #
  35. # -i SECS, --initial-countdown=SECS
  36. # Set initial countdown in seconds.
  37. #
  38. # -e, --reset-period
  39. # Time interval to wait before resetting timer. The default is 60
  40. # seconds.
  41. #
  42. # For the remaining options, consult man bmc-watchdog
  43. #
  44. OPTIONS="-d -u 4 -p 0 -a 1 -F -P -L -S -O -i 900 -e 60"