Ticket #1860: s14_JSON.txt

File s14_JSON.txt, 15.9 KB (added by mircea.voicu, 7 weeks ago)

s14_JSON_output

Line 
1[root@s14 ~]# sudo -n smartctl -a /dev/bus/0 -d megaraid,0 -j
2{
3 "json_format_version": [
4 1,
5 0
6 ],
7 "smartctl": {
8 "version": [
9 7,
10 2
11 ],
12 "svn_revision": "5155",
13 "platform_info": "x86_64-linux-5.14.0-162.22.2.el9_1.x86_64",
14 "build_info": "(local build)",
15 "argv": [
16 "smartctl",
17 "-a",
18 "-d",
19 "megaraid,0",
20 "/dev/bus/0",
21 "-j"
22 ],
23 "messages": [
24 {
25 "string": "Warning: This result is based on an Attribute check.",
26 "severity": "warning"
27 }
28 ],
29 "exit_status": 4
30 },
31 "device": {
32 "name": "/dev/bus/0",
33 "info_name": "/dev/bus/0 [megaraid_disk_00] [SAT]",
34 "type": "sat+megaraid,0",
35 "protocol": "ATA"
36 },
37 "model_name": "ST16000NM000J-2TW103",
38 "serial_number": "ZR547BZ8",
39 "wwn": {
40 "naa": 5,
41 "oui": 3152,
42 "id": 3703342729
43 },
44 "firmware_version": "SN02",
45 "user_capacity": {
46 "blocks": 31251759104,
47 "bytes": 16000900661248
48 },
49 "logical_block_size": 512,
50 "physical_block_size": 4096,
51 "rotation_rate": 7200,
52 "form_factor": {
53 "ata_value": 2,
54 "name": "3.5 inches"
55 },
56 "trim": {
57 "supported": false
58 },
59 "in_smartctl_database": false,
60 "ata_version": {
61 "string": "ACS-4 (minor revision not indicated)",
62 "major_value": 4064,
63 "minor_value": 65535
64 },
65 "sata_version": {
66 "string": "SATA 3.3",
67 "value": 511
68 },
69 "interface_speed": {
70 "max": {
71 "sata_value": 14,
72 "string": "6.0 Gb/s",
73 "units_per_second": 60,
74 "bits_per_unit": 100000000
75 },
76 "current": {
77 "sata_value": 3,
78 "string": "6.0 Gb/s",
79 "units_per_second": 60,
80 "bits_per_unit": 100000000
81 }
82 },
83 "local_time": {
84 "time_t": 1722608149,
85 "asctime": "Fri Aug 2 17:15:49 2024 EEST"
86 },
87 "smart_status": {
88 "passed": true
89 },
90 "ata_smart_data": {
91 "offline_data_collection": {
92 "status": {
93 "value": 130,
94 "string": "was completed without error",
95 "passed": true
96 },
97 "completion_seconds": 567
98 },
99 "self_test": {
100 "status": {
101 "value": 0,
102 "string": "completed without error",
103 "passed": true
104 },
105 "polling_minutes": {
106 "short": 1,
107 "extended": 1361,
108 "conveyance": 2
109 }
110 },
111 "capabilities": {
112 "values": [
113 123,
114 3
115 ],
116 "exec_offline_immediate_supported": true,
117 "offline_is_aborted_upon_new_cmd": false,
118 "offline_surface_scan_supported": true,
119 "self_tests_supported": true,
120 "conveyance_self_test_supported": true,
121 "selective_self_test_supported": true,
122 "attribute_autosave_enabled": true,
123 "error_logging_supported": true,
124 "gp_logging_supported": true
125 }
126 },
127 "ata_sct_capabilities": {
128 "value": 28861,
129 "error_recovery_control_supported": true,
130 "feature_control_supported": true,
131 "data_table_supported": true
132 },
133 "ata_smart_attributes": {
134 "revision": 10,
135 "table": [
136 {
137 "id": 1,
138 "name": "Raw_Read_Error_Rate",
139 "value": 83,
140 "worst": 64,
141 "thresh": 44,
142 "when_failed": "",
143 "flags": {
144 "value": 15,
145 "string": "POSR-- ",
146 "prefailure": true,
147 "updated_online": true,
148 "performance": true,
149 "error_rate": true,
150 "event_count": false,
151 "auto_keep": false
152 },
153 "raw": {
154 "value": 215681349,
155 "string": "215681349"
156 }
157 },
158 {
159 "id": 3,
160 "name": "Spin_Up_Time",
161 "value": 90,
162 "worst": 90,
163 "thresh": 0,
164 "when_failed": "",
165 "flags": {
166 "value": 3,
167 "string": "PO---- ",
168 "prefailure": true,
169 "updated_online": true,
170 "performance": false,
171 "error_rate": false,
172 "event_count": false,
173 "auto_keep": false
174 },
175 "raw": {
176 "value": 0,
177 "string": "0"
178 }
179 },
180 {
181 "id": 4,
182 "name": "Start_Stop_Count",
183 "value": 100,
184 "worst": 100,
185 "thresh": 20,
186 "when_failed": "",
187 "flags": {
188 "value": 50,
189 "string": "-O--CK ",
190 "prefailure": false,
191 "updated_online": true,
192 "performance": false,
193 "error_rate": false,
194 "event_count": true,
195 "auto_keep": true
196 },
197 "raw": {
198 "value": 12,
199 "string": "12"
200 }
201 },
202 {
203 "id": 5,
204 "name": "Reallocated_Sector_Ct",
205 "value": 100,
206 "worst": 100,
207 "thresh": 10,
208 "when_failed": "",
209 "flags": {
210 "value": 51,
211 "string": "PO--CK ",
212 "prefailure": true,
213 "updated_online": true,
214 "performance": false,
215 "error_rate": false,
216 "event_count": true,
217 "auto_keep": true
218 },
219 "raw": {
220 "value": 0,
221 "string": "0"
222 }
223 },
224 {
225 "id": 7,
226 "name": "Seek_Error_Rate",
227 "value": 88,
228 "worst": 60,
229 "thresh": 45,
230 "when_failed": "",
231 "flags": {
232 "value": 15,
233 "string": "POSR-- ",
234 "prefailure": true,
235 "updated_online": true,
236 "performance": true,
237 "error_rate": true,
238 "event_count": false,
239 "auto_keep": false
240 },
241 "raw": {
242 "value": 575132526,
243 "string": "575132526"
244 }
245 },
246 {
247 "id": 9,
248 "name": "Power_On_Hours",
249 "value": 75,
250 "worst": 75,
251 "thresh": 0,
252 "when_failed": "",
253 "flags": {
254 "value": 50,
255 "string": "-O--CK ",
256 "prefailure": false,
257 "updated_online": true,
258 "performance": false,
259 "error_rate": false,
260 "event_count": true,
261 "auto_keep": true
262 },
263 "raw": {
264 "value": 22385,
265 "string": "22385"
266 }
267 },
268 {
269 "id": 10,
270 "name": "Spin_Retry_Count",
271 "value": 100,
272 "worst": 100,
273 "thresh": 97,
274 "when_failed": "",
275 "flags": {
276 "value": 19,
277 "string": "PO--C- ",
278 "prefailure": true,
279 "updated_online": true,
280 "performance": false,
281 "error_rate": false,
282 "event_count": true,
283 "auto_keep": false
284 },
285 "raw": {
286 "value": 0,
287 "string": "0"
288 }
289 },
290 {
291 "id": 12,
292 "name": "Power_Cycle_Count",
293 "value": 100,
294 "worst": 100,
295 "thresh": 20,
296 "when_failed": "",
297 "flags": {
298 "value": 50,
299 "string": "-O--CK ",
300 "prefailure": false,
301 "updated_online": true,
302 "performance": false,
303 "error_rate": false,
304 "event_count": true,
305 "auto_keep": true
306 },
307 "raw": {
308 "value": 12,
309 "string": "12"
310 }
311 },
312 {
313 "id": 18,
314 "name": "Unknown_Attribute",
315 "value": 100,
316 "worst": 100,
317 "thresh": 50,
318 "when_failed": "",
319 "flags": {
320 "value": 11,
321 "string": "PO-R-- ",
322 "prefailure": true,
323 "updated_online": true,
324 "performance": false,
325 "error_rate": true,
326 "event_count": false,
327 "auto_keep": false
328 },
329 "raw": {
330 "value": 0,
331 "string": "0"
332 }
333 },
334 {
335 "id": 187,
336 "name": "Reported_Uncorrect",
337 "value": 100,
338 "worst": 100,
339 "thresh": 0,
340 "when_failed": "",
341 "flags": {
342 "value": 50,
343 "string": "-O--CK ",
344 "prefailure": false,
345 "updated_online": true,
346 "performance": false,
347 "error_rate": false,
348 "event_count": true,
349 "auto_keep": true
350 },
351 "raw": {
352 "value": 0,
353 "string": "0"
354 }
355 },
356 {
357 "id": 188,
358 "name": "Command_Timeout",
359 "value": 100,
360 "worst": 100,
361 "thresh": 0,
362 "when_failed": "",
363 "flags": {
364 "value": 50,
365 "string": "-O--CK ",
366 "prefailure": false,
367 "updated_online": true,
368 "performance": false,
369 "error_rate": false,
370 "event_count": true,
371 "auto_keep": true
372 },
373 "raw": {
374 "value": 0,
375 "string": "0"
376 }
377 },
378 {
379 "id": 190,
380 "name": "Airflow_Temperature_Cel",
381 "value": 72,
382 "worst": 64,
383 "thresh": 0,
384 "when_failed": "",
385 "flags": {
386 "value": 34,
387 "string": "-O---K ",
388 "prefailure": false,
389 "updated_online": true,
390 "performance": false,
391 "error_rate": false,
392 "event_count": false,
393 "auto_keep": true
394 },
395 "raw": {
396 "value": 605224988,
397 "string": "28 (Min/Max 19/36)"
398 }
399 },
400 {
401 "id": 192,
402 "name": "Power-Off_Retract_Count",
403 "value": 100,
404 "worst": 100,
405 "thresh": 0,
406 "when_failed": "",
407 "flags": {
408 "value": 50,
409 "string": "-O--CK ",
410 "prefailure": false,
411 "updated_online": true,
412 "performance": false,
413 "error_rate": false,
414 "event_count": true,
415 "auto_keep": true
416 },
417 "raw": {
418 "value": 8,
419 "string": "8"
420 }
421 },
422 {
423 "id": 193,
424 "name": "Load_Cycle_Count",
425 "value": 98,
426 "worst": 98,
427 "thresh": 0,
428 "when_failed": "",
429 "flags": {
430 "value": 50,
431 "string": "-O--CK ",
432 "prefailure": false,
433 "updated_online": true,
434 "performance": false,
435 "error_rate": false,
436 "event_count": true,
437 "auto_keep": true
438 },
439 "raw": {
440 "value": 4979,
441 "string": "4979"
442 }
443 },
444 {
445 "id": 194,
446 "name": "Temperature_Celsius",
447 "value": 28,
448 "worst": 40,
449 "thresh": 0,
450 "when_failed": "",
451 "flags": {
452 "value": 34,
453 "string": "-O---K ",
454 "prefailure": false,
455 "updated_online": true,
456 "performance": false,
457 "error_rate": false,
458 "event_count": false,
459 "auto_keep": true
460 },
461 "raw": {
462 "value": 60129542172,
463 "string": "28 (0 14 0 0 0)"
464 }
465 },
466 {
467 "id": 197,
468 "name": "Current_Pending_Sector",
469 "value": 100,
470 "worst": 100,
471 "thresh": 0,
472 "when_failed": "",
473 "flags": {
474 "value": 18,
475 "string": "-O--C- ",
476 "prefailure": false,
477 "updated_online": true,
478 "performance": false,
479 "error_rate": false,
480 "event_count": true,
481 "auto_keep": false
482 },
483 "raw": {
484 "value": 0,
485 "string": "0"
486 }
487 },
488 {
489 "id": 198,
490 "name": "Offline_Uncorrectable",
491 "value": 100,
492 "worst": 100,
493 "thresh": 0,
494 "when_failed": "",
495 "flags": {
496 "value": 16,
497 "string": "----C- ",
498 "prefailure": false,
499 "updated_online": false,
500 "performance": false,
501 "error_rate": false,
502 "event_count": true,
503 "auto_keep": false
504 },
505 "raw": {
506 "value": 0,
507 "string": "0"
508 }
509 },
510 {
511 "id": 199,
512 "name": "UDMA_CRC_Error_Count",
513 "value": 200,
514 "worst": 200,
515 "thresh": 0,
516 "when_failed": "",
517 "flags": {
518 "value": 62,
519 "string": "-OSRCK ",
520 "prefailure": false,
521 "updated_online": true,
522 "performance": true,
523 "error_rate": true,
524 "event_count": true,
525 "auto_keep": true
526 },
527 "raw": {
528 "value": 0,
529 "string": "0"
530 }
531 },
532 {
533 "id": 200,
534 "name": "Multi_Zone_Error_Rate",
535 "value": 100,
536 "worst": 100,
537 "thresh": 1,
538 "when_failed": "",
539 "flags": {
540 "value": 35,
541 "string": "PO---K ",
542 "prefailure": true,
543 "updated_online": true,
544 "performance": false,
545 "error_rate": false,
546 "event_count": false,
547 "auto_keep": true
548 },
549 "raw": {
550 "value": 0,
551 "string": "0"
552 }
553 },
554 {
555 "id": 240,
556 "name": "Head_Flying_Hours",
557 "value": 100,
558 "worst": 253,
559 "thresh": 0,
560 "when_failed": "",
561 "flags": {
562 "value": 0,
563 "string": "------ ",
564 "prefailure": false,
565 "updated_online": false,
566 "performance": false,
567 "error_rate": false,
568 "event_count": false,
569 "auto_keep": false
570 },
571 "raw": {
572 "value": 154133491371904,
573 "string": "20352 (140 47 0)"
574 }
575 },
576 {
577 "id": 241,
578 "name": "Total_LBAs_Written",
579 "value": 100,
580 "worst": 253,
581 "thresh": 0,
582 "when_failed": "",
583 "flags": {
584 "value": 0,
585 "string": "------ ",
586 "prefailure": false,
587 "updated_online": false,
588 "performance": false,
589 "error_rate": false,
590 "event_count": false,
591 "auto_keep": false
592 },
593 "raw": {
594 "value": 339418901581,
595 "string": "339418901581"
596 }
597 },
598 {
599 "id": 242,
600 "name": "Total_LBAs_Read",
601 "value": 100,
602 "worst": 253,
603 "thresh": 0,
604 "when_failed": "",
605 "flags": {
606 "value": 0,
607 "string": "------ ",
608 "prefailure": false,
609 "updated_online": false,
610 "performance": false,
611 "error_rate": false,
612 "event_count": false,
613 "auto_keep": false
614 },
615 "raw": {
616 "value": 18444224397208,
617 "string": "18444224397208"
618 }
619 }
620 ]
621 },
622 "power_on_time": {
623 "hours": 22385
624 },
625 "power_cycle_count": 12,
626 "temperature": {
627 "current": 28
628 },
629 "ata_smart_error_log": {
630 "summary": {
631 "revision": 1,
632 "count": 0
633 }
634 },
635 "ata_smart_self_test_log": {
636 "standard": {
637 "revision": 1,
638 "count": 0
639 }
640 },
641 "ata_smart_selective_self_test_log": {
642 "revision": 1,
643 "table": [
644 {
645 "lba_min": 0,
646 "lba_max": 0,
647 "status": {
648 "value": 0,
649 "string": "Not_testing"
650 }
651 },
652 {
653 "lba_min": 0,
654 "lba_max": 0,
655 "status": {
656 "value": 0,
657 "string": "Not_testing"
658 }
659 },
660 {
661 "lba_min": 0,
662 "lba_max": 0,
663 "status": {
664 "value": 0,
665 "string": "Not_testing"
666 }
667 },
668 {
669 "lba_min": 0,
670 "lba_max": 0,
671 "status": {
672 "value": 0,
673 "string": "Not_testing"
674 }
675 },
676 {
677 "lba_min": 0,
678 "lba_max": 0,
679 "status": {
680 "value": 0,
681 "string": "Not_testing"
682 }
683 }
684 ],
685 "flags": {
686 "value": 0,
687 "remainder_scan_enabled": false
688 },
689 "power_up_scan_resume_minutes": 0
690 }
691}