sysfs-ibft 1.5 KB

123456789101112131415161718192021222324252627282930313233
  1. What: /sys/firmware/ibft/initiator
  2. Date: November 2007
  3. Contact: Konrad Rzeszutek <[email protected]>
  4. Description: The /sys/firmware/ibft/initiator directory will contain
  5. files that expose the iSCSI Boot Firmware Table initiator data.
  6. Usually this contains the Initiator name.
  7. What: /sys/firmware/ibft/targetX
  8. Date: November 2007
  9. Contact: Konrad Rzeszutek <[email protected]>
  10. Description: The /sys/firmware/ibft/targetX directory will contain
  11. files that expose the iSCSI Boot Firmware Table target data.
  12. Usually this contains the target's IP address, boot LUN,
  13. target name, and what NIC it is associated with. It can also
  14. contain the CHAP name (and password), the reverse CHAP
  15. name (and password)
  16. What: /sys/firmware/ibft/ethernetX
  17. Date: November 2007
  18. Contact: Konrad Rzeszutek <[email protected]>
  19. Description: The /sys/firmware/ibft/ethernetX directory will contain
  20. files that expose the iSCSI Boot Firmware Table NIC data.
  21. Usually this contains the IP address, MAC, and gateway of the NIC.
  22. What: /sys/firmware/ibft/acpi_header
  23. Date: March 2016
  24. Contact: David Bond <[email protected]>
  25. Description: The /sys/firmware/ibft/acpi_header directory will contain files
  26. that expose the SIGNATURE, OEM_ID, and OEM_TABLE_ID fields of the
  27. acpi table header of the iBFT structure. This will allow for
  28. identification of the creator of the table which is useful in
  29. determining quirks associated with some adapters when used in
  30. hardware vs software iscsi initiator mode.