Size: 178
Comment:
|
Size: 652
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 4: | Line 4: |
== IPMI == * [[https://peterkleissner.com/2018/05/27/reverse-engineering-supermicro-ipmi/|Reverse Engineering Supermicro IPMI]] {{{#!highlight sh numbers=off echo -n 'bmc-mac' | xxd -r -p | openssl dgst -sha1 -mac HMAC -macopt hexkey:8544E3B47ECA58F9583043F8 | awk '{print $2}' | cut -c 1-24 }}} == Problems == * [[https://tinkertry.com/how-to-work-around-intermittent-intel-x557-network-outages-on-12-core-xeon-d|10G Intel X557 networking drops/issues]] |
Modifications
IPMI
echo -n 'bmc-mac' | xxd -r -p | openssl dgst -sha1 -mac HMAC -macopt hexkey:8544E3B47ECA58F9583043F8 | awk '{print $2}' | cut -c 1-24