fauxhai 2.3.0 → 3.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (74) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +15 -28
  3. data/CONTRIBUTING.md +3 -3
  4. data/Gemfile +0 -1
  5. data/README.md +3 -3
  6. data/fauxhai.gemspec +2 -1
  7. data/lib/fauxhai/platforms/amazon/2015.03.json +323 -0
  8. data/lib/fauxhai/platforms/amazon/2015.09.json +332 -0
  9. data/lib/fauxhai/platforms/centos/5.0.json +710 -0
  10. data/lib/fauxhai/platforms/centos/5.1.json +730 -0
  11. data/lib/fauxhai/platforms/centos/5.10.json +288 -2092
  12. data/lib/fauxhai/platforms/centos/5.11.json +346 -3763
  13. data/lib/fauxhai/platforms/centos/5.2.json +742 -0
  14. data/lib/fauxhai/platforms/centos/5.3.json +770 -0
  15. data/lib/fauxhai/platforms/centos/5.4.json +774 -0
  16. data/lib/fauxhai/platforms/centos/5.5.json +790 -0
  17. data/lib/fauxhai/platforms/centos/5.6.json +874 -0
  18. data/lib/fauxhai/platforms/centos/5.7.json +878 -0
  19. data/lib/fauxhai/platforms/centos/5.8.json +333 -218
  20. data/lib/fauxhai/platforms/centos/5.9.json +355 -240
  21. data/lib/fauxhai/platforms/centos/6.0.json +332 -112
  22. data/lib/fauxhai/platforms/centos/6.1.json +633 -0
  23. data/lib/fauxhai/platforms/centos/6.2.json +462 -426
  24. data/lib/fauxhai/platforms/centos/6.3.json +470 -434
  25. data/lib/fauxhai/platforms/centos/6.4.json +389 -61
  26. data/lib/fauxhai/platforms/centos/6.5.json +280 -77
  27. data/lib/fauxhai/platforms/centos/6.6.json +372 -3680
  28. data/lib/fauxhai/platforms/centos/6.7.json +615 -0
  29. data/lib/fauxhai/platforms/centos/7.0.1406.json +294 -3611
  30. data/lib/fauxhai/platforms/centos/7.0.json +169 -2162
  31. data/lib/fauxhai/platforms/centos/7.1.1503.json +814 -0
  32. data/lib/fauxhai/platforms/debian/7.7.json +635 -0
  33. data/lib/fauxhai/platforms/debian/7.8.json +635 -0
  34. data/lib/fauxhai/platforms/debian/7.9.json +674 -0
  35. data/lib/fauxhai/platforms/debian/8.0.json +681 -0
  36. data/lib/fauxhai/platforms/debian/8.1.json +681 -0
  37. data/lib/fauxhai/platforms/debian/8.2.json +781 -0
  38. data/lib/fauxhai/platforms/debian/stretch/sid.json +611 -0
  39. data/lib/fauxhai/platforms/dragonfly4/4.2-RELEASE.json +155 -0
  40. data/lib/fauxhai/platforms/fedora/21.json +348 -91
  41. data/lib/fauxhai/platforms/fedora/22.json +752 -0
  42. data/lib/fauxhai/platforms/freebsd/10.0.json +1 -1
  43. data/lib/fauxhai/platforms/freebsd/10.1.json +316 -0
  44. data/lib/fauxhai/platforms/freebsd/10.2.json +316 -0
  45. data/lib/fauxhai/platforms/freebsd/9.1.json +141 -428
  46. data/lib/fauxhai/platforms/freebsd/9.2.json +25 -38
  47. data/lib/fauxhai/platforms/freebsd/9.3.json +316 -0
  48. data/lib/fauxhai/platforms/ios_xr/6.0.0.14I.json +342 -0
  49. data/lib/fauxhai/platforms/mac_os_x/10.11.1.json +857 -0
  50. data/lib/fauxhai/platforms/nexus/5.json +300 -0
  51. data/lib/fauxhai/platforms/omnios/151014.json +2422 -0
  52. data/lib/fauxhai/platforms/opensuse/12.3.json +249 -2208
  53. data/lib/fauxhai/platforms/opensuse/13.1.json +166 -2193
  54. data/lib/fauxhai/platforms/opensuse/13.2.json +646 -0
  55. data/lib/fauxhai/platforms/oracle/6.6.json +377 -0
  56. data/lib/fauxhai/platforms/oracle/7.0.json +627 -0
  57. data/lib/fauxhai/platforms/oracle/7.1.json +821 -0
  58. data/lib/fauxhai/platforms/redhat/6.6.json +519 -0
  59. data/lib/fauxhai/platforms/redhat/7.1.json +746 -0
  60. data/lib/fauxhai/platforms/solaris2/5.11.json +1 -0
  61. data/lib/fauxhai/platforms/ubuntu/12.04.json +257 -190
  62. data/lib/fauxhai/platforms/ubuntu/14.04.json +246 -184
  63. data/lib/fauxhai/platforms/ubuntu/15.04.json +643 -0
  64. data/lib/fauxhai/platforms/ubuntu/15.10.json +651 -0
  65. data/lib/fauxhai/platforms/windows/10.json +3545 -0
  66. data/lib/fauxhai/platforms/windows/2003R2.json +7887 -7887
  67. data/lib/fauxhai/platforms/windows/2008R2.json +532 -770
  68. data/lib/fauxhai/platforms/windows/2012.json +728 -1257
  69. data/lib/fauxhai/platforms/windows/2012R2.json +737 -1063
  70. data/lib/fauxhai/platforms/windows/8.1.json +3512 -0
  71. data/lib/fauxhai/platforms/windows/8.json +3926 -0
  72. data/lib/fauxhai/runner.rb +1 -0
  73. data/lib/fauxhai/version.rb +1 -1
  74. metadata +61 -7
