sysfs-devices-platform-ipmi 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242
  1. What: /sys/devices/platform/ipmi_bmc.*/firmware_revision
  2. Date: Mar, 2006
  3. KernelVersion: v2.6.17
  4. Contact: [email protected]
  5. Description:
  6. (RO) The major and minor revision of the firmware.
  7. What: /sys/devices/platform/ipmi_bmc.*/aux_firmware_revision
  8. Date: Mar, 2006
  9. KernelVersion: v2.6.17
  10. Contact: [email protected]
  11. Description:
  12. (RO) Holds additional information about the firmware revision,
  13. such as boot block or internal data structure version numbers.
  14. The meanings of the numbers are specific to the vendor
  15. identified by Manufacturer ID.
  16. What: /sys/devices/platform/ipmi_bmc.*/revision
  17. Date: Mar, 2006
  18. KernelVersion: v2.6.17
  19. Contact: [email protected]
  20. Description:
  21. (RO) Device revision. Useful for identifying if significant
  22. hardware changes have been made to the implementation of the
  23. management controller.
  24. What: /sys/devices/platform/ipmi_bmc.*/provides_device_sdrs
  25. Date: Mar, 2006
  26. KernelVersion: v2.6.17
  27. Contact: [email protected]
  28. Description:
  29. (RO) Indicates whether device provides device sensor data
  30. records (1) or not (0).
  31. What: /sys/devices/platform/ipmi_bmc.*/device_id
  32. Date: Mar, 2006
  33. KernelVersion: v2.6.17
  34. Contact: [email protected]
  35. Description:
  36. (RO) Device id is specified by the manufacturer identified by
  37. the Manufacturer ID field. This field allows controller specific
  38. software to identify the unique application command, OEM
  39. fields, and functionality that are provided by the controller
  40. What: /sys/devices/platform/ipmi_bmc.*/additional_device_support
  41. Date: Mar, 2006
  42. KernelVersion: v2.6.17
  43. Contact: [email protected]
  44. Description:
  45. (RO) Lists the IPMI ‘logical device’ commands and functions
  46. that the controller supports that are in addition to the
  47. mandatory IPM and Application commands.
  48. What: /sys/devices/platform/ipmi_bmc.*/ipmi_version
  49. Date: Mar, 2006
  50. KernelVersion: v2.6.17
  51. Contact: [email protected]
  52. Description:
  53. (RO) Displays the IPMI Command Specification Version.
  54. What: /sys/devices/platform/ipmi_bmc.*/manufacturer_id
  55. Date: Mar, 2006
  56. KernelVersion: v2.6.17
  57. Contact: [email protected]
  58. Description:
  59. (RO) Identifies the manufacturer responsible for the
  60. specification of functionality of the vendor (OEM)-specific
  61. commands, codes, and interfaces used in the controller.
  62. What: /sys/devices/platform/ipmi_bmc.*/product_id
  63. Date: Mar, 2006
  64. KernelVersion: v2.6.17
  65. Contact: [email protected]
  66. Description:
  67. (RO) Displays a number that identifies a particular system,
  68. module, add-in card, or board set. The number is specified
  69. according to the manufacturer given by Manufacturer ID.
  70. For detailed definitions of the above attributes, refer to section 20.1 'Get
  71. Device ID Command' of the IPMI specification v2.0.
  72. What: /sys/devices/platform/ipmi_bmc.*/guid
  73. Date: Mar, 2006
  74. KernelVersion: v2.6.17
  75. Contact: [email protected]
  76. Description:
  77. (RO) A GUID (Globally Unique ID), also referred to as a UUID
  78. (Universally Unique Identifier), for the management controller,
  79. as described in section 20.8 'Get Device GUID Command' of the
  80. IPMI specification v2.0.
  81. What: /sys/devices/platform/ipmi_si.*/type
  82. Date: Sep, 2017
  83. KernelVersion: v4.15
  84. Contact: [email protected]
  85. Description:
  86. (RO) The device interface for IPMI "kcs", "smic", "bt" or
  87. "invalid"
  88. What: /sys/devices/platform/ipmi_si.*/idles
  89. What: /sys/devices/platform/ipmi_si.*/watchdog_pretimeouts
  90. What: /sys/devices/platform/ipmi_si.*/complete_transactions
  91. What: /sys/devices/platform/ipmi_si.*/events
  92. What: /sys/devices/platform/ipmi_si.*/interrupts
  93. What: /sys/devices/platform/ipmi_si.*/hosed_count
  94. What: /sys/devices/platform/ipmi_si.*/long_timeouts
  95. What: /sys/devices/platform/ipmi_si.*/flag_fetches
  96. What: /sys/devices/platform/ipmi_si.*/attentions
  97. What: /sys/devices/platform/ipmi_si.*/incoming_messages
  98. What: /sys/devices/platform/ipmi_si.*/short_timeouts
  99. Date: Sep, 2017
  100. KernelVersion: v4.15
  101. Contact: [email protected]
  102. Description:
  103. ====================== ========================================
  104. idles (RO) Number of times the interface was
  105. idle while being polled.
  106. watchdog_pretimeouts (RO) Number of watchdog pretimeouts.
  107. complete_transactions (RO) Number of completed messages.
  108. events (RO) Number of IPMI events received from
  109. the hardware.
  110. interrupts (RO) Number of interrupts the driver
  111. handled.
  112. hosed_count (RO) Number of times the hardware didn't
  113. follow the state machine.
  114. long_timeouts (RO) Number of times the driver
  115. requested a timer while nothing was in
  116. progress.
  117. flag_fetches (RO) Number of times the driver
  118. requested flags from the hardware.
  119. attentions (RO) Number of time the driver got an
  120. ATTN from the hardware.
  121. incoming_messages (RO) Number of asynchronous messages
  122. received.
  123. short_timeouts (RO) Number of times the driver
  124. requested a timer while an operation was
  125. in progress.
  126. ====================== ========================================
  127. What: /sys/devices/platform/ipmi_si.*/interrupts_enabled
  128. Date: Sep, 2017
  129. KernelVersion: v4.15
  130. Contact: [email protected]
  131. Description:
  132. (RO) Indicates whether interrupts are enabled or not. The driver
  133. disables interrupts when it gets into a situation where it
  134. cannot handle messages due to lack of memory. Once that
  135. situation clears up, it will re-enable interrupts.
  136. What: /sys/devices/platform/ipmi_si.*/params
  137. Date: Sep, 2017
  138. KernelVersion: v4.15
  139. Contact: [email protected]
  140. Description:
  141. [to be documented]
  142. What: /sys/devices/platform/dmi-ipmi-ssif.*/type
  143. Date: Sep, 2017
  144. KernelVersion: v4.15
  145. Contact: [email protected]
  146. Description:
  147. (RO) Shows the IMPI device interface type - "ssif" here.
  148. What: /sys/devices/platform/dmi-ipmi-ssif.*/hosed
  149. What: /sys/devices/platform/dmi-ipmi-ssif.*/alerts
  150. What: /sys/devices/platform/dmi-ipmi-ssif.*/sent_messages
  151. What: /sys/devices/platform/dmi-ipmi-ssif.*/sent_messages_parts
  152. What: /sys/devices/platform/dmi-ipmi-ssif.*/received_messages
  153. What: /sys/devices/platform/dmi-ipmi-ssif.*/received_message_parts
  154. What: /sys/devices/platform/dmi-ipmi-ssif.*/events
  155. What: /sys/devices/platform/dmi-ipmi-ssif.*/watchdog_pretimeouts
  156. What: /sys/devices/platform/dmi-ipmi-ssif.*/flag_fetches
  157. What: /sys/devices/platform/dmi-ipmi-ssif.*/send_retries
  158. What: /sys/devices/platform/dmi-ipmi-ssif.*/receive_retries
  159. What: /sys/devices/platform/dmi-ipmi-ssif.*/send_errors
  160. What: /sys/devices/platform/dmi-ipmi-ssif.*/receive_errors
  161. Date: Sep, 2017
  162. KernelVersion: v4.15
  163. Contact: [email protected]
  164. Description:
  165. ====================== ========================================
  166. hosed (RO) Number of times the hardware didn't
  167. follow the state machine.
  168. alerts (RO) Number of alerts received.
  169. sent_messages (RO) Number of total messages sent.
  170. sent_message_parts (RO) Number of message parts sent.
  171. Messages may be broken into parts if
  172. they are long.
  173. received_messages (RO) Number of message responses
  174. received.
  175. received_message_parts (RO) Number of message fragments
  176. received.
  177. events (RO) Number of received events.
  178. watchdog_pretimeouts (RO) Number of watchdog pretimeouts.
  179. flag_fetches (RO) Number of times a flag fetch was
  180. requested.
  181. send_retries (RO) Number of time a message was
  182. retried.
  183. receive_retries (RO) Number of times the receive of a
  184. message was retried.
  185. send_errors (RO) Number of times the send of a
  186. message failed.
  187. receive_errors (RO) Number of errors in receiving
  188. messages.
  189. ====================== ========================================