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
@@ -6,6 +6,82 @@
6
6
  "machine": "x86_64",
7
7
  "os": "GNU/Linux",
8
8
  "modules": {
9
+ "autofs4": {
10
+ "size": "62409",
11
+ "refcount": "3"
12
+ },
13
+ "hidp": {
14
+ "size": "83521",
15
+ "refcount": "2"
16
+ },
17
+ "rfcomm": {
18
+ "size": "104681",
19
+ "refcount": "0"
20
+ },
21
+ "l2cap": {
22
+ "size": "89537",
23
+ "refcount": "10"
24
+ },
25
+ "bluetooth": {
26
+ "size": "118725",
27
+ "refcount": "5"
28
+ },
29
+ "lockd": {
30
+ "size": "101425",
31
+ "refcount": "0"
32
+ },
33
+ "sunrpc": {
34
+ "size": "203273",
35
+ "refcount": "2"
36
+ },
37
+ "ip_conntrack_netbios_ns": {
38
+ "size": "36033",
39
+ "refcount": "0"
40
+ },
41
+ "ipt_REJECT": {
42
+ "size": "38849",
43
+ "refcount": "1"
44
+ },
45
+ "xt_state": {
46
+ "size": "35265",
47
+ "refcount": "2"
48
+ },
49
+ "ip_conntrack": {
50
+ "size": "92005",
51
+ "refcount": "2"
52
+ },
53
+ "nfnetlink": {
54
+ "size": "40456",
55
+ "refcount": "1"
56
+ },
57
+ "iptable_filter": {
58
+ "size": "36161",
59
+ "refcount": "1"
60
+ },
61
+ "ip_tables": {
62
+ "size": "55457",
63
+ "refcount": "1"
64
+ },
65
+ "ip6t_REJECT": {
66
+ "size": "38721",
67
+ "refcount": "1"
68
+ },
69
+ "xt_tcpudp": {
70
+ "size": "36289",
71
+ "refcount": "10"
72
+ },
73
+ "ip6table_filter": {
74
+ "size": "36033",
75
+ "refcount": "1"
76
+ },
77
+ "ip6_tables": {
78
+ "size": "50177",
79
+ "refcount": "1"
80
+ },
81
+ "x_tables": {
82
+ "size": "50505",
83
+ "refcount": "6"
84
+ },
9
85
  "be2iscsi": {
10
86
  "size": "95837",
11
87
  "refcount": "0"
@@ -56,7 +132,7 @@
56
132
  },
57
133
  "ipv6": {
58
134
  "size": "438241",
59
- "refcount": "13"
135
+ "refcount": "18"
60
136
  },
61
137
  "xfrm_nalgo": {
62
138
  "size": "43333",
@@ -102,26 +178,6 @@
102
178
  "size": "35017",
103
179
  "refcount": "1"
104
180
  },
105
- "vmblock": {
106
- "size": "50368",
107
- "refcount": "3"
108
- },
109
- "vmhgfs": {
110
- "size": "91232",
111
- "refcount": "1"
112
- },
113
- "vsock": {
114
- "size": "123616",
115
- "refcount": "0"
116
- },
117
- "vmmemctl": {
118
- "size": "49424",
119
- "refcount": "0"
120
- },
121
- "acpiphp": {
122
- "size": "58841",
123
- "refcount": "0"
124
- },
125
181
  "dm_multipath": {
126
182
  "size": "58969",
127
183
  "refcount": "0"
@@ -182,18 +238,66 @@
182
238
  "size": "38729",
183
239
  "refcount": "0"
184
240
  },
241
+ "parport_pc": {
242
+ "size": "62953",
243
+ "refcount": "0"
244
+ },
185
245
  "lp": {
186
246
  "size": "47121",
187
247
  "refcount": "0"
188
248
  },
189
- "floppy": {
190
- "size": "95465",
249
+ "parport": {
250
+ "size": "73165",
251
+ "refcount": "2"
252
+ },
253
+ "snd_intel8x0": {
254
+ "size": "69481",
191
255
  "refcount": "0"
192
256
  },
257
+ "snd_ac97_codec": {
258
+ "size": "143257",
259
+ "refcount": "1"
260
+ },
261
+ "ac97_bus": {
262
+ "size": "35649",
263
+ "refcount": "1"
264
+ },
265
+ "snd_seq_dummy": {
266
+ "size": "37061",
267
+ "refcount": "0"
268
+ },
269
+ "snd_seq_oss": {
270
+ "size": "65473",
271
+ "refcount": "0"
272
+ },
273
+ "snd_seq_midi_event": {
274
+ "size": "41025",
275
+ "refcount": "1"
276
+ },
277
+ "snd_seq": {
278
+ "size": "87777",
279
+ "refcount": "5"
280
+ },
193
281
  "sg": {
194
282
  "size": "71033",
195
283
  "refcount": "0"
196
284
  },
285
+ "snd_seq_device": {
286
+ "size": "41557",
287
+ "refcount": "3"
288
+ },
289
+ "snd_pcm_oss": {
290
+ "size": "77377",
291
+ "refcount": "0"
292
+ },
293
+ "snd_mixer_oss": {
294
+ "size": "49985",
295
+ "refcount": "1"
296
+ },
297
+ "snd_pcm": {
298
+ "size": "117065",
299
+ "refcount": "3"
300
+ },
197
301
  "i2c_piix4": {
198
302
  "size": "43725",
199
303
  "refcount": "0"
@@ -202,34 +306,18 @@
202
306
  "size": "57537",
203
307
  "refcount": "2"
204
308
  },
205
- "vmci": {
206
- "size": "117792",
309
+ "snd_timer": {
310
+ "size": "57161",
207
311
  "refcount": "2"
208
312
  },
209
- "pcspkr": {
210
- "size": "36289",
211
- "refcount": "0"
212
- },
213
- "shpchp": {
214
- "size": "70893",
215
- "refcount": "0"
216
- },
217
- "serio_raw": {
218
- "size": "40517",
219
- "refcount": "0"
220
- },
221
- "e1000": {
222
- "size": "162793",
223
- "refcount": "0"
313
+ "snd": {
314
+ "size": "102633",
315
+ "refcount": "9"
224
316
  },
225
- "parport_pc": {
226
- "size": "62953",
317
+ "soundcore": {
318
+ "size": "41825",
227
319
  "refcount": "1"
228
320
  },
229
- "parport": {
230
- "size": "73165",
231
- "refcount": "2"
232
- },
233
321
  "tpm_tis": {
234
322
  "size": "48077",
235
323
  "refcount": "0"
@@ -242,26 +330,30 @@
242
330
  "size": "50273",
243
331
  "refcount": "1"
244
332
  },
333
+ "snd_page_alloc": {
334
+ "size": "44113",
335
+ "refcount": "2"
336
+ },
337
+ "serio_raw": {
338
+ "size": "40517",
339
+ "refcount": "0"
340
+ },
341
+ "e1000": {
342
+ "size": "162793",
343
+ "refcount": "0"
344
+ },
245
345
  "tpm_bios": {
246
346
  "size": "40897",
247
347
  "refcount": "1"
248
348
  },
349
+ "pcspkr": {
350
+ "size": "36289",
351
+ "refcount": "0"
352
+ },
249
353
  "cdrom": {
250
354
  "size": "68841",
251
355
  "refcount": "1"
252
356
  },
253
- "vmxnet": {
254
- "size": "55556",
255
- "refcount": "0"
256
- },
257
- "pvscsi": {
258
- "size": "53768",
259
- "refcount": "0"
260
- },
261
- "vmxnet3": {
262
- "size": "88800",
263
- "refcount": "0"
264
- },
265
357
  "dm_raid45": {
266
358
  "size": "99785",
267
359
  "refcount": "0"
@@ -302,33 +394,21 @@
302
394
  "size": "57285",
303
395
  "refcount": "0"
304
396
  },
305
- "libata": {
306
- "size": "210769",
307
- "refcount": "1"
308
- },
309
- "mptspi": {
310
- "size": "54865",
397
+ "ahci": {
398
+ "size": "74317",
311
399
  "refcount": "2"
312
400
  },
313
- "mptscsih": {
314
- "size": "71361",
315
- "refcount": "1"
316
- },
317
- "mptbase": {
318
- "size": "125125",
401
+ "libata": {
402
+ "size": "210769",
319
403
  "refcount": "2"
320
404
  },
321
- "scsi_transport_spi": {
322
- "size": "59841",
323
- "refcount": "1"
324
- },
325
405
  "sd_mod": {
326
406
  "size": "56513",
327
407
  "refcount": "3"
328
408
  },
329
409
  "scsi_mod": {
330
410
  "size": "199641",
331
- "refcount": "15"
411
+ "refcount": "11"
332
412
  },
333
413
  "ext3": {
334
414
  "size": "170065",
@@ -355,42 +435,58 @@
355
435
  "os": "linux",
356
436
  "os_version": "2.6.18-371.el5",
357
437
  "lsb": {
438
+ "id": "CentOS",
439
+ "description": "CentOS release 5.10 (Final)",
440
+ "release": "5.10",
441
+ "codename": "Final"
358
442
  },
359
443
  "platform": "centos",
360
444
  "platform_version": "5.10",
361
445
  "platform_family": "rhel",
362
446
  "filesystem": {
363
447
  "/dev/mapper/VolGroup00-LogVol00": {
364
- "kb_size": "9078104",
365
- "kb_used": "1623796",
366
- "kb_available": "6985728",
367
- "percent_used": "19%",
448
+ "kb_size": "5999168",
449
+ "kb_used": "1703704",
450
+ "kb_available": "3985808",
451
+ "percent_used": "30%",
368
452
  "mount": "/",
453
+ "total_inodes": "1548288",
454
+ "inodes_used": "67022",
455
+ "inodes_available": "1481266",
456
+ "inodes_percent_used": "5%",
369
457
  "fs_type": "ext3",
370
458
  "mount_options": [
371
459
  "rw"
372
460
  ],
373
- "uuid": "ff9bf522-a305-43b8-8d0f-3d8faee674c7"
461
+ "uuid": "48864a66-caf9-4c33-a2ae-82004fd76c85"
374
462
  },
375
463
  "/dev/sda1": {
376
464
  "kb_size": "101086",
377
- "kb_used": "13095",
378
- "kb_available": "82772",
465
+ "kb_used": "12986",
466
+ "kb_available": "82881",
379
467
  "percent_used": "14%",
380
468
  "mount": "/boot",
469
+ "total_inodes": "26104",
470
+ "inodes_used": "35",
471
+ "inodes_available": "26069",
472
+ "inodes_percent_used": "1%",
381
473
  "fs_type": "ext3",
382
474
  "mount_options": [
383
475
  "rw"
384
476
  ],
385
- "uuid": "acc9e400-d246-48cb-8cc4-8e2ed9eb206e",
477
+ "uuid": "88319448-b793-4a41-9921-ca669c2815de",
386
478
  "label": "/boot"
387
479
  },
388
480
  "tmpfs": {
389
- "kb_size": "238480",
481
+ "kb_size": "513032",
390
482
  "kb_used": "0",
391
- "kb_available": "238480",
483
+ "kb_available": "513032",
392
484
  "percent_used": "0%",
393
485
  "mount": "/dev/shm",
486
+ "total_inodes": "128258",
487
+ "inodes_used": "1",
488
+ "inodes_available": "128257",
489
+ "inodes_percent_used": "1%",
394
490
  "fs_type": "tmpfs",
395
491
  "mount_options": [
396
492
  "rw"
@@ -420,18 +516,17 @@
420
516
  ]
421
517
  },
422
518
  "none": {
423
- "mount": "/proc/fs/vmblock/mountPoint",
424
- "fs_type": "vmblock",
519
+ "mount": "/proc/sys/fs/binfmt_misc",
520
+ "fs_type": "binfmt_misc",
425
521
  "mount_options": [
426
522
  "rw"
427
523
  ]
428
524
  },
429
- ".host:/": {
430
- "mount": "/mnt/hgfs",
431
- "fs_type": "vmhgfs",
525
+ "sunrpc": {
526
+ "mount": "/var/lib/nfs/rpc_pipefs",
527
+ "fs_type": "rpc_pipefs",
432
528
  "mount_options": [
433
- "rw",
434
- "ttl=1"
529
+ "rw"
435
530
  ]
436
531
  },
437
532
  "/dev/mapper/VolGroup00-LogVol01": {
@@ -439,11 +534,11 @@
439
534
  },
440
535
  "/dev/hdc": {
441
536
  "fs_type": "iso9660",
442
- "label": "CentOS"
537
+ "label": "CentOS_5.10_Final"
443
538
  },
444
539
  "/dev/VolGroup00/LogVol00": {
445
540
  "fs_type": "ext3",
446
- "uuid": "ff9bf522-a305-43b8-8d0f-3d8faee674c7"
541
+ "uuid": "48864a66-caf9-4c33-a2ae-82004fd76c85"
447
542
  },
448
543
  "/dev/VolGroup00/LogVol01": {
449
544
  "fs_type": "swap"
@@ -490,63 +585,74 @@
490
585
  "mount_options": [
491
586
  "rw"
492
587
  ]
588
+ },
589
+ "/etc/auto.misc": {
590
+ "mount": "/misc",
591
+ "fs_type": "autofs",
592
+ "mount_options": [
593
+ "rw",
594
+ "fd=7",
595
+ "pgrp=2275",
596
+ "timeout=300",
597
+ "minproto=5",
598
+ "maxproto=5",
599
+ "indirect"
600
+ ]
601
+ },
602
+ "-hosts": {
603
+ "mount": "/net",
604
+ "fs_type": "autofs",
605
+ "mount_options": [
606
+ "rw",
607
+ "fd=13",
608
+ "pgrp=2275",
609
+ "timeout=300",
610
+ "minproto=5",
611
+ "maxproto=5",
612
+ "indirect"
613
+ ]
493
614
  }
494
615
  },
616
+ "command": {
617
+ "ps": "ps -ef"
618
+ },
495
619
  "dmi": {
496
620
  "dmidecode_version": "2.11",
497
- "smbios_version": "2.4",
621
+ "smbios_version": "2.5",
498
622
  "structures": {
499
- "count": "364",
500
- "size": "17086"
623
+ "count": "10",
624
+ "size": "449"
501
625
  },
502
- "table_location": "0x000E0010",
626
+ "table_location": "0x000E1000",
503
627
  "bios": {
504
628
  "all_records": [
505
629
  {
506
630
  "record_id": "0x0000",
507
631
  "size": "0",
508
632
  "application_identifier": "BIOS Information",
509
- "Vendor": "Phoenix Technologies LTD",
510
- "Version": "6.00",
511
- "Release Date": "07/31/2013",
512
- "Address": "0xEA050",
513
- "Runtime Size": "90032 bytes",
514
- "ROM Size": "64 kB",
633
+ "Vendor": "innotek GmbH",
634
+ "Version": "VirtualBox",
635
+ "Release Date": "12/01/2006",
636
+ "Address": "0xE0000",
637
+ "Runtime Size": "128 kB",
638
+ "ROM Size": "128 kB",
515
639
  "Characteristics": {
516
640
  "ISA is supported": null,
517
641
  "PCI is supported": null,
518
- "PC Card (PCMCIA) is supported": null,
519
- "PNP is supported": null,
520
- "APM is supported": null,
521
- "BIOS is upgradeable": null,
522
- "BIOS shadowing is allowed": null,
523
- "ESCD support is available": null,
524
642
  "Boot from CD is supported": null,
525
643
  "Selectable boot is supported": null,
526
- "EDD is supported": null,
527
- "Print screen service is supported (int 5h)": null,
528
644
  "8042 keyboard services are supported (int 9h)": null,
529
- "Serial services are supported (int 14h)": null,
530
- "Printer services are supported (int 17h)": null,
531
645
  "CGA/mono video services are supported (int 10h)": null,
532
- "ACPI is supported": null,
533
- "Smart battery is supported": null,
534
- "BIOS boot specification is supported": null,
535
- "Function key-initiated network boot is supported": null,
536
- "Targeted content distribution is supported": null
537
- },
538
- "BIOS Revision": "4.6",
539
- "Firmware Revision": "0.0"
646
+ "ACPI is supported": null
647
+ }
540
648
  }
541
649
  ],
542
- "vendor": "Phoenix Technologies LTD",
543
- "version": "6.00",
544
- "release_date": "07/31/2013",
545
- "address": "0xEA050",
546
- "runtime_size": "90032 bytes",
547
- "rom_size": "64 kB",
548
- "bios_revision": "4.6",
549
- "firmware_revision": "0.0"
650
+ "vendor": "innotek GmbH",
651
+ "version": "VirtualBox",
652
+ "release_date": "12/01/2006",
653
+ "address": "0xE0000",
654
+ "runtime_size": "128 kB",
655
+ "rom_size": "128 kB"
550
656
  },
551
657
  "system": {
552
658
  "all_records": [
@@ -554,52 +660,53 @@
554
660
  "record_id": "0x0001",
555
661
  "size": "1",
556
662
  "application_identifier": "System Information",
557
- "Manufacturer": "VMware, Inc.",
558
- "Product Name": "VMware Virtual Platform",
559
- "Version": "None",
560
- "Serial Number": "VMware-56 4d 77 a6 7a e1 38 b1-8e 70 a9 66 19 82 7a de",
561
- "UUID": "564D77A6-7AE1-38B1-8E70-A96619827ADE",
663
+ "Manufacturer": "innotek GmbH",
664
+ "Product Name": "VirtualBox",
665
+ "Version": "1.2",
666
+ "Serial Number": "0",
667
+ "UUID": "9C3F98A2-A24F-4D12-ACDE-79C68B9F2252",
562
668
  "Wake-up Type": "Power Switch",
563
669
  "SKU Number": "Not Specified",
564
- "Family": "Not Specified"
670
+ "Family": "Virtual Machine"
565
671
  }
566
672
  ],
567
- "manufacturer": "VMware, Inc.",
568
- "product_name": "VMware Virtual Platform",
569
- "version": "None",
570
- "serial_number": "VMware-56 4d 77 a6 7a e1 38 b1-8e 70 a9 66 19 82 7a de",
571
- "uuid": "564D77A6-7AE1-38B1-8E70-A96619827ADE",
673
+ "manufacturer": "innotek GmbH",
674
+ "product_name": "VirtualBox",
675
+ "version": "1.2",
676
+ "serial_number": "0",
677
+ "uuid": "9C3F98A2-A24F-4D12-ACDE-79C68B9F2252",
572
678
  "wake_up_type": "Power Switch",
573
679
  "sku_number": "Not Specified",
574
- "family": "Not Specified"
680
+ "family": "Virtual Machine"
575
681
  },
576
682
  "base_board": {
577
683
  "all_records": [
578
684
  {
579
- "record_id": "0x0002",
685
+ "record_id": "0x0008",
580
686
  "size": "2",
581
687
  "application_identifier": "Base Board Information",
582
- "Manufacturer": "Intel Corporation",
583
- "Product Name": "440BX Desktop Reference Platform",
584
- "Version": "None",
585
- "Serial Number": "None",
688
+ "Manufacturer": "Oracle Corporation",
689
+ "Product Name": "VirtualBox",
690
+ "Version": "1.2",
691
+ "Serial Number": "0",
586
692
  "Asset Tag": "Not Specified",
587
- "Features": "None",
693
+ "Features": {
694
+ "Board is a hosting board": null
695
+ },
588
696
  "Location In Chassis": "Not Specified",
589
- "Chassis Handle": "0x0000",
590
- "Type": "Unknown",
697
+ "Chassis Handle": "0x0003",
698
+ "Type": "Motherboard",
591
699
  "Contained Object Handles": "0"
592
700
  }
593
701
  ],
594
- "manufacturer": "Intel Corporation",
595
- "product_name": "440BX Desktop Reference Platform",
596
- "version": "None",
597
- "serial_number": "None",
702
+ "manufacturer": "Oracle Corporation",
703
+ "product_name": "VirtualBox",
704
+ "version": "1.2",
705
+ "serial_number": "0",
598
706
  "asset_tag": "Not Specified",
599
- "features": "None",
600
707
  "location_in_chassis": "Not Specified",
601
- "chassis_handle": "0x0000",
602
- "type": "Unknown",
708
+ "chassis_handle": "0x0003",
709
+ "type": "Motherboard",
603
710
  "contained_object_handles": "0"
604
711
  },
605
712
  "chassis": {
@@ -608,1972 +715,61 @@
608
715
  "record_id": "0x0003",
609
716
  "size": "3",
610
717
  "application_identifier": "Chassis Information",
611
- "Manufacturer": "No Enclosure",
718
+ "Manufacturer": "Oracle Corporation",
612
719
  "Type": "Other",
613
720
  "Lock": "Not Present",
614
- "Version": "N/A",
615
- "Serial Number": "None",
616
- "Asset Tag": "No Asset Tag",
721
+ "Version": "Not Specified",
722
+ "Serial Number": "Not Specified",
723
+ "Asset Tag": "Not Specified",
617
724
  "Boot-up State": "Safe",
618
725
  "Power Supply State": "Safe",
619
726
  "Thermal State": "Safe",
620
- "Security Status": "None",
621
- "OEM Information": "0x00001234",
622
- "Height": "Unspecified",
623
- "Number Of Power Cords": "Unspecified",
624
- "Contained Elements": "0"
727
+ "Security Status": "None"
625
728
  }
626
729
  ],
627
- "manufacturer": "No Enclosure",
730
+ "manufacturer": "Oracle Corporation",
628
731
  "type": "Other",
629
732
  "lock": "Not Present",
630
- "version": "N/A",
631
- "serial_number": "None",
632
- "asset_tag": "No Asset Tag",
733
+ "version": "Not Specified",
734
+ "serial_number": "Not Specified",
735
+ "asset_tag": "Not Specified",
633
736
  "boot_up_state": "Safe",
634
737
  "power_supply_state": "Safe",
635
738
  "thermal_state": "Safe",
636
- "security_status": "None",
637
- "oem_information": "0x00001234",
638
- "height": "Unspecified",
639
- "number_of_power_cords": "Unspecified",
640
- "contained_elements": "0"
641
- },
642
- "processor": {
643
- "all_records": [
644
- {
645
- "record_id": "0x0004",
646
- "size": "4",
647
- "application_identifier": "Processor Information",
648
- "Socket Designation": "CPU socket #0",
649
- "Type": "Central Processor",
650
- "Family": "Unknown",
651
- "Manufacturer": "GenuineIntel",
652
- "ID": "51 06 04 00 FF FB AB 0F",
653
- "Version": "Intel(R) Core(TM) i5-4288U CPU @ 2.60GHz",
654
- "Voltage": "3.3 V",
655
- "External Clock": "Unknown",
656
- "Max Speed": "30000 MHz",
657
- "Current Speed": "2600 MHz",
658
- "Status": "Populated, Enabled",
659
- "Upgrade": "ZIF Socket",
660
- "L1 Cache Handle": "0x0054",
661
- "L2 Cache Handle": "0x0055",
662
- "L3 Cache Handle": "Not Provided",
663
- "Serial Number": "Not Specified",
664
- "Asset Tag": "Not Specified",
665
- "Part Number": "Not Specified"
666
- },
667
- {
668
- "record_id": "0x0005",
669
- "size": "4",
670
- "application_identifier": "Processor Information",
671
- "Socket Designation": "CPU socket #1",
672
- "Type": "Central Processor",
673
- "Family": "Unknown",
674
- "Manufacturer": "000000000000",
675
- "ID": "00 00 00 00 00 00 00 00",
676
- "Version": "Unknown Processor ",
677
- "Voltage": "3.3 V",
678
- "External Clock": "Unknown",
679
- "Max Speed": "30000 MHz",
680
- "Current Speed": "Unknown",
681
- "Status": "Unpopulated",
682
- "Upgrade": "ZIF Socket",
683
- "L1 Cache Handle": "0x0056",
684
- "L2 Cache Handle": "0x0057",
685
- "L3 Cache Handle": "Not Provided",
686
- "Serial Number": "Not Specified",
687
- "Asset Tag": "Not Specified",
688
- "Part Number": "Not Specified"
689
- },
690
- {
691
- "record_id": "0x0006",
692
- "size": "4",
693
- "application_identifier": "Processor Information",
694
- "Socket Designation": "CPU socket #2",
695
- "Type": "Central Processor",
696
- "Family": "Unknown",
697
- "Manufacturer": "000000000000",
698
- "ID": "00 00 00 00 00 00 00 00",
699
- "Version": "Unknown Processor ",
700
- "Voltage": "3.3 V",
701
- "External Clock": "Unknown",
702
- "Max Speed": "30000 MHz",
703
- "Current Speed": "Unknown",
704
- "Status": "Unpopulated",
705
- "Upgrade": "ZIF Socket",
706
- "L1 Cache Handle": "0x0058",
707
- "L2 Cache Handle": "0x0059",
708
- "L3 Cache Handle": "Not Provided",
709
- "Serial Number": "Not Specified",
710
- "Asset Tag": "Not Specified",
711
- "Part Number": "Not Specified"
712
- },
713
- {
714
- "record_id": "0x0007",
715
- "size": "4",
716
- "application_identifier": "Processor Information",
717
- "Socket Designation": "CPU socket #3",
718
- "Type": "Central Processor",
719
- "Family": "Unknown",
720
- "Manufacturer": "000000000000",
721
- "ID": "00 00 00 00 00 00 00 00",
722
- "Version": "Unknown Processor ",
723
- "Voltage": "3.3 V",
724
- "External Clock": "Unknown",
725
- "Max Speed": "30000 MHz",
726
- "Current Speed": "Unknown",
727
- "Status": "Unpopulated",
728
- "Upgrade": "ZIF Socket",
729
- "L1 Cache Handle": "0x005A",
730
- "L2 Cache Handle": "0x005B",
731
- "L3 Cache Handle": "Not Provided",
732
- "Serial Number": "Not Specified",
733
- "Asset Tag": "Not Specified",
734
- "Part Number": "Not Specified"
735
- },
736
- {
737
- "record_id": "0x0008",
738
- "size": "4",
739
- "application_identifier": "Processor Information",
740
- "Socket Designation": "CPU socket #4",
741
- "Type": "Central Processor",
742
- "Family": "Unknown",
743
- "Manufacturer": "000000000000",
744
- "ID": "00 00 00 00 00 00 00 00",
745
- "Version": "Unknown Processor ",
746
- "Voltage": "3.3 V",
747
- "External Clock": "Unknown",
748
- "Max Speed": "30000 MHz",
749
- "Current Speed": "Unknown",
750
- "Status": "Unpopulated",
751
- "Upgrade": "ZIF Socket",
752
- "L1 Cache Handle": "0x005C",
753
- "L2 Cache Handle": "0x005D",
754
- "L3 Cache Handle": "Not Provided",
755
- "Serial Number": "Not Specified",
756
- "Asset Tag": "Not Specified",
757
- "Part Number": "Not Specified"
758
- },
759
- {
760
- "record_id": "0x0009",
761
- "size": "4",
762
- "application_identifier": "Processor Information",
763
- "Socket Designation": "CPU socket #5",
764
- "Type": "Central Processor",
765
- "Family": "Unknown",
766
- "Manufacturer": "000000000000",
767
- "ID": "00 00 00 00 00 00 00 00",
768
- "Version": "Unknown Processor ",
769
- "Voltage": "3.3 V",
770
- "External Clock": "Unknown",
771
- "Max Speed": "30000 MHz",
772
- "Current Speed": "Unknown",
773
- "Status": "Unpopulated",
774
- "Upgrade": "ZIF Socket",
775
- "L1 Cache Handle": "0x005E",
776
- "L2 Cache Handle": "0x005F",
777
- "L3 Cache Handle": "Not Provided",
778
- "Serial Number": "Not Specified",
779
- "Asset Tag": "Not Specified",
780
- "Part Number": "Not Specified"
781
- },
782
- {
783
- "record_id": "0x000A",
784
- "size": "4",
785
- "application_identifier": "Processor Information",
786
- "Socket Designation": "CPU socket #6",
787
- "Type": "Central Processor",
788
- "Family": "Unknown",
789
- "Manufacturer": "000000000000",
790
- "ID": "00 00 00 00 00 00 00 00",
791
- "Version": "Unknown Processor ",
792
- "Voltage": "3.3 V",
793
- "External Clock": "Unknown",
794
- "Max Speed": "30000 MHz",
795
- "Current Speed": "Unknown",
796
- "Status": "Unpopulated",
797
- "Upgrade": "ZIF Socket",
798
- "L1 Cache Handle": "0x0060",
799
- "L2 Cache Handle": "0x0061",
800
- "L3 Cache Handle": "Not Provided",
801
- "Serial Number": "Not Specified",
802
- "Asset Tag": "Not Specified",
803
- "Part Number": "Not Specified"
804
- },
805
- {
806
- "record_id": "0x000B",
807
- "size": "4",
808
- "application_identifier": "Processor Information",
809
- "Socket Designation": "CPU socket #7",
810
- "Type": "Central Processor",
811
- "Family": "Unknown",
812
- "Manufacturer": "000000000000",
813
- "ID": "00 00 00 00 00 00 00 00",
814
- "Version": "Unknown Processor ",
815
- "Voltage": "3.3 V",
816
- "External Clock": "Unknown",
817
- "Max Speed": "30000 MHz",
818
- "Current Speed": "Unknown",
819
- "Status": "Unpopulated",
820
- "Upgrade": "ZIF Socket",
821
- "L1 Cache Handle": "0x0062",
822
- "L2 Cache Handle": "0x0063",
823
- "L3 Cache Handle": "Not Provided",
824
- "Serial Number": "Not Specified",
825
- "Asset Tag": "Not Specified",
826
- "Part Number": "Not Specified"
827
- },
828
- {
829
- "record_id": "0x000C",
830
- "size": "4",
831
- "application_identifier": "Processor Information",
832
- "Socket Designation": "CPU socket #8",
833
- "Type": "Central Processor",
834
- "Family": "Unknown",
835
- "Manufacturer": "000000000000",
836
- "ID": "00 00 00 00 00 00 00 00",
837
- "Version": "Unknown Processor ",
838
- "Voltage": "3.3 V",
839
- "External Clock": "Unknown",
840
- "Max Speed": "30000 MHz",
841
- "Current Speed": "Unknown",
842
- "Status": "Unpopulated",
843
- "Upgrade": "ZIF Socket",
844
- "L1 Cache Handle": "0x0064",
845
- "L2 Cache Handle": "0x0065",
846
- "L3 Cache Handle": "Not Provided",
847
- "Serial Number": "Not Specified",
848
- "Asset Tag": "Not Specified",
849
- "Part Number": "Not Specified"
850
- },
851
- {
852
- "record_id": "0x000D",
853
- "size": "4",
854
- "application_identifier": "Processor Information",
855
- "Socket Designation": "CPU socket #9",
856
- "Type": "Central Processor",
857
- "Family": "Unknown",
858
- "Manufacturer": "000000000000",
859
- "ID": "00 00 00 00 00 00 00 00",
860
- "Version": "Unknown Processor ",
861
- "Voltage": "3.3 V",
862
- "External Clock": "Unknown",
863
- "Max Speed": "30000 MHz",
864
- "Current Speed": "Unknown",
865
- "Status": "Unpopulated",
866
- "Upgrade": "ZIF Socket",
867
- "L1 Cache Handle": "0x0066",
868
- "L2 Cache Handle": "0x0067",
869
- "L3 Cache Handle": "Not Provided",
870
- "Serial Number": "Not Specified",
871
- "Asset Tag": "Not Specified",
872
- "Part Number": "Not Specified"
873
- },
874
- {
875
- "record_id": "0x000E",
876
- "size": "4",
877
- "application_identifier": "Processor Information",
878
- "Socket Designation": "CPU socket #10",
879
- "Type": "Central Processor",
880
- "Family": "Unknown",
881
- "Manufacturer": "000000000000",
882
- "ID": "00 00 00 00 00 00 00 00",
883
- "Version": "Unknown Processor ",
884
- "Voltage": "3.3 V",
885
- "External Clock": "Unknown",
886
- "Max Speed": "30000 MHz",
887
- "Current Speed": "Unknown",
888
- "Status": "Unpopulated",
889
- "Upgrade": "ZIF Socket",
890
- "L1 Cache Handle": "0x0068",
891
- "L2 Cache Handle": "0x0069",
892
- "L3 Cache Handle": "Not Provided",
893
- "Serial Number": "Not Specified",
894
- "Asset Tag": "Not Specified",
895
- "Part Number": "Not Specified"
896
- },
897
- {
898
- "record_id": "0x000F",
899
- "size": "4",
900
- "application_identifier": "Processor Information",
901
- "Socket Designation": "CPU socket #11",
902
- "Type": "Central Processor",
903
- "Family": "Unknown",
904
- "Manufacturer": "000000000000",
905
- "ID": "00 00 00 00 00 00 00 00",
906
- "Version": "Unknown Processor ",
907
- "Voltage": "3.3 V",
908
- "External Clock": "Unknown",
909
- "Max Speed": "30000 MHz",
910
- "Current Speed": "Unknown",
911
- "Status": "Unpopulated",
912
- "Upgrade": "ZIF Socket",
913
- "L1 Cache Handle": "0x006A",
914
- "L2 Cache Handle": "0x006B",
915
- "L3 Cache Handle": "Not Provided",
916
- "Serial Number": "Not Specified",
917
- "Asset Tag": "Not Specified",
918
- "Part Number": "Not Specified"
919
- },
920
- {
921
- "record_id": "0x0010",
922
- "size": "4",
923
- "application_identifier": "Processor Information",
924
- "Socket Designation": "CPU socket #12",
925
- "Type": "Central Processor",
926
- "Family": "Unknown",
927
- "Manufacturer": "000000000000",
928
- "ID": "00 00 00 00 00 00 00 00",
929
- "Version": "Unknown Processor ",
930
- "Voltage": "3.3 V",
931
- "External Clock": "Unknown",
932
- "Max Speed": "30000 MHz",
933
- "Current Speed": "Unknown",
934
- "Status": "Unpopulated",
935
- "Upgrade": "ZIF Socket",
936
- "L1 Cache Handle": "0x006C",
937
- "L2 Cache Handle": "0x006D",
938
- "L3 Cache Handle": "Not Provided",
939
- "Serial Number": "Not Specified",
940
- "Asset Tag": "Not Specified",
941
- "Part Number": "Not Specified"
942
- },
943
- {
944
- "record_id": "0x0011",
945
- "size": "4",
946
- "application_identifier": "Processor Information",
947
- "Socket Designation": "CPU socket #13",
948
- "Type": "Central Processor",
949
- "Family": "Unknown",
950
- "Manufacturer": "000000000000",
951
- "ID": "00 00 00 00 00 00 00 00",
952
- "Version": "Unknown Processor ",
953
- "Voltage": "3.3 V",
954
- "External Clock": "Unknown",
955
- "Max Speed": "30000 MHz",
956
- "Current Speed": "Unknown",
957
- "Status": "Unpopulated",
958
- "Upgrade": "ZIF Socket",
959
- "L1 Cache Handle": "0x006E",
960
- "L2 Cache Handle": "0x006F",
961
- "L3 Cache Handle": "Not Provided",
962
- "Serial Number": "Not Specified",
963
- "Asset Tag": "Not Specified",
964
- "Part Number": "Not Specified"
965
- },
966
- {
967
- "record_id": "0x0012",
968
- "size": "4",
969
- "application_identifier": "Processor Information",
970
- "Socket Designation": "CPU socket #14",
971
- "Type": "Central Processor",
972
- "Family": "Unknown",
973
- "Manufacturer": "000000000000",
974
- "ID": "00 00 00 00 00 00 00 00",
975
- "Version": "Unknown Processor ",
976
- "Voltage": "3.3 V",
977
- "External Clock": "Unknown",
978
- "Max Speed": "30000 MHz",
979
- "Current Speed": "Unknown",
980
- "Status": "Unpopulated",
981
- "Upgrade": "ZIF Socket",
982
- "L1 Cache Handle": "0x0070",
983
- "L2 Cache Handle": "0x0071",
984
- "L3 Cache Handle": "Not Provided",
985
- "Serial Number": "Not Specified",
986
- "Asset Tag": "Not Specified",
987
- "Part Number": "Not Specified"
988
- },
989
- {
990
- "record_id": "0x0013",
991
- "size": "4",
992
- "application_identifier": "Processor Information",
993
- "Socket Designation": "CPU socket #15",
994
- "Type": "Central Processor",
995
- "Family": "Unknown",
996
- "Manufacturer": "000000000000",
997
- "ID": "00 00 00 00 00 00 00 00",
998
- "Version": "Unknown Processor ",
999
- "Voltage": "3.3 V",
1000
- "External Clock": "Unknown",
1001
- "Max Speed": "30000 MHz",
1002
- "Current Speed": "Unknown",
1003
- "Status": "Unpopulated",
1004
- "Upgrade": "ZIF Socket",
1005
- "L1 Cache Handle": "0x0072",
1006
- "L2 Cache Handle": "0x0073",
1007
- "L3 Cache Handle": "Not Provided",
1008
- "Serial Number": "Not Specified",
1009
- "Asset Tag": "Not Specified",
1010
- "Part Number": "Not Specified"
1011
- },
1012
- {
1013
- "record_id": "0x0014",
1014
- "size": "4",
1015
- "application_identifier": "Processor Information",
1016
- "Socket Designation": "CPU socket #16",
1017
- "Type": "Central Processor",
1018
- "Family": "Unknown",
1019
- "Manufacturer": "000000000000",
1020
- "ID": "00 00 00 00 00 00 00 00",
1021
- "Version": "Unknown Processor ",
1022
- "Voltage": "3.3 V",
1023
- "External Clock": "Unknown",
1024
- "Max Speed": "30000 MHz",
1025
- "Current Speed": "Unknown",
1026
- "Status": "Unpopulated",
1027
- "Upgrade": "ZIF Socket",
1028
- "L1 Cache Handle": "0x0074",
1029
- "L2 Cache Handle": "0x0075",
1030
- "L3 Cache Handle": "Not Provided",
1031
- "Serial Number": "Not Specified",
1032
- "Asset Tag": "Not Specified",
1033
- "Part Number": "Not Specified"
1034
- },
1035
- {
1036
- "record_id": "0x0015",
1037
- "size": "4",
1038
- "application_identifier": "Processor Information",
1039
- "Socket Designation": "CPU socket #17",
1040
- "Type": "Central Processor",
1041
- "Family": "Unknown",
1042
- "Manufacturer": "000000000000",
1043
- "ID": "00 00 00 00 00 00 00 00",
1044
- "Version": "Unknown Processor ",
1045
- "Voltage": "3.3 V",
1046
- "External Clock": "Unknown",
1047
- "Max Speed": "30000 MHz",
1048
- "Current Speed": "Unknown",
1049
- "Status": "Unpopulated",
1050
- "Upgrade": "ZIF Socket",
1051
- "L1 Cache Handle": "0x0076",
1052
- "L2 Cache Handle": "0x0077",
1053
- "L3 Cache Handle": "Not Provided",
1054
- "Serial Number": "Not Specified",
1055
- "Asset Tag": "Not Specified",
1056
- "Part Number": "Not Specified"
1057
- },
1058
- {
1059
- "record_id": "0x0016",
1060
- "size": "4",
1061
- "application_identifier": "Processor Information",
1062
- "Socket Designation": "CPU socket #18",
1063
- "Type": "Central Processor",
1064
- "Family": "Unknown",
1065
- "Manufacturer": "000000000000",
1066
- "ID": "00 00 00 00 00 00 00 00",
1067
- "Version": "Unknown Processor ",
1068
- "Voltage": "3.3 V",
1069
- "External Clock": "Unknown",
1070
- "Max Speed": "30000 MHz",
1071
- "Current Speed": "Unknown",
1072
- "Status": "Unpopulated",
1073
- "Upgrade": "ZIF Socket",
1074
- "L1 Cache Handle": "0x0078",
1075
- "L2 Cache Handle": "0x0079",
1076
- "L3 Cache Handle": "Not Provided",
1077
- "Serial Number": "Not Specified",
1078
- "Asset Tag": "Not Specified",
1079
- "Part Number": "Not Specified"
1080
- },
1081
- {
1082
- "record_id": "0x0017",
1083
- "size": "4",
1084
- "application_identifier": "Processor Information",
1085
- "Socket Designation": "CPU socket #19",
1086
- "Type": "Central Processor",
1087
- "Family": "Unknown",
1088
- "Manufacturer": "000000000000",
1089
- "ID": "00 00 00 00 00 00 00 00",
1090
- "Version": "Unknown Processor ",
1091
- "Voltage": "3.3 V",
1092
- "External Clock": "Unknown",
1093
- "Max Speed": "30000 MHz",
1094
- "Current Speed": "Unknown",
1095
- "Status": "Unpopulated",
1096
- "Upgrade": "ZIF Socket",
1097
- "L1 Cache Handle": "0x007A",
1098
- "L2 Cache Handle": "0x007B",
1099
- "L3 Cache Handle": "Not Provided",
1100
- "Serial Number": "Not Specified",
1101
- "Asset Tag": "Not Specified",
1102
- "Part Number": "Not Specified"
1103
- },
1104
- {
1105
- "record_id": "0x0018",
1106
- "size": "4",
1107
- "application_identifier": "Processor Information",
1108
- "Socket Designation": "CPU socket #20",
1109
- "Type": "Central Processor",
1110
- "Family": "Unknown",
1111
- "Manufacturer": "000000000000",
1112
- "ID": "00 00 00 00 00 00 00 00",
1113
- "Version": "Unknown Processor ",
1114
- "Voltage": "3.3 V",
1115
- "External Clock": "Unknown",
1116
- "Max Speed": "30000 MHz",
1117
- "Current Speed": "Unknown",
1118
- "Status": "Unpopulated",
1119
- "Upgrade": "ZIF Socket",
1120
- "L1 Cache Handle": "0x007C",
1121
- "L2 Cache Handle": "0x007D",
1122
- "L3 Cache Handle": "Not Provided",
1123
- "Serial Number": "Not Specified",
1124
- "Asset Tag": "Not Specified",
1125
- "Part Number": "Not Specified"
1126
- },
1127
- {
1128
- "record_id": "0x0019",
1129
- "size": "4",
1130
- "application_identifier": "Processor Information",
1131
- "Socket Designation": "CPU socket #21",
1132
- "Type": "Central Processor",
1133
- "Family": "Unknown",
1134
- "Manufacturer": "000000000000",
1135
- "ID": "00 00 00 00 00 00 00 00",
1136
- "Version": "Unknown Processor ",
1137
- "Voltage": "3.3 V",
1138
- "External Clock": "Unknown",
1139
- "Max Speed": "30000 MHz",
1140
- "Current Speed": "Unknown",
1141
- "Status": "Unpopulated",
1142
- "Upgrade": "ZIF Socket",
1143
- "L1 Cache Handle": "0x007E",
1144
- "L2 Cache Handle": "0x007F",
1145
- "L3 Cache Handle": "Not Provided",
1146
- "Serial Number": "Not Specified",
1147
- "Asset Tag": "Not Specified",
1148
- "Part Number": "Not Specified"
1149
- },
1150
- {
1151
- "record_id": "0x001A",
1152
- "size": "4",
1153
- "application_identifier": "Processor Information",
1154
- "Socket Designation": "CPU socket #22",
1155
- "Type": "Central Processor",
1156
- "Family": "Unknown",
1157
- "Manufacturer": "000000000000",
1158
- "ID": "00 00 00 00 00 00 00 00",
1159
- "Version": "Unknown Processor ",
1160
- "Voltage": "3.3 V",
1161
- "External Clock": "Unknown",
1162
- "Max Speed": "30000 MHz",
1163
- "Current Speed": "Unknown",
1164
- "Status": "Unpopulated",
1165
- "Upgrade": "ZIF Socket",
1166
- "L1 Cache Handle": "0x0080",
1167
- "L2 Cache Handle": "0x0081",
1168
- "L3 Cache Handle": "Not Provided",
1169
- "Serial Number": "Not Specified",
1170
- "Asset Tag": "Not Specified",
1171
- "Part Number": "Not Specified"
1172
- },
1173
- {
1174
- "record_id": "0x001B",
1175
- "size": "4",
1176
- "application_identifier": "Processor Information",
1177
- "Socket Designation": "CPU socket #23",
1178
- "Type": "Central Processor",
1179
- "Family": "Unknown",
1180
- "Manufacturer": "000000000000",
1181
- "ID": "00 00 00 00 00 00 00 00",
1182
- "Version": "Unknown Processor ",
1183
- "Voltage": "3.3 V",
1184
- "External Clock": "Unknown",
1185
- "Max Speed": "30000 MHz",
1186
- "Current Speed": "Unknown",
1187
- "Status": "Unpopulated",
1188
- "Upgrade": "ZIF Socket",
1189
- "L1 Cache Handle": "0x0082",
1190
- "L2 Cache Handle": "0x0083",
1191
- "L3 Cache Handle": "Not Provided",
1192
- "Serial Number": "Not Specified",
1193
- "Asset Tag": "Not Specified",
1194
- "Part Number": "Not Specified"
1195
- },
1196
- {
1197
- "record_id": "0x001C",
1198
- "size": "4",
1199
- "application_identifier": "Processor Information",
1200
- "Socket Designation": "CPU socket #24",
1201
- "Type": "Central Processor",
1202
- "Family": "Unknown",
1203
- "Manufacturer": "000000000000",
1204
- "ID": "00 00 00 00 00 00 00 00",
1205
- "Version": "Unknown Processor ",
1206
- "Voltage": "3.3 V",
1207
- "External Clock": "Unknown",
1208
- "Max Speed": "30000 MHz",
1209
- "Current Speed": "Unknown",
1210
- "Status": "Unpopulated",
1211
- "Upgrade": "ZIF Socket",
1212
- "L1 Cache Handle": "0x0084",
1213
- "L2 Cache Handle": "0x0085",
1214
- "L3 Cache Handle": "Not Provided",
1215
- "Serial Number": "Not Specified",
1216
- "Asset Tag": "Not Specified",
1217
- "Part Number": "Not Specified"
1218
- },
1219
- {
1220
- "record_id": "0x001D",
1221
- "size": "4",
1222
- "application_identifier": "Processor Information",
1223
- "Socket Designation": "CPU socket #25",
1224
- "Type": "Central Processor",
1225
- "Family": "Unknown",
1226
- "Manufacturer": "000000000000",
1227
- "ID": "00 00 00 00 00 00 00 00",
1228
- "Version": "Unknown Processor ",
1229
- "Voltage": "3.3 V",
1230
- "External Clock": "Unknown",
1231
- "Max Speed": "30000 MHz",
1232
- "Current Speed": "Unknown",
1233
- "Status": "Unpopulated",
1234
- "Upgrade": "ZIF Socket",
1235
- "L1 Cache Handle": "0x0086",
1236
- "L2 Cache Handle": "0x0087",
1237
- "L3 Cache Handle": "Not Provided",
1238
- "Serial Number": "Not Specified",
1239
- "Asset Tag": "Not Specified",
1240
- "Part Number": "Not Specified"
1241
- },
1242
- {
1243
- "record_id": "0x001E",
1244
- "size": "4",
1245
- "application_identifier": "Processor Information",
1246
- "Socket Designation": "CPU socket #26",
1247
- "Type": "Central Processor",
1248
- "Family": "Unknown",
1249
- "Manufacturer": "000000000000",
1250
- "ID": "00 00 00 00 00 00 00 00",
1251
- "Version": "Unknown Processor ",
1252
- "Voltage": "3.3 V",
1253
- "External Clock": "Unknown",
1254
- "Max Speed": "30000 MHz",
1255
- "Current Speed": "Unknown",
1256
- "Status": "Unpopulated",
1257
- "Upgrade": "ZIF Socket",
1258
- "L1 Cache Handle": "0x0088",
1259
- "L2 Cache Handle": "0x0089",
1260
- "L3 Cache Handle": "Not Provided",
1261
- "Serial Number": "Not Specified",
1262
- "Asset Tag": "Not Specified",
1263
- "Part Number": "Not Specified"
1264
- },
1265
- {
1266
- "record_id": "0x001F",
1267
- "size": "4",
1268
- "application_identifier": "Processor Information",
1269
- "Socket Designation": "CPU socket #27",
1270
- "Type": "Central Processor",
1271
- "Family": "Unknown",
1272
- "Manufacturer": "000000000000",
1273
- "ID": "00 00 00 00 00 00 00 00",
1274
- "Version": "Unknown Processor ",
1275
- "Voltage": "3.3 V",
1276
- "External Clock": "Unknown",
1277
- "Max Speed": "30000 MHz",
1278
- "Current Speed": "Unknown",
1279
- "Status": "Unpopulated",
1280
- "Upgrade": "ZIF Socket",
1281
- "L1 Cache Handle": "0x008A",
1282
- "L2 Cache Handle": "0x008B",
1283
- "L3 Cache Handle": "Not Provided",
1284
- "Serial Number": "Not Specified",
1285
- "Asset Tag": "Not Specified",
1286
- "Part Number": "Not Specified"
1287
- },
1288
- {
1289
- "record_id": "0x0020",
1290
- "size": "4",
1291
- "application_identifier": "Processor Information",
1292
- "Socket Designation": "CPU socket #28",
1293
- "Type": "Central Processor",
1294
- "Family": "Unknown",
1295
- "Manufacturer": "000000000000",
1296
- "ID": "00 00 00 00 00 00 00 00",
1297
- "Version": "Unknown Processor ",
1298
- "Voltage": "3.3 V",
1299
- "External Clock": "Unknown",
1300
- "Max Speed": "30000 MHz",
1301
- "Current Speed": "Unknown",
1302
- "Status": "Unpopulated",
1303
- "Upgrade": "ZIF Socket",
1304
- "L1 Cache Handle": "0x008C",
1305
- "L2 Cache Handle": "0x008D",
1306
- "L3 Cache Handle": "Not Provided",
1307
- "Serial Number": "Not Specified",
1308
- "Asset Tag": "Not Specified",
1309
- "Part Number": "Not Specified"
1310
- },
1311
- {
1312
- "record_id": "0x0021",
1313
- "size": "4",
1314
- "application_identifier": "Processor Information",
1315
- "Socket Designation": "CPU socket #29",
1316
- "Type": "Central Processor",
1317
- "Family": "Unknown",
1318
- "Manufacturer": "000000000000",
1319
- "ID": "00 00 00 00 00 00 00 00",
1320
- "Version": "Unknown Processor ",
1321
- "Voltage": "3.3 V",
1322
- "External Clock": "Unknown",
1323
- "Max Speed": "30000 MHz",
1324
- "Current Speed": "Unknown",
1325
- "Status": "Unpopulated",
1326
- "Upgrade": "ZIF Socket",
1327
- "L1 Cache Handle": "0x008E",
1328
- "L2 Cache Handle": "0x008F",
1329
- "L3 Cache Handle": "Not Provided",
1330
- "Serial Number": "Not Specified",
1331
- "Asset Tag": "Not Specified",
1332
- "Part Number": "Not Specified"
1333
- },
1334
- {
1335
- "record_id": "0x0022",
1336
- "size": "4",
1337
- "application_identifier": "Processor Information",
1338
- "Socket Designation": "CPU socket #30",
1339
- "Type": "Central Processor",
1340
- "Family": "Unknown",
1341
- "Manufacturer": "000000000000",
1342
- "ID": "00 00 00 00 00 00 00 00",
1343
- "Version": "Unknown Processor ",
1344
- "Voltage": "3.3 V",
1345
- "External Clock": "Unknown",
1346
- "Max Speed": "30000 MHz",
1347
- "Current Speed": "Unknown",
1348
- "Status": "Unpopulated",
1349
- "Upgrade": "ZIF Socket",
1350
- "L1 Cache Handle": "0x0090",
1351
- "L2 Cache Handle": "0x0091",
1352
- "L3 Cache Handle": "Not Provided",
1353
- "Serial Number": "Not Specified",
1354
- "Asset Tag": "Not Specified",
1355
- "Part Number": "Not Specified"
1356
- },
1357
- {
1358
- "record_id": "0x0023",
1359
- "size": "4",
1360
- "application_identifier": "Processor Information",
1361
- "Socket Designation": "CPU socket #31",
1362
- "Type": "Central Processor",
1363
- "Family": "Unknown",
1364
- "Manufacturer": "000000000000",
1365
- "ID": "00 00 00 00 00 00 00 00",
1366
- "Version": "Unknown Processor ",
1367
- "Voltage": "3.3 V",
1368
- "External Clock": "Unknown",
1369
- "Max Speed": "30000 MHz",
1370
- "Current Speed": "Unknown",
1371
- "Status": "Unpopulated",
1372
- "Upgrade": "ZIF Socket",
1373
- "L1 Cache Handle": "0x0092",
1374
- "L2 Cache Handle": "0x0093",
1375
- "L3 Cache Handle": "Not Provided",
1376
- "Serial Number": "Not Specified",
1377
- "Asset Tag": "Not Specified",
1378
- "Part Number": "Not Specified"
1379
- },
1380
- {
1381
- "record_id": "0x0024",
1382
- "size": "4",
1383
- "application_identifier": "Processor Information",
1384
- "Socket Designation": "CPU socket #32",
1385
- "Type": "Central Processor",
1386
- "Family": "Unknown",
1387
- "Manufacturer": "000000000000",
1388
- "ID": "00 00 00 00 00 00 00 00",
1389
- "Version": "Unknown Processor ",
1390
- "Voltage": "3.3 V",
1391
- "External Clock": "Unknown",
1392
- "Max Speed": "30000 MHz",
1393
- "Current Speed": "Unknown",
1394
- "Status": "Unpopulated",
1395
- "Upgrade": "ZIF Socket",
1396
- "L1 Cache Handle": "0x0094",
1397
- "L2 Cache Handle": "0x0095",
1398
- "L3 Cache Handle": "Not Provided",
1399
- "Serial Number": "Not Specified",
1400
- "Asset Tag": "Not Specified",
1401
- "Part Number": "Not Specified"
1402
- },
1403
- {
1404
- "record_id": "0x0025",
1405
- "size": "4",
1406
- "application_identifier": "Processor Information",
1407
- "Socket Designation": "CPU socket #33",
1408
- "Type": "Central Processor",
1409
- "Family": "Unknown",
1410
- "Manufacturer": "000000000000",
1411
- "ID": "00 00 00 00 00 00 00 00",
1412
- "Version": "Unknown Processor ",
1413
- "Voltage": "3.3 V",
1414
- "External Clock": "Unknown",
1415
- "Max Speed": "30000 MHz",
1416
- "Current Speed": "Unknown",
1417
- "Status": "Unpopulated",
1418
- "Upgrade": "ZIF Socket",
1419
- "L1 Cache Handle": "0x0096",
1420
- "L2 Cache Handle": "0x0097",
1421
- "L3 Cache Handle": "Not Provided",
1422
- "Serial Number": "Not Specified",
1423
- "Asset Tag": "Not Specified",
1424
- "Part Number": "Not Specified"
1425
- },
1426
- {
1427
- "record_id": "0x0026",
1428
- "size": "4",
1429
- "application_identifier": "Processor Information",
1430
- "Socket Designation": "CPU socket #34",
1431
- "Type": "Central Processor",
1432
- "Family": "Unknown",
1433
- "Manufacturer": "000000000000",
1434
- "ID": "00 00 00 00 00 00 00 00",
1435
- "Version": "Unknown Processor ",
1436
- "Voltage": "3.3 V",
1437
- "External Clock": "Unknown",
1438
- "Max Speed": "30000 MHz",
1439
- "Current Speed": "Unknown",
1440
- "Status": "Unpopulated",
1441
- "Upgrade": "ZIF Socket",
1442
- "L1 Cache Handle": "0x0098",
1443
- "L2 Cache Handle": "0x0099",
1444
- "L3 Cache Handle": "Not Provided",
1445
- "Serial Number": "Not Specified",
1446
- "Asset Tag": "Not Specified",
1447
- "Part Number": "Not Specified"
1448
- },
1449
- {
1450
- "record_id": "0x0027",
1451
- "size": "4",
1452
- "application_identifier": "Processor Information",
1453
- "Socket Designation": "CPU socket #35",
1454
- "Type": "Central Processor",
1455
- "Family": "Unknown",
1456
- "Manufacturer": "000000000000",
1457
- "ID": "00 00 00 00 00 00 00 00",
1458
- "Version": "Unknown Processor ",
1459
- "Voltage": "3.3 V",
1460
- "External Clock": "Unknown",
1461
- "Max Speed": "30000 MHz",
1462
- "Current Speed": "Unknown",
1463
- "Status": "Unpopulated",
1464
- "Upgrade": "ZIF Socket",
1465
- "L1 Cache Handle": "0x009A",
1466
- "L2 Cache Handle": "0x009B",
1467
- "L3 Cache Handle": "Not Provided",
1468
- "Serial Number": "Not Specified",
1469
- "Asset Tag": "Not Specified",
1470
- "Part Number": "Not Specified"
1471
- },
1472
- {
1473
- "record_id": "0x0028",
1474
- "size": "4",
1475
- "application_identifier": "Processor Information",
1476
- "Socket Designation": "CPU socket #36",
1477
- "Type": "Central Processor",
1478
- "Family": "Unknown",
1479
- "Manufacturer": "000000000000",
1480
- "ID": "00 00 00 00 00 00 00 00",
1481
- "Version": "Unknown Processor ",
1482
- "Voltage": "3.3 V",
1483
- "External Clock": "Unknown",
1484
- "Max Speed": "30000 MHz",
1485
- "Current Speed": "Unknown",
1486
- "Status": "Unpopulated",
1487
- "Upgrade": "ZIF Socket",
1488
- "L1 Cache Handle": "0x009C",
1489
- "L2 Cache Handle": "0x009D",
1490
- "L3 Cache Handle": "Not Provided",
1491
- "Serial Number": "Not Specified",
1492
- "Asset Tag": "Not Specified",
1493
- "Part Number": "Not Specified"
1494
- },
1495
- {
1496
- "record_id": "0x0029",
1497
- "size": "4",
1498
- "application_identifier": "Processor Information",
1499
- "Socket Designation": "CPU socket #37",
1500
- "Type": "Central Processor",
1501
- "Family": "Unknown",
1502
- "Manufacturer": "000000000000",
1503
- "ID": "00 00 00 00 00 00 00 00",
1504
- "Version": "Unknown Processor ",
1505
- "Voltage": "3.3 V",
1506
- "External Clock": "Unknown",
1507
- "Max Speed": "30000 MHz",
1508
- "Current Speed": "Unknown",
1509
- "Status": "Unpopulated",
1510
- "Upgrade": "ZIF Socket",
1511
- "L1 Cache Handle": "0x009E",
1512
- "L2 Cache Handle": "0x009F",
1513
- "L3 Cache Handle": "Not Provided",
1514
- "Serial Number": "Not Specified",
1515
- "Asset Tag": "Not Specified",
1516
- "Part Number": "Not Specified"
1517
- },
1518
- {
1519
- "record_id": "0x002A",
1520
- "size": "4",
1521
- "application_identifier": "Processor Information",
1522
- "Socket Designation": "CPU socket #38",
1523
- "Type": "Central Processor",
1524
- "Family": "Unknown",
1525
- "Manufacturer": "000000000000",
1526
- "ID": "00 00 00 00 00 00 00 00",
1527
- "Version": "Unknown Processor ",
1528
- "Voltage": "3.3 V",
1529
- "External Clock": "Unknown",
1530
- "Max Speed": "30000 MHz",
1531
- "Current Speed": "Unknown",
1532
- "Status": "Unpopulated",
1533
- "Upgrade": "ZIF Socket",
1534
- "L1 Cache Handle": "0x00A0",
1535
- "L2 Cache Handle": "0x00A1",
1536
- "L3 Cache Handle": "Not Provided",
1537
- "Serial Number": "Not Specified",
1538
- "Asset Tag": "Not Specified",
1539
- "Part Number": "Not Specified"
1540
- },
1541
- {
1542
- "record_id": "0x002B",
1543
- "size": "4",
1544
- "application_identifier": "Processor Information",
1545
- "Socket Designation": "CPU socket #39",
1546
- "Type": "Central Processor",
1547
- "Family": "Unknown",
1548
- "Manufacturer": "000000000000",
1549
- "ID": "00 00 00 00 00 00 00 00",
1550
- "Version": "Unknown Processor ",
1551
- "Voltage": "3.3 V",
1552
- "External Clock": "Unknown",
1553
- "Max Speed": "30000 MHz",
1554
- "Current Speed": "Unknown",
1555
- "Status": "Unpopulated",
1556
- "Upgrade": "ZIF Socket",
1557
- "L1 Cache Handle": "0x00A2",
1558
- "L2 Cache Handle": "0x00A3",
1559
- "L3 Cache Handle": "Not Provided",
1560
- "Serial Number": "Not Specified",
1561
- "Asset Tag": "Not Specified",
1562
- "Part Number": "Not Specified"
1563
- },
1564
- {
1565
- "record_id": "0x002C",
1566
- "size": "4",
1567
- "application_identifier": "Processor Information",
1568
- "Socket Designation": "CPU socket #40",
1569
- "Type": "Central Processor",
1570
- "Family": "Unknown",
1571
- "Manufacturer": "000000000000",
1572
- "ID": "00 00 00 00 00 00 00 00",
1573
- "Version": "Unknown Processor ",
1574
- "Voltage": "3.3 V",
1575
- "External Clock": "Unknown",
1576
- "Max Speed": "30000 MHz",
1577
- "Current Speed": "Unknown",
1578
- "Status": "Unpopulated",
1579
- "Upgrade": "ZIF Socket",
1580
- "L1 Cache Handle": "0x00A4",
1581
- "L2 Cache Handle": "0x00A5",
1582
- "L3 Cache Handle": "Not Provided",
1583
- "Serial Number": "Not Specified",
1584
- "Asset Tag": "Not Specified",
1585
- "Part Number": "Not Specified"
1586
- },
1587
- {
1588
- "record_id": "0x002D",
1589
- "size": "4",
1590
- "application_identifier": "Processor Information",
1591
- "Socket Designation": "CPU socket #41",
1592
- "Type": "Central Processor",
1593
- "Family": "Unknown",
1594
- "Manufacturer": "000000000000",
1595
- "ID": "00 00 00 00 00 00 00 00",
1596
- "Version": "Unknown Processor ",
1597
- "Voltage": "3.3 V",
1598
- "External Clock": "Unknown",
1599
- "Max Speed": "30000 MHz",
1600
- "Current Speed": "Unknown",
1601
- "Status": "Unpopulated",
1602
- "Upgrade": "ZIF Socket",
1603
- "L1 Cache Handle": "0x00A6",
1604
- "L2 Cache Handle": "0x00A7",
1605
- "L3 Cache Handle": "Not Provided",
1606
- "Serial Number": "Not Specified",
1607
- "Asset Tag": "Not Specified",
1608
- "Part Number": "Not Specified"
1609
- },
1610
- {
1611
- "record_id": "0x002E",
1612
- "size": "4",
1613
- "application_identifier": "Processor Information",
1614
- "Socket Designation": "CPU socket #42",
1615
- "Type": "Central Processor",
1616
- "Family": "Unknown",
1617
- "Manufacturer": "000000000000",
1618
- "ID": "00 00 00 00 00 00 00 00",
1619
- "Version": "Unknown Processor ",
1620
- "Voltage": "3.3 V",
1621
- "External Clock": "Unknown",
1622
- "Max Speed": "30000 MHz",
1623
- "Current Speed": "Unknown",
1624
- "Status": "Unpopulated",
1625
- "Upgrade": "ZIF Socket",
1626
- "L1 Cache Handle": "0x00A8",
1627
- "L2 Cache Handle": "0x00A9",
1628
- "L3 Cache Handle": "Not Provided",
1629
- "Serial Number": "Not Specified",
1630
- "Asset Tag": "Not Specified",
1631
- "Part Number": "Not Specified"
1632
- },
1633
- {
1634
- "record_id": "0x002F",
1635
- "size": "4",
1636
- "application_identifier": "Processor Information",
1637
- "Socket Designation": "CPU socket #43",
1638
- "Type": "Central Processor",
1639
- "Family": "Unknown",
1640
- "Manufacturer": "000000000000",
1641
- "ID": "00 00 00 00 00 00 00 00",
1642
- "Version": "Unknown Processor ",
1643
- "Voltage": "3.3 V",
1644
- "External Clock": "Unknown",
1645
- "Max Speed": "30000 MHz",
1646
- "Current Speed": "Unknown",
1647
- "Status": "Unpopulated",
1648
- "Upgrade": "ZIF Socket",
1649
- "L1 Cache Handle": "0x00AA",
1650
- "L2 Cache Handle": "0x00AB",
1651
- "L3 Cache Handle": "Not Provided",
1652
- "Serial Number": "Not Specified",
1653
- "Asset Tag": "Not Specified",
1654
- "Part Number": "Not Specified"
1655
- },
1656
- {
1657
- "record_id": "0x0030",
1658
- "size": "4",
1659
- "application_identifier": "Processor Information",
1660
- "Socket Designation": "CPU socket #44",
1661
- "Type": "Central Processor",
1662
- "Family": "Unknown",
1663
- "Manufacturer": "000000000000",
1664
- "ID": "00 00 00 00 00 00 00 00",
1665
- "Version": "Unknown Processor ",
1666
- "Voltage": "3.3 V",
1667
- "External Clock": "Unknown",
1668
- "Max Speed": "30000 MHz",
1669
- "Current Speed": "Unknown",
1670
- "Status": "Unpopulated",
1671
- "Upgrade": "ZIF Socket",
1672
- "L1 Cache Handle": "0x00AC",
1673
- "L2 Cache Handle": "0x00AD",
1674
- "L3 Cache Handle": "Not Provided",
1675
- "Serial Number": "Not Specified",
1676
- "Asset Tag": "Not Specified",
1677
- "Part Number": "Not Specified"
1678
- },
1679
- {
1680
- "record_id": "0x0031",
1681
- "size": "4",
1682
- "application_identifier": "Processor Information",
1683
- "Socket Designation": "CPU socket #45",
1684
- "Type": "Central Processor",
1685
- "Family": "Unknown",
1686
- "Manufacturer": "000000000000",
1687
- "ID": "00 00 00 00 00 00 00 00",
1688
- "Version": "Unknown Processor ",
1689
- "Voltage": "3.3 V",
1690
- "External Clock": "Unknown",
1691
- "Max Speed": "30000 MHz",
1692
- "Current Speed": "Unknown",
1693
- "Status": "Unpopulated",
1694
- "Upgrade": "ZIF Socket",
1695
- "L1 Cache Handle": "0x00AE",
1696
- "L2 Cache Handle": "0x00AF",
1697
- "L3 Cache Handle": "Not Provided",
1698
- "Serial Number": "Not Specified",
1699
- "Asset Tag": "Not Specified",
1700
- "Part Number": "Not Specified"
1701
- },
1702
- {
1703
- "record_id": "0x0032",
1704
- "size": "4",
1705
- "application_identifier": "Processor Information",
1706
- "Socket Designation": "CPU socket #46",
1707
- "Type": "Central Processor",
1708
- "Family": "Unknown",
1709
- "Manufacturer": "000000000000",
1710
- "ID": "00 00 00 00 00 00 00 00",
1711
- "Version": "Unknown Processor ",
1712
- "Voltage": "3.3 V",
1713
- "External Clock": "Unknown",
1714
- "Max Speed": "30000 MHz",
1715
- "Current Speed": "Unknown",
1716
- "Status": "Unpopulated",
1717
- "Upgrade": "ZIF Socket",
1718
- "L1 Cache Handle": "0x00B0",
1719
- "L2 Cache Handle": "0x00B1",
1720
- "L3 Cache Handle": "Not Provided",
1721
- "Serial Number": "Not Specified",
1722
- "Asset Tag": "Not Specified",
1723
- "Part Number": "Not Specified"
1724
- },
1725
- {
1726
- "record_id": "0x0033",
1727
- "size": "4",
1728
- "application_identifier": "Processor Information",
1729
- "Socket Designation": "CPU socket #47",
1730
- "Type": "Central Processor",
1731
- "Family": "Unknown",
1732
- "Manufacturer": "000000000000",
1733
- "ID": "00 00 00 00 00 00 00 00",
1734
- "Version": "Unknown Processor ",
1735
- "Voltage": "3.3 V",
1736
- "External Clock": "Unknown",
1737
- "Max Speed": "30000 MHz",
1738
- "Current Speed": "Unknown",
1739
- "Status": "Unpopulated",
1740
- "Upgrade": "ZIF Socket",
1741
- "L1 Cache Handle": "0x00B2",
1742
- "L2 Cache Handle": "0x00B3",
1743
- "L3 Cache Handle": "Not Provided",
1744
- "Serial Number": "Not Specified",
1745
- "Asset Tag": "Not Specified",
1746
- "Part Number": "Not Specified"
1747
- },
1748
- {
1749
- "record_id": "0x0034",
1750
- "size": "4",
1751
- "application_identifier": "Processor Information",
1752
- "Socket Designation": "CPU socket #48",
1753
- "Type": "Central Processor",
1754
- "Family": "Unknown",
1755
- "Manufacturer": "000000000000",
1756
- "ID": "00 00 00 00 00 00 00 00",
1757
- "Version": "Unknown Processor ",
1758
- "Voltage": "3.3 V",
1759
- "External Clock": "Unknown",
1760
- "Max Speed": "30000 MHz",
1761
- "Current Speed": "Unknown",
1762
- "Status": "Unpopulated",
1763
- "Upgrade": "ZIF Socket",
1764
- "L1 Cache Handle": "0x00B4",
1765
- "L2 Cache Handle": "0x00B5",
1766
- "L3 Cache Handle": "Not Provided",
1767
- "Serial Number": "Not Specified",
1768
- "Asset Tag": "Not Specified",
1769
- "Part Number": "Not Specified"
1770
- },
1771
- {
1772
- "record_id": "0x0035",
1773
- "size": "4",
1774
- "application_identifier": "Processor Information",
1775
- "Socket Designation": "CPU socket #49",
1776
- "Type": "Central Processor",
1777
- "Family": "Unknown",
1778
- "Manufacturer": "000000000000",
1779
- "ID": "00 00 00 00 00 00 00 00",
1780
- "Version": "Unknown Processor ",
1781
- "Voltage": "3.3 V",
1782
- "External Clock": "Unknown",
1783
- "Max Speed": "30000 MHz",
1784
- "Current Speed": "Unknown",
1785
- "Status": "Unpopulated",
1786
- "Upgrade": "ZIF Socket",
1787
- "L1 Cache Handle": "0x00B6",
1788
- "L2 Cache Handle": "0x00B7",
1789
- "L3 Cache Handle": "Not Provided",
1790
- "Serial Number": "Not Specified",
1791
- "Asset Tag": "Not Specified",
1792
- "Part Number": "Not Specified"
1793
- },
1794
- {
1795
- "record_id": "0x0036",
1796
- "size": "4",
1797
- "application_identifier": "Processor Information",
1798
- "Socket Designation": "CPU socket #50",
1799
- "Type": "Central Processor",
1800
- "Family": "Unknown",
1801
- "Manufacturer": "000000000000",
1802
- "ID": "00 00 00 00 00 00 00 00",
1803
- "Version": "Unknown Processor ",
1804
- "Voltage": "3.3 V",
1805
- "External Clock": "Unknown",
1806
- "Max Speed": "30000 MHz",
1807
- "Current Speed": "Unknown",
1808
- "Status": "Unpopulated",
1809
- "Upgrade": "ZIF Socket",
1810
- "L1 Cache Handle": "0x00B8",
1811
- "L2 Cache Handle": "0x00B9",
1812
- "L3 Cache Handle": "Not Provided",
1813
- "Serial Number": "Not Specified",
1814
- "Asset Tag": "Not Specified",
1815
- "Part Number": "Not Specified"
1816
- },
1817
- {
1818
- "record_id": "0x0037",
1819
- "size": "4",
1820
- "application_identifier": "Processor Information",
1821
- "Socket Designation": "CPU socket #51",
1822
- "Type": "Central Processor",
1823
- "Family": "Unknown",
1824
- "Manufacturer": "000000000000",
1825
- "ID": "00 00 00 00 00 00 00 00",
1826
- "Version": "Unknown Processor ",
1827
- "Voltage": "3.3 V",
1828
- "External Clock": "Unknown",
1829
- "Max Speed": "30000 MHz",
1830
- "Current Speed": "Unknown",
1831
- "Status": "Unpopulated",
1832
- "Upgrade": "ZIF Socket",
1833
- "L1 Cache Handle": "0x00BA",
1834
- "L2 Cache Handle": "0x00BB",
1835
- "L3 Cache Handle": "Not Provided",
1836
- "Serial Number": "Not Specified",
1837
- "Asset Tag": "Not Specified",
1838
- "Part Number": "Not Specified"
1839
- },
1840
- {
1841
- "record_id": "0x0038",
1842
- "size": "4",
1843
- "application_identifier": "Processor Information",
1844
- "Socket Designation": "CPU socket #52",
1845
- "Type": "Central Processor",
1846
- "Family": "Unknown",
1847
- "Manufacturer": "000000000000",
1848
- "ID": "00 00 00 00 00 00 00 00",
1849
- "Version": "Unknown Processor ",
1850
- "Voltage": "3.3 V",
1851
- "External Clock": "Unknown",
1852
- "Max Speed": "30000 MHz",
1853
- "Current Speed": "Unknown",
1854
- "Status": "Unpopulated",
1855
- "Upgrade": "ZIF Socket",
1856
- "L1 Cache Handle": "0x00BC",
1857
- "L2 Cache Handle": "0x00BD",
1858
- "L3 Cache Handle": "Not Provided",
1859
- "Serial Number": "Not Specified",
1860
- "Asset Tag": "Not Specified",
1861
- "Part Number": "Not Specified"
1862
- },
1863
- {
1864
- "record_id": "0x0039",
1865
- "size": "4",
1866
- "application_identifier": "Processor Information",
1867
- "Socket Designation": "CPU socket #53",
1868
- "Type": "Central Processor",
1869
- "Family": "Unknown",
1870
- "Manufacturer": "000000000000",
1871
- "ID": "00 00 00 00 00 00 00 00",
1872
- "Version": "Unknown Processor ",
1873
- "Voltage": "3.3 V",
1874
- "External Clock": "Unknown",
1875
- "Max Speed": "30000 MHz",
1876
- "Current Speed": "Unknown",
1877
- "Status": "Unpopulated",
1878
- "Upgrade": "ZIF Socket",
1879
- "L1 Cache Handle": "0x00BE",
1880
- "L2 Cache Handle": "0x00BF",
1881
- "L3 Cache Handle": "Not Provided",
1882
- "Serial Number": "Not Specified",
1883
- "Asset Tag": "Not Specified",
1884
- "Part Number": "Not Specified"
1885
- },
1886
- {
1887
- "record_id": "0x003A",
1888
- "size": "4",
1889
- "application_identifier": "Processor Information",
1890
- "Socket Designation": "CPU socket #54",
1891
- "Type": "Central Processor",
1892
- "Family": "Unknown",
1893
- "Manufacturer": "000000000000",
1894
- "ID": "00 00 00 00 00 00 00 00",
1895
- "Version": "Unknown Processor ",
1896
- "Voltage": "3.3 V",
1897
- "External Clock": "Unknown",
1898
- "Max Speed": "30000 MHz",
1899
- "Current Speed": "Unknown",
1900
- "Status": "Unpopulated",
1901
- "Upgrade": "ZIF Socket",
1902
- "L1 Cache Handle": "0x00C0",
1903
- "L2 Cache Handle": "0x00C1",
1904
- "L3 Cache Handle": "Not Provided",
1905
- "Serial Number": "Not Specified",
1906
- "Asset Tag": "Not Specified",
1907
- "Part Number": "Not Specified"
1908
- },
1909
- {
1910
- "record_id": "0x003B",
1911
- "size": "4",
1912
- "application_identifier": "Processor Information",
1913
- "Socket Designation": "CPU socket #55",
1914
- "Type": "Central Processor",
1915
- "Family": "Unknown",
1916
- "Manufacturer": "000000000000",
1917
- "ID": "00 00 00 00 00 00 00 00",
1918
- "Version": "Unknown Processor ",
1919
- "Voltage": "3.3 V",
1920
- "External Clock": "Unknown",
1921
- "Max Speed": "30000 MHz",
1922
- "Current Speed": "Unknown",
1923
- "Status": "Unpopulated",
1924
- "Upgrade": "ZIF Socket",
1925
- "L1 Cache Handle": "0x00C2",
1926
- "L2 Cache Handle": "0x00C3",
1927
- "L3 Cache Handle": "Not Provided",
1928
- "Serial Number": "Not Specified",
1929
- "Asset Tag": "Not Specified",
1930
- "Part Number": "Not Specified"
1931
- },
1932
- {
1933
- "record_id": "0x003C",
1934
- "size": "4",
1935
- "application_identifier": "Processor Information",
1936
- "Socket Designation": "CPU socket #56",
1937
- "Type": "Central Processor",
1938
- "Family": "Unknown",
1939
- "Manufacturer": "000000000000",
1940
- "ID": "00 00 00 00 00 00 00 00",
1941
- "Version": "Unknown Processor ",
1942
- "Voltage": "3.3 V",
1943
- "External Clock": "Unknown",
1944
- "Max Speed": "30000 MHz",
1945
- "Current Speed": "Unknown",
1946
- "Status": "Unpopulated",
1947
- "Upgrade": "ZIF Socket",
1948
- "L1 Cache Handle": "0x00C4",
1949
- "L2 Cache Handle": "0x00C5",
1950
- "L3 Cache Handle": "Not Provided",
1951
- "Serial Number": "Not Specified",
1952
- "Asset Tag": "Not Specified",
1953
- "Part Number": "Not Specified"
1954
- },
1955
- {
1956
- "record_id": "0x003D",
1957
- "size": "4",
1958
- "application_identifier": "Processor Information",
1959
- "Socket Designation": "CPU socket #57",
1960
- "Type": "Central Processor",
1961
- "Family": "Unknown",
1962
- "Manufacturer": "000000000000",
1963
- "ID": "00 00 00 00 00 00 00 00",
1964
- "Version": "Unknown Processor ",
1965
- "Voltage": "3.3 V",
1966
- "External Clock": "Unknown",
1967
- "Max Speed": "30000 MHz",
1968
- "Current Speed": "Unknown",
1969
- "Status": "Unpopulated",
1970
- "Upgrade": "ZIF Socket",
1971
- "L1 Cache Handle": "0x00C6",
1972
- "L2 Cache Handle": "0x00C7",
1973
- "L3 Cache Handle": "Not Provided",
1974
- "Serial Number": "Not Specified",
1975
- "Asset Tag": "Not Specified",
1976
- "Part Number": "Not Specified"
1977
- },
1978
- {
1979
- "record_id": "0x003E",
1980
- "size": "4",
1981
- "application_identifier": "Processor Information",
1982
- "Socket Designation": "CPU socket #58",
1983
- "Type": "Central Processor",
1984
- "Family": "Unknown",
1985
- "Manufacturer": "000000000000",
1986
- "ID": "00 00 00 00 00 00 00 00",
1987
- "Version": "Unknown Processor ",
1988
- "Voltage": "3.3 V",
1989
- "External Clock": "Unknown",
1990
- "Max Speed": "30000 MHz",
1991
- "Current Speed": "Unknown",
1992
- "Status": "Unpopulated",
1993
- "Upgrade": "ZIF Socket",
1994
- "L1 Cache Handle": "0x00C8",
1995
- "L2 Cache Handle": "0x00C9",
1996
- "L3 Cache Handle": "Not Provided",
1997
- "Serial Number": "Not Specified",
1998
- "Asset Tag": "Not Specified",
1999
- "Part Number": "Not Specified"
2000
- },
2001
- {
2002
- "record_id": "0x003F",
2003
- "size": "4",
2004
- "application_identifier": "Processor Information",
2005
- "Socket Designation": "CPU socket #59",
2006
- "Type": "Central Processor",
2007
- "Family": "Unknown",
2008
- "Manufacturer": "000000000000",
2009
- "ID": "00 00 00 00 00 00 00 00",
2010
- "Version": "Unknown Processor ",
2011
- "Voltage": "3.3 V",
2012
- "External Clock": "Unknown",
2013
- "Max Speed": "30000 MHz",
2014
- "Current Speed": "Unknown",
2015
- "Status": "Unpopulated",
2016
- "Upgrade": "ZIF Socket",
2017
- "L1 Cache Handle": "0x00CA",
2018
- "L2 Cache Handle": "0x00CB",
2019
- "L3 Cache Handle": "Not Provided",
2020
- "Serial Number": "Not Specified",
2021
- "Asset Tag": "Not Specified",
2022
- "Part Number": "Not Specified"
2023
- },
2024
- {
2025
- "record_id": "0x0040",
2026
- "size": "4",
2027
- "application_identifier": "Processor Information",
2028
- "Socket Designation": "CPU socket #60",
2029
- "Type": "Central Processor",
2030
- "Family": "Unknown",
2031
- "Manufacturer": "000000000000",
2032
- "ID": "00 00 00 00 00 00 00 00",
2033
- "Version": "Unknown Processor ",
2034
- "Voltage": "3.3 V",
2035
- "External Clock": "Unknown",
2036
- "Max Speed": "30000 MHz",
2037
- "Current Speed": "Unknown",
2038
- "Status": "Unpopulated",
2039
- "Upgrade": "ZIF Socket",
2040
- "L1 Cache Handle": "0x00CC",
2041
- "L2 Cache Handle": "0x00CD",
2042
- "L3 Cache Handle": "Not Provided",
2043
- "Serial Number": "Not Specified",
2044
- "Asset Tag": "Not Specified",
2045
- "Part Number": "Not Specified"
2046
- },
2047
- {
2048
- "record_id": "0x0041",
2049
- "size": "4",
2050
- "application_identifier": "Processor Information",
2051
- "Socket Designation": "CPU socket #61",
2052
- "Type": "Central Processor",
2053
- "Family": "Unknown",
2054
- "Manufacturer": "000000000000",
2055
- "ID": "00 00 00 00 00 00 00 00",
2056
- "Version": "Unknown Processor ",
2057
- "Voltage": "3.3 V",
2058
- "External Clock": "Unknown",
2059
- "Max Speed": "30000 MHz",
2060
- "Current Speed": "Unknown",
2061
- "Status": "Unpopulated",
2062
- "Upgrade": "ZIF Socket",
2063
- "L1 Cache Handle": "0x00CE",
2064
- "L2 Cache Handle": "0x00CF",
2065
- "L3 Cache Handle": "Not Provided",
2066
- "Serial Number": "Not Specified",
2067
- "Asset Tag": "Not Specified",
2068
- "Part Number": "Not Specified"
2069
- },
2070
- {
2071
- "record_id": "0x0042",
2072
- "size": "4",
2073
- "application_identifier": "Processor Information",
2074
- "Socket Designation": "CPU socket #62",
2075
- "Type": "Central Processor",
2076
- "Family": "Unknown",
2077
- "Manufacturer": "000000000000",
2078
- "ID": "00 00 00 00 00 00 00 00",
2079
- "Version": "Unknown Processor ",
2080
- "Voltage": "3.3 V",
2081
- "External Clock": "Unknown",
2082
- "Max Speed": "30000 MHz",
2083
- "Current Speed": "Unknown",
2084
- "Status": "Unpopulated",
2085
- "Upgrade": "ZIF Socket",
2086
- "L1 Cache Handle": "0x00D0",
2087
- "L2 Cache Handle": "0x00D1",
2088
- "L3 Cache Handle": "Not Provided",
2089
- "Serial Number": "Not Specified",
2090
- "Asset Tag": "Not Specified",
2091
- "Part Number": "Not Specified"
2092
- },
2093
- {
2094
- "record_id": "0x0043",
2095
- "size": "4",
2096
- "application_identifier": "Memory Controller Information",
2097
- "Socket Designation": "CPU socket #63",
2098
- "Type": "Central Processor",
2099
- "Family": "Unknown",
2100
- "Manufacturer": "000000000000",
2101
- "ID": "00 00 00 00 00 00 00 00",
2102
- "Version": "Unknown Processor ",
2103
- "Voltage": "3.3 V",
2104
- "External Clock": "Unknown",
2105
- "Max Speed": "30000 MHz",
2106
- "Current Speed": "Unknown",
2107
- "Status": "Unpopulated",
2108
- "Upgrade": "ZIF Socket",
2109
- "L1 Cache Handle": "0x00D2",
2110
- "L2 Cache Handle": "0x00D3",
2111
- "L3 Cache Handle": "Not Provided",
2112
- "Serial Number": "Not Specified",
2113
- "Asset Tag": "Not Specified",
2114
- "Part Number": "Not Specified",
2115
- "Error Detecting Method": "None",
2116
- "Error Correcting Capabilities": {
2117
- "None": null
2118
- },
2119
- "Supported Interleave": "One-way Interleave",
2120
- "Current Interleave": "One-way Interleave",
2121
- "Maximum Memory Module Size": "32768 MB",
2122
- "Maximum Total Memory Size": "491520 MB",
2123
- "Supported Speeds": {
2124
- "70 ns": null,
2125
- "60 ns": null
2126
- },
2127
- "Supported Memory Types": {
2128
- "FPM": null,
2129
- "EDO": null,
2130
- "DIMM": null,
2131
- "SDRAM": null
2132
- },
2133
- "Memory Module Voltage": "3.3 V",
2134
- "Associated Memory Slots": {
2135
- "0x0045": null,
2136
- "0x0046": null,
2137
- "0x0047": null,
2138
- "0x0048": null,
2139
- "0x0049": null,
2140
- "0x004A": null,
2141
- "0x004B": null,
2142
- "0x004C": null,
2143
- "0x004D": null,
2144
- "0x004E": null,
2145
- "0x004F": null,
2146
- "0x0050": null,
2147
- "0x0051": null,
2148
- "0x0052": null,
2149
- "0x0053": null
2150
- },
2151
- "Enabled Error Correcting Capabilities": {
2152
- "None": null
2153
- }
2154
- }
2155
- ],
2156
- "type": "Central Processor",
2157
- "family": "Unknown",
2158
- "voltage": "3.3 V",
2159
- "external_clock": "Unknown",
2160
- "max_speed": "30000 MHz",
2161
- "upgrade": "ZIF Socket",
2162
- "l3_cache_handle": "Not Provided",
2163
- "serial_number": "Not Specified",
2164
- "asset_tag": "Not Specified",
2165
- "part_number": "Not Specified",
2166
- "error_detecting_method": "None",
2167
- "supported_interleave": "One-way Interleave",
2168
- "current_interleave": "One-way Interleave",
2169
- "maximum_memory_module_size": "32768 MB",
2170
- "maximum_total_memory_size": "491520 MB",
2171
- "memory_module_voltage": "3.3 V"
2172
- },
2173
- "memory_module": {
2174
- "all_records": [
2175
- {
2176
- "record_id": "0x0045",
2177
- "size": "6",
2178
- "application_identifier": "Memory Module Information",
2179
- "Socket Designation": "RAM socket #0",
2180
- "Bank Connections": "None",
2181
- "Current Speed": "Unknown",
2182
- "Type": "EDO DIMM",
2183
- "Installed Size": "256 MB (Single-bank Connection)",
2184
- "Enabled Size": "256 MB (Single-bank Connection)",
2185
- "Error Status": "OK"
2186
- },
2187
- {
2188
- "record_id": "0x0046",
2189
- "size": "6",
2190
- "application_identifier": "Memory Module Information",
2191
- "Socket Designation": "RAM socket #1",
2192
- "Bank Connections": "None",
2193
- "Current Speed": "Unknown",
2194
- "Type": "EDO DIMM",
2195
- "Installed Size": "128 MB (Single-bank Connection)",
2196
- "Enabled Size": "128 MB (Single-bank Connection)",
2197
- "Error Status": "OK"
2198
- },
2199
- {
2200
- "record_id": "0x0047",
2201
- "size": "6",
2202
- "application_identifier": "Memory Module Information",
2203
- "Socket Designation": "RAM socket #2",
2204
- "Bank Connections": "None",
2205
- "Current Speed": "Unknown",
2206
- "Type": "EDO DIMM",
2207
- "Installed Size": "64 MB (Single-bank Connection)",
2208
- "Enabled Size": "64 MB (Single-bank Connection)",
2209
- "Error Status": "OK"
2210
- },
2211
- {
2212
- "record_id": "0x0048",
2213
- "size": "6",
2214
- "application_identifier": "Memory Module Information",
2215
- "Socket Designation": "RAM socket #3",
2216
- "Bank Connections": "None",
2217
- "Current Speed": "Unknown",
2218
- "Type": "EDO DIMM",
2219
- "Installed Size": "32 MB (Single-bank Connection)",
2220
- "Enabled Size": "32 MB (Single-bank Connection)",
2221
- "Error Status": "OK"
2222
- },
2223
- {
2224
- "record_id": "0x0049",
2225
- "size": "6",
2226
- "application_identifier": "Memory Module Information",
2227
- "Socket Designation": "RAM socket #4",
2228
- "Bank Connections": "None",
2229
- "Current Speed": "Unknown",
2230
- "Type": "DIMM",
2231
- "Installed Size": "Not Installed",
2232
- "Enabled Size": "Not Installed",
2233
- "Error Status": "OK"
2234
- },
2235
- {
2236
- "record_id": "0x004A",
2237
- "size": "6",
2238
- "application_identifier": "Memory Module Information",
2239
- "Socket Designation": "RAM socket #5",
2240
- "Bank Connections": "None",
2241
- "Current Speed": "Unknown",
2242
- "Type": "DIMM",
2243
- "Installed Size": "Not Installed",
2244
- "Enabled Size": "Not Installed",
2245
- "Error Status": "OK"
2246
- },
2247
- {
2248
- "record_id": "0x004B",
2249
- "size": "6",
2250
- "application_identifier": "Memory Module Information",
2251
- "Socket Designation": "RAM socket #6",
2252
- "Bank Connections": "None",
2253
- "Current Speed": "Unknown",
2254
- "Type": "DIMM",
2255
- "Installed Size": "Not Installed",
2256
- "Enabled Size": "Not Installed",
2257
- "Error Status": "OK"
2258
- },
2259
- {
2260
- "record_id": "0x004C",
2261
- "size": "6",
2262
- "application_identifier": "Memory Module Information",
2263
- "Socket Designation": "RAM socket #7",
2264
- "Bank Connections": "None",
2265
- "Current Speed": "Unknown",
2266
- "Type": "DIMM",
2267
- "Installed Size": "Not Installed",
2268
- "Enabled Size": "Not Installed",
2269
- "Error Status": "OK"
2270
- },
2271
- {
2272
- "record_id": "0x004D",
2273
- "size": "6",
2274
- "application_identifier": "Memory Module Information",
2275
- "Socket Designation": "RAM socket #8",
2276
- "Bank Connections": "None",
2277
- "Current Speed": "Unknown",
2278
- "Type": "DIMM",
2279
- "Installed Size": "Not Installed",
2280
- "Enabled Size": "Not Installed",
2281
- "Error Status": "OK"
2282
- },
2283
- {
2284
- "record_id": "0x004E",
2285
- "size": "6",
2286
- "application_identifier": "Memory Module Information",
2287
- "Socket Designation": "RAM socket #9",
2288
- "Bank Connections": "None",
2289
- "Current Speed": "Unknown",
2290
- "Type": "DIMM",
2291
- "Installed Size": "Not Installed",
2292
- "Enabled Size": "Not Installed",
2293
- "Error Status": "OK"
2294
- },
2295
- {
2296
- "record_id": "0x004F",
2297
- "size": "6",
2298
- "application_identifier": "Memory Module Information",
2299
- "Socket Designation": "RAM socket #10",
2300
- "Bank Connections": "None",
2301
- "Current Speed": "Unknown",
2302
- "Type": "DIMM",
2303
- "Installed Size": "Not Installed",
2304
- "Enabled Size": "Not Installed",
2305
- "Error Status": "OK"
2306
- },
2307
- {
2308
- "record_id": "0x0050",
2309
- "size": "6",
2310
- "application_identifier": "Memory Module Information",
2311
- "Socket Designation": "RAM socket #11",
2312
- "Bank Connections": "None",
2313
- "Current Speed": "Unknown",
2314
- "Type": "DIMM",
2315
- "Installed Size": "Not Installed",
2316
- "Enabled Size": "Not Installed",
2317
- "Error Status": "OK"
2318
- },
2319
- {
2320
- "record_id": "0x0051",
2321
- "size": "6",
2322
- "application_identifier": "Memory Module Information",
2323
- "Socket Designation": "RAM socket #12",
2324
- "Bank Connections": "None",
2325
- "Current Speed": "Unknown",
2326
- "Type": "DIMM",
2327
- "Installed Size": "Not Installed",
2328
- "Enabled Size": "Not Installed",
2329
- "Error Status": "OK"
2330
- },
2331
- {
2332
- "record_id": "0x0052",
2333
- "size": "6",
2334
- "application_identifier": "Memory Module Information",
2335
- "Socket Designation": "RAM socket #13",
2336
- "Bank Connections": "None",
2337
- "Current Speed": "Unknown",
2338
- "Type": "DIMM",
2339
- "Installed Size": "Not Installed",
2340
- "Enabled Size": "Not Installed",
2341
- "Error Status": "OK"
2342
- },
2343
- {
2344
- "record_id": "0x0053",
2345
- "size": "6",
2346
- "application_identifier": "On Board Device ",
2347
- "Socket Designation": "L2 Cache",
2348
- "Bank Connections": "None",
2349
- "Current Speed": "Unknown",
2350
- "Type": "Sound",
2351
- "Installed Size": "0 kB",
2352
- "Enabled Size": "Not Installed",
2353
- "Error Status": "OK",
2354
- "Configuration": "Enabled, Socketed, Level 2",
2355
- "Operational Mode": "Write Back",
2356
- "Location": "External",
2357
- "Maximum Size": "24576 kB",
2358
- "Supported SRAM Types": {
2359
- "Burst": null,
2360
- "Pipeline Burst": null,
2361
- "Asynchronous": null
2362
- },
2363
- "Installed SRAM Type": "Burst",
2364
- "Speed": "Unknown",
2365
- "Error Correction Type": "Unknown",
2366
- "System Type": "Unknown",
2367
- "Associativity": "Unknown",
2368
- "Internal Reference Designator": "J12",
2369
- "Internal Connector Type": "None",
2370
- "External Reference Designator": "PS/2 Mouse",
2371
- "External Connector Type": "Circular DIN-8 male",
2372
- "Port Type": "Keyboard Port",
2373
- "Designation": "PCI Slot J14",
2374
- "Current Usage": "Available",
2375
- "Length": "Long",
2376
- "Characteristics": {
2377
- "5.0 V is provided": null,
2378
- "3.3 V is provided": null
2379
- },
2380
- "ID": "4",
2381
- "Status": "Disabled",
2382
- "Description": "ES1371"
2383
- }
2384
- ],
2385
- "bank_connections": "None",
2386
- "current_speed": "Unknown",
2387
- "error_status": "OK",
2388
- "configuration": "Enabled, Socketed, Level 2",
2389
- "operational_mode": "Write Back",
2390
- "location": "External",
2391
- "maximum_size": "24576 kB",
2392
- "installed_sram_type": "Burst",
2393
- "speed": "Unknown",
2394
- "error_correction_type": "Unknown",
2395
- "system_type": "Unknown",
2396
- "associativity": "Unknown",
2397
- "internal_reference_designator": "J12",
2398
- "internal_connector_type": "None",
2399
- "external_reference_designator": "PS/2 Mouse",
2400
- "external_connector_type": "Circular DIN-8 male",
2401
- "port_type": "Keyboard Port",
2402
- "designation": "PCI Slot J14",
2403
- "current_usage": "Available",
2404
- "length": "Long",
2405
- "id": "4",
2406
- "status": "Disabled",
2407
- "description": "ES1371"
739
+ "security_status": "None"
2408
740
  },
2409
741
  "oem_strings": {
2410
742
  "all_records": [
2411
743
  {
2412
- "record_id": "0x00E0",
744
+ "record_id": "0x0002",
2413
745
  "size": "11",
2414
- "application_identifier": "End Of Table",
2415
- "String 1": "[MS_VM_CERT/SHA1/27d66596a61c48dd3dc7216fd715126e33f59ae7]",
2416
- "String 2": "Welcome to the Virtual Machine",
2417
- "Area Length": "16 bytes",
2418
- "Header Start Offset": "0x0000",
2419
- "Header Length": "16 bytes",
2420
- "Data Start Offset": "0x0010",
2421
- "Access Method": "General-purpose non-volatile data functions",
2422
- "Access Address": "0x0000",
2423
- "Status": "No errors detected",
2424
- "Change Token": "0x00000036",
2425
- "Header Format": "Type 1",
2426
- "Supported Log Type Descriptors": "3",
2427
- "Descriptor 1": "POST error",
2428
- "Data Format 1": "POST results bitmap",
2429
- "Descriptor 2": "Single-bit ECC memory error",
2430
- "Data Format 2": "Multiple-event",
2431
- "Descriptor 3": "Multi-bit ECC memory error",
2432
- "Data Format 3": "Multiple-event",
2433
- "Location": "System Board Or Motherboard",
2434
- "Use": "System Memory",
2435
- "Error Correction Type": "None",
2436
- "Maximum Capacity": "1 TB",
2437
- "Error Information Handle": "No Error",
2438
- "Number Of Devices": "64",
2439
- "Array Handle": "0x00E2",
2440
- "Total Width": "Unknown",
2441
- "Data Width": "Unknown",
2442
- "Size": "No Module Installed",
2443
- "Form Factor": "DIMM",
2444
- "Set": "None",
2445
- "Locator": "RAM slot #63",
2446
- "Bank Locator": "RAM slot #63",
2447
- "Type": "OK",
2448
- "Type Detail": "Unknown",
2449
- "Speed": "Unknown",
2450
- "Manufacturer": "Not Specified",
2451
- "Serial Number": "Not Specified",
2452
- "Asset Tag": "Not Specified",
2453
- "Part Number": "Not Specified",
2454
- "Granularity": "Unknown",
2455
- "Operation": "Unknown",
2456
- "Vendor Syndrome": "Unknown",
2457
- "Memory Array Address": "Unknown",
2458
- "Device Address": "Unknown",
2459
- "Resolution": "Unknown",
2460
- "Starting Address": "0x0001DFFFC00",
2461
- "Ending Address": "0x0001DFFFFFF",
2462
- "Range Size": "1 kB",
2463
- "Physical Array Handle": "0x00E2",
2464
- "Partition Width": "64",
2465
- "Physical Device Handle": "0x0122",
2466
- "Memory Array Mapped Address Handle": "0x0124",
2467
- "Partition Row Position": "Unknown",
2468
- "Interleave Position": "Unknown",
2469
- "Interleaved Data Depth": "Unknown",
2470
- "Watchdog Timer": "Present",
2471
- "Boot Option": "Do Not Reboot",
2472
- "Boot Option On Limit": "Do Not Reboot",
2473
- "Reset Count": "Unknown",
2474
- "Reset Limit": "Unknown",
2475
- "Timer Interval": "Unknown",
2476
- "Timeout": "Unknown",
2477
- "Power-On Password Status": "Disabled",
2478
- "Keyboard Password Status": "Unknown",
2479
- "Administrator Password Status": "Enabled",
2480
- "Front Panel Reset Status": "Unknown",
2481
- "Manufacturer Name": "Intel",
2482
- "Inbound Connection": "Enabled",
2483
- "Outbound Connection": "Disabled"
746
+ "application_identifier": "OEM Strings",
747
+ "String 1": "vboxVer_5.0.6",
748
+ "String 2": "vboxRev_103037"
2484
749
  }
2485
750
  ],
2486
- "string_1": "[MS_VM_CERT/SHA1/27d66596a61c48dd3dc7216fd715126e33f59ae7]",
2487
- "string_2": "Welcome to the Virtual Machine",
2488
- "area_length": "16 bytes",
2489
- "header_start_offset": "0x0000",
2490
- "header_length": "16 bytes",
2491
- "data_start_offset": "0x0010",
2492
- "access_method": "General-purpose non-volatile data functions",
2493
- "access_address": "0x0000",
2494
- "status": "No errors detected",
2495
- "change_token": "0x00000036",
2496
- "header_format": "Type 1",
2497
- "supported_log_type_descriptors": "3",
2498
- "descriptor_1": "POST error",
2499
- "data_format_1": "POST results bitmap",
2500
- "descriptor_2": "Single-bit ECC memory error",
2501
- "data_format_2": "Multiple-event",
2502
- "descriptor_3": "Multi-bit ECC memory error",
2503
- "data_format_3": "Multiple-event",
2504
- "location": "System Board Or Motherboard",
2505
- "use": "System Memory",
2506
- "error_correction_type": "None",
2507
- "maximum_capacity": "1 TB",
2508
- "error_information_handle": "No Error",
2509
- "number_of_devices": "64",
2510
- "array_handle": "0x00E2",
2511
- "total_width": "Unknown",
2512
- "data_width": "Unknown",
2513
- "size": "No Module Installed",
2514
- "form_factor": "DIMM",
2515
- "set": "None",
2516
- "locator": "RAM slot #63",
2517
- "bank_locator": "RAM slot #63",
2518
- "type": "OK",
2519
- "type_detail": "Unknown",
2520
- "speed": "Unknown",
2521
- "manufacturer": "Not Specified",
2522
- "serial_number": "Not Specified",
2523
- "asset_tag": "Not Specified",
2524
- "part_number": "Not Specified",
2525
- "granularity": "Unknown",
2526
- "operation": "Unknown",
2527
- "vendor_syndrome": "Unknown",
2528
- "memory_array_address": "Unknown",
2529
- "device_address": "Unknown",
2530
- "resolution": "Unknown",
2531
- "starting_address": "0x0001DFFFC00",
2532
- "ending_address": "0x0001DFFFFFF",
2533
- "range_size": "1 kB",
2534
- "physical_array_handle": "0x00E2",
2535
- "partition_width": "64",
2536
- "physical_device_handle": "0x0122",
2537
- "memory_array_mapped_address_handle": "0x0124",
2538
- "partition_row_position": "Unknown",
2539
- "interleave_position": "Unknown",
2540
- "interleaved_data_depth": "Unknown",
2541
- "watchdog_timer": "Present",
2542
- "boot_option": "Do Not Reboot",
2543
- "boot_option_on_limit": "Do Not Reboot",
2544
- "reset_count": "Unknown",
2545
- "reset_limit": "Unknown",
2546
- "timer_interval": "Unknown",
2547
- "timeout": "Unknown",
2548
- "power_on_password_status": "Disabled",
2549
- "keyboard_password_status": "Unknown",
2550
- "administrator_password_status": "Enabled",
2551
- "front_panel_reset_status": "Unknown",
2552
- "manufacturer_name": "Intel",
2553
- "inbound_connection": "Enabled",
2554
- "outbound_connection": "Disabled"
751
+ "string_1": "vboxVer_5.0.6",
752
+ "string_2": "vboxRev_103037"
2555
753
  }
2556
754
  },
2557
- "ohai_time": 1402061947.93763,
2558
- "command": {
2559
- "ps": "ps -ef"
2560
- },
755
+ "ohai_time": 1445898148.381011,
2561
756
  "languages": {
2562
757
  "ruby": {
2563
758
  "bin_dir": "/usr/local/bin",
2564
759
  "gem_bin": "/usr/local/bin/gem",
2565
760
  "gems_dir": "/usr/local/gems",
2566
761
  "ruby_bin": "/usr/local/bin/ruby"
2567
- }
762
+ },
763
+ "powershell": null
2568
764
  },
2569
765
  "chef_packages": {
2570
766
  "chef": {
2571
- "version": "11.12.4",
2572
- "chef_root": "/usr/local/gems/chef-11.12.4/lib"
767
+ "version": "12.5.1",
768
+ "chef_root": "/usr/local/gems/chef-12.5.1/lib"
2573
769
  },
2574
770
  "ohai": {
2575
- "version": "7.0.4",
2576
- "ohai_root": "/usr/local/gems/ohai-7.0.4/lib/ohai"
771
+ "version": "8.7.0",
772
+ "ohai_root": "/usr/local/gems/ohai-8.7.0/lib/ohai"
2577
773
  }
2578
774
  },
2579
775
  "counters": {
@@ -2681,6 +877,6 @@
2681
877
  "total": 1
2682
878
  },
2683
879
  "memory": {
2684
- "total": "524288kB"
880
+ "total": "1024MB"
2685
881
  }
2686
882
  }