Guest User

Untitled

a guest
Oct 17th, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.41 KB | None | 0 0
  1. mysql> select FromHost, ReceivedAt, SysLogTag, Message FROM SystemEvents WHERE FromHost != "syslog" AND Message LIKE "%Storage%" ORDER BY ReceivedAt LIMIT 20;
  2. +----------+---------------------+-----------+--------------------------------------------------------------------------------------------------------------------+
  3. | FromHost | ReceivedAt | SysLogTag | Message |
  4. +----------+---------------------+-----------+--------------------------------------------------------------------------------------------------------------------+
  5. | 040b-5 | 2011-08-06 03:00:04 | Server | Administrator: Storage Service EventID: 2242 The Patrol Read has started.: Controller 0 (PERC H700 Integrated) |
  6. | 035b-4 | 2011-08-06 03:00:06 | Server | Administrator: Storage Service EventID: 2242 The Patrol Read has started.: Controller 0 (PERC H700 Integrated) |
  7. | 044b-5 | 2011-08-06 03:00:08 | Server | Administrator: Storage Service EventID: 2242 The Patrol Read has started.: Controller 0 (PERC H700 Integrated) |
  8. | 038b-5 | 2011-08-06 03:00:11 | Server | Administrator: Storage Service EventID: 2242 The Patrol Read has started.: Controller 0 (PERC H700 Integrated) |
  9. | 036b-4 | 2011-08-06 03:00:22 | Server | Administrator: Storage Service EventID: 2242 The Patrol Read has started.: Controller 0 (PERC H700 Integrated) |
  10. | 031b-4 | 2011-08-06 03:00:23 | Server | Administrator: Storage Service EventID: 2242 The Patrol Read has started.: Controller 0 (PERC H700 Integrated) |
  11. | 027b-4 | 2011-08-06 03:00:24 | Server | Administrator: Storage Service EventID: 2242 The Patrol Read has started.: Controller 0 (PERC H700 Integrated) |
  12. | 043b-5 | 2011-08-06 03:00:24 | Server | Administrator: Storage Service EventID: 2242 The Patrol Read has started.: Controller 0 (PERC H700 Integrated) |
  13. | 032b-4 | 2011-08-06 03:00:27 | Server | Administrator: Storage Service EventID: 2242 The Patrol Read has started.: Controller 0 (PERC H700 Integrated) |
  14. | 028b-4 | 2011-08-06 03:00:28 | Server | Administrator: Storage Service EventID: 2242 The Patrol Read has started.: Controller 0 (PERC H700 Integrated) |
  15. | 030b-4 | 2011-08-06 03:00:29 | Server | Administrator: Storage Service EventID: 2242 The Patrol Read has started.: Controller 0 (PERC H700 Integrated
Add Comment
Please, Sign In to add comment