Logo
BMC User Guide
Version: latest
  • 1. Introduction
    • 1.1. BMC command line interface
    • 1.2. Graphical user interface
    • 1.3. REST API
    • 1.4. IPMI
    • 1.5. Redfish
    • 1.6. Abbreviations and acronyms
  • 2. IPU-Machine BMC specification
    • 2.1. BMC subsystem
      • 2.1.1. System FPGA
      • 2.1.2. LEDs
      • 2.1.3. Ethernet switch
    • 2.2. BMC functions
    • 2.3. IPU-Machine block diagram
    • 2.4. Supported IPMI commands
  • 3. Power operations
    • 3.1. BMC command line
      • 3.1.1. Power cap operations
    • 3.2. REST API
    • 3.3. IPMI
    • 3.4. Redfish
  • 4. Sensor monitoring
    • 4.1. BMC command line
    • 4.2. REST API
    • 4.3. IPMI
    • 4.4. Redfish
    • 4.5. List of monitored sensors
  • 5. Inventory monitoring
    • 5.1. BMC command line
    • 5.2. REST API
    • 5.3. IPMI
    • 5.4. Redfish
  • 6. Events and logging
    • 6.1. BMC command line
    • 6.2. REST API
    • 6.3. IPMI
      • 6.3.1. Sensors crossing threshold SEL logs examples
      • 6.3.2. Inventory Items failure or present detection error SEL logs examples
    • 6.4. Redfish
    • 6.5. List of supported events
      • 6.5.1. Sensor crossing threshold events
      • 6.5.2. Inventory items presence or functional-state events
  • 7. Maintenance mode and BIST
    • 7.1. BMC command line
    • 7.2. Host command line
    • 7.3. REST API
    • 7.4. IPMI
    • 7.5. Redfish
  • 8. Firmware operations
    • 8.1. REST API
    • 8.2. IPMI
    • 8.3. Redfish
  • 9. User management
    • 9.1. BMC command line
    • 9.2. REST API
    • 9.3. IPMI
    • 9.4. Redfish
    • 9.5. LDAP integration
  • 10. Network configuration
    • 10.1. BMC command line
    • 10.2. REST API
    • 10.3. IPMI
  • 11. Serial over LAN (SoL)
    • 11.1. BMC command line
    • 11.2. IPMI
  • 12. Debug collector
    • 12.1. REST API
  • 13. Reset lost root password
    • 13.1. BMC command line
    • 13.2. Factory reset from U-Boot
  • 14. Time settings
    • 14.1. BMC command line
    • 14.2. REST API
    • 14.3. IPMI
    • 14.4. Redfish
  • 15. Summary of supported IPMI commands
  • 16. Fan PWM-to-speed mapping
  • 17. Trademarks & copyright
BMC User Guide

Search help

Note: Searching from the top-level index page will search all documents. Searching from a specific document will search only that document.

  • Find an exact phrase: Wrap your search phrase in "" (double quotes) to only get results where the phrase is exactly matched. For example "PyTorch for the IPU" or "replicated tensor sharding"
  • Prefix query: Add an * (asterisk) at the end of any word to indicate a prefix query. This will return results containing all words with the specific prefix. For example tensor*
  • Fuzzy search: Use ~N (tilde followed by a number) at the end of any word for a fuzzy search. This will return results that are similar to the search word. N specifies the “edit distance” (fuzziness) of the match. For example Polibs~1
  • Words close to each other: ~N (tilde followed by a number) after a phrase (in quotes) returns results where the words are close to each other. N is the maximum number of positions allowed between matching words. For example "ipu version"~2
  • Logical operators. You can use the following logical operators in a search:
    • + signifies AND operation
    • | signifies OR operation
    • - negates a single word or phrase (returns results without that word or phrase)
    • () controls operator precedence


Revision 941216d9.