Lines Matching full:pel
4 PEL functions.
89 Returns PEL data from BMC else throws exception.
105 print("No PEL data present in BMC ...")
108 "Failed to get PEL data from BMC : " + str(exception)
115 Verify that no PEL exists in BMC. Raise an exception if it does.
124 print("PEL data present. \n", pel_data)
125 raise PeltoolException("PEL data present in BMC")
128 "Failed to get PEL data from BMC : " + str(exception)
134 Compare PEL log attributes like "SRC", "Created at" with Redfish
139 pel_record PEL record.
140 event_record Redfish event which is equivalent of PEL record.
144 # Below is format of PEL record / event record and following
146 # PEL record is compared with "EventId", "Created" from event record.
148 # PEL Log attributes
178 print(f"\nPEL SRC : {pel_src} | PEL Created Time : {pel_created_time}")
197 "Exception occurred during PEL and Event log "
205 Fetch all PEL IDs for the input SRC ID based on the severity type
210 severity PEL severity (e.g. "Predictive Error"
232 "Failed to fetch PEL ID for required SRC : " + str(exception)
310 Return BMC event log ID for the given PEL ID.
313 pel_id PEL ID. E.g. 0x50000021.
324 Return latest PEL IDs.