Databases Reference
In-Depth Information
In addition, for Alert 2_1 the severity is marked info and the alertAction is Informational . This would
indicate that the Exadata DMA would likely not need to perform any specific tasks to rectify the condition. If we run
the same list alerthistory command for Alert 1 , you can see that Oracle provides corrective action measures in the
alertAction attribute:
CellCLI> list alerthistory 1 detail
name: 1
alertMessage: "Factory defaults restored for Adapter 0"
alertSequenceID: 1
alertShortName: Hardware
alertType: Stateless
beginTime: 2012-10-10T14:41:37-04:00
endTime:
examinedBy:
notificationState: 0
sequenceBeginTime: 2012-10-10T14:41:37-04:00
severity: info
alertAction: "If this change is unintentional, contact Oracle Support."
CellCLI>
Listing Your alerthistory Using dcli
Exadata DMAs typically monitor storage cell alerts for each cell in the storage grid. Use the following dcli command
to list your alert history for each of your storage cells:
[oracle@cm01dbm01 ~]$ dcli -g ./cell_group cellcli -e list alerthistory
cm01cel01: 1 2012-10-10T14:41:37-04:00 info "Factory defaults restored for Adapter 0"
cm01cel01: 2_1 2012-10-17T05:00:33-04:00 info "The disk controller battery is executing a
... Output omitted for brevity
cm01cel01: 2_2 2012-10-17T10:22:13-04:00 clear "All disk drives are in WriteBack caching
mode. Battery Serial Number : 467 Battery Type : iBBU08 Battery Temperature : 45 C
Full Charge Capacity : 1408 mAh Relative Charge : 69 % Ambient Temperature : 27 C"
cm01cel02: 1 2012-10-10T15:44:57-04:00 info "Factory defaults restored for Adapter 0"
cm01cel02: 2_1 2012-10-17T02:00:40-04:00 info "The disk controller battery is executing a
... Output omitted for brevity
cm01cel02: 2_2 2012-10-17T07:34:02-04:00 clear "All disk drives are in WriteBack caching
mode. Battery Serial Number : 224 Battery Type : iBBU08 Battery Temperature : 43 C
Full Charge Capacity : 1382 mAh Relative Charge : 70 % Ambient Temperature : 26 C"
cm01cel03: 1 2012-10-10T16:45:26-04:00 info "Factory defaults restored for Adapter 0"
cm01cel03: 2_1 2012-10-17T02:01:05-04:00 info "The disk controller battery is executing a
... Output omitted for brevity
cm01cel03: 2_2 2012-10-17T08:29:26-04:00 clear "All disk drives are in WriteBack caching
mode. Battery Serial Number : 3767 Battery Type : iBBU08 Battery Temperature : 45 C
Full Charge Capacity : 1268 mAh Relative Charge : 77 % Ambient Temperature : 26 C"
[oracle@cm01dbm01 ~]$
To report on your critical storage cell alerts, use the following dcli/cellcli command:
[oracle@cm01dbm01 ~]$ dcli -g ./cell_group cellcli -e list alerthistory where severity='critical'
[oracle@cm01dbm01 ~]$
 
Search WWH ::




Custom Search