-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
42 lines (37 loc) · 2.05 KB
/
Copy pathREADME
File metadata and controls
42 lines (37 loc) · 2.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
// SERVICE DATA LOG ANNIHILATOR
// PARSES and SHORTENS in LESS TIME!
// ***** ***** ***** ***** ***** ***** *****
// ***** ***** ***** ***** ***** ***** *****
// created and maintained by JOSH SANDERS of
// IBM System x & BladeCenter Support in Atlanta, Georgia, USA
// <a href="mailto:jds@us.ibm.com">jds@us.ibm.com</a>
// ***** ***** ***** ***** ***** ***** *****
// ***** ***** ***** ***** ***** ***** *****
// the humble beginnings and change history of the service data log annihilator:
// friday, april 9, 2010. because all big projects start on fridays.
// original idea courtesy of JOE SHIPMAN.
// version 1 published to the 7x daylighters april 19, 2010
// version 2 published april 29, 2010, added support for caching files and other excitement
// version 3 published june 29, 2010, added file browser, vdbg/sol parsing, mike sparks' requests, and dozens of fixes
// version 4 published oct 29, 2010 (officially): new server, dozens of fixes, and the power tab (which is incomplete)
// version 5 published june 29, 2011, added HX5 scale data and ICPM data, several small changes to display
// KNOWN GOTCHAS (no current intention to fix)
// machine support
// telco chassis support - data structures vary widely between firmware versions and machine types
// TODO
// machine support
// 8028/8014 issues:
// these blades list all sorts of things as things they are not
// current notables:
// 49Y4458: (SATA Controller card) lists as "SYS CARD EX," which is shared with management cards on POWER blades
// 46C7171: MR10ie lists as "ADDIN CARD," shared with CKVM cards
// bugs
// all machines with sidecar processor blades (this includes PS702 blades and scaled HX5 blades, potentially others)
// currently list their child PCI devices and memory banks improperly
// eventlog
// time-shift event timestamps
// proper css for the controls for the table
// basics
// isolate procedural code out of index.php (this will be a big one)
// better seperate syntax and semantics (also a big one)
// get into w3-compliant format (lol)