@@ -1,11 +1,15 @@
1
1
  {
2
2
  "filesystem": {
3
3
  "/dev/mapper/centos-root": {
4
- "kb_size": "18348032",
5
- "kb_used": "2995852",
6
- "kb_available": "15352180",
7
- "percent_used": "17%",
4
+ "kb_size": "7022592",
5
+ "kb_used": "1082000",
6
+ "kb_available": "5940592",
7
+ "percent_used": "16%",
8
8
  "mount": "/",
9
+ "total_inodes": "7032832",
10
+ "inodes_used": "39627",
11
+ "inodes_available": "6993205",
12
+ "inodes_percent_used": "1%",
9
13
  "fs_type": "xfs",
10
14
  "mount_options": [
11
15
  "rw",
@@ -15,30 +19,38 @@
15
19
  "inode64",
16
20
  "noquota"
17
21
  ],
18
- "uuid": "4feb1310-1863-43ea-9238-78d16e56acd8"
22
+ "uuid": "c526ec0e-5509-487f-948f-138dd12c0797"
19
23
  },
20
24
  "devtmpfs": {
21
- "kb_size": "499028",
25
+ "kb_size": "502744",
22
26
  "kb_used": "0",
23
- "kb_available": "499028",
27
+ "kb_available": "502744",
24
28
  "percent_used": "0%",
25
29
  "mount": "/dev",
30
+ "total_inodes": "125686",
31
+ "inodes_used": "338",
32
+ "inodes_available": "125348",
33
+ "inodes_percent_used": "1%",
26
34
  "fs_type": "devtmpfs",
27
35
  "mount_options": [
28
36
  "rw",
29
37
  "nosuid",
30
38
  "seclabel",
31
- "size=499028k",
32
- "nr_inodes=124757",
39
+ "size=502744k",
40
+ "nr_inodes=125686",
33
41
  "mode=755"
34
42
  ]
35
43
  },
36
44
  "tmpfs": {
37
- "kb_size": "505428",
45
+ "kb_size": "508968",
38
46
  "kb_used": "0",
39
- "kb_available": "505428",
47
+ "kb_available": "508968",
40
48
  "percent_used": "0%",
41
49
  "mount": "/sys/fs/cgroup",
50
+ "total_inodes": "127242",
51
+ "inodes_used": "13",
52
+ "inodes_available": "127229",
53
+ "inodes_percent_used": "1%",
42
54
  "fs_type": "tmpfs",
43
55
  "mount_options": [
44
56
  "rw",
@@ -51,10 +63,14 @@
51
63
  },
52
64
  "/dev/sda1": {
53
65
  "kb_size": "508588",
54
- "kb_used": "116884",
55
- "kb_available": "391704",
56
- "percent_used": "23%",
66
+ "kb_used": "97528",
67
+ "kb_available": "411060",
68
+ "percent_used": "20%",
57
69
  "mount": "/boot",
70
+ "total_inodes": "512000",
71
+ "inodes_used": "330",
72
+ "inodes_available": "511670",
73
+ "inodes_percent_used": "1%",
58
74
  "fs_type": "xfs",
59
75
  "mount_options": [
60
76
  "rw",
@@ -64,7 +80,7 @@
64
80
  "inode64",
65
81
  "noquota"
66
82
  ],
67
- "uuid": "83ffc809-efac-410e-bebe-39969ed77fcd"
83
+ "uuid": "aa8f1e46-630a-40f0-a2d5-b7cf28757f77"
68
84
  },
69
85
  "proc": {
70
86
  "mount": "/proc",
@@ -167,12 +183,13 @@
167
183
  "direct"
168
184
  ]
169
185
  },
170
- "debugfs": {
171
- "mount": "/sys/kernel/debug",
172
- "fs_type": "debugfs",
186
+ "mqueue": {
187
+ "mount": "/dev/mqueue",
188
+ "fs_type": "mqueue",
173
189
  "mount_options": [
174
190
  "rw",
175
- "relatime"
191
+ "relatime",
192
+ "seclabel"
176
193
  ]
177
194
  },
178
195
  "hugetlbfs": {
@@ -184,39 +201,21 @@
184
201
  "seclabel"
185
202
  ]
186
203
  },
187
- "mqueue": {
188
- "mount": "/dev/mqueue",
189
- "fs_type": "mqueue",
204
+ "debugfs": {
205
+ "mount": "/sys/kernel/debug",
206
+ "fs_type": "debugfs",
190
207
  "mount_options": [
191
208
  "rw",
192
- "relatime",
193
- "seclabel"
209
+ "relatime"
194
210
  ]
195
211
  },
196
- "/dev/block/8:2": {
197
- "fs_type": "LVM2_member"
198
- },
199
- "/dev/block/253:1": {
200
- "fs_type": "xfs"
201
- },
202
- "/dev/block/8:1": {
203
- "fs_type": "xfs",
204
- "uuid": "83ffc809-efac-410e-bebe-39969ed77fcd"
205
- },
206
- "/dev/block/253:0": {
207
- "fs_type": "swap"
208
- },
209
- "/dev/dm-1": {
210
- "fs_type": "xfs"
211
- },
212
- "/dev/dm-0": {
213
- "fs_type": "swap"
214
- },
215
212
  "/dev/sda2": {
216
- "uuid": "3pcCcI-wSGi-3LOH-v5xt-c1A6-e1Mi-xDVd6L"
213
+ "fs_type": "LVM2_member",
214
+ "uuid": "W48Zwc-jK74-yASB-vSE8-nx7F-sNiu-NT2JcP"
217
215
  },
218
216
  "/dev/mapper/centos-swap": {
219
- "uuid": "27f0ba81-40ee-47ed-b966-5f9ae3cf2bc3"
217
+ "fs_type": "swap",
218
+ "uuid": "297cd2e9-be01-48ed-9efd-903404c77475"
220
219
  },
221
220
  "rootfs": {
222
221
  "mount": "/",
@@ -361,10 +360,6 @@
361
360
  "size": "36533",
362
361
  "refcount": "0"
363
362
  },
364
- "coretemp": {
365
- "size": "13435",
366
- "refcount": "0"
367
- },
368
363
  "crct10dif_pclmul": {
369
364
  "size": "14289",
370
365
  "refcount": "0"
@@ -377,20 +372,8 @@
377
372
  "size": "22079",
378
373
  "refcount": "0"
379
374
  },
380
- "ghash_clmulni_intel": {
381
- "size": "13259",
382
- "refcount": "0"
383
- },
384
- "snd_ens1371": {
385
- "size": "25243",
386
- "refcount": "0"
387
- },
388
- "snd_rawmidi": {
389
- "size": "30423",
390
- "refcount": "1"
391
- },
392
- "ppdev": {
393
- "size": "17671",
375
+ "snd_intel8x0": {
376
+ "size": "38153",
394
377
  "refcount": "0"
395
378
  },
396
379
  "snd_ac97_codec": {
@@ -401,26 +384,50 @@
401
384
  "size": "12730",
402
385
  "refcount": "1"
403
386
  },
387
+ "ghash_clmulni_intel": {
388
+ "size": "13259",
389
+ "refcount": "0"
390
+ },
404
391
  "snd_seq": {
405
392
  "size": "61519",
406
393
  "refcount": "0"
407
394
  },
408
395
  "snd_seq_device": {
409
396
  "size": "14497",
397
+ "refcount": "1"
398
+ },
399
+ "snd_pcm": {
400
+ "size": "97511",
410
401
  "refcount": "2"
411
402
  },
403
+ "snd_page_alloc": {
404
+ "size": "18710",
405
+ "refcount": "2"
406
+ },
407
+ "snd_timer": {
408
+ "size": "29482",
409
+ "refcount": "2"
410
+ },
411
+ "snd": {
412
+ "size": "74645",
413
+ "refcount": "6"
414
+ },
415
+ "i2c_piix4": {
416
+ "size": "22106",
417
+ "refcount": "0"
418
+ },
412
419
  "aesni_intel": {
413
420
  "size": "55624",
414
421
  "refcount": "0"
415
422
  },
416
- "snd_pcm": {
417
- "size": "97511",
418
- "refcount": "2"
419
- },
420
- "vmw_balloon": {
421
- "size": "13415",
423
+ "pcspkr": {
424
+ "size": "12718",
422
425
  "refcount": "0"
423
426
  },
427
+ "soundcore": {
428
+ "size": "15047",
429
+ "refcount": "1"
430
+ },
424
431
  "lrw": {
425
432
  "size": "13286",
426
433
  "refcount": "1"
@@ -441,70 +448,26 @@
441
448
  "size": "20359",
442
449
  "refcount": "3"
443
450
  },
444
- "pcspkr": {
445
- "size": "12718",
451
+ "e1000": {
452
+ "size": "149270",
446
453
  "refcount": "0"
447
454
  },
448
455
  "serio_raw": {
449
456
  "size": "13462",
450
457
  "refcount": "0"
451
458
  },
452
- "btusb": {
453
- "size": "28219",
454
- "refcount": "0"
455
- },
456
- "bluetooth": {
457
- "size": "372662",
458
- "refcount": "2"
459
- },
460
- "snd_page_alloc": {
461
- "size": "18710",
462
- "refcount": "1"
463
- },
464
- "snd_timer": {
465
- "size": "29482",
466
- "refcount": "2"
467
- },
468
- "rfkill": {
469
- "size": "26536",
470
- "refcount": "1"
471
- },
472
- "snd": {
473
- "size": "74645",
474
- "refcount": "7"
475
- },
476
- "e1000": {
477
- "size": "149270",
478
- "refcount": "0"
479
- },
480
- "soundcore": {
481
- "size": "15047",
459
+ "i2c_core": {
460
+ "size": "40325",
482
461
  "refcount": "1"
483
462
  },
484
- "parport_pc": {
485
- "size": "28165",
463
+ "video": {
464
+ "size": "19267",
486
465
  "refcount": "0"
487
466
  },
488
- "parport": {
489
- "size": "42348",
490
- "refcount": "2"
491
- },
492
467
  "mperf": {
493
468
  "size": "12667",
494
469
  "refcount": "0"
495
470
  },
496
- "shpchp": {
497
- "size": "37032",
498
- "refcount": "0"
499
- },
500
- "vmw_vmci": {
501
- "size": "67106",
502
- "refcount": "0"
503
- },
504
- "i2c_piix4": {
505
- "size": "22106",
506
- "refcount": "0"
507
- },
508
471
  "xfs": {
509
472
  "size": "914152",
510
473
  "refcount": "2"
@@ -513,6 +476,14 @@
513
476
  "size": "12644",
514
477
  "refcount": "1"
515
478
  },
479
+ "sd_mod": {
480
+ "size": "45373",
481
+ "refcount": "3"
482
+ },
483
+ "crc_t10dif": {
484
+ "size": "12714",
485
+ "refcount": "1"
486
+ },
516
487
  "sr_mod": {
517
488
  "size": "22416",
518
489
  "refcount": "0"
@@ -521,6 +492,10 @@
521
492
  "size": "42556",
522
493
  "refcount": "1"
523
494
  },
495
+ "crct10dif_common": {
496
+ "size": "12595",
497
+ "refcount": "2"
498
+ },
524
499
  "ata_generic": {
525
500
  "size": "12910",
526
501
  "refcount": "0"
@@ -529,61 +504,21 @@
529
504
  "size": "13038",
530
505
  "refcount": "0"
531
506
  },
532
- "sd_mod": {
533
- "size": "45373",
534
- "refcount": "3"
535
- },
536
- "crc_t10dif": {
537
- "size": "12714",
538
- "refcount": "1"
539
- },
540
- "crct10dif_common": {
541
- "size": "12595",
542
- "refcount": "2"
543
- },
544
- "vmwgfx": {
545
- "size": "135143",
546
- "refcount": "1"
547
- },
548
- "ttm": {
549
- "size": "83948",
550
- "refcount": "1"
551
- },
552
- "drm": {
553
- "size": "297829",
554
- "refcount": "2"
555
- },
556
507
  "ata_piix": {
557
508
  "size": "35038",
558
509
  "refcount": "0"
559
510
  },
560
- "mptspi": {
561
- "size": "22542",
511
+ "ahci": {
512
+ "size": "25819",
562
513
  "refcount": "2"
563
514
  },
564
- "i2c_core": {
565
- "size": "40325",
566
- "refcount": "2"
567
- },
568
- "scsi_transport_spi": {
569
- "size": "30732",
570
- "refcount": "1"
571
- },
572
- "mptscsih": {
573
- "size": "40150",
515
+ "libahci": {
516
+ "size": "32009",
574
517
  "refcount": "1"
575
518
  },
576
- "mptbase": {
577
- "size": "105960",
578
- "refcount": "2"
579
- },
580
519
  "libata": {
581
520
  "size": "219478",
582
- "refcount": "3"
583
- },
584
- "floppy": {
585
- "size": "69370",
586
- "refcount": "0"
521
+ "refcount": "5"
587
522
  },
588
523
  "dm_mirror": {
589
524
  "size": "22135",
@@ -615,59 +550,41 @@
615
550
  },
616
551
  "dmi": {
617
552
  "dmidecode_version": "2.12",
618
- "smbios_version": "2.4",
553
+ "smbios_version": "2.5",
619
554
  "structures": {
620
- "count": "364",
621
- "size": "17030"
555
+ "count": "10",
556
+ "size": "449"
622
557
  },
623
- "table_location": "0x000E0010",
558
+ "table_location": "0x000E1000",
624
559
  "bios": {
625
560
  "all_records": [
626
561
  {
627
562
  "record_id": "0x0000",
628
563
  "size": "0",
629
564
  "application_identifier": "BIOS Information",
630
- "Vendor": "Phoenix Technologies LTD",
631
- "Version": "6.00",
632
- "Release Date": "07/31/2013",
633
- "Address": "0xEA050",
634
- "Runtime Size": "90032 bytes",
635
- "ROM Size": "64 kB",
565
+ "Vendor": "innotek GmbH",
566
+ "Version": "VirtualBox",
567
+ "Release Date": "12/01/2006",
568
+ "Address": "0xE0000",
569
+ "Runtime Size": "128 kB",
570
+ "ROM Size": "128 kB",
636
571
  "Characteristics": {
637
572
  "ISA is supported": null,
638
573
  "PCI is supported": null,
639
- "PC Card (PCMCIA) is supported": null,
640
- "PNP is supported": null,
641
- "APM is supported": null,
642
- "BIOS is upgradeable": null,
643
- "BIOS shadowing is allowed": null,
644
- "ESCD support is available": null,
645
574
  "Boot from CD is supported": null,
646
575
  "Selectable boot is supported": null,
647
- "EDD is supported": null,
648
- "Print screen service is supported (int 5h)": null,
649
576
  "8042 keyboard services are supported (int 9h)": null,
650
- "Serial services are supported (int 14h)": null,
651
- "Printer services are supported (int 17h)": null,
652
577
  "CGA/mono video services are supported (int 10h)": null,
653
- "ACPI is supported": null,
654
- "Smart battery is supported": null,
655
- "BIOS boot specification is supported": null,
656
- "Function key-initiated network boot is supported": null,
657
- "Targeted content distribution is supported": null
658
- },
659
- "BIOS Revision": "4.6",
660
- "Firmware Revision": "0.0"
578
+ "ACPI is supported": null
579
+ }
661
580
  }
662
581
  ],
663
- "vendor": "Phoenix Technologies LTD",
664
- "version": "6.00",
665
- "release_date": "07/31/2013",
666
- "address": "0xEA050",
667
- "runtime_size": "90032 bytes",
668
- "rom_size": "64 kB",
669
- "bios_revision": "4.6",
670
- "firmware_revision": "0.0"
582
+ "vendor": "innotek GmbH",
583
+ "version": "VirtualBox",
584
+ "release_date": "12/01/2006",
585
+ "address": "0xE0000",
586
+ "runtime_size": "128 kB",
587
+ "rom_size": "128 kB"
671
588
  },
672
589
  "system": {
673
590
  "all_records": [
@@ -675,52 +592,53 @@
675
592
  "record_id": "0x0001",
676
593
  "size": "1",
677
594
  "application_identifier": "System Information",
678
- "Manufacturer": "VMware, Inc.",
679
- "Product Name": "VMware Virtual Platform",
680
- "Version": "None",
681
- "Serial Number": "VMware-56 4d 61 07 28 fc dd 15-42 ca 5a 20 d4 c3 42 02",
682
- "UUID": "564D6107-28FC-DD15-42CA-5A20D4C34202",
595
+ "Manufacturer": "innotek GmbH",
596
+ "Product Name": "VirtualBox",
597
+ "Version": "1.2",
598
+ "Serial Number": "0",
599
+ "UUID": "2680EABD-236B-415D-B58A-DC4CAC07C25B",
683
600
  "Wake-up Type": "Power Switch",
684
601
  "SKU Number": "Not Specified",
685
- "Family": "Not Specified"
602
+ "Family": "Virtual Machine"
686
603
  }
687
604
  ],
688
- "manufacturer": "VMware, Inc.",
689
- "product_name": "VMware Virtual Platform",
690
- "version": "None",
691
- "serial_number": "VMware-56 4d 61 07 28 fc dd 15-42 ca 5a 20 d4 c3 42 02",
692
- "uuid": "564D6107-28FC-DD15-42CA-5A20D4C34202",
605
+ "manufacturer": "innotek GmbH",
606
+ "product_name": "VirtualBox",
607
+ "version": "1.2",
608
+ "serial_number": "0",
609
+ "uuid": "2680EABD-236B-415D-B58A-DC4CAC07C25B",
693
610
  "wake_up_type": "Power Switch",
694
611
  "sku_number": "Not Specified",
695
- "family": "Not Specified"
612
+ "family": "Virtual Machine"
696
613
  },
697
614
  "base_board": {
698
615
  "all_records": [
699
616
  {
700
- "record_id": "0x0002",
617
+ "record_id": "0x0008",
701
618
  "size": "2",
702
619
  "application_identifier": "Base Board Information",
703
- "Manufacturer": "Intel Corporation",
704
- "Product Name": "440BX Desktop Reference Platform",
705
- "Version": "None",
706
- "Serial Number": "None",
620
+ "Manufacturer": "Oracle Corporation",
621
+ "Product Name": "VirtualBox",
622
+ "Version": "1.2",
623
+ "Serial Number": "0",
707
624
  "Asset Tag": "Not Specified",
708
- "Features": "None",
625
+ "Features": {
626
+ "Board is a hosting board": null
627
+ },
709
628
  "Location In Chassis": "Not Specified",
710
- "Chassis Handle": "0x0000",
711
- "Type": "Unknown",
629
+ "Chassis Handle": "0x0003",
630
+ "Type": "Motherboard",
712
631
  "Contained Object Handles": "0"
713
632
  }
714
633
  ],
715
- "manufacturer": "Intel Corporation",
716
- "product_name": "440BX Desktop Reference Platform",
717
- "version": "None",
718
- "serial_number": "None",
634
+ "manufacturer": "Oracle Corporation",
635
+ "product_name": "VirtualBox",
636
+ "version": "1.2",
637
+ "serial_number": "0",
719
638
  "asset_tag": "Not Specified",
720
- "features": "None",
721
639
  "location_in_chassis": "Not Specified",
722
- "chassis_handle": "0x0000",
723
- "type": "Unknown",
640
+ "chassis_handle": "0x0003",
641
+ "type": "Motherboard",
724
642
  "contained_object_handles": "0"
725
643
  },
726
644
  "chassis": {
@@ -729,1972 +647,61 @@
729
647
  "record_id": "0x0003",
730
648
  "size": "3",
731
649
  "application_identifier": "Chassis Information",
732
- "Manufacturer": "No Enclosure",
650
+ "Manufacturer": "Oracle Corporation",
733
651
  "Type": "Other",
734
652
  "Lock": "Not Present",
735
- "Version": "N/A",
736
- "Serial Number": "None",
737
- "Asset Tag": "No Asset Tag",
653
+ "Version": "Not Specified",
654
+ "Serial Number": "Not Specified",
655
+ "Asset Tag": "Not Specified",
738
656
  "Boot-up State": "Safe",
739
657
  "Power Supply State": "Safe",
740
658
  "Thermal State": "Safe",
741
- "Security Status": "None",
742
- "OEM Information": "0x00001234",
743
- "Height": "Unspecified",
744
- "Number Of Power Cords": "Unspecified",
745
- "Contained Elements": "0"
659
+ "Security Status": "None"
746
660
  }
747
661
  ],
748
- "manufacturer": "No Enclosure",
662
+ "manufacturer": "Oracle Corporation",
749
663
  "type": "Other",
750
664
  "lock": "Not Present",
751
- "version": "N/A",
752
- "serial_number": "None",
753
- "asset_tag": "No Asset Tag",
665
+ "version": "Not Specified",
666
+ "serial_number": "Not Specified",
667
+ "asset_tag": "Not Specified",
754
668
  "boot_up_state": "Safe",
755
669
  "power_supply_state": "Safe",
756
670
  "thermal_state": "Safe",
757
- "security_status": "None",
758
- "oem_information": "0x00001234",
759
- "height": "Unspecified",
760
- "number_of_power_cords": "Unspecified",
761
- "contained_elements": "0"
762
- },
763
- "processor": {
764
- "all_records": [
765
- {
766
- "record_id": "0x0004",
767
- "size": "4",
768
- "application_identifier": "Processor Information",
769
- "Socket Designation": "CPU socket #0",
770
- "Type": "Central Processor",
771
- "Family": "Unknown",
772
- "Manufacturer": "GenuineIntel",
773
- "ID": "A9 06 03 00 FF FB AB 0F",
774
- "Version": " Intel(R) Core(TM) i7-3720QM CPU @ 2.60GHz",
775
- "Voltage": "3.3 V",
776
- "External Clock": "Unknown",
777
- "Max Speed": "30000 MHz",
778
- "Current Speed": "2600 MHz",
779
- "Status": "Populated, Enabled",
780
- "Upgrade": "ZIF Socket",
781
- "L1 Cache Handle": "0x0054",
782
- "L2 Cache Handle": "0x0055",
783
- "L3 Cache Handle": "Not Provided",
784
- "Serial Number": "Not Specified",
785
- "Asset Tag": "Not Specified",
786
- "Part Number": "Not Specified"
787
- },
788
- {
789
- "record_id": "0x0005",
790
- "size": "4",
791
- "application_identifier": "Processor Information",
792
- "Socket Designation": "CPU socket #1",
793
- "Type": "Central Processor",
794
- "Family": "Unknown",
795
- "Manufacturer": "GenuineIntel",
796
- "ID": "A9 06 00 00 FF FB AB 0F",
797
- "Version": " Intel(R) Core(TM) i7-3720QM CPU @ 2.60GHz",
798
- "Voltage": "3.3 V",
799
- "External Clock": "Unknown",
800
- "Max Speed": "30000 MHz",
801
- "Current Speed": "2600 MHz",
802
- "Status": "Populated, Disabled By BIOS",
803
- "Upgrade": "ZIF Socket",
804
- "L1 Cache Handle": "0x0056",
805
- "L2 Cache Handle": "0x0057",
806
- "L3 Cache Handle": "Not Provided",
807
- "Serial Number": "Not Specified",
808
- "Asset Tag": "Not Specified",
809
- "Part Number": "Not Specified"
810
- },
811
- {
812
- "record_id": "0x0006",
813
- "size": "4",
814
- "application_identifier": "Processor Information",
815
- "Socket Designation": "CPU socket #2",
816
- "Type": "Central Processor",
817
- "Family": "Unknown",
818
- "Manufacturer": "GenuineIntel",
819
- "ID": "A9 06 00 00 FF FB AB 0F",
820
- "Version": " Intel(R) Core(TM) i7-3720QM CPU @ 2.60GHz",
821
- "Voltage": "3.3 V",
822
- "External Clock": "Unknown",
823
- "Max Speed": "30000 MHz",
824
- "Current Speed": "2600 MHz",
825
- "Status": "Populated, Disabled By BIOS",
826
- "Upgrade": "ZIF Socket",
827
- "L1 Cache Handle": "0x0058",
828
- "L2 Cache Handle": "0x0059",
829
- "L3 Cache Handle": "Not Provided",
830
- "Serial Number": "Not Specified",
831
- "Asset Tag": "Not Specified",
832
- "Part Number": "Not Specified"
833
- },
834
- {
835
- "record_id": "0x0007",
836
- "size": "4",
837
- "application_identifier": "Processor Information",
838
- "Socket Designation": "CPU socket #3",
839
- "Type": "Central Processor",
840
- "Family": "Unknown",
841
- "Manufacturer": "GenuineIntel",
842
- "ID": "A9 06 00 00 FF FB AB 0F",
843
- "Version": " Intel(R) Core(TM) i7-3720QM CPU @ 2.60GHz",
844
- "Voltage": "3.3 V",
845
- "External Clock": "Unknown",
846
- "Max Speed": "30000 MHz",
847
- "Current Speed": "2600 MHz",
848
- "Status": "Populated, Disabled By BIOS",
849
- "Upgrade": "ZIF Socket",
850
- "L1 Cache Handle": "0x005A",
851
- "L2 Cache Handle": "0x005B",
852
- "L3 Cache Handle": "Not Provided",
853
- "Serial Number": "Not Specified",
854
- "Asset Tag": "Not Specified",
855
- "Part Number": "Not Specified"
856
- },
857
- {
858
- "record_id": "0x0008",
859
- "size": "4",
860
- "application_identifier": "Processor Information",
861
- "Socket Designation": "CPU socket #4",
862
- "Type": "Central Processor",
863
- "Family": "Unknown",
864
- "Manufacturer": "GenuineIntel",
865
- "ID": "A9 06 00 00 FF FB AB 0F",
866
- "Version": " Intel(R) Core(TM) i7-3720QM CPU @ 2.60GHz",
867
- "Voltage": "3.3 V",
868
- "External Clock": "Unknown",
869
- "Max Speed": "30000 MHz",
870
- "Current Speed": "2600 MHz",
871
- "Status": "Populated, Disabled By BIOS",
872
- "Upgrade": "ZIF Socket",
873
- "L1 Cache Handle": "0x005C",
874
- "L2 Cache Handle": "0x005D",
875
- "L3 Cache Handle": "Not Provided",
876
- "Serial Number": "Not Specified",
877
- "Asset Tag": "Not Specified",
878
- "Part Number": "Not Specified"
879
- },
880
- {
881
- "record_id": "0x0009",
882
- "size": "4",
883
- "application_identifier": "Processor Information",
884
- "Socket Designation": "CPU socket #5",
885
- "Type": "Central Processor",
886
- "Family": "Unknown",
887
- "Manufacturer": "GenuineIntel",
888
- "ID": "A9 06 00 00 FF FB AB 0F",
889
- "Version": " Intel(R) Core(TM) i7-3720QM CPU @ 2.60GHz",
890
- "Voltage": "3.3 V",
891
- "External Clock": "Unknown",
892
- "Max Speed": "30000 MHz",
893
- "Current Speed": "2600 MHz",
894
- "Status": "Populated, Disabled By BIOS",
895
- "Upgrade": "ZIF Socket",
896
- "L1 Cache Handle": "0x005E",
897
- "L2 Cache Handle": "0x005F",
898
- "L3 Cache Handle": "Not Provided",
899
- "Serial Number": "Not Specified",
900
- "Asset Tag": "Not Specified",
901
- "Part Number": "Not Specified"
902
- },
903
- {
904
- "record_id": "0x000A",
905
- "size": "4",
906
- "application_identifier": "Processor Information",
907
- "Socket Designation": "CPU socket #6",
908
- "Type": "Central Processor",
909
- "Family": "Unknown",
910
- "Manufacturer": "GenuineIntel",
911
- "ID": "A9 06 00 00 FF FB AB 0F",
912
- "Version": " Intel(R) Core(TM) i7-3720QM CPU @ 2.60GHz",
913
- "Voltage": "3.3 V",
914
- "External Clock": "Unknown",
915
- "Max Speed": "30000 MHz",
916
- "Current Speed": "2600 MHz",
917
- "Status": "Populated, Disabled By BIOS",
918
- "Upgrade": "ZIF Socket",
919
- "L1 Cache Handle": "0x0060",
920
- "L2 Cache Handle": "0x0061",
921
- "L3 Cache Handle": "Not Provided",
922
- "Serial Number": "Not Specified",
923
- "Asset Tag": "Not Specified",
924
- "Part Number": "Not Specified"
925
- },
926
- {
927
- "record_id": "0x000B",
928
- "size": "4",
929
- "application_identifier": "Processor Information",
930
- "Socket Designation": "CPU socket #7",
931
- "Type": "Central Processor",
932
- "Family": "Unknown",
933
- "Manufacturer": "GenuineIntel",
934
- "ID": "A9 06 00 00 FF FB AB 0F",
935
- "Version": " Intel(R) Core(TM) i7-3720QM CPU @ 2.60GHz",
936
- "Voltage": "3.3 V",
937
- "External Clock": "Unknown",
938
- "Max Speed": "30000 MHz",
939
- "Current Speed": "2600 MHz",
940
- "Status": "Populated, Disabled By BIOS",
941
- "Upgrade": "ZIF Socket",
942
- "L1 Cache Handle": "0x0062",
943
- "L2 Cache Handle": "0x0063",
944
- "L3 Cache Handle": "Not Provided",
945
- "Serial Number": "Not Specified",
946
- "Asset Tag": "Not Specified",
947
- "Part Number": "Not Specified"
948
- },
949
- {
950
- "record_id": "0x000C",
951
- "size": "4",
952
- "application_identifier": "Processor Information",
953
- "Socket Designation": "CPU socket #8",
954
- "Type": "Central Processor",
955
- "Family": "Unknown",
956
- "Manufacturer": "GenuineIntel",
957
- "ID": "A9 06 00 00 FF FB AB 0F",
958
- "Version": " Intel(R) Core(TM) i7-3720QM CPU @ 2.60GHz",
959
- "Voltage": "3.3 V",
960
- "External Clock": "Unknown",
961
- "Max Speed": "30000 MHz",
962
- "Current Speed": "2600 MHz",
963
- "Status": "Populated, Disabled By BIOS",
964
- "Upgrade": "ZIF Socket",
965
- "L1 Cache Handle": "0x0064",
966
- "L2 Cache Handle": "0x0065",
967
- "L3 Cache Handle": "Not Provided",
968
- "Serial Number": "Not Specified",
969
- "Asset Tag": "Not Specified",
970
- "Part Number": "Not Specified"
971
- },
972
- {
973
- "record_id": "0x000D",
974
- "size": "4",
975
- "application_identifier": "Processor Information",
976
- "Socket Designation": "CPU socket #9",
977
- "Type": "Central Processor",
978
- "Family": "Unknown",
979
- "Manufacturer": "GenuineIntel",
980
- "ID": "A9 06 00 00 FF FB AB 0F",
981
- "Version": " Intel(R) Core(TM) i7-3720QM CPU @ 2.60GHz",
982
- "Voltage": "3.3 V",
983
- "External Clock": "Unknown",
984
- "Max Speed": "30000 MHz",
985
- "Current Speed": "2600 MHz",
986
- "Status": "Populated, Disabled By BIOS",
987
- "Upgrade": "ZIF Socket",
988
- "L1 Cache Handle": "0x0066",
989
- "L2 Cache Handle": "0x0067",
990
- "L3 Cache Handle": "Not Provided",
991
- "Serial Number": "Not Specified",
992
- "Asset Tag": "Not Specified",
993
- "Part Number": "Not Specified"
994
- },
995
- {
996
- "record_id": "0x000E",
997
- "size": "4",
998
- "application_identifier": "Processor Information",
999
- "Socket Designation": "CPU socket #10",
1000
- "Type": "Central Processor",
1001
- "Family": "Unknown",
1002
- "Manufacturer": "GenuineIntel",
1003
- "ID": "A9 06 00 00 FF FB AB 0F",
1004
- "Version": " Intel(R) Core(TM) i7-3720QM CPU @ 2.60GHz",
1005
- "Voltage": "3.3 V",
1006
- "External Clock": "Unknown",
1007
- "Max Speed": "30000 MHz",
1008
- "Current Speed": "2600 MHz",
1009
- "Status": "Populated, Disabled By BIOS",
1010
- "Upgrade": "ZIF Socket",
1011
- "L1 Cache Handle": "0x0068",
1012
- "L2 Cache Handle": "0x0069",
1013
- "L3 Cache Handle": "Not Provided",
1014
- "Serial Number": "Not Specified",
1015
- "Asset Tag": "Not Specified",
1016
- "Part Number": "Not Specified"
1017
- },
1018
- {
1019
- "record_id": "0x000F",
1020
- "size": "4",
1021
- "application_identifier": "Processor Information",
1022
- "Socket Designation": "CPU socket #11",
1023
- "Type": "Central Processor",
1024
- "Family": "Unknown",
1025
- "Manufacturer": "GenuineIntel",
1026
- "ID": "A9 06 00 00 FF FB AB 0F",
1027
- "Version": " Intel(R) Core(TM) i7-3720QM CPU @ 2.60GHz",
1028
- "Voltage": "3.3 V",
1029
- "External Clock": "Unknown",
1030
- "Max Speed": "30000 MHz",
1031
- "Current Speed": "2600 MHz",
1032
- "Status": "Populated, Disabled By BIOS",
1033
- "Upgrade": "ZIF Socket",
1034
- "L1 Cache Handle": "0x006A",
1035
- "L2 Cache Handle": "0x006B",
1036
- "L3 Cache Handle": "Not Provided",
1037
- "Serial Number": "Not Specified",
1038
- "Asset Tag": "Not Specified",
1039
- "Part Number": "Not Specified"
1040
- },
1041
- {
1042
- "record_id": "0x0010",
1043
- "size": "4",
1044
- "application_identifier": "Processor Information",
1045
- "Socket Designation": "CPU socket #12",
1046
- "Type": "Central Processor",
1047
- "Family": "Unknown",
1048
- "Manufacturer": "GenuineIntel",
1049
- "ID": "A9 06 00 00 FF FB AB 0F",
1050
- "Version": " Intel(R) Core(TM) i7-3720QM CPU @ 2.60GHz",
1051
- "Voltage": "3.3 V",
1052
- "External Clock": "Unknown",
1053
- "Max Speed": "30000 MHz",
1054
- "Current Speed": "2600 MHz",
1055
- "Status": "Populated, Disabled By BIOS",
1056
- "Upgrade": "ZIF Socket",
1057
- "L1 Cache Handle": "0x006C",
1058
- "L2 Cache Handle": "0x006D",
1059
- "L3 Cache Handle": "Not Provided",
1060
- "Serial Number": "Not Specified",
1061
- "Asset Tag": "Not Specified",
1062
- "Part Number": "Not Specified"
1063
- },
1064
- {
1065
- "record_id": "0x0011",
1066
- "size": "4",
1067
- "application_identifier": "Processor Information",
1068
- "Socket Designation": "CPU socket #13",
1069
- "Type": "Central Processor",
1070
- "Family": "Unknown",
1071
- "Manufacturer": "GenuineIntel",
1072
- "ID": "A9 06 00 00 FF FB AB 0F",
1073
- "Version": " Intel(R) Core(TM) i7-3720QM CPU @ 2.60GHz",
1074
- "Voltage": "3.3 V",
1075
- "External Clock": "Unknown",
1076
- "Max Speed": "30000 MHz",
1077
- "Current Speed": "2600 MHz",
1078
- "Status": "Populated, Disabled By BIOS",
1079
- "Upgrade": "ZIF Socket",
1080
- "L1 Cache Handle": "0x006E",
1081
- "L2 Cache Handle": "0x006F",
1082
- "L3 Cache Handle": "Not Provided",
1083
- "Serial Number": "Not Specified",
1084
- "Asset Tag": "Not Specified",
1085
- "Part Number": "Not Specified"
1086
- },
1087
- {
1088
- "record_id": "0x0012",
1089
- "size": "4",
1090
- "application_identifier": "Processor Information",
1091
- "Socket Designation": "CPU socket #14",
1092
- "Type": "Central Processor",
1093
- "Family": "Unknown",
1094
- "Manufacturer": "GenuineIntel",
1095
- "ID": "A9 06 00 00 FF FB AB 0F",
1096
- "Version": " Intel(R) Core(TM) i7-3720QM CPU @ 2.60GHz",
1097
- "Voltage": "3.3 V",
1098
- "External Clock": "Unknown",
1099
- "Max Speed": "30000 MHz",
1100
- "Current Speed": "2600 MHz",
1101
- "Status": "Populated, Disabled By BIOS",
1102
- "Upgrade": "ZIF Socket",
1103
- "L1 Cache Handle": "0x0070",
1104
- "L2 Cache Handle": "0x0071",
1105
- "L3 Cache Handle": "Not Provided",
1106
- "Serial Number": "Not Specified",
1107
- "Asset Tag": "Not Specified",
1108
- "Part Number": "Not Specified"
1109
- },
1110
- {
1111
- "record_id": "0x0013",
1112
- "size": "4",
1113
- "application_identifier": "Processor Information",
1114
- "Socket Designation": "CPU socket #15",
1115
- "Type": "Central Processor",
1116
- "Family": "Unknown",
1117
- "Manufacturer": "GenuineIntel",
1118
- "ID": "A9 06 00 00 FF FB AB 0F",
1119
- "Version": " Intel(R) Core(TM) i7-3720QM CPU @ 2.60GHz",
1120
- "Voltage": "3.3 V",
1121
- "External Clock": "Unknown",
1122
- "Max Speed": "30000 MHz",
1123
- "Current Speed": "2600 MHz",
1124
- "Status": "Populated, Disabled By BIOS",
1125
- "Upgrade": "ZIF Socket",
1126
- "L1 Cache Handle": "0x0072",
1127
- "L2 Cache Handle": "0x0073",
1128
- "L3 Cache Handle": "Not Provided",
1129
- "Serial Number": "Not Specified",
1130
- "Asset Tag": "Not Specified",
1131
- "Part Number": "Not Specified"
1132
- },
1133
- {
1134
- "record_id": "0x0014",
1135
- "size": "4",
1136
- "application_identifier": "Processor Information",
1137
- "Socket Designation": "CPU socket #16",
1138
- "Type": "Central Processor",
1139
- "Family": "Unknown",
1140
- "Manufacturer": "GenuineIntel",
1141
- "ID": "A9 06 00 00 FF FB AB 0F",
1142
- "Version": " Intel(R) Core(TM) i7-3720QM CPU @ 2.60GHz",
1143
- "Voltage": "3.3 V",
1144
- "External Clock": "Unknown",
1145
- "Max Speed": "30000 MHz",
1146
- "Current Speed": "2600 MHz",
1147
- "Status": "Populated, Disabled By BIOS",
1148
- "Upgrade": "ZIF Socket",
1149
- "L1 Cache Handle": "0x0074",
1150
- "L2 Cache Handle": "0x0075",
1151
- "L3 Cache Handle": "Not Provided",
1152
- "Serial Number": "Not Specified",
1153
- "Asset Tag": "Not Specified",
1154
- "Part Number": "Not Specified"
1155
- },
1156
- {
1157
- "record_id": "0x0015",
1158
- "size": "4",
1159
- "application_identifier": "Processor Information",
1160
- "Socket Designation": "CPU socket #17",
1161
- "Type": "Central Processor",
1162
- "Family": "Unknown",
1163
- "Manufacturer": "GenuineIntel",
1164
- "ID": "A9 06 00 00 FF FB AB 0F",
1165
- "Version": " Intel(R) Core(TM) i7-3720QM CPU @ 2.60GHz",
1166
- "Voltage": "3.3 V",
1167
- "External Clock": "Unknown",
1168
- "Max Speed": "30000 MHz",
1169
- "Current Speed": "2600 MHz",
1170
- "Status": "Populated, Disabled By BIOS",
1171
- "Upgrade": "ZIF Socket",
1172
- "L1 Cache Handle": "0x0076",
1173
- "L2 Cache Handle": "0x0077",
1174
- "L3 Cache Handle": "Not Provided",
1175
- "Serial Number": "Not Specified",
1176
- "Asset Tag": "Not Specified",
1177
- "Part Number": "Not Specified"
1178
- },
1179
- {
1180
- "record_id": "0x0016",
1181
- "size": "4",
1182
- "application_identifier": "Processor Information",
1183
- "Socket Designation": "CPU socket #18",
1184
- "Type": "Central Processor",
1185
- "Family": "Unknown",
1186
- "Manufacturer": "GenuineIntel",
1187
- "ID": "A9 06 00 00 FF FB AB 0F",
1188
- "Version": " Intel(R) Core(TM) i7-3720QM CPU @ 2.60GHz",
1189
- "Voltage": "3.3 V",
1190
- "External Clock": "Unknown",
1191
- "Max Speed": "30000 MHz",
1192
- "Current Speed": "2600 MHz",
1193
- "Status": "Populated, Disabled By BIOS",
1194
- "Upgrade": "ZIF Socket",
1195
- "L1 Cache Handle": "0x0078",
1196
- "L2 Cache Handle": "0x0079",
1197
- "L3 Cache Handle": "Not Provided",
1198
- "Serial Number": "Not Specified",
1199
- "Asset Tag": "Not Specified",
1200
- "Part Number": "Not Specified"
1201
- },
1202
- {
1203
- "record_id": "0x0017",
1204
- "size": "4",
1205
- "application_identifier": "Processor Information",
1206
- "Socket Designation": "CPU socket #19",
1207
- "Type": "Central Processor",
1208
- "Family": "Unknown",
1209
- "Manufacturer": "GenuineIntel",
1210
- "ID": "A9 06 00 00 FF FB AB 0F",
1211
- "Version": " Intel(R) Core(TM) i7-3720QM CPU @ 2.60GHz",
1212
- "Voltage": "3.3 V",
1213
- "External Clock": "Unknown",
1214
- "Max Speed": "30000 MHz",
1215
- "Current Speed": "2600 MHz",
1216
- "Status": "Populated, Disabled By BIOS",
1217
- "Upgrade": "ZIF Socket",
1218
- "L1 Cache Handle": "0x007A",
1219
- "L2 Cache Handle": "0x007B",
1220
- "L3 Cache Handle": "Not Provided",
1221
- "Serial Number": "Not Specified",
1222
- "Asset Tag": "Not Specified",
1223
- "Part Number": "Not Specified"
1224
- },
1225
- {
1226
- "record_id": "0x0018",
1227
- "size": "4",
1228
- "application_identifier": "Processor Information",
1229
- "Socket Designation": "CPU socket #20",
1230
- "Type": "Central Processor",
1231
- "Family": "Unknown",
1232
- "Manufacturer": "GenuineIntel",
1233
- "ID": "A9 06 00 00 FF FB AB 0F",
1234
- "Version": " Intel(R) Core(TM) i7-3720QM CPU @ 2.60GHz",
1235
- "Voltage": "3.3 V",
1236
- "External Clock": "Unknown",
1237
- "Max Speed": "30000 MHz",
1238
- "Current Speed": "2600 MHz",
1239
- "Status": "Populated, Disabled By BIOS",
1240
- "Upgrade": "ZIF Socket",
1241
- "L1 Cache Handle": "0x007C",
1242
- "L2 Cache Handle": "0x007D",
1243
- "L3 Cache Handle": "Not Provided",
1244
- "Serial Number": "Not Specified",
1245
- "Asset Tag": "Not Specified",
1246
- "Part Number": "Not Specified"
1247
- },
1248
- {
1249
- "record_id": "0x0019",
1250
- "size": "4",
1251
- "application_identifier": "Processor Information",
1252
- "Socket Designation": "CPU socket #21",
1253
- "Type": "Central Processor",
1254
- "Family": "Unknown",
1255
- "Manufacturer": "GenuineIntel",
1256
- "ID": "A9 06 00 00 FF FB AB 0F",
1257
- "Version": " Intel(R) Core(TM) i7-3720QM CPU @ 2.60GHz",
1258
- "Voltage": "3.3 V",
1259
- "External Clock": "Unknown",
1260
- "Max Speed": "30000 MHz",
1261
- "Current Speed": "2600 MHz",
1262
- "Status": "Populated, Disabled By BIOS",
1263
- "Upgrade": "ZIF Socket",
1264
- "L1 Cache Handle": "0x007E",
1265
- "L2 Cache Handle": "0x007F",
1266
- "L3 Cache Handle": "Not Provided",
1267
- "Serial Number": "Not Specified",
1268
- "Asset Tag": "Not Specified",
1269
- "Part Number": "Not Specified"
1270
- },
1271
- {
1272
- "record_id": "0x001A",
1273
- "size": "4",
1274
- "application_identifier": "Processor Information",
1275
- "Socket Designation": "CPU socket #22",
1276
- "Type": "Central Processor",
1277
- "Family": "Unknown",
1278
- "Manufacturer": "GenuineIntel",
1279
- "ID": "A9 06 00 00 FF FB AB 0F",
1280
- "Version": " Intel(R) Core(TM) i7-3720QM CPU @ 2.60GHz",
1281
- "Voltage": "3.3 V",
1282
- "External Clock": "Unknown",
1283
- "Max Speed": "30000 MHz",
1284
- "Current Speed": "2600 MHz",
1285
- "Status": "Populated, Disabled By BIOS",
1286
- "Upgrade": "ZIF Socket",
1287
- "L1 Cache Handle": "0x0080",
1288
- "L2 Cache Handle": "0x0081",
1289
- "L3 Cache Handle": "Not Provided",
1290
- "Serial Number": "Not Specified",
1291
- "Asset Tag": "Not Specified",
1292
- "Part Number": "Not Specified"
1293
- },
1294
- {
1295
- "record_id": "0x001B",
1296
- "size": "4",
1297
- "application_identifier": "Processor Information",
1298
- "Socket Designation": "CPU socket #23",
1299
- "Type": "Central Processor",
1300
- "Family": "Unknown",
1301
- "Manufacturer": "GenuineIntel",
1302
- "ID": "A9 06 00 00 FF FB AB 0F",
1303
- "Version": " Intel(R) Core(TM) i7-3720QM CPU @ 2.60GHz",
1304
- "Voltage": "3.3 V",
1305
- "External Clock": "Unknown",
1306
- "Max Speed": "30000 MHz",
1307
- "Current Speed": "2600 MHz",
1308
- "Status": "Populated, Disabled By BIOS",
1309
- "Upgrade": "ZIF Socket",
1310
- "L1 Cache Handle": "0x0082",
1311
- "L2 Cache Handle": "0x0083",
1312
- "L3 Cache Handle": "Not Provided",
1313
- "Serial Number": "Not Specified",
1314
- "Asset Tag": "Not Specified",
1315
- "Part Number": "Not Specified"
1316
- },
1317
- {
1318
- "record_id": "0x001C",
1319
- "size": "4",
1320
- "application_identifier": "Processor Information",
1321
- "Socket Designation": "CPU socket #24",
1322
- "Type": "Central Processor",
1323
- "Family": "Unknown",
1324
- "Manufacturer": "GenuineIntel",
1325
- "ID": "A9 06 00 00 FF FB AB 0F",
1326
- "Version": " Intel(R) Core(TM) i7-3720QM CPU @ 2.60GHz",
1327
- "Voltage": "3.3 V",
1328
- "External Clock": "Unknown",
1329
- "Max Speed": "30000 MHz",
1330
- "Current Speed": "2600 MHz",
1331
- "Status": "Populated, Disabled By BIOS",
1332
- "Upgrade": "ZIF Socket",
1333
- "L1 Cache Handle": "0x0084",
1334
- "L2 Cache Handle": "0x0085",
1335
- "L3 Cache Handle": "Not Provided",
1336
- "Serial Number": "Not Specified",
1337
- "Asset Tag": "Not Specified",
1338
- "Part Number": "Not Specified"
1339
- },
1340
- {
1341
- "record_id": "0x001D",
1342
- "size": "4",
1343
- "application_identifier": "Processor Information",
1344
- "Socket Designation": "CPU socket #25",
1345
- "Type": "Central Processor",
1346
- "Family": "Unknown",
1347
- "Manufacturer": "GenuineIntel",
1348
- "ID": "A9 06 00 00 FF FB AB 0F",
1349
- "Version": " Intel(R) Core(TM) i7-3720QM CPU @ 2.60GHz",
1350
- "Voltage": "3.3 V",
1351
- "External Clock": "Unknown",
1352
- "Max Speed": "30000 MHz",
1353
- "Current Speed": "2600 MHz",
1354
- "Status": "Populated, Disabled By BIOS",
1355
- "Upgrade": "ZIF Socket",
1356
- "L1 Cache Handle": "0x0086",
1357
- "L2 Cache Handle": "0x0087",
1358
- "L3 Cache Handle": "Not Provided",
1359
- "Serial Number": "Not Specified",
1360
- "Asset Tag": "Not Specified",
1361
- "Part Number": "Not Specified"
1362
- },
1363
- {
1364
- "record_id": "0x001E",
1365
- "size": "4",
1366
- "application_identifier": "Processor Information",
1367
- "Socket Designation": "CPU socket #26",
1368
- "Type": "Central Processor",
1369
- "Family": "Unknown",
1370
- "Manufacturer": "GenuineIntel",
1371
- "ID": "A9 06 00 00 FF FB AB 0F",
1372
- "Version": " Intel(R) Core(TM) i7-3720QM CPU @ 2.60GHz",
1373
- "Voltage": "3.3 V",
1374
- "External Clock": "Unknown",
1375
- "Max Speed": "30000 MHz",
1376
- "Current Speed": "2600 MHz",
1377
- "Status": "Populated, Disabled By BIOS",
1378
- "Upgrade": "ZIF Socket",
1379
- "L1 Cache Handle": "0x0088",
1380
- "L2 Cache Handle": "0x0089",
1381
- "L3 Cache Handle": "Not Provided",
1382
- "Serial Number": "Not Specified",
1383
- "Asset Tag": "Not Specified",
1384
- "Part Number": "Not Specified"
1385
- },
1386
- {
1387
- "record_id": "0x001F",
1388
- "size": "4",
1389
- "application_identifier": "Processor Information",
1390
- "Socket Designation": "CPU socket #27",
1391
- "Type": "Central Processor",
1392
- "Family": "Unknown",
1393
- "Manufacturer": "GenuineIntel",
1394
- "ID": "A9 06 00 00 FF FB AB 0F",
1395
- "Version": " Intel(R) Core(TM) i7-3720QM CPU @ 2.60GHz",
1396
- "Voltage": "3.3 V",
1397
- "External Clock": "Unknown",
1398
- "Max Speed": "30000 MHz",
1399
- "Current Speed": "2600 MHz",
1400
- "Status": "Populated, Disabled By BIOS",
1401
- "Upgrade": "ZIF Socket",
1402
- "L1 Cache Handle": "0x008A",
1403
- "L2 Cache Handle": "0x008B",
1404
- "L3 Cache Handle": "Not Provided",
1405
- "Serial Number": "Not Specified",
1406
- "Asset Tag": "Not Specified",
1407
- "Part Number": "Not Specified"
1408
- },
1409
- {
1410
- "record_id": "0x0020",
1411
- "size": "4",
1412
- "application_identifier": "Processor Information",
1413
- "Socket Designation": "CPU socket #28",
1414
- "Type": "Central Processor",
1415
- "Family": "Unknown",
1416
- "Manufacturer": "GenuineIntel",
1417
- "ID": "A9 06 00 00 FF FB AB 0F",
1418
- "Version": " Intel(R) Core(TM) i7-3720QM CPU @ 2.60GHz",
1419
- "Voltage": "3.3 V",
1420
- "External Clock": "Unknown",
1421
- "Max Speed": "30000 MHz",
1422
- "Current Speed": "2600 MHz",
1423
- "Status": "Populated, Disabled By BIOS",
1424
- "Upgrade": "ZIF Socket",
1425
- "L1 Cache Handle": "0x008C",
1426
- "L2 Cache Handle": "0x008D",
1427
- "L3 Cache Handle": "Not Provided",
1428
- "Serial Number": "Not Specified",
1429
- "Asset Tag": "Not Specified",
1430
- "Part Number": "Not Specified"
1431
- },
1432
- {
1433
- "record_id": "0x0021",
1434
- "size": "4",
1435
- "application_identifier": "Processor Information",
1436
- "Socket Designation": "CPU socket #29",
1437
- "Type": "Central Processor",
1438
- "Family": "Unknown",
1439
- "Manufacturer": "GenuineIntel",
1440
- "ID": "A9 06 00 00 FF FB AB 0F",
1441
- "Version": " Intel(R) Core(TM) i7-3720QM CPU @ 2.60GHz",
1442
- "Voltage": "3.3 V",
1443
- "External Clock": "Unknown",
1444
- "Max Speed": "30000 MHz",
1445
- "Current Speed": "2600 MHz",
1446
- "Status": "Populated, Disabled By BIOS",
1447
- "Upgrade": "ZIF Socket",
1448
- "L1 Cache Handle": "0x008E",
1449
- "L2 Cache Handle": "0x008F",
1450
- "L3 Cache Handle": "Not Provided",
1451
- "Serial Number": "Not Specified",
1452
- "Asset Tag": "Not Specified",
1453
- "Part Number": "Not Specified"
1454
- },
1455
- {
1456
- "record_id": "0x0022",
1457
- "size": "4",
1458
- "application_identifier": "Processor Information",
1459
- "Socket Designation": "CPU socket #30",
1460
- "Type": "Central Processor",
1461
- "Family": "Unknown",
1462
- "Manufacturer": "GenuineIntel",
1463
- "ID": "A9 06 00 00 FF FB AB 0F",
1464
- "Version": " Intel(R) Core(TM) i7-3720QM CPU @ 2.60GHz",
1465
- "Voltage": "3.3 V",
1466
- "External Clock": "Unknown",
1467
- "Max Speed": "30000 MHz",
1468
- "Current Speed": "2600 MHz",
1469
- "Status": "Populated, Disabled By BIOS",
1470
- "Upgrade": "ZIF Socket",
1471
- "L1 Cache Handle": "0x0090",
1472
- "L2 Cache Handle": "0x0091",
1473
- "L3 Cache Handle": "Not Provided",
1474
- "Serial Number": "Not Specified",
1475
- "Asset Tag": "Not Specified",
1476
- "Part Number": "Not Specified"
1477
- },
1478
- {
1479
- "record_id": "0x0023",
1480
- "size": "4",
1481
- "application_identifier": "Processor Information",
1482
- "Socket Designation": "CPU socket #31",
1483
- "Type": "Central Processor",
1484
- "Family": "Unknown",
1485
- "Manufacturer": "GenuineIntel",
1486
- "ID": "A9 06 00 00 FF FB AB 0F",
1487
- "Version": " Intel(R) Core(TM) i7-3720QM CPU @ 2.60GHz",
1488
- "Voltage": "3.3 V",
1489
- "External Clock": "Unknown",
1490
- "Max Speed": "30000 MHz",
1491
- "Current Speed": "2600 MHz",
1492
- "Status": "Populated, Disabled By BIOS",
1493
- "Upgrade": "ZIF Socket",
1494
- "L1 Cache Handle": "0x0092",
1495
- "L2 Cache Handle": "0x0093",
1496
- "L3 Cache Handle": "Not Provided",
1497
- "Serial Number": "Not Specified",
1498
- "Asset Tag": "Not Specified",
1499
- "Part Number": "Not Specified"
1500
- },
1501
- {
1502
- "record_id": "0x0024",
1503
- "size": "4",
1504
- "application_identifier": "Processor Information",
1505
- "Socket Designation": "CPU socket #32",
1506
- "Type": "Central Processor",
1507
- "Family": "Unknown",
1508
- "Manufacturer": "GenuineIntel",
1509
- "ID": "A9 06 00 00 FF FB AB 0F",
1510
- "Version": " Intel(R) Core(TM) i7-3720QM CPU @ 2.60GHz",
1511
- "Voltage": "3.3 V",
1512
- "External Clock": "Unknown",
1513
- "Max Speed": "30000 MHz",
1514
- "Current Speed": "2600 MHz",
1515
- "Status": "Populated, Disabled By BIOS",
1516
- "Upgrade": "ZIF Socket",
1517
- "L1 Cache Handle": "0x0094",
1518
- "L2 Cache Handle": "0x0095",
1519
- "L3 Cache Handle": "Not Provided",
1520
- "Serial Number": "Not Specified",
1521
- "Asset Tag": "Not Specified",
1522
- "Part Number": "Not Specified"
1523
- },
1524
- {
1525
- "record_id": "0x0025",
1526
- "size": "4",
1527
- "application_identifier": "Processor Information",
1528
- "Socket Designation": "CPU socket #33",
1529
- "Type": "Central Processor",
1530
- "Family": "Unknown",
1531
- "Manufacturer": "GenuineIntel",
1532
- "ID": "A9 06 00 00 FF FB AB 0F",
1533
- "Version": " Intel(R) Core(TM) i7-3720QM CPU @ 2.60GHz",
1534
- "Voltage": "3.3 V",
1535
- "External Clock": "Unknown",
1536
- "Max Speed": "30000 MHz",
1537
- "Current Speed": "2600 MHz",
1538
- "Status": "Populated, Disabled By BIOS",
1539
- "Upgrade": "ZIF Socket",
1540
- "L1 Cache Handle": "0x0096",
1541
- "L2 Cache Handle": "0x0097",
1542
- "L3 Cache Handle": "Not Provided",
1543
- "Serial Number": "Not Specified",
1544
- "Asset Tag": "Not Specified",
1545
- "Part Number": "Not Specified"
1546
- },
1547
- {
1548
- "record_id": "0x0026",
1549
- "size": "4",
1550
- "application_identifier": "Processor Information",
1551
- "Socket Designation": "CPU socket #34",
1552
- "Type": "Central Processor",
1553
- "Family": "Unknown",
1554
- "Manufacturer": "GenuineIntel",
1555
- "ID": "A9 06 00 00 FF FB AB 0F",
1556
- "Version": " Intel(R) Core(TM) i7-3720QM CPU @ 2.60GHz",
1557
- "Voltage": "3.3 V",
1558
- "External Clock": "Unknown",
1559
- "Max Speed": "30000 MHz",
1560
- "Current Speed": "2600 MHz",
1561
- "Status": "Populated, Disabled By BIOS",
1562
- "Upgrade": "ZIF Socket",
1563
- "L1 Cache Handle": "0x0098",
1564
- "L2 Cache Handle": "0x0099",
1565
- "L3 Cache Handle": "Not Provided",
1566
- "Serial Number": "Not Specified",
1567
- "Asset Tag": "Not Specified",
1568
- "Part Number": "Not Specified"
1569
- },
1570
- {
1571
- "record_id": "0x0027",
1572
- "size": "4",
1573
- "application_identifier": "Processor Information",
1574
- "Socket Designation": "CPU socket #35",
1575
- "Type": "Central Processor",
1576
- "Family": "Unknown",
1577
- "Manufacturer": "GenuineIntel",
1578
- "ID": "A9 06 00 00 FF FB AB 0F",
1579
- "Version": " Intel(R) Core(TM) i7-3720QM CPU @ 2.60GHz",
1580
- "Voltage": "3.3 V",
1581
- "External Clock": "Unknown",
1582
- "Max Speed": "30000 MHz",
1583
- "Current Speed": "2600 MHz",
1584
- "Status": "Populated, Disabled By BIOS",
1585
- "Upgrade": "ZIF Socket",
1586
- "L1 Cache Handle": "0x009A",
1587
- "L2 Cache Handle": "0x009B",
1588
- "L3 Cache Handle": "Not Provided",
1589
- "Serial Number": "Not Specified",
1590
- "Asset Tag": "Not Specified",
1591
- "Part Number": "Not Specified"
1592
- },
1593
- {
1594
- "record_id": "0x0028",
1595
- "size": "4",
1596
- "application_identifier": "Processor Information",
1597
- "Socket Designation": "CPU socket #36",
1598
- "Type": "Central Processor",
1599
- "Family": "Unknown",
1600
- "Manufacturer": "GenuineIntel",
1601
- "ID": "A9 06 00 00 FF FB AB 0F",
1602
- "Version": " Intel(R) Core(TM) i7-3720QM CPU @ 2.60GHz",
1603
- "Voltage": "3.3 V",
1604
- "External Clock": "Unknown",
1605
- "Max Speed": "30000 MHz",
1606
- "Current Speed": "2600 MHz",
1607
- "Status": "Populated, Disabled By BIOS",
1608
- "Upgrade": "ZIF Socket",
1609
- "L1 Cache Handle": "0x009C",
1610
- "L2 Cache Handle": "0x009D",
1611
- "L3 Cache Handle": "Not Provided",
1612
- "Serial Number": "Not Specified",
1613
- "Asset Tag": "Not Specified",
1614
- "Part Number": "Not Specified"
1615
- },
1616
- {
1617
- "record_id": "0x0029",
1618
- "size": "4",
1619
- "application_identifier": "Processor Information",
1620
- "Socket Designation": "CPU socket #37",
1621
- "Type": "Central Processor",
1622
- "Family": "Unknown",
1623
- "Manufacturer": "GenuineIntel",
1624
- "ID": "A9 06 00 00 FF FB AB 0F",
1625
- "Version": " Intel(R) Core(TM) i7-3720QM CPU @ 2.60GHz",
1626
- "Voltage": "3.3 V",
1627
- "External Clock": "Unknown",
1628
- "Max Speed": "30000 MHz",
1629
- "Current Speed": "2600 MHz",
1630
- "Status": "Populated, Disabled By BIOS",
1631
- "Upgrade": "ZIF Socket",
1632
- "L1 Cache Handle": "0x009E",
1633
- "L2 Cache Handle": "0x009F",
1634
- "L3 Cache Handle": "Not Provided",
1635
- "Serial Number": "Not Specified",
1636
- "Asset Tag": "Not Specified",
1637
- "Part Number": "Not Specified"
1638
- },
1639
- {
1640
- "record_id": "0x002A",
1641
- "size": "4",
1642
- "application_identifier": "Processor Information",
1643
- "Socket Designation": "CPU socket #38",
1644
- "Type": "Central Processor",
1645
- "Family": "Unknown",
1646
- "Manufacturer": "GenuineIntel",
1647
- "ID": "A9 06 00 00 FF FB AB 0F",
1648
- "Version": " Intel(R) Core(TM) i7-3720QM CPU @ 2.60GHz",
1649
- "Voltage": "3.3 V",
1650
- "External Clock": "Unknown",
1651
- "Max Speed": "30000 MHz",
1652
- "Current Speed": "2600 MHz",
1653
- "Status": "Populated, Disabled By BIOS",
1654
- "Upgrade": "ZIF Socket",
1655
- "L1 Cache Handle": "0x00A0",
1656
- "L2 Cache Handle": "0x00A1",
1657
- "L3 Cache Handle": "Not Provided",
1658
- "Serial Number": "Not Specified",
1659
- "Asset Tag": "Not Specified",
1660
- "Part Number": "Not Specified"
1661
- },
1662
- {
1663
- "record_id": "0x002B",
1664
- "size": "4",
1665
- "application_identifier": "Processor Information",
1666
- "Socket Designation": "CPU socket #39",
1667
- "Type": "Central Processor",
1668
- "Family": "Unknown",
1669
- "Manufacturer": "GenuineIntel",
1670
- "ID": "A9 06 00 00 FF FB AB 0F",
1671
- "Version": " Intel(R) Core(TM) i7-3720QM CPU @ 2.60GHz",
1672
- "Voltage": "3.3 V",
1673
- "External Clock": "Unknown",
1674
- "Max Speed": "30000 MHz",
1675
- "Current Speed": "2600 MHz",
1676
- "Status": "Populated, Disabled By BIOS",
1677
- "Upgrade": "ZIF Socket",
1678
- "L1 Cache Handle": "0x00A2",
1679
- "L2 Cache Handle": "0x00A3",
1680
- "L3 Cache Handle": "Not Provided",
1681
- "Serial Number": "Not Specified",
1682
- "Asset Tag": "Not Specified",
1683
- "Part Number": "Not Specified"
1684
- },
1685
- {
1686
- "record_id": "0x002C",
1687
- "size": "4",
1688
- "application_identifier": "Processor Information",
1689
- "Socket Designation": "CPU socket #40",
1690
- "Type": "Central Processor",
1691
- "Family": "Unknown",
1692
- "Manufacturer": "GenuineIntel",
1693
- "ID": "A9 06 00 00 FF FB AB 0F",
1694
- "Version": " Intel(R) Core(TM) i7-3720QM CPU @ 2.60GHz",
1695
- "Voltage": "3.3 V",
1696
- "External Clock": "Unknown",
1697
- "Max Speed": "30000 MHz",
1698
- "Current Speed": "2600 MHz",
1699
- "Status": "Populated, Disabled By BIOS",
1700
- "Upgrade": "ZIF Socket",
1701
- "L1 Cache Handle": "0x00A4",
1702
- "L2 Cache Handle": "0x00A5",
1703
- "L3 Cache Handle": "Not Provided",
1704
- "Serial Number": "Not Specified",
1705
- "Asset Tag": "Not Specified",
1706
- "Part Number": "Not Specified"
1707
- },
1708
- {
1709
- "record_id": "0x002D",
1710
- "size": "4",
1711
- "application_identifier": "Processor Information",
1712
- "Socket Designation": "CPU socket #41",
1713
- "Type": "Central Processor",
1714
- "Family": "Unknown",
1715
- "Manufacturer": "GenuineIntel",
1716
- "ID": "A9 06 00 00 FF FB AB 0F",
1717
- "Version": " Intel(R) Core(TM) i7-3720QM CPU @ 2.60GHz",
1718
- "Voltage": "3.3 V",
1719
- "External Clock": "Unknown",
1720
- "Max Speed": "30000 MHz",
1721
- "Current Speed": "2600 MHz",
1722
- "Status": "Populated, Disabled By BIOS",
1723
- "Upgrade": "ZIF Socket",
1724
- "L1 Cache Handle": "0x00A6",
1725
- "L2 Cache Handle": "0x00A7",
1726
- "L3 Cache Handle": "Not Provided",
1727
- "Serial Number": "Not Specified",
1728
- "Asset Tag": "Not Specified",
1729
- "Part Number": "Not Specified"
1730
- },
1731
- {
1732
- "record_id": "0x002E",
1733
- "size": "4",
1734
- "application_identifier": "Processor Information",
1735
- "Socket Designation": "CPU socket #42",
1736
- "Type": "Central Processor",
1737
- "Family": "Unknown",
1738
- "Manufacturer": "GenuineIntel",
1739
- "ID": "A9 06 00 00 FF FB AB 0F",
1740
- "Version": " Intel(R) Core(TM) i7-3720QM CPU @ 2.60GHz",
1741
- "Voltage": "3.3 V",
1742
- "External Clock": "Unknown",
1743
- "Max Speed": "30000 MHz",
1744
- "Current Speed": "2600 MHz",
1745
- "Status": "Populated, Disabled By BIOS",
1746
- "Upgrade": "ZIF Socket",
1747
- "L1 Cache Handle": "0x00A8",
1748
- "L2 Cache Handle": "0x00A9",
1749
- "L3 Cache Handle": "Not Provided",
1750
- "Serial Number": "Not Specified",
1751
- "Asset Tag": "Not Specified",
1752
- "Part Number": "Not Specified"
1753
- },
1754
- {
1755
- "record_id": "0x002F",
1756
- "size": "4",
1757
- "application_identifier": "Processor Information",
1758
- "Socket Designation": "CPU socket #43",
1759
- "Type": "Central Processor",
1760
- "Family": "Unknown",
1761
- "Manufacturer": "GenuineIntel",
1762
- "ID": "A9 06 00 00 FF FB AB 0F",
1763
- "Version": " Intel(R) Core(TM) i7-3720QM CPU @ 2.60GHz",
1764
- "Voltage": "3.3 V",
1765
- "External Clock": "Unknown",
1766
- "Max Speed": "30000 MHz",
1767
- "Current Speed": "2600 MHz",
1768
- "Status": "Populated, Disabled By BIOS",
1769
- "Upgrade": "ZIF Socket",
1770
- "L1 Cache Handle": "0x00AA",
1771
- "L2 Cache Handle": "0x00AB",
1772
- "L3 Cache Handle": "Not Provided",
1773
- "Serial Number": "Not Specified",
1774
- "Asset Tag": "Not Specified",
1775
- "Part Number": "Not Specified"
1776
- },
1777
- {
1778
- "record_id": "0x0030",
1779
- "size": "4",
1780
- "application_identifier": "Processor Information",
1781
- "Socket Designation": "CPU socket #44",
1782
- "Type": "Central Processor",
1783
- "Family": "Unknown",
1784
- "Manufacturer": "GenuineIntel",
1785
- "ID": "A9 06 00 00 FF FB AB 0F",
1786
- "Version": " Intel(R) Core(TM) i7-3720QM CPU @ 2.60GHz",
1787
- "Voltage": "3.3 V",
1788
- "External Clock": "Unknown",
1789
- "Max Speed": "30000 MHz",
1790
- "Current Speed": "2600 MHz",
1791
- "Status": "Populated, Disabled By BIOS",
1792
- "Upgrade": "ZIF Socket",
1793
- "L1 Cache Handle": "0x00AC",
1794
- "L2 Cache Handle": "0x00AD",
1795
- "L3 Cache Handle": "Not Provided",
1796
- "Serial Number": "Not Specified",
1797
- "Asset Tag": "Not Specified",
1798
- "Part Number": "Not Specified"
1799
- },
1800
- {
1801
- "record_id": "0x0031",
1802
- "size": "4",
1803
- "application_identifier": "Processor Information",
1804
- "Socket Designation": "CPU socket #45",
1805
- "Type": "Central Processor",
1806
- "Family": "Unknown",
1807
- "Manufacturer": "GenuineIntel",
1808
- "ID": "A9 06 00 00 FF FB AB 0F",
1809
- "Version": " Intel(R) Core(TM) i7-3720QM CPU @ 2.60GHz",
1810
- "Voltage": "3.3 V",
1811
- "External Clock": "Unknown",
1812
- "Max Speed": "30000 MHz",
1813
- "Current Speed": "2600 MHz",
1814
- "Status": "Populated, Disabled By BIOS",
1815
- "Upgrade": "ZIF Socket",
1816
- "L1 Cache Handle": "0x00AE",
1817
- "L2 Cache Handle": "0x00AF",
1818
- "L3 Cache Handle": "Not Provided",
1819
- "Serial Number": "Not Specified",
1820
- "Asset Tag": "Not Specified",
1821
- "Part Number": "Not Specified"
1822
- },
1823
- {
1824
- "record_id": "0x0032",
1825
- "size": "4",
1826
- "application_identifier": "Processor Information",
1827
- "Socket Designation": "CPU socket #46",
1828
- "Type": "Central Processor",
1829
- "Family": "Unknown",
1830
- "Manufacturer": "GenuineIntel",
1831
- "ID": "A9 06 00 00 FF FB AB 0F",
1832
- "Version": " Intel(R) Core(TM) i7-3720QM CPU @ 2.60GHz",
1833
- "Voltage": "3.3 V",
1834
- "External Clock": "Unknown",
1835
- "Max Speed": "30000 MHz",
1836
- "Current Speed": "2600 MHz",
1837
- "Status": "Populated, Disabled By BIOS",
1838
- "Upgrade": "ZIF Socket",
1839
- "L1 Cache Handle": "0x00B0",
1840
- "L2 Cache Handle": "0x00B1",
1841
- "L3 Cache Handle": "Not Provided",
1842
- "Serial Number": "Not Specified",
1843
- "Asset Tag": "Not Specified",
1844
- "Part Number": "Not Specified"
1845
- },
1846
- {
1847
- "record_id": "0x0033",
1848
- "size": "4",
1849
- "application_identifier": "Processor Information",
1850
- "Socket Designation": "CPU socket #47",
1851
- "Type": "Central Processor",
1852
- "Family": "Unknown",
1853
- "Manufacturer": "GenuineIntel",
1854
- "ID": "A9 06 00 00 FF FB AB 0F",
1855
- "Version": " Intel(R) Core(TM) i7-3720QM CPU @ 2.60GHz",
1856
- "Voltage": "3.3 V",
1857
- "External Clock": "Unknown",
1858
- "Max Speed": "30000 MHz",
1859
- "Current Speed": "2600 MHz",
1860
- "Status": "Populated, Disabled By BIOS",
1861
- "Upgrade": "ZIF Socket",
1862
- "L1 Cache Handle": "0x00B2",
1863
- "L2 Cache Handle": "0x00B3",
1864
- "L3 Cache Handle": "Not Provided",
1865
- "Serial Number": "Not Specified",
1866
- "Asset Tag": "Not Specified",
1867
- "Part Number": "Not Specified"
1868
- },
1869
- {
1870
- "record_id": "0x0034",
1871
- "size": "4",
1872
- "application_identifier": "Processor Information",
1873
- "Socket Designation": "CPU socket #48",
1874
- "Type": "Central Processor",
1875
- "Family": "Unknown",
1876
- "Manufacturer": "GenuineIntel",
1877
- "ID": "A9 06 00 00 FF FB AB 0F",
1878
- "Version": " Intel(R) Core(TM) i7-3720QM CPU @ 2.60GHz",
1879
- "Voltage": "3.3 V",
1880
- "External Clock": "Unknown",
1881
- "Max Speed": "30000 MHz",
1882
- "Current Speed": "2600 MHz",
1883
- "Status": "Populated, Disabled By BIOS",
1884
- "Upgrade": "ZIF Socket",
1885
- "L1 Cache Handle": "0x00B4",
1886
- "L2 Cache Handle": "0x00B5",
1887
- "L3 Cache Handle": "Not Provided",
1888
- "Serial Number": "Not Specified",
1889
- "Asset Tag": "Not Specified",
1890
- "Part Number": "Not Specified"
1891
- },
1892
- {
1893
- "record_id": "0x0035",
1894
- "size": "4",
1895
- "application_identifier": "Processor Information",
1896
- "Socket Designation": "CPU socket #49",
1897
- "Type": "Central Processor",
1898
- "Family": "Unknown",
1899
- "Manufacturer": "GenuineIntel",
1900
- "ID": "A9 06 00 00 FF FB AB 0F",
1901
- "Version": " Intel(R) Core(TM) i7-3720QM CPU @ 2.60GHz",
1902
- "Voltage": "3.3 V",
1903
- "External Clock": "Unknown",
1904
- "Max Speed": "30000 MHz",
1905
- "Current Speed": "2600 MHz",
1906
- "Status": "Populated, Disabled By BIOS",
1907
- "Upgrade": "ZIF Socket",
1908
- "L1 Cache Handle": "0x00B6",
1909
- "L2 Cache Handle": "0x00B7",
1910
- "L3 Cache Handle": "Not Provided",
1911
- "Serial Number": "Not Specified",
1912
- "Asset Tag": "Not Specified",
1913
- "Part Number": "Not Specified"
1914
- },
1915
- {
1916
- "record_id": "0x0036",
1917
- "size": "4",
1918
- "application_identifier": "Processor Information",
1919
- "Socket Designation": "CPU socket #50",
1920
- "Type": "Central Processor",
1921
- "Family": "Unknown",
1922
- "Manufacturer": "GenuineIntel",
1923
- "ID": "A9 06 00 00 FF FB AB 0F",
1924
- "Version": " Intel(R) Core(TM) i7-3720QM CPU @ 2.60GHz",
1925
- "Voltage": "3.3 V",
1926
- "External Clock": "Unknown",
1927
- "Max Speed": "30000 MHz",
1928
- "Current Speed": "2600 MHz",
1929
- "Status": "Populated, Disabled By BIOS",
1930
- "Upgrade": "ZIF Socket",
1931
- "L1 Cache Handle": "0x00B8",
1932
- "L2 Cache Handle": "0x00B9",
1933
- "L3 Cache Handle": "Not Provided",
1934
- "Serial Number": "Not Specified",
1935
- "Asset Tag": "Not Specified",
1936
- "Part Number": "Not Specified"
1937
- },
1938
- {
1939
- "record_id": "0x0037",
1940
- "size": "4",
1941
- "application_identifier": "Processor Information",
1942
- "Socket Designation": "CPU socket #51",
1943
- "Type": "Central Processor",
1944
- "Family": "Unknown",
1945
- "Manufacturer": "GenuineIntel",
1946
- "ID": "A9 06 00 00 FF FB AB 0F",
1947
- "Version": " Intel(R) Core(TM) i7-3720QM CPU @ 2.60GHz",
1948
- "Voltage": "3.3 V",
1949
- "External Clock": "Unknown",
1950
- "Max Speed": "30000 MHz",
1951
- "Current Speed": "2600 MHz",
1952
- "Status": "Populated, Disabled By BIOS",
1953
- "Upgrade": "ZIF Socket",
1954
- "L1 Cache Handle": "0x00BA",
1955
- "L2 Cache Handle": "0x00BB",
1956
- "L3 Cache Handle": "Not Provided",
1957
- "Serial Number": "Not Specified",
1958
- "Asset Tag": "Not Specified",
1959
- "Part Number": "Not Specified"
1960
- },
1961
- {
1962
- "record_id": "0x0038",
1963
- "size": "4",
1964
- "application_identifier": "Processor Information",
1965
- "Socket Designation": "CPU socket #52",
1966
- "Type": "Central Processor",
1967
- "Family": "Unknown",
1968
- "Manufacturer": "GenuineIntel",
1969
- "ID": "A9 06 00 00 FF FB AB 0F",
1970
- "Version": " Intel(R) Core(TM) i7-3720QM CPU @ 2.60GHz",
1971
- "Voltage": "3.3 V",
1972
- "External Clock": "Unknown",
1973
- "Max Speed": "30000 MHz",
1974
- "Current Speed": "2600 MHz",
1975
- "Status": "Populated, Disabled By BIOS",
1976
- "Upgrade": "ZIF Socket",
1977
- "L1 Cache Handle": "0x00BC",
1978
- "L2 Cache Handle": "0x00BD",
1979
- "L3 Cache Handle": "Not Provided",
1980
- "Serial Number": "Not Specified",
1981
- "Asset Tag": "Not Specified",
1982
- "Part Number": "Not Specified"
1983
- },
1984
- {
1985
- "record_id": "0x0039",
1986
- "size": "4",
1987
- "application_identifier": "Processor Information",
1988
- "Socket Designation": "CPU socket #53",
1989
- "Type": "Central Processor",
1990
- "Family": "Unknown",
1991
- "Manufacturer": "GenuineIntel",
1992
- "ID": "A9 06 00 00 FF FB AB 0F",
1993
- "Version": " Intel(R) Core(TM) i7-3720QM CPU @ 2.60GHz",
1994
- "Voltage": "3.3 V",
1995
- "External Clock": "Unknown",
1996
- "Max Speed": "30000 MHz",
1997
- "Current Speed": "2600 MHz",
1998
- "Status": "Populated, Disabled By BIOS",
1999
- "Upgrade": "ZIF Socket",
2000
- "L1 Cache Handle": "0x00BE",
2001
- "L2 Cache Handle": "0x00BF",
2002
- "L3 Cache Handle": "Not Provided",
2003
- "Serial Number": "Not Specified",
2004
- "Asset Tag": "Not Specified",
2005
- "Part Number": "Not Specified"
2006
- },
2007
- {
2008
- "record_id": "0x003A",
2009
- "size": "4",
2010
- "application_identifier": "Processor Information",
2011
- "Socket Designation": "CPU socket #54",
2012
- "Type": "Central Processor",
2013
- "Family": "Unknown",
2014
- "Manufacturer": "GenuineIntel",
2015
- "ID": "A9 06 00 00 FF FB AB 0F",
2016
- "Version": " Intel(R) Core(TM) i7-3720QM CPU @ 2.60GHz",
2017
- "Voltage": "3.3 V",
2018
- "External Clock": "Unknown",
2019
- "Max Speed": "30000 MHz",
2020
- "Current Speed": "2600 MHz",
2021
- "Status": "Populated, Disabled By BIOS",
2022
- "Upgrade": "ZIF Socket",
2023
- "L1 Cache Handle": "0x00C0",
2024
- "L2 Cache Handle": "0x00C1",
2025
- "L3 Cache Handle": "Not Provided",
2026
- "Serial Number": "Not Specified",
2027
- "Asset Tag": "Not Specified",
2028
- "Part Number": "Not Specified"
2029
- },
2030
- {
2031
- "record_id": "0x003B",
2032
- "size": "4",
2033
- "application_identifier": "Processor Information",
2034
- "Socket Designation": "CPU socket #55",
2035
- "Type": "Central Processor",
2036
- "Family": "Unknown",
2037
- "Manufacturer": "GenuineIntel",
2038
- "ID": "A9 06 00 00 FF FB AB 0F",
2039
- "Version": " Intel(R) Core(TM) i7-3720QM CPU @ 2.60GHz",
2040
- "Voltage": "3.3 V",
2041
- "External Clock": "Unknown",
2042
- "Max Speed": "30000 MHz",
2043
- "Current Speed": "2600 MHz",
2044
- "Status": "Populated, Disabled By BIOS",
2045
- "Upgrade": "ZIF Socket",
2046
- "L1 Cache Handle": "0x00C2",
2047
- "L2 Cache Handle": "0x00C3",
2048
- "L3 Cache Handle": "Not Provided",
2049
- "Serial Number": "Not Specified",
2050
- "Asset Tag": "Not Specified",
2051
- "Part Number": "Not Specified"
2052
- },
2053
- {
2054
- "record_id": "0x003C",
2055
- "size": "4",
2056
- "application_identifier": "Processor Information",
2057
- "Socket Designation": "CPU socket #56",
2058
- "Type": "Central Processor",
2059
- "Family": "Unknown",
2060
- "Manufacturer": "GenuineIntel",
2061
- "ID": "A9 06 00 00 FF FB AB 0F",
2062
- "Version": " Intel(R) Core(TM) i7-3720QM CPU @ 2.60GHz",
2063
- "Voltage": "3.3 V",
2064
- "External Clock": "Unknown",
2065
- "Max Speed": "30000 MHz",
2066
- "Current Speed": "2600 MHz",
2067
- "Status": "Populated, Disabled By BIOS",
2068
- "Upgrade": "ZIF Socket",
2069
- "L1 Cache Handle": "0x00C4",
2070
- "L2 Cache Handle": "0x00C5",
2071
- "L3 Cache Handle": "Not Provided",
2072
- "Serial Number": "Not Specified",
2073
- "Asset Tag": "Not Specified",
2074
- "Part Number": "Not Specified"
2075
- },
2076
- {
2077
- "record_id": "0x003D",
2078
- "size": "4",
2079
- "application_identifier": "Processor Information",
2080
- "Socket Designation": "CPU socket #57",
2081
- "Type": "Central Processor",
2082
- "Family": "Unknown",
2083
- "Manufacturer": "GenuineIntel",
2084
- "ID": "A9 06 00 00 FF FB AB 0F",
2085
- "Version": " Intel(R) Core(TM) i7-3720QM CPU @ 2.60GHz",
2086
- "Voltage": "3.3 V",
2087
- "External Clock": "Unknown",
2088
- "Max Speed": "30000 MHz",
2089
- "Current Speed": "2600 MHz",
2090
- "Status": "Populated, Disabled By BIOS",
2091
- "Upgrade": "ZIF Socket",
2092
- "L1 Cache Handle": "0x00C6",
2093
- "L2 Cache Handle": "0x00C7",
2094
- "L3 Cache Handle": "Not Provided",
2095
- "Serial Number": "Not Specified",
2096
- "Asset Tag": "Not Specified",
2097
- "Part Number": "Not Specified"
2098
- },
2099
- {
2100
- "record_id": "0x003E",
2101
- "size": "4",
2102
- "application_identifier": "Processor Information",
2103
- "Socket Designation": "CPU socket #58",
2104
- "Type": "Central Processor",
2105
- "Family": "Unknown",
2106
- "Manufacturer": "GenuineIntel",
2107
- "ID": "A9 06 00 00 FF FB AB 0F",
2108
- "Version": " Intel(R) Core(TM) i7-3720QM CPU @ 2.60GHz",
2109
- "Voltage": "3.3 V",
2110
- "External Clock": "Unknown",
2111
- "Max Speed": "30000 MHz",
2112
- "Current Speed": "2600 MHz",
2113
- "Status": "Populated, Disabled By BIOS",
2114
- "Upgrade": "ZIF Socket",
2115
- "L1 Cache Handle": "0x00C8",
2116
- "L2 Cache Handle": "0x00C9",
2117
- "L3 Cache Handle": "Not Provided",
2118
- "Serial Number": "Not Specified",
2119
- "Asset Tag": "Not Specified",
2120
- "Part Number": "Not Specified"
2121
- },
2122
- {
2123
- "record_id": "0x003F",
2124
- "size": "4",
2125
- "application_identifier": "Processor Information",
2126
- "Socket Designation": "CPU socket #59",
2127
- "Type": "Central Processor",
2128
- "Family": "Unknown",
2129
- "Manufacturer": "GenuineIntel",
2130
- "ID": "A9 06 00 00 FF FB AB 0F",
2131
- "Version": " Intel(R) Core(TM) i7-3720QM CPU @ 2.60GHz",
2132
- "Voltage": "3.3 V",
2133
- "External Clock": "Unknown",
2134
- "Max Speed": "30000 MHz",
2135
- "Current Speed": "2600 MHz",
2136
- "Status": "Populated, Disabled By BIOS",
2137
- "Upgrade": "ZIF Socket",
2138
- "L1 Cache Handle": "0x00CA",
2139
- "L2 Cache Handle": "0x00CB",
2140
- "L3 Cache Handle": "Not Provided",
2141
- "Serial Number": "Not Specified",
2142
- "Asset Tag": "Not Specified",
2143
- "Part Number": "Not Specified"
2144
- },
2145
- {
2146
- "record_id": "0x0040",
2147
- "size": "4",
2148
- "application_identifier": "Processor Information",
2149
- "Socket Designation": "CPU socket #60",
2150
- "Type": "Central Processor",
2151
- "Family": "Unknown",
2152
- "Manufacturer": "GenuineIntel",
2153
- "ID": "A9 06 00 00 FF FB AB 0F",
2154
- "Version": " Intel(R) Core(TM) i7-3720QM CPU @ 2.60GHz",
2155
- "Voltage": "3.3 V",
2156
- "External Clock": "Unknown",
2157
- "Max Speed": "30000 MHz",
2158
- "Current Speed": "2600 MHz",
2159
- "Status": "Populated, Disabled By BIOS",
2160
- "Upgrade": "ZIF Socket",
2161
- "L1 Cache Handle": "0x00CC",
2162
- "L2 Cache Handle": "0x00CD",
2163
- "L3 Cache Handle": "Not Provided",
2164
- "Serial Number": "Not Specified",
2165
- "Asset Tag": "Not Specified",
2166
- "Part Number": "Not Specified"
2167
- },
2168
- {
2169
- "record_id": "0x0041",
2170
- "size": "4",
2171
- "application_identifier": "Processor Information",
2172
- "Socket Designation": "CPU socket #61",
2173
- "Type": "Central Processor",
2174
- "Family": "Unknown",
2175
- "Manufacturer": "GenuineIntel",
2176
- "ID": "A9 06 00 00 FF FB AB 0F",
2177
- "Version": " Intel(R) Core(TM) i7-3720QM CPU @ 2.60GHz",
2178
- "Voltage": "3.3 V",
2179
- "External Clock": "Unknown",
2180
- "Max Speed": "30000 MHz",
2181
- "Current Speed": "2600 MHz",
2182
- "Status": "Populated, Disabled By BIOS",
2183
- "Upgrade": "ZIF Socket",
2184
- "L1 Cache Handle": "0x00CE",
2185
- "L2 Cache Handle": "0x00CF",
2186
- "L3 Cache Handle": "Not Provided",
2187
- "Serial Number": "Not Specified",
2188
- "Asset Tag": "Not Specified",
2189
- "Part Number": "Not Specified"
2190
- },
2191
- {
2192
- "record_id": "0x0042",
2193
- "size": "4",
2194
- "application_identifier": "Processor Information",
2195
- "Socket Designation": "CPU socket #62",
2196
- "Type": "Central Processor",
2197
- "Family": "Unknown",
2198
- "Manufacturer": "GenuineIntel",
2199
- "ID": "A9 06 00 00 FF FB AB 0F",
2200
- "Version": " Intel(R) Core(TM) i7-3720QM CPU @ 2.60GHz",
2201
- "Voltage": "3.3 V",
2202
- "External Clock": "Unknown",
2203
- "Max Speed": "30000 MHz",
2204
- "Current Speed": "2600 MHz",
2205
- "Status": "Populated, Disabled By BIOS",
2206
- "Upgrade": "ZIF Socket",
2207
- "L1 Cache Handle": "0x00D0",
2208
- "L2 Cache Handle": "0x00D1",
2209
- "L3 Cache Handle": "Not Provided",
2210
- "Serial Number": "Not Specified",
2211
- "Asset Tag": "Not Specified",
2212
- "Part Number": "Not Specified"
2213
- },
2214
- {
2215
- "record_id": "0x0043",
2216
- "size": "4",
2217
- "application_identifier": "Memory Controller Information",
2218
- "Socket Designation": "CPU socket #63",
2219
- "Type": "Central Processor",
2220
- "Family": "Unknown",
2221
- "Manufacturer": "GenuineIntel",
2222
- "ID": "A9 06 00 00 FF FB AB 0F",
2223
- "Version": " Intel(R) Core(TM) i7-3720QM CPU @ 2.60GHz",
2224
- "Voltage": "3.3 V",
2225
- "External Clock": "Unknown",
2226
- "Max Speed": "30000 MHz",
2227
- "Current Speed": "2600 MHz",
2228
- "Status": "Populated, Disabled By BIOS",
2229
- "Upgrade": "ZIF Socket",
2230
- "L1 Cache Handle": "0x00D2",
2231
- "L2 Cache Handle": "0x00D3",
2232
- "L3 Cache Handle": "Not Provided",
2233
- "Serial Number": "Not Specified",
2234
- "Asset Tag": "Not Specified",
2235
- "Part Number": "Not Specified",
2236
- "Error Detecting Method": "None",
2237
- "Error Correcting Capabilities": {
2238
- "None": null
2239
- },
2240
- "Supported Interleave": "One-way Interleave",
2241
- "Current Interleave": "One-way Interleave",
2242
- "Maximum Memory Module Size": "32768 MB",
2243
- "Maximum Total Memory Size": "491520 MB",
2244
- "Supported Speeds": {
2245
- "70 ns": null,
2246
- "60 ns": null
2247
- },
2248
- "Supported Memory Types": {
2249
- "FPM": null,
2250
- "EDO": null,
2251
- "DIMM": null,
2252
- "SDRAM": null
2253
- },
2254
- "Memory Module Voltage": "3.3 V",
2255
- "Associated Memory Slots": {
2256
- "0x0045": null,
2257
- "0x0046": null,
2258
- "0x0047": null,
2259
- "0x0048": null,
2260
- "0x0049": null,
2261
- "0x004A": null,
2262
- "0x004B": null,
2263
- "0x004C": null,
2264
- "0x004D": null,
2265
- "0x004E": null,
2266
- "0x004F": null,
2267
- "0x0050": null,
2268
- "0x0051": null,
2269
- "0x0052": null,
2270
- "0x0053": null
2271
- },
2272
- "Enabled Error Correcting Capabilities": {
2273
- "None": null
2274
- }
2275
- }
2276
- ],
2277
- "type": "Central Processor",
2278
- "family": "Unknown",
2279
- "manufacturer": "GenuineIntel",
2280
- "version": " Intel(R) Core(TM) i7-3720QM CPU @ 2.60GHz",
2281
- "voltage": "3.3 V",
2282
- "external_clock": "Unknown",
2283
- "max_speed": "30000 MHz",
2284
- "current_speed": "2600 MHz",
2285
- "upgrade": "ZIF Socket",
2286
- "l3_cache_handle": "Not Provided",
2287
- "serial_number": "Not Specified",
2288
- "asset_tag": "Not Specified",
2289
- "part_number": "Not Specified",
2290
- "error_detecting_method": "None",
2291
- "supported_interleave": "One-way Interleave",
2292
- "current_interleave": "One-way Interleave",
2293
- "maximum_memory_module_size": "32768 MB",
2294
- "maximum_total_memory_size": "491520 MB",
2295
- "memory_module_voltage": "3.3 V"
2296
- },
2297
- "memory_module": {
2298
- "all_records": [
2299
- {
2300
- "record_id": "0x0045",
2301
- "size": "6",
2302
- "application_identifier": "Memory Module Information",
2303
- "Socket Designation": "RAM socket #0",
2304
- "Bank Connections": "None",
2305
- "Current Speed": "Unknown",
2306
- "Type": "EDO DIMM",
2307
- "Installed Size": "1024 MB (Single-bank Connection)",
2308
- "Enabled Size": "1024 MB (Single-bank Connection)",
2309
- "Error Status": "OK"
2310
- },
2311
- {
2312
- "record_id": "0x0046",
2313
- "size": "6",
2314
- "application_identifier": "Memory Module Information",
2315
- "Socket Designation": "RAM socket #1",
2316
- "Bank Connections": "None",
2317
- "Current Speed": "Unknown",
2318
- "Type": "DIMM",
2319
- "Installed Size": "Not Installed",
2320
- "Enabled Size": "Not Installed",
2321
- "Error Status": "OK"
2322
- },
2323
- {
2324
- "record_id": "0x0047",
2325
- "size": "6",
2326
- "application_identifier": "Memory Module Information",
2327
- "Socket Designation": "RAM socket #2",
2328
- "Bank Connections": "None",
2329
- "Current Speed": "Unknown",
2330
- "Type": "DIMM",
2331
- "Installed Size": "Not Installed",
2332
- "Enabled Size": "Not Installed",
2333
- "Error Status": "OK"
2334
- },
2335
- {
2336
- "record_id": "0x0048",
2337
- "size": "6",
2338
- "application_identifier": "Memory Module Information",
2339
- "Socket Designation": "RAM socket #3",
2340
- "Bank Connections": "None",
2341
- "Current Speed": "Unknown",
2342
- "Type": "DIMM",
2343
- "Installed Size": "Not Installed",
2344
- "Enabled Size": "Not Installed",
2345
- "Error Status": "OK"
2346
- },
2347
- {
2348
- "record_id": "0x0049",
2349
- "size": "6",
2350
- "application_identifier": "Memory Module Information",
2351
- "Socket Designation": "RAM socket #4",
2352
- "Bank Connections": "None",
2353
- "Current Speed": "Unknown",
2354
- "Type": "DIMM",
2355
- "Installed Size": "Not Installed",
2356
- "Enabled Size": "Not Installed",
2357
- "Error Status": "OK"
2358
- },
2359
- {
2360
- "record_id": "0x004A",
2361
- "size": "6",
2362
- "application_identifier": "Memory Module Information",
2363
- "Socket Designation": "RAM socket #5",
2364
- "Bank Connections": "None",
2365
- "Current Speed": "Unknown",
2366
- "Type": "DIMM",
2367
- "Installed Size": "Not Installed",
2368
- "Enabled Size": "Not Installed",
2369
- "Error Status": "OK"
2370
- },
2371
- {
2372
- "record_id": "0x004B",
2373
- "size": "6",
2374
- "application_identifier": "Memory Module Information",
2375
- "Socket Designation": "RAM socket #6",
2376
- "Bank Connections": "None",
2377
- "Current Speed": "Unknown",
2378
- "Type": "DIMM",
2379
- "Installed Size": "Not Installed",
2380
- "Enabled Size": "Not Installed",
2381
- "Error Status": "OK"
2382
- },
2383
- {
2384
- "record_id": "0x004C",
2385
- "size": "6",
2386
- "application_identifier": "Memory Module Information",
2387
- "Socket Designation": "RAM socket #7",
2388
- "Bank Connections": "None",
2389
- "Current Speed": "Unknown",
2390
- "Type": "DIMM",
2391
- "Installed Size": "Not Installed",
2392
- "Enabled Size": "Not Installed",
2393
- "Error Status": "OK"
2394
- },
2395
- {
2396
- "record_id": "0x004D",
2397
- "size": "6",
2398
- "application_identifier": "Memory Module Information",
2399
- "Socket Designation": "RAM socket #8",
2400
- "Bank Connections": "None",
2401
- "Current Speed": "Unknown",
2402
- "Type": "DIMM",
2403
- "Installed Size": "Not Installed",
2404
- "Enabled Size": "Not Installed",
2405
- "Error Status": "OK"
2406
- },
2407
- {
2408
- "record_id": "0x004E",
2409
- "size": "6",
2410
- "application_identifier": "Memory Module Information",
2411
- "Socket Designation": "RAM socket #9",
2412
- "Bank Connections": "None",
2413
- "Current Speed": "Unknown",
2414
- "Type": "DIMM",
2415
- "Installed Size": "Not Installed",
2416
- "Enabled Size": "Not Installed",
2417
- "Error Status": "OK"
2418
- },
2419
- {
2420
- "record_id": "0x004F",
2421
- "size": "6",
2422
- "application_identifier": "Memory Module Information",
2423
- "Socket Designation": "RAM socket #10",
2424
- "Bank Connections": "None",
2425
- "Current Speed": "Unknown",
2426
- "Type": "DIMM",
2427
- "Installed Size": "Not Installed",
2428
- "Enabled Size": "Not Installed",
2429
- "Error Status": "OK"
2430
- },
2431
- {
2432
- "record_id": "0x0050",
2433
- "size": "6",
2434
- "application_identifier": "Memory Module Information",
2435
- "Socket Designation": "RAM socket #11",
2436
- "Bank Connections": "None",
2437
- "Current Speed": "Unknown",
2438
- "Type": "DIMM",
2439
- "Installed Size": "Not Installed",
2440
- "Enabled Size": "Not Installed",
2441
- "Error Status": "OK"
2442
- },
2443
- {
2444
- "record_id": "0x0051",
2445
- "size": "6",
2446
- "application_identifier": "Memory Module Information",
2447
- "Socket Designation": "RAM socket #12",
2448
- "Bank Connections": "None",
2449
- "Current Speed": "Unknown",
2450
- "Type": "DIMM",
2451
- "Installed Size": "Not Installed",
2452
- "Enabled Size": "Not Installed",
2453
- "Error Status": "OK"
2454
- },
2455
- {
2456
- "record_id": "0x0052",
2457
- "size": "6",
2458
- "application_identifier": "Memory Module Information",
2459
- "Socket Designation": "RAM socket #13",
2460
- "Bank Connections": "None",
2461
- "Current Speed": "Unknown",
2462
- "Type": "DIMM",
2463
- "Installed Size": "Not Installed",
2464
- "Enabled Size": "Not Installed",
2465
- "Error Status": "OK"
2466
- },
2467
- {
2468
- "record_id": "0x0053",
2469
- "size": "6",
2470
- "application_identifier": "On Board Device ",
2471
- "Socket Designation": "L2 Cache",
2472
- "Bank Connections": "None",
2473
- "Current Speed": "Unknown",
2474
- "Type": "Sound",
2475
- "Installed Size": "0 kB",
2476
- "Enabled Size": "Not Installed",
2477
- "Error Status": "OK",
2478
- "Configuration": "Enabled, Socketed, Level 2",
2479
- "Operational Mode": "Write Back",
2480
- "Location": "External",
2481
- "Maximum Size": "24576 kB",
2482
- "Supported SRAM Types": {
2483
- "Burst": null,
2484
- "Pipeline Burst": null,
2485
- "Asynchronous": null
2486
- },
2487
- "Installed SRAM Type": "Burst",
2488
- "Speed": "Unknown",
2489
- "Error Correction Type": "Unknown",
2490
- "System Type": "Unknown",
2491
- "Associativity": "Unknown",
2492
- "Internal Reference Designator": "J12",
2493
- "Internal Connector Type": "None",
2494
- "External Reference Designator": "PS/2 Mouse",
2495
- "External Connector Type": "Circular DIN-8 male",
2496
- "Port Type": "Keyboard Port",
2497
- "Designation": "PCI Slot J14",
2498
- "Current Usage": "Available",
2499
- "Length": "Long",
2500
- "Characteristics": {
2501
- "5.0 V is provided": null,
2502
- "3.3 V is provided": null
2503
- },
2504
- "ID": "4",
2505
- "Status": "Disabled",
2506
- "Description": "ES1371"
2507
- }
2508
- ],
2509
- "bank_connections": "None",
2510
- "current_speed": "Unknown",
2511
- "error_status": "OK",
2512
- "configuration": "Enabled, Socketed, Level 2",
2513
- "operational_mode": "Write Back",
2514
- "location": "External",
2515
- "maximum_size": "24576 kB",
2516
- "installed_sram_type": "Burst",
2517
- "speed": "Unknown",
2518
- "error_correction_type": "Unknown",
2519
- "system_type": "Unknown",
2520
- "associativity": "Unknown",
2521
- "internal_reference_designator": "J12",
2522
- "internal_connector_type": "None",
2523
- "external_reference_designator": "PS/2 Mouse",
2524
- "external_connector_type": "Circular DIN-8 male",
2525
- "port_type": "Keyboard Port",
2526
- "designation": "PCI Slot J14",
2527
- "current_usage": "Available",
2528
- "length": "Long",
2529
- "id": "4",
2530
- "status": "Disabled",
2531
- "description": "ES1371"
671
+ "security_status": "None"
2532
672
  },
2533
673
  "oem_strings": {
2534
674
  "all_records": [
2535
675
  {
2536
- "record_id": "0x00E0",
676
+ "record_id": "0x0002",
2537
677
  "size": "11",
2538
- "application_identifier": "End Of Table",
2539
- "String 1": "[MS_VM_CERT/SHA1/27d66596a61c48dd3dc7216fd715126e33f59ae7]",
2540
- "String 2": "Welcome to the Virtual Machine",
2541
- "Area Length": "16 bytes",
2542
- "Header Start Offset": "0x0000",
2543
- "Header Length": "16 bytes",
2544
- "Data Start Offset": "0x0010",
2545
- "Access Method": "General-purpose non-volatile data functions",
2546
- "Access Address": "0x0000",
2547
- "Status": "No errors detected",
2548
- "Change Token": "0x00000036",
2549
- "Header Format": "Type 1",
2550
- "Supported Log Type Descriptors": "3",
2551
- "Descriptor 1": "POST error",
2552
- "Data Format 1": "POST results bitmap",
2553
- "Descriptor 2": "Single-bit ECC memory error",
2554
- "Data Format 2": "Multiple-event",
2555
- "Descriptor 3": "Multi-bit ECC memory error",
2556
- "Data Format 3": "Multiple-event",
2557
- "Location": "System Board Or Motherboard",
2558
- "Use": "System Memory",
2559
- "Error Correction Type": "None",
2560
- "Maximum Capacity": "1 TB",
2561
- "Error Information Handle": "No Error",
2562
- "Number Of Devices": "64",
2563
- "Array Handle": "0x00E2",
2564
- "Total Width": "Unknown",
2565
- "Data Width": "Unknown",
2566
- "Size": "No Module Installed",
2567
- "Form Factor": "DIMM",
2568
- "Set": "None",
2569
- "Locator": "RAM slot #63",
2570
- "Bank Locator": "RAM slot #63",
2571
- "Type": "OK",
2572
- "Type Detail": "Unknown",
2573
- "Speed": "Unknown",
2574
- "Manufacturer": "Not Specified",
2575
- "Serial Number": "Not Specified",
2576
- "Asset Tag": "Not Specified",
2577
- "Part Number": "Not Specified",
2578
- "Granularity": "Unknown",
2579
- "Operation": "Unknown",
2580
- "Vendor Syndrome": "Unknown",
2581
- "Memory Array Address": "Unknown",
2582
- "Device Address": "Unknown",
2583
- "Resolution": "Unknown",
2584
- "Starting Address": "0x0003FFFFC00",
2585
- "Ending Address": "0x0003FFFFFFF",
2586
- "Range Size": "1 kB",
2587
- "Physical Array Handle": "0x00E2",
2588
- "Partition Width": "64",
2589
- "Physical Device Handle": "0x0122",
2590
- "Memory Array Mapped Address Handle": "0x0124",
2591
- "Partition Row Position": "Unknown",
2592
- "Interleave Position": "Unknown",
2593
- "Interleaved Data Depth": "Unknown",
2594
- "Watchdog Timer": "Present",
2595
- "Boot Option": "Do Not Reboot",
2596
- "Boot Option On Limit": "Do Not Reboot",
2597
- "Reset Count": "Unknown",
2598
- "Reset Limit": "Unknown",
2599
- "Timer Interval": "Unknown",
2600
- "Timeout": "Unknown",
2601
- "Power-On Password Status": "Disabled",
2602
- "Keyboard Password Status": "Unknown",
2603
- "Administrator Password Status": "Enabled",
2604
- "Front Panel Reset Status": "Unknown",
2605
- "Manufacturer Name": "Intel",
2606
- "Inbound Connection": "Enabled",
2607
- "Outbound Connection": "Disabled"
678
+ "application_identifier": "OEM Strings",
679
+ "String 1": "vboxVer_5.0.6",
680
+ "String 2": "vboxRev_103037"
2608
681
  }
2609
682
  ],
2610
- "string_1": "[MS_VM_CERT/SHA1/27d66596a61c48dd3dc7216fd715126e33f59ae7]",
2611
- "string_2": "Welcome to the Virtual Machine",
2612
- "area_length": "16 bytes",
2613
- "header_start_offset": "0x0000",
2614
- "header_length": "16 bytes",
2615
- "data_start_offset": "0x0010",
2616
- "access_method": "General-purpose non-volatile data functions",
2617
- "access_address": "0x0000",
2618
- "status": "No errors detected",
2619
- "change_token": "0x00000036",
2620
- "header_format": "Type 1",
2621
- "supported_log_type_descriptors": "3",
2622
- "descriptor_1": "POST error",
2623
- "data_format_1": "POST results bitmap",
2624
- "descriptor_2": "Single-bit ECC memory error",
2625
- "data_format_2": "Multiple-event",
2626
- "descriptor_3": "Multi-bit ECC memory error",
2627
- "data_format_3": "Multiple-event",
2628
- "location": "System Board Or Motherboard",
2629
- "use": "System Memory",
2630
- "error_correction_type": "None",
2631
- "maximum_capacity": "1 TB",
2632
- "error_information_handle": "No Error",
2633
- "number_of_devices": "64",
2634
- "array_handle": "0x00E2",
2635
- "total_width": "Unknown",
2636
- "data_width": "Unknown",
2637
- "size": "No Module Installed",
2638
- "form_factor": "DIMM",
2639
- "set": "None",
2640
- "locator": "RAM slot #63",
2641
- "bank_locator": "RAM slot #63",
2642
- "type": "OK",
2643
- "type_detail": "Unknown",
2644
- "speed": "Unknown",
2645
- "manufacturer": "Not Specified",
2646
- "serial_number": "Not Specified",
2647
- "asset_tag": "Not Specified",
2648
- "part_number": "Not Specified",
2649
- "granularity": "Unknown",
2650
- "operation": "Unknown",
2651
- "vendor_syndrome": "Unknown",
2652
- "memory_array_address": "Unknown",
2653
- "device_address": "Unknown",
2654
- "resolution": "Unknown",
2655
- "starting_address": "0x0003FFFFC00",
2656
- "ending_address": "0x0003FFFFFFF",
2657
- "range_size": "1 kB",
2658
- "physical_array_handle": "0x00E2",
2659
- "partition_width": "64",
2660
- "physical_device_handle": "0x0122",
2661
- "memory_array_mapped_address_handle": "0x0124",
2662
- "partition_row_position": "Unknown",
2663
- "interleave_position": "Unknown",
2664
- "interleaved_data_depth": "Unknown",
2665
- "watchdog_timer": "Present",
2666
- "boot_option": "Do Not Reboot",
2667
- "boot_option_on_limit": "Do Not Reboot",
2668
- "reset_count": "Unknown",
2669
- "reset_limit": "Unknown",
2670
- "timer_interval": "Unknown",
2671
- "timeout": "Unknown",
2672
- "power_on_password_status": "Disabled",
2673
- "keyboard_password_status": "Unknown",
2674
- "administrator_password_status": "Enabled",
2675
- "front_panel_reset_status": "Unknown",
2676
- "manufacturer_name": "Intel",
2677
- "inbound_connection": "Enabled",
2678
- "outbound_connection": "Disabled"
683
+ "string_1": "vboxVer_5.0.6",
684
+ "string_2": "vboxRev_103037"
2679
685
  }
2680
686
  },
2681
- "ohai_time": 1404769587.8016243,
687
+ "ohai_time": 1445971407.2753844,
2682
688
  "languages": {
2683
689
  "ruby": {
2684
690
  "bin_dir": "/usr/local/bin",
2685
691
  "gem_bin": "/usr/local/bin/gem",
2686
692
  "gems_dir": "/usr/local/gems",
2687
693
  "ruby_bin": "/usr/local/bin/ruby"
2688
- }
694
+ },
695
+ "powershell": null
2689
696
  },
2690
697
  "chef_packages": {
2691
698
  "chef": {
2692
- "version": "11.12.8",
2693
- "chef_root": "/usr/local/gems/chef-11.12.8/lib"
699
+ "version": "12.5.1",
700
+ "chef_root": "/usr/local/gems/chef-12.5.1/lib"
2694
701
  },
2695
702
  "ohai": {
2696
- "version": "7.0.4",
2697
- "ohai_root": "/usr/local/gems/ohai-7.0.4/lib/ohai"
703
+ "version": "8.7.0",
704
+ "ohai_root": "/usr/local/gems/ohai-8.7.0/lib/ohai"
2698
705
  }
2699
706
  },
2700
707
  "counters": {
@@ -2802,6 +809,6 @@
2802
809
  "total": 1
2803
810
  },
2804
811
  "memory": {
2805
- "total": "524288kB"
812
+ "total": "1024MB"
2806
813
  }
2807
814
  }