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