Lines Matching +full:aux +full:- +full:output +full:- +full:power

34     Output:
37 not supported - defaulting to 0x0e
41 sol_info[Set in progress]: set-complete
43 sol_info[Non-Volatile Bit Rate (kbps)]: IPMI-Over-Serial-Setting
46 sol_info[Volatile Bit Rate (kbps)]: IPMI-Over-Serial-Setting
78 # "retry-count").
135 Get IPMI 'lan print' output and return it as a dictionary.
137 Here is an example of the IPMI lan print output:
184 # process it as a sub-dictionary.
188 + " | grep -E '^(Auth Type Enable)"
189 + "?[ ]+: ' | sed -re 's/^(Auth Type Enable)?[ ]+: //g'"
196 # names (i.e. the 'Auth Type Enable' sub-fields).
197 cmd_buf = "lan print " + channel_number + " | grep -E -v '^[ ]+: '"
202 # Make auth_type_enable_dict sub-dictionary...
211 # Re-assign 'Auth Type Enable' to contain the auth_type_enable_dict.
219 Get IPMI power reading data and return it as a dictionary.
221 The data is obtained by issuing the IPMI "power reading" command. An
224 Instantaneous power reading: 234 Watts
227 Average power reading over sample period: 234 Watts
230 Power reading state is: deactivated
249 "Run IPMI Standard Command dcmi power reading"
281 Aux Firmware Rev Info :
362 The data is obtained by issuing the IPMI "sdr elist -vvv" command. An
386 Get IPMI Aux version info data and return it.
390 /etc/os-release
391 (e.g. "xxx-v2.1-438-g0030304-r3-gfea8585").
396 Aux version return from this function 4380003.
400 count = re.findall("-(\\d{1,4})-", version_id)
403 release = re.findall("-r(\\d{1,4})", version_id)
416 The data is obtained by issuing the IPMI "fru print -N 50" command. An
460 "Run IPMI Standard Command fru print -N 50"
497 if re.match(component + "([0-9]+)? ", x["fru_device_description"])
562 Example output:
578 cmd_buf = "channel getciphers ipmi | sed -re 's/ Alg/_Alg/g'"
596 [aux]: 0
602 "cat /usr/share/ipmi-providers/dev_id.json"
626 System Power : off
627 Power Overload : false
628 Power Interlock : inactive
629 Main Power Fault : false
630 Power Control Fault : false
631 Power Restore Policy : previous
632 Last Power Event :
634 Front-Panel Lockout : inactive
640 Power Button Disable : allowed
644 Power Button Disabled : false
657 [front-panel_lockout]: inactive
686 [channel_protocol_type]: IPMB-1.0
687 [session_support]: multi-session
692 [per-message_auth]: enabled
695 [non-volatile_settings]:
697 [per-message_auth]: enabled
706 …# To match the dict format, add a colon after 'Volatile(active) Settings' and 'Non-Volatile Settin…
709 key_var_list[11] = "Non-Volatile Settings:"
722 Example output:
757 [non-null_user_names_exist]: yes
824 threshold_list List of higher and lower of critical and non-critical values.