Lines Matching full:sdr
319 Get IPMI sdr info data and return it as a dictionary.
321 The data is obtained by issuing the IPMI "sdr info" command. An
324 SDR Version : 0x51
329 SDR overflow : no
330 SDR Repository Update Support : unspecified
331 Delete SDR supported : no
332 Partial Add SDR supported : no
333 Reserve SDR repository supported : no
334 SDR Repository Alloc info supported : no
352 status, ret_values = grk.run_key_u("Run IPMI Standard Command sdr info")
360 Get IPMI SDR list and return the SDR OEM count.
362 The data is obtained by issuing the IPMI "sdr elist -vvv" command. An
365 SDR record ID : 0x00cb
366 SDR record ID : 0x00cc
367 SDR record type : 0xc0
368 SDR record next : 0xffff
369 SDR record bytes: 11
370 Getting 11 bytes from SDR at offset 5
372 For the data shown above, the SDR record type with 0xc0 count will be returned.
379 if a[0].strip() == "SDR record type":