New
#11
Disable everything in the boot list options except the SSD.
Does the SSD boot ?
Sounds like Windows installer put (or reused) the boot partition to/on another drive.
Can you confirm all required partitions are on same drive?
-MSR
-System
-Windows
-RE (recovery environment)
DiskParInfo Result
"PowerShell Get-Partition" has failed. The system probably has a problem.
To fix the problem, please run "Tuneup1.bat", which can be downloaded from:
TenForums at Batch files for use in BSOD debugging
Press [D] to download the batch file directly.
Press [C] to close this window. Then manually download the batch file.
- - - Updated - - -
Tuneup.bat Results
###########################################################
# The following commands will be run in sequence. #
# The first 5 will take quite a while to run, be patient. #
###########################################################
sfc /scannow
dism /online /cleanup-image /scanhealth
dism /online /cleanup-image /restorehealth
sfc /scannow
chkdsk /scan
wmic recoveros get autoreboot
wmic recoveros set autoreboot = false
wmic recoveros get autoreboot
wmic recoveros get DebugInfoType
wmic recoveros set DebugInfoType = 7
wmic recoveros get DebugInfoType
wmic pagefile list /format:list
wmic Computersystem where name="DESKTOP-JLQFUO8" get AutomaticManagedPagefile
wmic Computersystem where name="DESKTOP-JLQFUO8" set AutomaticManagedPagefile=True
wmic Computersystem where name="DESKTOP-JLQFUO8" get AutomaticManagedPagefile
bcdedit /enum {badmemory}
C:\Windows\system32>sfc /scannow
Beginning system scan. This process will take some time.
Beginning verification phase of system scan.
Verification 100% complete.
Windows Resource Protection found corrupt files and successfully repaired them.
For online repairs, details are included in the CBS log file located at
windir\Logs\CBS\CBS.log. For example C:\Windows\Logs\CBS\CBS.log. For offline
repairs, details are included in the log file provided by the /OFFLOGFILE flag.
C:\Windows\system32>dism /online /cleanup-image /scanhealth
Deployment Image Servicing and Management tool
Version: 10.0.19041.844
Image Version: 10.0.19042.867
[==========================100.0%==========================] No component store corruption detected.
The operation completed successfully.
C:\Windows\system32>dism /online /cleanup-image /restorehealth
Deployment Image Servicing and Management tool
Version: 10.0.19041.844
Image Version: 10.0.19042.867
[==========================100.0%==========================] The restore operation completed successfully.
The operation completed successfully.
C:\Windows\system32>sfc /scannow
Beginning system scan. This process will take some time.
Beginning verification phase of system scan.
Verification 100% complete.
Windows Resource Protection did not find any integrity violations.
C:\Windows\system32>chkdsk /scan
The type of the file system is NTFS.
Stage 1: Examining basic file system structure ...
264448 file records processed.
File verification completed.
Phase duration (File record verification): 2.98 seconds.
6213 large file records processed.
Phase duration (Orphan file record recovery): 0.00 milliseconds.
0 bad file records processed.
Phase duration (Bad file record checking): 0.60 milliseconds.
Stage 2: Examining file name linkage ...
386 reparse records processed.
402900 index entries processed.
Index verification completed.
Phase duration (Index verification): 13.53 seconds.
0 unindexed files scanned.
Phase duration (Orphan reconnection): 441.16 milliseconds.
0 unindexed files recovered to lost and found.
Phase duration (Orphan recovery to lost and found): 0.86 milliseconds.
386 reparse records processed.
Phase duration (Reparse point and Object ID verification): 3.60 milliseconds.
Stage 3: Examining security descriptors ...
Security descriptor verification completed.
Phase duration (Security descriptor verification): 75.92 milliseconds.
69227 data files processed.
Phase duration (Data attribute verification): 0.53 milliseconds.
CHKDSK is verifying Usn Journal...
39407848 USN bytes processed.
Usn Journal verification completed.
Phase duration (USN journal verification): 287.28 milliseconds.
Windows has scanned the file system and found no problems.
No further action is required.
116594027 KB total disk space.
36426524 KB in 188524 files.
132008 KB in 69228 indexes.
0 KB in bad sectors.
374151 KB in use by the system.
65536 KB occupied by the log file.
79661344 KB available on disk.
4096 bytes in each allocation unit.
29148506 total allocation units on disk.
19915336 allocation units available on disk.
Total duration: 17.33 seconds (17332 ms).
C:\Windows\system32>wmic recoveros get autoreboot
AutoReboot
TRUE
C:\Windows\system32>wmic recoveros set autoreboot = false
Updating property(s) of '\\DESKTOP-JLQFUO8\ROOT\CIMV2:Win32_OSRecoveryConfiguration.Name="Microsoft Windows 10 Pro N|C:\\Windows|\\Device\\Harddisk0\\Partition3"'
Property(s) update successful.
C:\Windows\system32>wmic recoveros get autoreboot
AutoReboot
FALSE
C:\Windows\system32>wmic recoveros get DebugInfoType
DebugInfoType
7
C:\Windows\system32>wmic recoveros set DebugInfoType = 7
Updating property(s) of '\\DESKTOP-JLQFUO8\ROOT\CIMV2:Win32_OSRecoveryConfiguration.Name="Microsoft Windows 10 Pro N|C:\\Windows|\\Device\\Harddisk0\\Partition3"'
Property(s) update successful.
C:\Windows\system32>wmic recoveros get DebugInfoType
DebugInfoType
7
C:\Windows\system32>wmic pagefile list /format:list
AllocatedBaseSize=2944
CurrentUsage=0
Description=C:\pagefile.sys
InstallDate=20210311175323.800586-480
Name=C:\pagefile.sys
PeakUsage=1
Status=
TempPageFile=FALSE
C:\Windows\system32>wmic Computersystem where name="DESKTOP-JLQFUO8" get AutomaticManagedPagefile
AutomaticManagedPagefile
TRUE
C:\Windows\system32>wmic Computersystem where name="DESKTOP-JLQFUO8" set AutomaticManagedPagefile=True
Updating property(s) of '\\DESKTOP-JLQFUO8\ROOT\CIMV2:Win32_ComputerSystem.Name="DESKTOP-JLQFUO8"'
Property(s) update successful.
C:\Windows\system32>wmic Computersystem where name="DESKTOP-JLQFUO8" get AutomaticManagedPagefile
AutomaticManagedPagefile
TRUE
C:\Windows\system32>bcdedit /enum {badmemory}
RAM Defects
-----------
identifier {badmemory}
C:\Windows\system32>Echo off
###################################################################################
# How to capture batch file data and post in your thread in the BSOD forum #
# #
# Batch files and instructions for use in BSOD debugging[Part Two-Four] #
# #
# Press [V] to visit the above web page for detailed instructions. #
# Press [C] to close this window. #
###################################################################################
First scannow:
Code:Windows Resource Protection found corrupt files and successfully repaired them.
Second scannow:
Code:Windows Resource Protection did not find any integrity violations.
When available please post diskparinfo results or error message / code, disk management, and Mini tool images
Please run:
SFCfromFile.bat - Click here to go to the BSOD batch repository to download and run this batch file.
V2: BSOD - Posting Instructions
Open administrative command prompt (ACP) and type or copy and paste: (all at one time)
Code:diskpart lis dis lis vol sel dis 0 det dis lis par sel par 1 det par sel par 2 det par sel par 3 det par sel par 4 det par sel par 5 det par sel par 6 det par sel dis 1 det dis lis par sel par 1 det par sel par 2 det par sel par 3 det par sel par 4 det par sel par 5 det par sel par 6 det par sel dis 2 det dis lis par sel par 1 det par sel par 2 det par sel par 3 det par sel par 4 det par sel par 5 det par sel par 6 det par sel dis 3 det dis lis par sel par 1 det par sel par 2 det par sel par 3 det par sel par 4 det par sel par 5 det par sel par 6 det par exit
When these have completed > right click on the top bar or title bar of the administrative command prompt box > left click on edit then select all > right click on the top bar again > left click on edit then copy > paste into the thread
Use this link as needed when posting results:
How to Change Post Editor to Source or WYSIWYG Mode at TenForums.com
Run the following version, which works even if "PowerShell Get-Partition" has failed.
DiskParInfo (new).bat
@zbook, please use the above new version instead of the old one.
- - - Updated - - -
Disk 0 : SSD. It has 4 partition(s). Model: SanDisk SSD PLUS 120GB
Disk 1 : HDD. It has 3 partition(s). Model: WDC WD60EZRX-00MVLB1
Disk 2 : HDD. It has 2 partition(s). Model: WDC WD60EZRX-00MVLB1
The script has found the above 3 storage device(s) in total.
=======================================================================
Microsoft DiskPart version 10.0.19041.610
Copyright (C) Microsoft Corporation.
On computer: DESKTOP-JLQFUO8
Disk ### Status Size Free Dyn Gpt
-------- ------------- ------- ------- --- ---
Disk 0 Online 111 GB 1024 KB *
Disk 1 Online 5589 GB 0 B * *
Disk 2 Online 5589 GB 0 B *
Disk M0 Missing 0 B 0 B *
Volume ### Ltr Label Fs Type Size Status Info
---------- --- ----------- ----- ---------- ------- --------- --------
Volume 0 Stripe 10 TB Failed
Volume 1 C NTFS Partition 111 GB Healthy Boot
Volume 2 FAT32 Partition 100 MB Healthy System
Volume 3 NTFS Partition 499 MB Healthy Hidden
Volume 4 D Temp NTFS Partition 5588 GB Healthy
Disk 0 is now the selected disk.
SanDisk SSD PLUS 120GB
Disk ID: {31D24CFE-573C-4825-9BF8-C39677CCECA1}
Type : SATA
Status : Online
Path : 0
Target : 0
LUN ID : 0
Location Path : PCIROOT(0)#PCI(1F02)#ATA(C00T00L00)
Current Read-only State : No
Read-only : No
Boot Disk : Yes
Pagefile Disk : Yes
Hibernation File Disk : No
Crashdump Disk : Yes
Clustered Disk : No
Volume ### Ltr Label Fs Type Size Status Info
---------- --- ----------- ----- ---------- ------- --------- --------
Volume 1 C NTFS Partition 111 GB Healthy Boot
Volume 2 FAT32 Partition 100 MB Healthy System
Volume 3 NTFS Partition 499 MB Healthy Hidden
Partition ### Type Size Offset
------------- ---------------- ------- -------
Partition 1 System 100 MB 1024 KB
Partition 2 Reserved 16 MB 101 MB
Partition 3 Primary 111 GB 117 MB
Partition 4 Recovery 499 MB 111 GB
Partition 1 is now the selected partition.
Partition 1
Type : c12a7328-f81f-11d2-ba4b-00a0c93ec93b
Hidden : Yes
Required: No
Attrib : 0X8000000000000000
Offset in Bytes: 1048576
Volume ### Ltr Label Fs Type Size Status Info
---------- --- ----------- ----- ---------- ------- --------- --------
* Volume 2 FAT32 Partition 100 MB Healthy System
Partition 2 is now the selected partition.
Partition 2
Type : e3c9e316-0b5c-4db8-817d-f92df00215ae
Hidden : Yes
Required: No
Attrib : 0X8000000000000000
Offset in Bytes: 105906176
There is no volume associated with this partition.
Partition 3 is now the selected partition.
Partition 3
Type : ebd0a0a2-b9e5-4433-87c0-68b6b72699c7
Hidden : No
Required: No
Attrib : 0000000000000000
Offset in Bytes: 122683392
Volume ### Ltr Label Fs Type Size Status Info
---------- --- ----------- ----- ---------- ------- --------- --------
* Volume 1 C NTFS Partition 111 GB Healthy Boot
Partition 4 is now the selected partition.
Partition 4
Type : de94bba4-06d1-4d40-a16a-bfd50179d6ac
Hidden : Yes
Required: Yes
Attrib : 0X8000000000000001
Offset in Bytes: 119515643904
Volume ### Ltr Label Fs Type Size Status Info
---------- --- ----------- ----- ---------- ------- --------- --------
* Volume 3 NTFS Partition 499 MB Healthy Hidden
Disk 1 is now the selected disk.
WDC WD60EZRX-00MVLB1
Disk ID: {C4DC2DE2-4CED-4761-8373-0F6D585703E4}
Type : SATA
Status : Online
Path : 1
Target : 0
LUN ID : 0
Location Path : PCIROOT(0)#PCI(1F02)#ATA(C01T00L00)
Current Read-only State : No
Read-only : No
Boot Disk : No
Pagefile Disk : No
Hibernation File Disk : No
Crashdump Disk : No
Clustered Disk : No
Volume ### Ltr Label Fs Type Size Status Info
---------- --- ----------- ----- ---------- ------- --------- --------
Volume 0 Stripe 10 TB Failed
Partition ### Type Size Offset
------------- ---------------- ------- -------
Partition 1 Dynamic Reserved 1024 KB 17 KB
Partition 2 Reserved 127 MB 1041 KB
Partition 3 Dynamic Data 5588 GB 128 MB
Partition 1 is now the selected partition.
Partition 1
Type : 5808c8aa-7e8f-42e0-85d2-e1e90434cfb3
Hidden : Yes
Required: No
Attrib : 0000000000000000
Offset in Bytes: 17408
There is no volume associated with this partition.
Partition 2 is now the selected partition.
Partition 2
Type : e3c9e316-0b5c-4db8-817d-f92df00215ae
Hidden : Yes
Required: No
Attrib : 0000000000000000
Offset in Bytes: 1065984
There is no volume associated with this partition.
Partition 3 is now the selected partition.
Partition 3
Type : af9b60a0-1431-4f62-bc68-3311714a69ad
Hidden : Yes
Required: No
Attrib : 0000000000000000
Offset in Bytes: 134235136
There is no volume associated with this partition.
Disk 2 is now the selected disk.
WDC WD60EZRX-00MVLB1
Disk ID: {2974E27E-45FE-4269-9D03-77366BF931FC}
Type : SATA
Status : Online
Path : 4
Target : 0
LUN ID : 0
Location Path : PCIROOT(0)#PCI(1F02)#ATA(C04T00L00)
Current Read-only State : No
Read-only : No
Boot Disk : No
Pagefile Disk : No
Hibernation File Disk : No
Crashdump Disk : No
Clustered Disk : No
Volume ### Ltr Label Fs Type Size Status Info
---------- --- ----------- ----- ---------- ------- --------- --------
Volume 4 D Temp NTFS Partition 5588 GB Healthy
Partition ### Type Size Offset
------------- ---------------- ------- -------
Partition 1 Reserved 128 MB 17 KB
Partition 2 Primary 5588 GB 129 MB
Partition 1 is now the selected partition.
Partition 1
Type : e3c9e316-0b5c-4db8-817d-f92df00215ae
Hidden : Yes
Required: No
Attrib : 0000000000000000
Offset in Bytes: 17408
There is no volume associated with this partition.
Partition 2 is now the selected partition.
Partition 2
Type : ebd0a0a2-b9e5-4433-87c0-68b6b72699c7
Hidden : No
Required: No
Attrib : 0000000000000000
Offset in Bytes: 135266304
Volume ### Ltr Label Fs Type Size Status Info
---------- --- ----------- ----- ---------- ------- --------- --------
* Volume 4 D Temp NTFS Partition 5588 GB Healthy
===============================================================================
Windows Recovery Environment (Windows RE) and system reset configuration
Information:
Windows RE status: Enabled
Windows RE location: \\?\GLOBALROOT\device\harddisk0\partition4\Recovery\WindowsRE
Boot Configuration Data (BCD) identifier: 1620b6d6-82d5-11eb-92c8-b938dd7796f5
Recovery image location:
Recovery image index: 0
Custom image location:
Custom image index: 0
REAGENTC.EXE: Operation Successful.
===============================================================================
Firmware Boot Manager
---------------------
identifier {fwbootmgr}
displayorder {bootmgr}
{53257762-835b-11eb-b651-806e6f6e6963}
{1620b6cf-82d5-11eb-92c8-b938dd7796f5}
{1620b6d3-82d5-11eb-92c8-b938dd7796f5}
{53257763-835b-11eb-b651-806e6f6e6963}
timeout 1
Windows Boot Manager
--------------------
identifier {bootmgr}
device partition=\Device\HarddiskVolume1
path \EFI\MICROSOFT\BOOT\BOOTMGFW.EFI
description Windows Boot Manager
locale en-US
inherit {globalsettings}
default {current}
resumeobject {1620b6d4-82d5-11eb-92c8-b938dd7796f5}
displayorder {current}
toolsdisplayorder {memdiag}
timeout 30
Firmware Application (101fffff)
-------------------------------
identifier {1620b6cf-82d5-11eb-92c8-b938dd7796f5}
description UEFI: Built-in EFI Shell
Firmware Application (101fffff)
-------------------------------
identifier {1620b6d0-82d5-11eb-92c8-b938dd7796f5}
description WDC WD60EZRX-00MVLB1
Firmware Application (101fffff)
-------------------------------
identifier {1620b6d3-82d5-11eb-92c8-b938dd7796f5}
description Hard Drive
Firmware Application (101fffff)
-------------------------------
identifier {53257762-835b-11eb-b651-806e6f6e6963}
device unknown
description UEFI: Samsung Flash Drive FIT 1100
Firmware Application (101fffff)
-------------------------------
identifier {53257763-835b-11eb-b651-806e6f6e6963}
description Unknown Device
Windows Boot Loader
-------------------
identifier {current}
device partition=C:
path \Windows\system32\winload.efi
description Windows 10
locale en-US
inherit {bootloadersettings}
recoverysequence {1620b6d6-82d5-11eb-92c8-b938dd7796f5}
displaymessageoverride Recovery
recoveryenabled Yes
isolatedcontext Yes
allowedinmemorysettings 0x15000075
osdevice partition=C:
systemroot \Windows
resumeobject {1620b6d4-82d5-11eb-92c8-b938dd7796f5}
nx OptIn
bootmenupolicy Standard
Windows Boot Loader
-------------------
identifier {1620b6d6-82d5-11eb-92c8-b938dd7796f5}
device ramdisk=[\Device\HarddiskVolume4]\Recovery\WindowsRE\Winre.wim,{1620b6d7-82d5-11eb-92c8-b938dd7796f5}
path \windows\system32\winload.efi
description Windows Recovery Environment
locale en-us
inherit {bootloadersettings}
displaymessage Recovery
osdevice ramdisk=[\Device\HarddiskVolume4]\Recovery\WindowsRE\Winre.wim,{1620b6d7-82d5-11eb-92c8-b938dd7796f5}
systemroot \windows
nx OptIn
bootmenupolicy Standard
winpe Yes
Resume from Hibernate
---------------------
identifier {1620b6d4-82d5-11eb-92c8-b938dd7796f5}
device partition=C:
path \Windows\system32\winresume.efi
description Windows Resume Application
locale en-US
inherit {resumeloadersettings}
recoverysequence {1620b6d6-82d5-11eb-92c8-b938dd7796f5}
recoveryenabled Yes
isolatedcontext Yes
allowedinmemorysettings 0x15000075
filedevice partition=C:
filepath \hiberfil.sys
bootmenupolicy Standard
debugoptionenabled No
Windows Memory Tester
---------------------
identifier {memdiag}
device partition=\Device\HarddiskVolume1
path \EFI\Microsoft\Boot\memtest.efi
description Windows Memory Diagnostic
locale en-US
inherit {globalsettings}
badmemoryaccess Yes
EMS Settings
------------
identifier {emssettings}
bootems No
Debugger Settings
-----------------
identifier {dbgsettings}
debugtype Local
RAM Defects
-----------
identifier {badmemory}
Global Settings
---------------
identifier {globalsettings}
inherit {dbgsettings}
{emssettings}
{badmemory}
Boot Loader Settings
--------------------
identifier {bootloadersettings}
inherit {globalsettings}
{hypervisorsettings}
Hypervisor Settings
-------------------
identifier {hypervisorsettings}
hypervisordebugtype Serial
hypervisordebugport 1
hypervisorbaudrate 115200
Resume Loader Settings
----------------------
identifier {resumeloadersettings}
inherit {globalsettings}
Device options
--------------
identifier {1620b6d7-82d5-11eb-92c8-b938dd7796f5}
description Windows Recovery
ramdisksdidevice partition=\Device\HarddiskVolume4
ramdisksdipath \Recovery\WindowsRE\boot.sdi
- - - Updated - - -
MiniTool
- - - Updated - - -
I don't know how to check this but I posted disk management and minitool screenshots. Do these answer your question.
Thanks.
- - - Updated - - -
If the problematic hard drive is connected it does not boot. It gets stuck at spinning wheel.
Please run:
SFCfromFile.bat - Click here to go to the BSOD batch repository to download and run this batch file.
V2: BSOD - Posting Instructions
Checking C:\Windows\Logs\CBS\CBS.log for SFC entries
. . . . .
2021-03-12 10:08:48, Info CSI 00000006 [SR] Verifying 100 components
2021-03-12 10:08:48, Info CSI 00000007 [SR] Beginning Verify and Repair transaction
2021-03-12 10:08:48, Info CSI 00000008 [SR] Verify complete
2021-03-12 10:08:48, Info CSI 00000009 [SR] Verifying 100 components
2021-03-12 10:08:48, Info CSI 0000000a [SR] Beginning Verify and Repair transaction
2021-03-12 10:08:49, Info CSI 0000000b [SR] Verify complete
2021-03-12 10:08:49, Info CSI 0000000c [SR] Verifying 100 components
2021-03-12 10:08:49, Info CSI 0000000d [SR] Beginning Verify and Repair transaction
2021-03-12 10:08:49, Info CSI 0000000e [SR] Verify complete
2021-03-12 10:08:49, Info CSI 0000000f [SR] Verifying 100 components
2021-03-12 10:08:49, Info CSI 00000010 [SR] Beginning Verify and Repair transaction
2021-03-12 10:08:50, Info CSI 00000011 [SR] Verify complete
2021-03-12 10:08:50, Info CSI 00000012 [SR] Verifying 100 components
2021-03-12 10:08:50, Info CSI 00000013 [SR] Beginning Verify and Repair transaction
2021-03-12 10:08:50, Info CSI 00000014 [SR] Verify complete
2021-03-12 10:08:51, Info CSI 00000015 [SR] Verifying 100 components
2021-03-12 10:08:51, Info CSI 00000016 [SR] Beginning Verify and Repair transaction
2021-03-12 10:08:52, Info CSI 00000017 [SR] Verify complete
2021-03-12 10:08:52, Info CSI 00000018 [SR] Verifying 100 components
2021-03-12 10:08:52, Info CSI 00000019 [SR] Beginning Verify and Repair transaction
2021-03-12 10:08:54, Info CSI 0000001a [SR] Verify complete
2021-03-12 10:08:54, Info CSI 0000001b [SR] Verifying 100 components
2021-03-12 10:08:54, Info CSI 0000001c [SR] Beginning Verify and Repair transaction
2021-03-12 10:08:57, Info CSI 0000001d [SR] Verify complete
2021-03-12 10:08:57, Info CSI 0000001e [SR] Verifying 100 components
2021-03-12 10:08:57, Info CSI 0000001f [SR] Beginning Verify and Repair transaction
2021-03-12 10:09:02, Info CSI 00000020 [SR] Verify complete
2021-03-12 10:09:02, Info CSI 00000021 [SR] Verifying 100 components
2021-03-12 10:09:02, Info CSI 00000022 [SR] Beginning Verify and Repair transaction
2021-03-12 10:09:03, Info CSI 00000023 [SR] Verify complete
2021-03-12 10:09:03, Info CSI 00000024 [SR] Verifying 100 components
2021-03-12 10:09:03, Info CSI 00000025 [SR] Beginning Verify and Repair transaction
2021-03-12 10:09:04, Info CSI 00000026 [SR] Verify complete
2021-03-12 10:09:04, Info CSI 00000027 [SR] Verifying 100 components
2021-03-12 10:09:04, Info CSI 00000028 [SR] Beginning Verify and Repair transaction
2021-03-12 10:09:04, Info CSI 00000029 [SR] Verify complete
2021-03-12 10:09:04, Info CSI 0000002a [SR] Verifying 100 components
2021-03-12 10:09:04, Info CSI 0000002b [SR] Beginning Verify and Repair transaction
2021-03-12 10:09:05, Info CSI 0000002c [SR] Verify complete
2021-03-12 10:09:05, Info CSI 0000002d [SR] Verifying 100 components
2021-03-12 10:09:05, Info CSI 0000002e [SR] Beginning Verify and Repair transaction
2021-03-12 10:09:06, Info CSI 0000002f [SR] Verify complete
2021-03-12 10:09:06, Info CSI 00000030 [SR] Verifying 100 components
2021-03-12 10:09:06, Info CSI 00000031 [SR] Beginning Verify and Repair transaction
2021-03-12 10:09:07, Info CSI 00000032 [SR] Verify complete
2021-03-12 10:09:07, Info CSI 00000033 [SR] Verifying 100 components
2021-03-12 10:09:07, Info CSI 00000034 [SR] Beginning Verify and Repair transaction
2021-03-12 10:09:08, Info CSI 00000035 [SR] Verify complete
2021-03-12 10:09:08, Info CSI 00000036 [SR] Verifying 100 components
2021-03-12 10:09:08, Info CSI 00000037 [SR] Beginning Verify and Repair transaction
2021-03-12 10:09:09, Info CSI 00000038 [SR] Verify complete
2021-03-12 10:09:09, Info CSI 00000039 [SR] Verifying 100 components
2021-03-12 10:09:09, Info CSI 0000003a [SR] Beginning Verify and Repair transaction
2021-03-12 10:09:11, Info CSI 0000003b [SR] Verify complete
2021-03-12 10:09:11, Info CSI 0000003c [SR] Verifying 100 components
2021-03-12 10:09:11, Info CSI 0000003d [SR] Beginning Verify and Repair transaction
2021-03-12 10:09:11, Info CSI 0000003e [SR] Verify complete
2021-03-12 10:09:12, Info CSI 0000003f [SR] Verifying 100 components
2021-03-12 10:09:12, Info CSI 00000040 [SR] Beginning Verify and Repair transaction
2021-03-12 10:09:12, Info CSI 00000041 [SR] Verify complete
2021-03-12 10:09:12, Info CSI 00000042 [SR] Verifying 100 components
2021-03-12 10:09:12, Info CSI 00000043 [SR] Beginning Verify and Repair transaction
2021-03-12 10:09:13, Info CSI 00000044 [SR] Verify complete
2021-03-12 10:09:13, Info CSI 00000045 [SR] Verifying 100 components
2021-03-12 10:09:13, Info CSI 00000046 [SR] Beginning Verify and Repair transaction
2021-03-12 10:09:15, Info CSI 00000048 [SR] Verify complete
2021-03-12 10:09:15, Info CSI 00000049 [SR] Verifying 100 components
2021-03-12 10:09:15, Info CSI 0000004a [SR] Beginning Verify and Repair transaction
2021-03-12 10:09:15, Info CSI 0000004b [SR] Verify complete
2021-03-12 10:09:15, Info CSI 0000004c [SR] Verifying 100 components
2021-03-12 10:09:15, Info CSI 0000004d [SR] Beginning Verify and Repair transaction
2021-03-12 10:09:17, Info CSI 0000004e [SR] Verify complete
2021-03-12 10:09:17, Info CSI 0000004f [SR] Verifying 100 components
2021-03-12 10:09:17, Info CSI 00000050 [SR] Beginning Verify and Repair transaction
2021-03-12 10:09:17, Info CSI 00000051 [SR] Verify complete
2021-03-12 10:09:17, Info CSI 00000052 [SR] Verifying 100 components
2021-03-12 10:09:17, Info CSI 00000053 [SR] Beginning Verify and Repair transaction
2021-03-12 10:09:18, Info CSI 00000054 [SR] Verify complete
2021-03-12 10:09:18, Info CSI 00000055 [SR] Verifying 100 components
2021-03-12 10:09:18, Info CSI 00000056 [SR] Beginning Verify and Repair transaction
2021-03-12 10:09:19, Info CSI 00000058 [SR] Verify complete
2021-03-12 10:09:19, Info CSI 00000059 [SR] Verifying 100 components
2021-03-12 10:09:19, Info CSI 0000005a [SR] Beginning Verify and Repair transaction
2021-03-12 10:09:20, Info CSI 0000005b [SR] Verify complete
2021-03-12 10:09:20, Info CSI 0000005c [SR] Verifying 100 components
2021-03-12 10:09:20, Info CSI 0000005d [SR] Beginning Verify and Repair transaction
2021-03-12 10:09:20, Info CSI 0000005e [SR] Verify complete
2021-03-12 10:09:20, Info CSI 0000005f [SR] Verifying 100 components
2021-03-12 10:09:20, Info CSI 00000060 [SR] Beginning Verify and Repair transaction
2021-03-12 10:09:21, Info CSI 00000061 [SR] Verify complete
2021-03-12 10:09:21, Info CSI 00000062 [SR] Verifying 100 components
2021-03-12 10:09:21, Info CSI 00000063 [SR] Beginning Verify and Repair transaction
2021-03-12 10:09:22, Info CSI 00000064 [SR] Verify complete
2021-03-12 10:09:22, Info CSI 00000065 [SR] Verifying 100 components
2021-03-12 10:09:22, Info CSI 00000066 [SR] Beginning Verify and Repair transaction
2021-03-12 10:09:23, Info CSI 00000067 [SR] Verify complete
2021-03-12 10:09:23, Info CSI 00000068 [SR] Verifying 100 components
2021-03-12 10:09:23, Info CSI 00000069 [SR] Beginning Verify and Repair transaction
2021-03-12 10:09:24, Info CSI 0000006a [SR] Verify complete
2021-03-12 10:09:24, Info CSI 0000006b [SR] Verifying 100 components
2021-03-12 10:09:24, Info CSI 0000006c [SR] Beginning Verify and Repair transaction
2021-03-12 10:09:25, Info CSI 0000006e [SR] Verify complete
2021-03-12 10:09:26, Info CSI 0000006f [SR] Verifying 100 components
2021-03-12 10:09:26, Info CSI 00000070 [SR] Beginning Verify and Repair transaction
2021-03-12 10:09:26, Info CSI 00000071 [SR] Verify complete
2021-03-12 10:09:26, Info CSI 00000072 [SR] Verifying 100 components
2021-03-12 10:09:26, Info CSI 00000073 [SR] Beginning Verify and Repair transaction
2021-03-12 10:09:27, Info CSI 00000077 [SR] Verify complete
2021-03-12 10:09:28, Info CSI 00000078 [SR] Verifying 100 components
2021-03-12 10:09:28, Info CSI 00000079 [SR] Beginning Verify and Repair transaction
2021-03-12 10:09:30, Info CSI 0000007a [SR] Verify complete
2021-03-12 10:09:30, Info CSI 0000007b [SR] Verifying 100 components
2021-03-12 10:09:30, Info CSI 0000007c [SR] Beginning Verify and Repair transaction
2021-03-12 10:09:31, Info CSI 0000007d [SR] Verify complete
2021-03-12 10:09:31, Info CSI 0000007e [SR] Verifying 100 components
2021-03-12 10:09:31, Info CSI 0000007f [SR] Beginning Verify and Repair transaction
2021-03-12 10:09:33, Info CSI 00000081 [SR] Verify complete
2021-03-12 10:09:33, Info CSI 00000082 [SR] Verifying 100 components
2021-03-12 10:09:33, Info CSI 00000083 [SR] Beginning Verify and Repair transaction
2021-03-12 10:09:33, Info CSI 00000084 [SR] Verify complete
2021-03-12 10:09:33, Info CSI 00000085 [SR] Verifying 100 components
2021-03-12 10:09:33, Info CSI 00000086 [SR] Beginning Verify and Repair transaction
2021-03-12 10:09:35, Info CSI 00000088 [SR] Verify complete
2021-03-12 10:09:35, Info CSI 00000089 [SR] Verifying 100 components
2021-03-12 10:09:35, Info CSI 0000008a [SR] Beginning Verify and Repair transaction
2021-03-12 10:09:35, Info CSI 0000008b [SR] Verify complete
2021-03-12 10:09:35, Info CSI 0000008c [SR] Verifying 100 components
2021-03-12 10:09:35, Info CSI 0000008d [SR] Beginning Verify and Repair transaction
2021-03-12 10:09:36, Info CSI 0000008e [SR] Verify complete
2021-03-12 10:09:36, Info CSI 0000008f [SR] Verifying 100 components
2021-03-12 10:09:36, Info CSI 00000090 [SR] Beginning Verify and Repair transaction
2021-03-12 10:09:37, Info CSI 00000091 [SR] Verify complete
2021-03-12 10:09:37, Info CSI 00000092 [SR] Verifying 100 components
2021-03-12 10:09:37, Info CSI 00000093 [SR] Beginning Verify and Repair transaction
2021-03-12 10:09:38, Info CSI 00000095 [SR] Verify complete
2021-03-12 10:09:38, Info CSI 00000096 [SR] Verifying 100 components
2021-03-12 10:09:38, Info CSI 00000097 [SR] Beginning Verify and Repair transaction
2021-03-12 10:09:40, Info CSI 00000099 [SR] Verify complete
2021-03-12 10:09:40, Info CSI 0000009a [SR] Verifying 100 components
2021-03-12 10:09:40, Info CSI 0000009b [SR] Beginning Verify and Repair transaction
2021-03-12 10:09:41, Info CSI 0000009c [SR] Verify complete
2021-03-12 10:09:41, Info CSI 0000009d [SR] Verifying 100 components
2021-03-12 10:09:41, Info CSI 0000009e [SR] Beginning Verify and Repair transaction
2021-03-12 10:09:42, Info CSI 0000009f [SR] Verify complete
2021-03-12 10:09:42, Info CSI 000000a0 [SR] Verifying 100 components
2021-03-12 10:09:42, Info CSI 000000a1 [SR] Beginning Verify and Repair transaction
2021-03-12 10:09:42, Info CSI 000000a2 [SR] Verify complete
2021-03-12 10:09:42, Info CSI 000000a3 [SR] Verifying 100 components
2021-03-12 10:09:42, Info CSI 000000a4 [SR] Beginning Verify and Repair transaction
2021-03-12 10:09:43, Info CSI 000000a5 [SR] Verify complete
2021-03-12 10:09:43, Info CSI 000000a6 [SR] Verifying 100 components
2021-03-12 10:09:43, Info CSI 000000a7 [SR] Beginning Verify and Repair transaction
2021-03-12 10:09:45, Info CSI 000000a9 [SR] Verify complete
2021-03-12 10:09:45, Info CSI 000000aa [SR] Verifying 100 components
2021-03-12 10:09:45, Info CSI 000000ab [SR] Beginning Verify and Repair transaction
2021-03-12 10:09:45, Info CSI 000000ac [SR] Verify complete
2021-03-12 10:09:46, Info CSI 000000ad [SR] Verifying 100 components
2021-03-12 10:09:46, Info CSI 000000ae [SR] Beginning Verify and Repair transaction
2021-03-12 10:09:47, Info CSI 000000b0 [SR] Verify complete
2021-03-12 10:09:47, Info CSI 000000b1 [SR] Verifying 100 components
2021-03-12 10:09:47, Info CSI 000000b2 [SR] Beginning Verify and Repair transaction
2021-03-12 10:09:49, Info CSI 000000b5 [SR] Verify complete
2021-03-12 10:09:49, Info CSI 000000b6 [SR] Verifying 100 components
2021-03-12 10:09:49, Info CSI 000000b7 [SR] Beginning Verify and Repair transaction
2021-03-12 10:09:50, Info CSI 000000b8 [SR] Verify complete
2021-03-12 10:09:50, Info CSI 000000b9 [SR] Verifying 100 components
2021-03-12 10:09:50, Info CSI 000000ba [SR] Beginning Verify and Repair transaction
2021-03-12 10:09:51, Info CSI 000000bb [SR] Verify complete
2021-03-12 10:09:51, Info CSI 000000bc [SR] Verifying 100 components
2021-03-12 10:09:51, Info CSI 000000bd [SR] Beginning Verify and Repair transaction
2021-03-12 10:09:52, Info CSI 000000be [SR] Verify complete
2021-03-12 10:09:52, Info CSI 000000bf [SR] Verifying 100 components
2021-03-12 10:09:52, Info CSI 000000c0 [SR] Beginning Verify and Repair transaction
2021-03-12 10:09:53, Info CSI 000000c1 [SR] Verify complete
2021-03-12 10:09:53, Info CSI 000000c2 [SR] Verifying 100 components
2021-03-12 10:09:53, Info CSI 000000c3 [SR] Beginning Verify and Repair transaction
2021-03-12 10:09:54, Info CSI 000000c5 [SR] Verify complete
2021-03-12 10:09:54, Info CSI 000000c6 [SR] Verifying 100 components
2021-03-12 10:09:54, Info CSI 000000c7 [SR] Beginning Verify and Repair transaction
2021-03-12 10:09:55, Info CSI 000000c8 [SR] Verify complete
2021-03-12 10:09:55, Info CSI 000000c9 [SR] Verifying 100 components
2021-03-12 10:09:55, Info CSI 000000ca [SR] Beginning Verify and Repair transaction
2021-03-12 10:09:56, Info CSI 000000cb [SR] Verify complete
2021-03-12 10:09:56, Info CSI 000000cc [SR] Verifying 100 components
2021-03-12 10:09:56, Info CSI 000000cd [SR] Beginning Verify and Repair transaction
2021-03-12 10:09:57, Info CSI 000000ce [SR] Verify complete
2021-03-12 10:09:57, Info CSI 000000cf [SR] Verifying 100 components
2021-03-12 10:09:57, Info CSI 000000d0 [SR] Beginning Verify and Repair transaction
2021-03-12 10:09:57, Info CSI 000000d1 [SR] Verify complete
2021-03-12 10:09:57, Info CSI 000000d2 [SR] Verifying 100 components
2021-03-12 10:09:57, Info CSI 000000d3 [SR] Beginning Verify and Repair transaction
2021-03-12 10:09:59, Info CSI 000000d4 [SR] Verify complete
2021-03-12 10:09:59, Info CSI 000000d5 [SR] Verifying 100 components
2021-03-12 10:09:59, Info CSI 000000d6 [SR] Beginning Verify and Repair transaction
2021-03-12 10:10:00, Info CSI 000000d7 [SR] Verify complete
2021-03-12 10:10:00, Info CSI 000000d8 [SR] Verifying 100 components
2021-03-12 10:10:00, Info CSI 000000d9 [SR] Beginning Verify and Repair transaction
2021-03-12 10:10:01, Info CSI 000000da [SR] Verify complete
2021-03-12 10:10:01, Info CSI 000000db [SR] Verifying 100 components
2021-03-12 10:10:01, Info CSI 000000dc [SR] Beginning Verify and Repair transaction
2021-03-12 10:10:02, Info CSI 000000dd [SR] Verify complete
2021-03-12 10:10:02, Info CSI 000000de [SR] Verifying 100 components
2021-03-12 10:10:02, Info CSI 000000df [SR] Beginning Verify and Repair transaction
2021-03-12 10:10:03, Info CSI 000000e0 [SR] Verify complete
2021-03-12 10:10:03, Info CSI 000000e1 [SR] Verifying 100 components
2021-03-12 10:10:03, Info CSI 000000e2 [SR] Beginning Verify and Repair transaction
2021-03-12 10:10:05, Info CSI 000000e3 [SR] Verify complete
2021-03-12 10:10:05, Info CSI 000000e4 [SR] Verifying 100 components
2021-03-12 10:10:05, Info CSI 000000e5 [SR] Beginning Verify and Repair transaction
2021-03-12 10:10:06, Info CSI 000000e6 [SR] Verify complete
2021-03-12 10:10:07, Info CSI 000000e7 [SR] Verifying 100 components
2021-03-12 10:10:07, Info CSI 000000e8 [SR] Beginning Verify and Repair transaction
2021-03-12 10:10:08, Info CSI 000000e9 [SR] Verify complete
2021-03-12 10:10:08, Info CSI 000000ea [SR] Verifying 100 components
2021-03-12 10:10:08, Info CSI 000000eb [SR] Beginning Verify and Repair transaction
2021-03-12 10:10:09, Info CSI 000000ec [SR] Verify complete
2021-03-12 10:10:09, Info CSI 000000ed [SR] Verifying 100 components
2021-03-12 10:10:09, Info CSI 000000ee [SR] Beginning Verify and Repair transaction
2021-03-12 10:10:10, Info CSI 000000ef [SR] Verify complete
2021-03-12 10:10:10, Info CSI 000000f0 [SR] Verifying 100 components
2021-03-12 10:10:10, Info CSI 000000f1 [SR] Beginning Verify and Repair transaction
2021-03-12 10:10:12, Info CSI 000000f3 [SR] Verify complete
2021-03-12 10:10:12, Info CSI 000000f4 [SR] Verifying 100 components
2021-03-12 10:10:12, Info CSI 000000f5 [SR] Beginning Verify and Repair transaction
2021-03-12 10:10:13, Info CSI 000000f6 [SR] Verify complete
2021-03-12 10:10:13, Info CSI 000000f7 [SR] Verifying 100 components
2021-03-12 10:10:13, Info CSI 000000f8 [SR] Beginning Verify and Repair transaction
2021-03-12 10:10:15, Info CSI 000000fd [SR] Verify complete
2021-03-12 10:10:15, Info CSI 000000fe [SR] Verifying 100 components
2021-03-12 10:10:15, Info CSI 000000ff [SR] Beginning Verify and Repair transaction
2021-03-12 10:10:17, Info CSI 00000101 [SR] Verify complete
2021-03-12 10:10:17, Info CSI 00000102 [SR] Verifying 100 components
2021-03-12 10:10:17, Info CSI 00000103 [SR] Beginning Verify and Repair transaction
2021-03-12 10:10:18, Info CSI 00000104 [SR] Verify complete
2021-03-12 10:10:18, Info CSI 00000105 [SR] Verifying 100 components
2021-03-12 10:10:18, Info CSI 00000106 [SR] Beginning Verify and Repair transaction
2021-03-12 10:10:20, Info CSI 00000109 [SR] Verify complete
2021-03-12 10:10:20, Info CSI 0000010a [SR] Verifying 100 components
2021-03-12 10:10:20, Info CSI 0000010b [SR] Beginning Verify and Repair transaction
2021-03-12 10:10:21, Info CSI 0000010e [SR] Verify complete
2021-03-12 10:10:22, Info CSI 0000010f [SR] Verifying 100 components
2021-03-12 10:10:22, Info CSI 00000110 [SR] Beginning Verify and Repair transaction
2021-03-12 10:10:22, Info CSI 00000111 [SR] Verify complete
2021-03-12 10:10:23, Info CSI 00000112 [SR] Verifying 100 components
2021-03-12 10:10:23, Info CSI 00000113 [SR] Beginning Verify and Repair transaction
2021-03-12 10:10:23, Info CSI 00000114 [SR] Verify complete
2021-03-12 10:10:23, Info CSI 00000115 [SR] Verifying 100 components
2021-03-12 10:10:23, Info CSI 00000116 [SR] Beginning Verify and Repair transaction
2021-03-12 10:10:25, Info CSI 00000117 [SR] Verify complete
2021-03-12 10:10:25, Info CSI 00000118 [SR] Verifying 100 components
2021-03-12 10:10:25, Info CSI 00000119 [SR] Beginning Verify and Repair transaction
2021-03-12 10:10:26, Info CSI 0000011b [SR] Verify complete
2021-03-12 10:10:26, Info CSI 0000011c [SR] Verifying 100 components
2021-03-12 10:10:26, Info CSI 0000011d [SR] Beginning Verify and Repair transaction
2021-03-12 10:10:27, Info CSI 0000011e [SR] Verify complete
2021-03-12 10:10:27, Info CSI 0000011f [SR] Verifying 100 components
2021-03-12 10:10:27, Info CSI 00000120 [SR] Beginning Verify and Repair transaction
2021-03-12 10:10:27, Info CSI 00000121 [SR] Verify complete
2021-03-12 10:10:27, Info CSI 00000122 [SR] Verifying 100 components
2021-03-12 10:10:27, Info CSI 00000123 [SR] Beginning Verify and Repair transaction
2021-03-12 10:10:28, Info CSI 00000124 [SR] Verify complete
2021-03-12 10:10:28, Info CSI 00000125 [SR] Verifying 100 components
2021-03-12 10:10:28, Info CSI 00000126 [SR] Beginning Verify and Repair transaction
2021-03-12 10:10:29, Info CSI 00000128 [SR] Verify complete
2021-03-12 10:10:29, Info CSI 00000129 [SR] Verifying 100 components
2021-03-12 10:10:29, Info CSI 0000012a [SR] Beginning Verify and Repair transaction
2021-03-12 10:10:30, Info CSI 0000012b [SR] Verify complete
2021-03-12 10:10:30, Info CSI 0000012c [SR] Verifying 100 components
2021-03-12 10:10:30, Info CSI 0000012d [SR] Beginning Verify and Repair transaction
2021-03-12 10:10:31, Info CSI 0000012e [SR] Verify complete
2021-03-12 10:10:31, Info CSI 0000012f [SR] Verifying 100 components
2021-03-12 10:10:31, Info CSI 00000130 [SR] Beginning Verify and Repair transaction
2021-03-12 10:10:32, Info CSI 00000131 [SR] Verify complete
2021-03-12 10:10:32, Info CSI 00000132 [SR] Verifying 100 components
2021-03-12 10:10:32, Info CSI 00000133 [SR] Beginning Verify and Repair transaction
2021-03-12 10:10:32, Info CSI 00000134 [SR] Verify complete
2021-03-12 10:10:32, Info CSI 00000135 [SR] Verifying 100 components
2021-03-12 10:10:32, Info CSI 00000136 [SR] Beginning Verify and Repair transaction
2021-03-12 10:10:33, Info CSI 00000137 [SR] Verify complete
2021-03-12 10:10:33, Info CSI 00000138 [SR] Verifying 100 components
2021-03-12 10:10:33, Info CSI 00000139 [SR] Beginning Verify and Repair transaction
2021-03-12 10:10:34, Info CSI 0000013a [SR] Verify complete
2021-03-12 10:10:34, Info CSI 0000013b [SR] Verifying 100 components
2021-03-12 10:10:34, Info CSI 0000013c [SR] Beginning Verify and Repair transaction
2021-03-12 10:10:35, Info CSI 0000013d [SR] Verify complete
2021-03-12 10:10:35, Info CSI 0000013e [SR] Verifying 100 components
2021-03-12 10:10:35, Info CSI 0000013f [SR] Beginning Verify and Repair transaction
2021-03-12 10:10:36, Info CSI 00000141 [SR] Verify complete
2021-03-12 10:10:36, Info CSI 00000142 [SR] Verifying 100 components
2021-03-12 10:10:36, Info CSI 00000143 [SR] Beginning Verify and Repair transaction
2021-03-12 10:10:36, Info CSI 00000144 [SR] Verify complete
2021-03-12 10:10:36, Info CSI 00000145 [SR] Verifying 100 components
2021-03-12 10:10:36, Info CSI 00000146 [SR] Beginning Verify and Repair transaction
2021-03-12 10:10:37, Info CSI 00000147 [SR] Verify complete
2021-03-12 10:10:37, Info CSI 00000148 [SR] Verifying 100 components
2021-03-12 10:10:37, Info CSI 00000149 [SR] Beginning Verify and Repair transaction
2021-03-12 10:10:38, Info CSI 0000014a [SR] Verify complete
2021-03-12 10:10:38, Info CSI 0000014b [SR] Verifying 100 components
2021-03-12 10:10:38, Info CSI 0000014c [SR] Beginning Verify and Repair transaction
2021-03-12 10:10:39, Info CSI 0000014d [SR] Verify complete
2021-03-12 10:10:39, Info CSI 0000014e [SR] Verifying 100 components
2021-03-12 10:10:39, Info CSI 0000014f [SR] Beginning Verify and Repair transaction
2021-03-12 10:10:39, Info CSI 00000150 [SR] Verify complete
2021-03-12 10:10:39, Info CSI 00000151 [SR] Verifying 100 components
2021-03-12 10:10:39, Info CSI 00000152 [SR] Beginning Verify and Repair transaction
2021-03-12 10:10:40, Info CSI 00000153 [SR] Verify complete
2021-03-12 10:10:40, Info CSI 00000154 [SR] Verifying 100 components
2021-03-12 10:10:40, Info CSI 00000155 [SR] Beginning Verify and Repair transaction
2021-03-12 10:10:41, Info CSI 00000156 [SR] Verify complete
2021-03-12 10:10:41, Info CSI 00000157 [SR] Verifying 100 components
2021-03-12 10:10:41, Info CSI 00000158 [SR] Beginning Verify and Repair transaction
2021-03-12 10:10:43, Info CSI 0000015b [SR] Verify complete
2021-03-12 10:10:43, Info CSI 0000015c [SR] Verifying 100 components
2021-03-12 10:10:43, Info CSI 0000015d [SR] Beginning Verify and Repair transaction
2021-03-12 10:10:45, Info CSI 0000015e [SR] Verify complete
2021-03-12 10:10:45, Info CSI 0000015f [SR] Verifying 100 components
2021-03-12 10:10:45, Info CSI 00000160 [SR] Beginning Verify and Repair transaction
2021-03-12 10:10:46, Info CSI 00000161 [SR] Verify complete
2021-03-12 10:10:46, Info CSI 00000162 [SR] Verifying 100 components
2021-03-12 10:10:46, Info CSI 00000163 [SR] Beginning Verify and Repair transaction
2021-03-12 10:10:46, Info CSI 00000164 [SR] Verify complete
2021-03-12 10:10:46, Info CSI 00000165 [SR] Verifying 100 components
2021-03-12 10:10:46, Info CSI 00000166 [SR] Beginning Verify and Repair transaction
2021-03-12 10:10:47, Info CSI 00000167 [SR] Verify complete
2021-03-12 10:10:47, Info CSI 00000168 [SR] Verifying 100 components
2021-03-12 10:10:47, Info CSI 00000169 [SR] Beginning Verify and Repair transaction
2021-03-12 10:10:48, Info CSI 0000016a [SR] Verify complete
2021-03-12 10:10:48, Info CSI 0000016b [SR] Verifying 100 components
2021-03-12 10:10:48, Info CSI 0000016c [SR] Beginning Verify and Repair transaction
2021-03-12 10:10:49, Info CSI 0000016d [SR] Verify complete
2021-03-12 10:10:49, Info CSI 0000016e [SR] Verifying 100 components
2021-03-12 10:10:49, Info CSI 0000016f [SR] Beginning Verify and Repair transaction
2021-03-12 10:10:50, Info CSI 00000170 [SR] Verify complete
2021-03-12 10:10:50, Info CSI 00000171 [SR] Verifying 100 components
2021-03-12 10:10:50, Info CSI 00000172 [SR] Beginning Verify and Repair transaction
2021-03-12 10:10:50, Info CSI 00000173 [SR] Verify complete
2021-03-12 10:10:51, Info CSI 00000174 [SR] Verifying 100 components
2021-03-12 10:10:51, Info CSI 00000175 [SR] Beginning Verify and Repair transaction
2021-03-12 10:10:51, Info CSI 00000176 [SR] Verify complete
2021-03-12 10:10:51, Info CSI 00000177 [SR] Verifying 100 components
2021-03-12 10:10:51, Info CSI 00000178 [SR] Beginning Verify and Repair transaction
2021-03-12 10:10:52, Info CSI 00000179 [SR] Verify complete
2021-03-12 10:10:52, Info CSI 0000017a [SR] Verifying 100 components
2021-03-12 10:10:52, Info CSI 0000017b [SR] Beginning Verify and Repair transaction
2021-03-12 10:10:53, Info CSI 0000017c [SR] Verify complete
2021-03-12 10:10:53, Info CSI 0000017d [SR] Verifying 100 components
2021-03-12 10:10:53, Info CSI 0000017e [SR] Beginning Verify and Repair transaction
2021-03-12 10:10:54, Info CSI 00000182 [SR] Verify complete
2021-03-12 10:10:54, Info CSI 00000183 [SR] Verifying 100 components
2021-03-12 10:10:54, Info CSI 00000184 [SR] Beginning Verify and Repair transaction
2021-03-12 10:10:54, Info CSI 00000185 [SR] Verify complete
2021-03-12 10:10:55, Info CSI 00000186 [SR] Verifying 100 components
2021-03-12 10:10:55, Info CSI 00000187 [SR] Beginning Verify and Repair transaction
2021-03-12 10:10:55, Info CSI 00000188 [SR] Verify complete
2021-03-12 10:10:55, Info CSI 00000189 [SR] Verifying 100 components
2021-03-12 10:10:55, Info CSI 0000018a [SR] Beginning Verify and Repair transaction
2021-03-12 10:10:55, Info CSI 0000018b [SR] Verify complete
2021-03-12 10:10:55, Info CSI 0000018c [SR] Verifying 100 components
2021-03-12 10:10:55, Info CSI 0000018d [SR] Beginning Verify and Repair transaction
2021-03-12 10:10:56, Info CSI 0000018e [SR] Verify complete
2021-03-12 10:10:56, Info CSI 0000018f [SR] Verifying 100 components
2021-03-12 10:10:56, Info CSI 00000190 [SR] Beginning Verify and Repair transaction
2021-03-12 10:10:57, Info CSI 00000192 [SR] Verify complete
2021-03-12 10:10:58, Info CSI 00000193 [SR] Verifying 100 components
2021-03-12 10:10:58, Info CSI 00000194 [SR] Beginning Verify and Repair transaction
2021-03-12 10:10:58, Info CSI 00000195 [SR] Verify complete
2021-03-12 10:10:59, Info CSI 00000196 [SR] Verifying 100 components
2021-03-12 10:10:59, Info CSI 00000197 [SR] Beginning Verify and Repair transaction
2021-03-12 10:11:00, Info CSI 00000199 [SR] Verify complete
2021-03-12 10:11:00, Info CSI 0000019a [SR] Verifying 100 components
2021-03-12 10:11:00, Info CSI 0000019b [SR] Beginning Verify and Repair transaction
2021-03-12 10:11:02, Info CSI 0000019d [SR] Verify complete
2021-03-12 10:11:02, Info CSI 0000019e [SR] Verifying 100 components
2021-03-12 10:11:02, Info CSI 0000019f [SR] Beginning Verify and Repair transaction
2021-03-12 10:11:03, Info CSI 000001a0 [SR] Verify complete
2021-03-12 10:11:03, Info CSI 000001a1 [SR] Verifying 100 components
2021-03-12 10:11:03, Info CSI 000001a2 [SR] Beginning Verify and Repair transaction
2021-03-12 10:11:05, Info CSI 000001a3 [SR] Verify complete
2021-03-12 10:11:05, Info CSI 000001a4 [SR] Verifying 100 components
2021-03-12 10:11:05, Info CSI 000001a5 [SR] Beginning Verify and Repair transaction
2021-03-12 10:11:06, Info CSI 000001a7 [SR] Verify complete
2021-03-12 10:11:06, Info CSI 000001a8 [SR] Verifying 100 components
2021-03-12 10:11:06, Info CSI 000001a9 [SR] Beginning Verify and Repair transaction
2021-03-12 10:11:07, Info CSI 000001aa [SR] Verify complete
2021-03-12 10:11:07, Info CSI 000001ab [SR] Verifying 100 components
2021-03-12 10:11:07, Info CSI 000001ac [SR] Beginning Verify and Repair transaction
2021-03-12 10:11:08, Info CSI 000001ad [SR] Verify complete
2021-03-12 10:11:08, Info CSI 000001ae [SR] Verifying 100 components
2021-03-12 10:11:08, Info CSI 000001af [SR] Beginning Verify and Repair transaction
2021-03-12 10:11:08, Info CSI 000001b0 [SR] Verify complete
2021-03-12 10:11:08, Info CSI 000001b1 [SR] Verifying 100 components
2021-03-12 10:11:08, Info CSI 000001b2 [SR] Beginning Verify and Repair transaction
2021-03-12 10:11:09, Info CSI 000001b3 [SR] Verify complete
2021-03-12 10:11:09, Info CSI 000001b4 [SR] Verifying 100 components
2021-03-12 10:11:09, Info CSI 000001b5 [SR] Beginning Verify and Repair transaction
2021-03-12 10:11:10, Info CSI 000001ba [SR] Verify complete
2021-03-12 10:11:10, Info CSI 000001bb [SR] Verifying 100 components
2021-03-12 10:11:10, Info CSI 000001bc [SR] Beginning Verify and Repair transaction
2021-03-12 10:11:12, Info CSI 000001bd [SR] Verify complete
2021-03-12 10:11:12, Info CSI 000001be [SR] Verifying 100 components
2021-03-12 10:11:12, Info CSI 000001bf [SR] Beginning Verify and Repair transaction
2021-03-12 10:11:13, Info CSI 000001c0 [SR] Verify complete
2021-03-12 10:11:13, Info CSI 000001c1 [SR] Verifying 100 components
2021-03-12 10:11:13, Info CSI 000001c2 [SR] Beginning Verify and Repair transaction
2021-03-12 10:11:14, Info CSI 000001c3 [SR] Verify complete
2021-03-12 10:11:14, Info CSI 000001c4 [SR] Verifying 100 components
2021-03-12 10:11:14, Info CSI 000001c5 [SR] Beginning Verify and Repair transaction
2021-03-12 10:11:15, Info CSI 000001c6 [SR] Verify complete
2021-03-12 10:11:15, Info CSI 000001c7 [SR] Verifying 100 components
2021-03-12 10:11:15, Info CSI 000001c8 [SR] Beginning Verify and Repair transaction
2021-03-12 10:11:16, Info CSI 000001ca [SR] Verify complete
2021-03-12 10:11:16, Info CSI 000001cb [SR] Verifying 100 components
2021-03-12 10:11:16, Info CSI 000001cc [SR] Beginning Verify and Repair transaction
2021-03-12 10:11:17, Info CSI 000001cd [SR] Verify complete
2021-03-12 10:11:17, Info CSI 000001ce [SR] Verifying 100 components
2021-03-12 10:11:17, Info CSI 000001cf [SR] Beginning Verify and Repair transaction
2021-03-12 10:11:18, Info CSI 000001d0 [SR] Verify complete
2021-03-12 10:11:18, Info CSI 000001d1 [SR] Verifying 100 components
2021-03-12 10:11:18, Info CSI 000001d2 [SR] Beginning Verify and Repair transaction
2021-03-12 10:11:19, Info CSI 000001d3 [SR] Verify complete
2021-03-12 10:11:19, Info CSI 000001d4 [SR] Verifying 100 components
2021-03-12 10:11:19, Info CSI 000001d5 [SR] Beginning Verify and Repair transaction
2021-03-12 10:11:20, Info CSI 000001d6 [SR] Verify complete
2021-03-12 10:11:20, Info CSI 000001d7 [SR] Verifying 100 components
2021-03-12 10:11:20, Info CSI 000001d8 [SR] Beginning Verify and Repair transaction
2021-03-12 10:11:21, Info CSI 000001d9 [SR] Verify complete
2021-03-12 10:11:21, Info CSI 000001da [SR] Verifying 100 components
2021-03-12 10:11:21, Info CSI 000001db [SR] Beginning Verify and Repair transaction
2021-03-12 10:11:22, Info CSI 000001dc [SR] Verify complete
2021-03-12 10:11:22, Info CSI 000001dd [SR] Verifying 100 components
2021-03-12 10:11:22, Info CSI 000001de [SR] Beginning Verify and Repair transaction
2021-03-12 10:11:23, Info CSI 000001df [SR] Verify complete
2021-03-12 10:11:23, Info CSI 000001e0 [SR] Verifying 100 components
2021-03-12 10:11:23, Info CSI 000001e1 [SR] Beginning Verify and Repair transaction
2021-03-12 10:11:23, Info CSI 000001e2 [SR] Verify complete
2021-03-12 10:11:23, Info CSI 000001e3 [SR] Verifying 100 components
2021-03-12 10:11:23, Info CSI 000001e4 [SR] Beginning Verify and Repair transaction
2021-03-12 10:11:24, Info CSI 000001e5 [SR] Verify complete
2021-03-12 10:11:24, Info CSI 000001e6 [SR] Verifying 100 components
2021-03-12 10:11:24, Info CSI 000001e7 [SR] Beginning Verify and Repair transaction
2021-03-12 10:11:25, Info CSI 000001e9 [SR] Verify complete
2021-03-12 10:11:25, Info CSI 000001ea [SR] Verifying 100 components
2021-03-12 10:11:25, Info CSI 000001eb [SR] Beginning Verify and Repair transaction
2021-03-12 10:11:26, Info CSI 000001ec [SR] Verify complete
2021-03-12 10:11:26, Info CSI 000001ed [SR] Verifying 5 components
2021-03-12 10:11:26, Info CSI 000001ee [SR] Beginning Verify and Repair transaction
2021-03-12 10:11:26, Info CSI 000001ef [SR] Verify complete
2021-03-12 10:11:26, Info CSI 000001f0 [SR] Repairing 0 components
2021-03-12 10:11:26, Info CSI 000001f1 [SR] Beginning Verify and Repair transaction
2021-03-12 10:11:26, Info CSI 000001f2 [SR] Repair complete
2021-03-12 10:16:19, Info CSI 00000200 [SR] Verifying 100 components
2021-03-12 10:16:19, Info CSI 00000201 [SR] Beginning Verify and Repair transaction
2021-03-12 10:16:19, Info CSI 00000202 [SR] Verify complete
2021-03-12 10:16:19, Info CSI 00000203 [SR] Verifying 100 components
2021-03-12 10:16:19, Info CSI 00000204 [SR] Beginning Verify and Repair transaction
2021-03-12 10:16:19, Info CSI 00000205 [SR] Verify complete
2021-03-12 10:16:19, Info CSI 00000206 [SR] Verifying 100 components
2021-03-12 10:16:19, Info CSI 00000207 [SR] Beginning Verify and Repair transaction
2021-03-12 10:16:20, Info CSI 00000208 [SR] Verify complete
2021-03-12 10:16:20, Info CSI 00000209 [SR] Verifying 100 components
2021-03-12 10:16:20, Info CSI 0000020a [SR] Beginning Verify and Repair transaction
2021-03-12 10:16:21, Info CSI 0000020b [SR] Verify complete
2021-03-12 10:16:21, Info CSI 0000020c [SR] Verifying 100 components
2021-03-12 10:16:21, Info CSI 0000020d [SR] Beginning Verify and Repair transaction
2021-03-12 10:16:21, Info CSI 0000020e [SR] Verify complete
2021-03-12 10:16:21, Info CSI 0000020f [SR] Verifying 100 components
2021-03-12 10:16:21, Info CSI 00000210 [SR] Beginning Verify and Repair transaction
2021-03-12 10:16:22, Info CSI 00000211 [SR] Verify complete
2021-03-12 10:16:22, Info CSI 00000212 [SR] Verifying 100 components
2021-03-12 10:16:22, Info CSI 00000213 [SR] Beginning Verify and Repair transaction
2021-03-12 10:16:23, Info CSI 00000214 [SR] Verify complete
2021-03-12 10:16:23, Info CSI 00000215 [SR] Verifying 100 components
2021-03-12 10:16:23, Info CSI 00000216 [SR] Beginning Verify and Repair transaction
2021-03-12 10:16:26, Info CSI 00000217 [SR] Verify complete
2021-03-12 10:16:26, Info CSI 00000218 [SR] Verifying 100 components
2021-03-12 10:16:26, Info CSI 00000219 [SR] Beginning Verify and Repair transaction
2021-03-12 10:16:30, Info CSI 0000021a [SR] Verify complete
2021-03-12 10:16:30, Info CSI 0000021b [SR] Verifying 100 components
2021-03-12 10:16:30, Info CSI 0000021c [SR] Beginning Verify and Repair transaction
2021-03-12 10:16:31, Info CSI 0000021d [SR] Verify complete
2021-03-12 10:16:31, Info CSI 0000021e [SR] Verifying 100 components
2021-03-12 10:16:31, Info CSI 0000021f [SR] Beginning Verify and Repair transaction
2021-03-12 10:16:31, Info CSI 00000220 [SR] Verify complete
2021-03-12 10:16:31, Info CSI 00000221 [SR] Verifying 100 components
2021-03-12 10:16:31, Info CSI 00000222 [SR] Beginning Verify and Repair transaction
2021-03-12 10:16:31, Info CSI 00000223 [SR] Verify complete
2021-03-12 10:16:31, Info CSI 00000224 [SR] Verifying 100 components
2021-03-12 10:16:31, Info CSI 00000225 [SR] Beginning Verify and Repair transaction
2021-03-12 10:16:32, Info CSI 00000226 [SR] Verify complete
2021-03-12 10:16:32, Info CSI 00000227 [SR] Verifying 100 components
2021-03-12 10:16:32, Info CSI 00000228 [SR] Beginning Verify and Repair transaction
2021-03-12 10:16:32, Info CSI 00000229 [SR] Verify complete
2021-03-12 10:16:32, Info CSI 0000022a [SR] Verifying 100 components
2021-03-12 10:16:32, Info CSI 0000022b [SR] Beginning Verify and Repair transaction
2021-03-12 10:16:33, Info CSI 0000022c [SR] Verify complete
2021-03-12 10:16:33, Info CSI 0000022d [SR] Verifying 100 components
2021-03-12 10:16:33, Info CSI 0000022e [SR] Beginning Verify and Repair transaction
2021-03-12 10:16:34, Info CSI 0000022f [SR] Verify complete
2021-03-12 10:16:34, Info CSI 00000230 [SR] Verifying 100 components
2021-03-12 10:16:34, Info CSI 00000231 [SR] Beginning Verify and Repair transaction
2021-03-12 10:16:35, Info CSI 00000232 [SR] Verify complete
2021-03-12 10:16:35, Info CSI 00000233 [SR] Verifying 100 components
2021-03-12 10:16:35, Info CSI 00000234 [SR] Beginning Verify and Repair transaction
2021-03-12 10:16:35, Info CSI 00000235 [SR] Verify complete
2021-03-12 10:16:36, Info CSI 00000236 [SR] Verifying 100 components
2021-03-12 10:16:36, Info CSI 00000237 [SR] Beginning Verify and Repair transaction
2021-03-12 10:16:36, Info CSI 00000238 [SR] Verify complete
2021-03-12 10:16:36, Info CSI 00000239 [SR] Verifying 100 components
2021-03-12 10:16:36, Info CSI 0000023a [SR] Beginning Verify and Repair transaction
2021-03-12 10:16:37, Info CSI 0000023b [SR] Verify complete
2021-03-12 10:16:37, Info CSI 0000023c [SR] Verifying 100 components
2021-03-12 10:16:37, Info CSI 0000023d [SR] Beginning Verify and Repair transaction
2021-03-12 10:16:37, Info CSI 0000023e [SR] Verify complete
2021-03-12 10:16:37, Info CSI 0000023f [SR] Verifying 100 components
2021-03-12 10:16:37, Info CSI 00000240 [SR] Beginning Verify and Repair transaction
2021-03-12 10:16:38, Info CSI 00000242 [SR] Verify complete
2021-03-12 10:16:38, Info CSI 00000243 [SR] Verifying 100 components
2021-03-12 10:16:38, Info CSI 00000244 [SR] Beginning Verify and Repair transaction
2021-03-12 10:16:39, Info CSI 00000245 [SR] Verify complete
2021-03-12 10:16:39, Info CSI 00000246 [SR] Verifying 100 components
2021-03-12 10:16:39, Info CSI 00000247 [SR] Beginning Verify and Repair transaction
2021-03-12 10:16:40, Info CSI 00000248 [SR] Verify complete
2021-03-12 10:16:40, Info CSI 00000249 [SR] Verifying 100 components
2021-03-12 10:16:40, Info CSI 0000024a [SR] Beginning Verify and Repair transaction
2021-03-12 10:16:40, Info CSI 0000024b [SR] Verify complete
2021-03-12 10:16:40, Info CSI 0000024c [SR] Verifying 100 components
2021-03-12 10:16:40, Info CSI 0000024d [SR] Beginning Verify and Repair transaction
2021-03-12 10:16:41, Info CSI 0000024e [SR] Verify complete
2021-03-12 10:16:41, Info CSI 0000024f [SR] Verifying 100 components
2021-03-12 10:16:41, Info CSI 00000250 [SR] Beginning Verify and Repair transaction
2021-03-12 10:16:41, Info CSI 00000252 [SR] Verify complete
2021-03-12 10:16:41, Info CSI 00000253 [SR] Verifying 100 components
2021-03-12 10:16:41, Info CSI 00000254 [SR] Beginning Verify and Repair transaction
2021-03-12 10:16:42, Info CSI 00000255 [SR] Verify complete
2021-03-12 10:16:42, Info CSI 00000256 [SR] Verifying 100 components
2021-03-12 10:16:42, Info CSI 00000257 [SR] Beginning Verify and Repair transaction
2021-03-12 10:16:42, Info CSI 00000258 [SR] Verify complete
2021-03-12 10:16:42, Info CSI 00000259 [SR] Verifying 100 components
2021-03-12 10:16:42, Info CSI 0000025a [SR] Beginning Verify and Repair transaction
2021-03-12 10:16:43, Info CSI 0000025b [SR] Verify complete
2021-03-12 10:16:43, Info CSI 0000025c [SR] Verifying 100 components
2021-03-12 10:16:43, Info CSI 0000025d [SR] Beginning Verify and Repair transaction
2021-03-12 10:16:43, Info CSI 0000025e [SR] Verify complete
2021-03-12 10:16:44, Info CSI 0000025f [SR] Verifying 100 components
2021-03-12 10:16:44, Info CSI 00000260 [SR] Beginning Verify and Repair transaction
2021-03-12 10:16:44, Info CSI 00000261 [SR] Verify complete
2021-03-12 10:16:44, Info CSI 00000262 [SR] Verifying 100 components
2021-03-12 10:16:44, Info CSI 00000263 [SR] Beginning Verify and Repair transaction
2021-03-12 10:16:45, Info CSI 00000264 [SR] Verify complete
2021-03-12 10:16:45, Info CSI 00000265 [SR] Verifying 100 components
2021-03-12 10:16:45, Info CSI 00000266 [SR] Beginning Verify and Repair transaction
2021-03-12 10:16:47, Info CSI 00000269 [SR] Verify complete
2021-03-12 10:16:47, Info CSI 0000026a [SR] Verifying 100 components
2021-03-12 10:16:47, Info CSI 0000026b [SR] Beginning Verify and Repair transaction
2021-03-12 10:16:48, Info CSI 0000026c [SR] Verify complete
2021-03-12 10:16:48, Info CSI 0000026d [SR] Verifying 100 components
2021-03-12 10:16:48, Info CSI 0000026e [SR] Beginning Verify and Repair transaction
2021-03-12 10:16:49, Info CSI 00000272 [SR] Verify complete
2021-03-12 10:16:49, Info CSI 00000273 [SR] Verifying 100 components
2021-03-12 10:16:49, Info CSI 00000274 [SR] Beginning Verify and Repair transaction
2021-03-12 10:16:51, Info CSI 00000275 [SR] Verify complete
2021-03-12 10:16:51, Info CSI 00000276 [SR] Verifying 100 components
2021-03-12 10:16:51, Info CSI 00000277 [SR] Beginning Verify and Repair transaction
2021-03-12 10:16:52, Info CSI 00000278 [SR] Verify complete
2021-03-12 10:16:52, Info CSI 00000279 [SR] Verifying 100 components
2021-03-12 10:16:52, Info CSI 0000027a [SR] Beginning Verify and Repair transaction
2021-03-12 10:16:53, Info CSI 0000027c [SR] Verify complete
2021-03-12 10:16:53, Info CSI 0000027d [SR] Verifying 100 components
2021-03-12 10:16:53, Info CSI 0000027e [SR] Beginning Verify and Repair transaction
2021-03-12 10:16:54, Info CSI 0000027f [SR] Verify complete
2021-03-12 10:16:54, Info CSI 00000280 [SR] Verifying 100 components
2021-03-12 10:16:54, Info CSI 00000281 [SR] Beginning Verify and Repair transaction
2021-03-12 10:16:55, Info CSI 00000283 [SR] Verify complete
2021-03-12 10:16:55, Info CSI 00000284 [SR] Verifying 100 components
2021-03-12 10:16:55, Info CSI 00000285 [SR] Beginning Verify and Repair transaction
2021-03-12 10:16:55, Info CSI 00000286 [SR] Verify complete
2021-03-12 10:16:55, Info CSI 00000287 [SR] Verifying 100 components
2021-03-12 10:16:55, Info CSI 00000288 [SR] Beginning Verify and Repair transaction
2021-03-12 10:16:55, Info CSI 00000289 [SR] Verify complete
2021-03-12 10:16:55, Info CSI 0000028a [SR] Verifying 100 components
2021-03-12 10:16:55, Info CSI 0000028b [SR] Beginning Verify and Repair transaction
2021-03-12 10:16:56, Info CSI 0000028c [SR] Verify complete
2021-03-12 10:16:56, Info CSI 0000028d [SR] Verifying 100 components
2021-03-12 10:16:56, Info CSI 0000028e [SR] Beginning Verify and Repair transaction
2021-03-12 10:16:57, Info CSI 00000290 [SR] Verify complete
2021-03-12 10:16:57, Info CSI 00000291 [SR] Verifying 100 components
2021-03-12 10:16:57, Info CSI 00000292 [SR] Beginning Verify and Repair transaction
2021-03-12 10:16:59, Info CSI 00000295 [SR] Verify complete
2021-03-12 10:16:59, Info CSI 00000296 [SR] Verifying 100 components
2021-03-12 10:16:59, Info CSI 00000297 [SR] Beginning Verify and Repair transaction
2021-03-12 10:16:59, Info CSI 00000298 [SR] Verify complete
2021-03-12 10:17:00, Info CSI 00000299 [SR] Verifying 100 components
2021-03-12 10:17:00, Info CSI 0000029a [SR] Beginning Verify and Repair transaction
2021-03-12 10:17:00, Info CSI 0000029b [SR] Verify complete
2021-03-12 10:17:00, Info CSI 0000029c [SR] Verifying 100 components
2021-03-12 10:17:00, Info CSI 0000029d [SR] Beginning Verify and Repair transaction
2021-03-12 10:17:01, Info CSI 0000029e [SR] Verify complete
2021-03-12 10:17:01, Info CSI 0000029f [SR] Verifying 100 components
2021-03-12 10:17:01, Info CSI 000002a0 [SR] Beginning Verify and Repair transaction
2021-03-12 10:17:02, Info CSI 000002a1 [SR] Verify complete
2021-03-12 10:17:02, Info CSI 000002a2 [SR] Verifying 100 components
2021-03-12 10:17:02, Info CSI 000002a3 [SR] Beginning Verify and Repair transaction
2021-03-12 10:17:03, Info CSI 000002a5 [SR] Verify complete
2021-03-12 10:17:03, Info CSI 000002a6 [SR] Verifying 100 components
2021-03-12 10:17:03, Info CSI 000002a7 [SR] Beginning Verify and Repair transaction
2021-03-12 10:17:03, Info CSI 000002a8 [SR] Verify complete
2021-03-12 10:17:03, Info CSI 000002a9 [SR] Verifying 100 components
2021-03-12 10:17:03, Info CSI 000002aa [SR] Beginning Verify and Repair transaction
2021-03-12 10:17:04, Info CSI 000002ac [SR] Verify complete
2021-03-12 10:17:05, Info CSI 000002ad [SR] Verifying 100 components
2021-03-12 10:17:05, Info CSI 000002ae [SR] Beginning Verify and Repair transaction
2021-03-12 10:17:06, Info CSI 000002b1 [SR] Verify complete
2021-03-12 10:17:06, Info CSI 000002b2 [SR] Verifying 100 components
2021-03-12 10:17:06, Info CSI 000002b3 [SR] Beginning Verify and Repair transaction
2021-03-12 10:17:07, Info CSI 000002b4 [SR] Verify complete
2021-03-12 10:17:07, Info CSI 000002b5 [SR] Verifying 100 components
2021-03-12 10:17:07, Info CSI 000002b6 [SR] Beginning Verify and Repair transaction
2021-03-12 10:17:07, Info CSI 000002b7 [SR] Verify complete
2021-03-12 10:17:08, Info CSI 000002b8 [SR] Verifying 100 components
2021-03-12 10:17:08, Info CSI 000002b9 [SR] Beginning Verify and Repair transaction
2021-03-12 10:17:08, Info CSI 000002ba [SR] Verify complete
2021-03-12 10:17:08, Info CSI 000002bb [SR] Verifying 100 components
2021-03-12 10:17:08, Info CSI 000002bc [SR] Beginning Verify and Repair transaction
2021-03-12 10:17:09, Info CSI 000002bd [SR] Verify complete
2021-03-12 10:17:09, Info CSI 000002be [SR] Verifying 100 components
2021-03-12 10:17:09, Info CSI 000002bf [SR] Beginning Verify and Repair transaction
2021-03-12 10:17:10, Info CSI 000002c0 [SR] Verify complete
2021-03-12 10:17:10, Info CSI 000002c1 [SR] Verifying 100 components
2021-03-12 10:17:10, Info CSI 000002c2 [SR] Beginning Verify and Repair transaction
2021-03-12 10:17:10, Info CSI 000002c3 [SR] Verify complete
2021-03-12 10:17:10, Info CSI 000002c4 [SR] Verifying 100 components
2021-03-12 10:17:10, Info CSI 000002c5 [SR] Beginning Verify and Repair transaction
2021-03-12 10:17:11, Info CSI 000002c6 [SR] Verify complete
2021-03-12 10:17:11, Info CSI 000002c7 [SR] Verifying 100 components
2021-03-12 10:17:11, Info CSI 000002c8 [SR] Beginning Verify and Repair transaction
2021-03-12 10:17:11, Info CSI 000002c9 [SR] Verify complete
2021-03-12 10:17:11, Info CSI 000002ca [SR] Verifying 100 components
2021-03-12 10:17:11, Info CSI 000002cb [SR] Beginning Verify and Repair transaction
2021-03-12 10:17:12, Info CSI 000002cc [SR] Verify complete
2021-03-12 10:17:12, Info CSI 000002cd [SR] Verifying 100 components
2021-03-12 10:17:12, Info CSI 000002ce [SR] Beginning Verify and Repair transaction
2021-03-12 10:17:12, Info CSI 000002cf [SR] Verify complete
2021-03-12 10:17:12, Info CSI 000002d0 [SR] Verifying 100 components
2021-03-12 10:17:12, Info CSI 000002d1 [SR] Beginning Verify and Repair transaction
2021-03-12 10:17:13, Info CSI 000002d2 [SR] Verify complete
2021-03-12 10:17:13, Info CSI 000002d3 [SR] Verifying 100 components
2021-03-12 10:17:13, Info CSI 000002d4 [SR] Beginning Verify and Repair transaction
2021-03-12 10:17:13, Info CSI 000002d5 [SR] Verify complete
2021-03-12 10:17:13, Info CSI 000002d6 [SR] Verifying 100 components
2021-03-12 10:17:13, Info CSI 000002d7 [SR] Beginning Verify and Repair transaction
2021-03-12 10:17:14, Info CSI 000002d8 [SR] Verify complete
2021-03-12 10:17:14, Info CSI 000002d9 [SR] Verifying 100 components
2021-03-12 10:17:14, Info CSI 000002da [SR] Beginning Verify and Repair transaction
2021-03-12 10:17:14, Info CSI 000002db [SR] Verify complete
2021-03-12 10:17:15, Info CSI 000002dc [SR] Verifying 100 components
2021-03-12 10:17:15, Info CSI 000002dd [SR] Beginning Verify and Repair transaction
2021-03-12 10:17:15, Info CSI 000002de [SR] Verify complete
2021-03-12 10:17:15, Info CSI 000002df [SR] Verifying 100 components
2021-03-12 10:17:15, Info CSI 000002e0 [SR] Beginning Verify and Repair transaction
2021-03-12 10:17:16, Info CSI 000002e1 [SR] Verify complete
2021-03-12 10:17:16, Info CSI 000002e2 [SR] Verifying 100 components
2021-03-12 10:17:16, Info CSI 000002e3 [SR] Beginning Verify and Repair transaction
2021-03-12 10:17:16, Info CSI 000002e4 [SR] Verify complete
2021-03-12 10:17:17, Info CSI 000002e5 [SR] Verifying 100 components
2021-03-12 10:17:17, Info CSI 000002e6 [SR] Beginning Verify and Repair transaction
2021-03-12 10:17:17, Info CSI 000002e7 [SR] Verify complete
2021-03-12 10:17:18, Info CSI 000002e8 [SR] Verifying 100 components
2021-03-12 10:17:18, Info CSI 000002e9 [SR] Beginning Verify and Repair transaction
2021-03-12 10:17:18, Info CSI 000002ea [SR] Verify complete
2021-03-12 10:17:18, Info CSI 000002eb [SR] Verifying 100 components
2021-03-12 10:17:18, Info CSI 000002ec [SR] Beginning Verify and Repair transaction
2021-03-12 10:17:19, Info CSI 000002ee [SR] Verify complete
2021-03-12 10:17:19, Info CSI 000002ef [SR] Verifying 100 components
2021-03-12 10:17:19, Info CSI 000002f0 [SR] Beginning Verify and Repair transaction
2021-03-12 10:17:20, Info CSI 000002f1 [SR] Verify complete
2021-03-12 10:17:20, Info CSI 000002f2 [SR] Verifying 100 components
2021-03-12 10:17:20, Info CSI 000002f3 [SR] Beginning Verify and Repair transaction
2021-03-12 10:17:21, Info CSI 000002f8 [SR] Verify complete
2021-03-12 10:17:21, Info CSI 000002f9 [SR] Verifying 100 components
2021-03-12 10:17:21, Info CSI 000002fa [SR] Beginning Verify and Repair transaction
2021-03-12 10:17:23, Info CSI 000002fc [SR] Verify complete
2021-03-12 10:17:23, Info CSI 000002fd [SR] Verifying 100 components
2021-03-12 10:17:23, Info CSI 000002fe [SR] Beginning Verify and Repair transaction
2021-03-12 10:17:24, Info CSI 000002ff [SR] Verify complete
2021-03-12 10:17:24, Info CSI 00000300 [SR] Verifying 100 components
2021-03-12 10:17:24, Info CSI 00000301 [SR] Beginning Verify and Repair transaction
2021-03-12 10:17:25, Info CSI 00000304 [SR] Verify complete
2021-03-12 10:17:25, Info CSI 00000305 [SR] Verifying 100 components
2021-03-12 10:17:25, Info CSI 00000306 [SR] Beginning Verify and Repair transaction
2021-03-12 10:17:26, Info CSI 00000309 [SR] Verify complete
2021-03-12 10:17:26, Info CSI 0000030a [SR] Verifying 100 components
2021-03-12 10:17:26, Info CSI 0000030b [SR] Beginning Verify and Repair transaction
2021-03-12 10:17:27, Info CSI 0000030c [SR] Verify complete
2021-03-12 10:17:27, Info CSI 0000030d [SR] Verifying 100 components
2021-03-12 10:17:27, Info CSI 0000030e [SR] Beginning Verify and Repair transaction
2021-03-12 10:17:28, Info CSI 0000030f [SR] Verify complete
2021-03-12 10:17:28, Info CSI 00000310 [SR] Verifying 100 components
2021-03-12 10:17:28, Info CSI 00000311 [SR] Beginning Verify and Repair transaction
2021-03-12 10:17:29, Info CSI 00000312 [SR] Verify complete
2021-03-12 10:17:29, Info CSI 00000313 [SR] Verifying 100 components
2021-03-12 10:17:29, Info CSI 00000314 [SR] Beginning Verify and Repair transaction
2021-03-12 10:17:30, Info CSI 00000316 [SR] Verify complete
2021-03-12 10:17:30, Info CSI 00000317 [SR] Verifying 100 components
2021-03-12 10:17:30, Info CSI 00000318 [SR] Beginning Verify and Repair transaction
2021-03-12 10:17:31, Info CSI 00000319 [SR] Verify complete
2021-03-12 10:17:31, Info CSI 0000031a [SR] Verifying 100 components
2021-03-12 10:17:31, Info CSI 0000031b [SR] Beginning Verify and Repair transaction
2021-03-12 10:17:31, Info CSI 0000031c [SR] Verify complete
2021-03-12 10:17:31, Info CSI 0000031d [SR] Verifying 100 components
2021-03-12 10:17:31, Info CSI 0000031e [SR] Beginning Verify and Repair transaction
2021-03-12 10:17:32, Info CSI 0000031f [SR] Verify complete
2021-03-12 10:17:32, Info CSI 00000320 [SR] Verifying 100 components
2021-03-12 10:17:32, Info CSI 00000321 [SR] Beginning Verify and Repair transaction
2021-03-12 10:17:34, Info CSI 00000323 [SR] Verify complete
2021-03-12 10:17:34, Info CSI 00000324 [SR] Verifying 100 components
2021-03-12 10:17:34, Info CSI 00000325 [SR] Beginning Verify and Repair transaction
2021-03-12 10:17:35, Info CSI 00000326 [SR] Verify complete
2021-03-12 10:17:35, Info CSI 00000327 [SR] Verifying 100 components
2021-03-12 10:17:35, Info CSI 00000328 [SR] Beginning Verify and Repair transaction
2021-03-12 10:17:36, Info CSI 00000329 [SR] Verify complete
2021-03-12 10:17:36, Info CSI 0000032a [SR] Verifying 100 components
2021-03-12 10:17:36, Info CSI 0000032b [SR] Beginning Verify and Repair transaction
2021-03-12 10:17:36, Info CSI 0000032c [SR] Verify complete
2021-03-12 10:17:36, Info CSI 0000032d [SR] Verifying 100 components
2021-03-12 10:17:36, Info CSI 0000032e [SR] Beginning Verify and Repair transaction
2021-03-12 10:17:37, Info CSI 0000032f [SR] Verify complete
2021-03-12 10:17:37, Info CSI 00000330 [SR] Verifying 100 components
2021-03-12 10:17:37, Info CSI 00000331 [SR] Beginning Verify and Repair transaction
2021-03-12 10:17:37, Info CSI 00000332 [SR] Verify complete
2021-03-12 10:17:37, Info CSI 00000333 [SR] Verifying 100 components
2021-03-12 10:17:37, Info CSI 00000334 [SR] Beginning Verify and Repair transaction
2021-03-12 10:17:38, Info CSI 00000335 [SR] Verify complete
2021-03-12 10:17:38, Info CSI 00000336 [SR] Verifying 100 components
2021-03-12 10:17:38, Info CSI 00000337 [SR] Beginning Verify and Repair transaction
2021-03-12 10:17:38, Info CSI 00000338 [SR] Verify complete
2021-03-12 10:17:38, Info CSI 00000339 [SR] Verifying 100 components
2021-03-12 10:17:38, Info CSI 0000033a [SR] Beginning Verify and Repair transaction
2021-03-12 10:17:39, Info CSI 0000033c [SR] Verify complete
2021-03-12 10:17:39, Info CSI 0000033d [SR] Verifying 100 components
2021-03-12 10:17:39, Info CSI 0000033e [SR] Beginning Verify and Repair transaction
2021-03-12 10:17:40, Info CSI 0000033f [SR] Verify complete
2021-03-12 10:17:40, Info CSI 00000340 [SR] Verifying 100 components
2021-03-12 10:17:40, Info CSI 00000341 [SR] Beginning Verify and Repair transaction
2021-03-12 10:17:40, Info CSI 00000342 [SR] Verify complete
2021-03-12 10:17:40, Info CSI 00000343 [SR] Verifying 100 components
2021-03-12 10:17:40, Info CSI 00000344 [SR] Beginning Verify and Repair transaction
2021-03-12 10:17:41, Info CSI 00000345 [SR] Verify complete
2021-03-12 10:17:41, Info CSI 00000346 [SR] Verifying 100 components
2021-03-12 10:17:41, Info CSI 00000347 [SR] Beginning Verify and Repair transaction
2021-03-12 10:17:41, Info CSI 00000348 [SR] Verify complete
2021-03-12 10:17:41, Info CSI 00000349 [SR] Verifying 100 components
2021-03-12 10:17:41, Info CSI 0000034a [SR] Beginning Verify and Repair transaction
2021-03-12 10:17:42, Info CSI 0000034b [SR] Verify complete
2021-03-12 10:17:42, Info CSI 0000034c [SR] Verifying 100 components
2021-03-12 10:17:42, Info CSI 0000034d [SR] Beginning Verify and Repair transaction
2021-03-12 10:17:43, Info CSI 0000034e [SR] Verify complete
2021-03-12 10:17:43, Info CSI 0000034f [SR] Verifying 100 components
2021-03-12 10:17:43, Info CSI 00000350 [SR] Beginning Verify and Repair transaction
2021-03-12 10:17:43, Info CSI 00000351 [SR] Verify complete
2021-03-12 10:17:43, Info CSI 00000352 [SR] Verifying 100 components
2021-03-12 10:17:43, Info CSI 00000353 [SR] Beginning Verify and Repair transaction
2021-03-12 10:17:46, Info CSI 00000355 [SR] Verify complete
2021-03-12 10:17:46, Info CSI 00000356 [SR] Verifying 100 components
2021-03-12 10:17:46, Info CSI 00000357 [SR] Beginning Verify and Repair transaction
2021-03-12 10:17:47, Info CSI 00000358 [SR] Verify complete
2021-03-12 10:17:47, Info CSI 00000359 [SR] Verifying 100 components
2021-03-12 10:17:47, Info CSI 0000035a [SR] Beginning Verify and Repair transaction
2021-03-12 10:17:47, Info CSI 0000035b [SR] Verify complete
2021-03-12 10:17:47, Info CSI 0000035c [SR] Verifying 100 components
2021-03-12 10:17:47, Info CSI 0000035d [SR] Beginning Verify and Repair transaction
2021-03-12 10:17:47, Info CSI 0000035e [SR] Verify complete
2021-03-12 10:17:48, Info CSI 0000035f [SR] Verifying 100 components
2021-03-12 10:17:48, Info CSI 00000360 [SR] Beginning Verify and Repair transaction
2021-03-12 10:17:48, Info CSI 00000361 [SR] Verify complete
2021-03-12 10:17:48, Info CSI 00000362 [SR] Verifying 100 components
2021-03-12 10:17:48, Info CSI 00000363 [SR] Beginning Verify and Repair transaction
2021-03-12 10:17:49, Info CSI 00000364 [SR] Verify complete
2021-03-12 10:17:49, Info CSI 00000365 [SR] Verifying 100 components
2021-03-12 10:17:49, Info CSI 00000366 [SR] Beginning Verify and Repair transaction
2021-03-12 10:17:50, Info CSI 00000367 [SR] Verify complete
2021-03-12 10:17:50, Info CSI 00000368 [SR] Verifying 100 components
2021-03-12 10:17:50, Info CSI 00000369 [SR] Beginning Verify and Repair transaction
2021-03-12 10:17:50, Info CSI 0000036a [SR] Verify complete
2021-03-12 10:17:50, Info CSI 0000036b [SR] Verifying 100 components
2021-03-12 10:17:50, Info CSI 0000036c [SR] Beginning Verify and Repair transaction
2021-03-12 10:17:51, Info CSI 0000036d [SR] Verify complete
2021-03-12 10:17:51, Info CSI 0000036e [SR] Verifying 100 components
2021-03-12 10:17:51, Info CSI 0000036f [SR] Beginning Verify and Repair transaction
2021-03-12 10:17:51, Info CSI 00000370 [SR] Verify complete
2021-03-12 10:17:52, Info CSI 00000371 [SR] Verifying 100 components
2021-03-12 10:17:52, Info CSI 00000372 [SR] Beginning Verify and Repair transaction
2021-03-12 10:17:52, Info CSI 00000373 [SR] Verify complete
2021-03-12 10:17:52, Info CSI 00000374 [SR] Verifying 100 components
2021-03-12 10:17:52, Info CSI 00000375 [SR] Beginning Verify and Repair transaction
2021-03-12 10:17:53, Info CSI 00000376 [SR] Verify complete
2021-03-12 10:17:53, Info CSI 00000377 [SR] Verifying 100 components
2021-03-12 10:17:53, Info CSI 00000378 [SR] Beginning Verify and Repair transaction
2021-03-12 10:17:54, Info CSI 0000037c [SR] Verify complete
2021-03-12 10:17:54, Info CSI 0000037d [SR] Verifying 100 components
2021-03-12 10:17:54, Info CSI 0000037e [SR] Beginning Verify and Repair transaction
2021-03-12 10:17:54, Info CSI 0000037f [SR] Verify complete
2021-03-12 10:17:54, Info CSI 00000380 [SR] Verifying 100 components
2021-03-12 10:17:54, Info CSI 00000381 [SR] Beginning Verify and Repair transaction
2021-03-12 10:17:54, Info CSI 00000382 [SR] Verify complete
2021-03-12 10:17:54, Info CSI 00000383 [SR] Verifying 100 components
2021-03-12 10:17:54, Info CSI 00000384 [SR] Beginning Verify and Repair transaction
2021-03-12 10:17:55, Info CSI 00000385 [SR] Verify complete
2021-03-12 10:17:55, Info CSI 00000386 [SR] Verifying 100 components
2021-03-12 10:17:55, Info CSI 00000387 [SR] Beginning Verify and Repair transaction
2021-03-12 10:17:55, Info CSI 00000388 [SR] Verify complete
2021-03-12 10:17:55, Info CSI 00000389 [SR] Verifying 100 components
2021-03-12 10:17:55, Info CSI 0000038a [SR] Beginning Verify and Repair transaction
2021-03-12 10:17:56, Info CSI 0000038c [SR] Verify complete
2021-03-12 10:17:56, Info CSI 0000038d [SR] Verifying 100 components
2021-03-12 10:17:56, Info CSI 0000038e [SR] Beginning Verify and Repair transaction
2021-03-12 10:17:57, Info CSI 0000038f [SR] Verify complete
2021-03-12 10:17:57, Info CSI 00000390 [SR] Verifying 100 components
2021-03-12 10:17:57, Info CSI 00000391 [SR] Beginning Verify and Repair transaction
2021-03-12 10:17:58, Info CSI 00000392 [SR] Verify complete
2021-03-12 10:17:58, Info CSI 00000393 [SR] Verifying 100 components
2021-03-12 10:17:58, Info CSI 00000394 [SR] Beginning Verify and Repair transaction
2021-03-12 10:17:59, Info CSI 00000395 [SR] Verify complete
2021-03-12 10:17:59, Info CSI 00000396 [SR] Verifying 100 components
2021-03-12 10:17:59, Info CSI 00000397 [SR] Beginning Verify and Repair transaction
2021-03-12 10:18:00, Info CSI 00000398 [SR] Verify complete
2021-03-12 10:18:00, Info CSI 00000399 [SR] Verifying 100 components
2021-03-12 10:18:00, Info CSI 0000039a [SR] Beginning Verify and Repair transaction
2021-03-12 10:18:01, Info CSI 0000039b [SR] Verify complete
2021-03-12 10:18:01, Info CSI 0000039c [SR] Verifying 100 components
2021-03-12 10:18:01, Info CSI 0000039d [SR] Beginning Verify and Repair transaction
2021-03-12 10:18:02, Info CSI 0000039f [SR] Verify complete
2021-03-12 10:18:02, Info CSI 000003a0 [SR] Verifying 100 components
2021-03-12 10:18:02, Info CSI 000003a1 [SR] Beginning Verify and Repair transaction
2021-03-12 10:18:02, Info CSI 000003a2 [SR] Verify complete
2021-03-12 10:18:02, Info CSI 000003a3 [SR] Verifying 100 components
2021-03-12 10:18:02, Info CSI 000003a4 [SR] Beginning Verify and Repair transaction
2021-03-12 10:18:03, Info CSI 000003a5 [SR] Verify complete
2021-03-12 10:18:03, Info CSI 000003a6 [SR] Verifying 100 components
2021-03-12 10:18:03, Info CSI 000003a7 [SR] Beginning Verify and Repair transaction
2021-03-12 10:18:04, Info CSI 000003a8 [SR] Verify complete
2021-03-12 10:18:04, Info CSI 000003a9 [SR] Verifying 100 components
2021-03-12 10:18:04, Info CSI 000003aa [SR] Beginning Verify and Repair transaction
2021-03-12 10:18:04, Info CSI 000003ab [SR] Verify complete
2021-03-12 10:18:04, Info CSI 000003ac [SR] Verifying 100 components
2021-03-12 10:18:04, Info CSI 000003ad [SR] Beginning Verify and Repair transaction
2021-03-12 10:18:05, Info CSI 000003b2 [SR] Verify complete
2021-03-12 10:18:05, Info CSI 000003b3 [SR] Verifying 100 components
2021-03-12 10:18:05, Info CSI 000003b4 [SR] Beginning Verify and Repair transaction
2021-03-12 10:18:06, Info CSI 000003b5 [SR] Verify complete
2021-03-12 10:18:06, Info CSI 000003b6 [SR] Verifying 100 components
2021-03-12 10:18:06, Info CSI 000003b7 [SR] Beginning Verify and Repair transaction
2021-03-12 10:18:07, Info CSI 000003b8 [SR] Verify complete
2021-03-12 10:18:07, Info CSI 000003b9 [SR] Verifying 100 components
2021-03-12 10:18:07, Info CSI 000003ba [SR] Beginning Verify and Repair transaction
2021-03-12 10:18:08, Info CSI 000003bb [SR] Verify complete
2021-03-12 10:18:08, Info CSI 000003bc [SR] Verifying 100 components
2021-03-12 10:18:08, Info CSI 000003bd [SR] Beginning Verify and Repair transaction
2021-03-12 10:18:08, Info CSI 000003be [SR] Verify complete
2021-03-12 10:18:08, Info CSI 000003bf [SR] Verifying 100 components
2021-03-12 10:18:08, Info CSI 000003c0 [SR] Beginning Verify and Repair transaction
2021-03-12 10:18:09, Info CSI 000003c2 [SR] Verify complete
2021-03-12 10:18:09, Info CSI 000003c3 [SR] Verifying 100 components
2021-03-12 10:18:09, Info CSI 000003c4 [SR] Beginning Verify and Repair transaction
2021-03-12 10:18:10, Info CSI 000003c5 [SR] Verify complete
2021-03-12 10:18:10, Info CSI 000003c6 [SR] Verifying 100 components
2021-03-12 10:18:10, Info CSI 000003c7 [SR] Beginning Verify and Repair transaction
2021-03-12 10:18:11, Info CSI 000003c8 [SR] Verify complete
2021-03-12 10:18:11, Info CSI 000003c9 [SR] Verifying 100 components
2021-03-12 10:18:11, Info CSI 000003ca [SR] Beginning Verify and Repair transaction
2021-03-12 10:18:12, Info CSI 000003cb [SR] Verify complete
2021-03-12 10:18:12, Info CSI 000003cc [SR] Verifying 100 components
2021-03-12 10:18:12, Info CSI 000003cd [SR] Beginning Verify and Repair transaction
2021-03-12 10:18:13, Info CSI 000003ce [SR] Verify complete
2021-03-12 10:18:13, Info CSI 000003cf [SR] Verifying 100 components
2021-03-12 10:18:13, Info CSI 000003d0 [SR] Beginning Verify and Repair transaction
2021-03-12 10:18:13, Info CSI 000003d1 [SR] Verify complete
2021-03-12 10:18:14, Info CSI 000003d2 [SR] Verifying 100 components
2021-03-12 10:18:14, Info CSI 000003d3 [SR] Beginning Verify and Repair transaction
2021-03-12 10:18:14, Info CSI 000003d4 [SR] Verify complete
2021-03-12 10:18:14, Info CSI 000003d5 [SR] Verifying 100 components
2021-03-12 10:18:14, Info CSI 000003d6 [SR] Beginning Verify and Repair transaction
2021-03-12 10:18:15, Info CSI 000003d7 [SR] Verify complete
2021-03-12 10:18:15, Info CSI 000003d8 [SR] Verifying 100 components
2021-03-12 10:18:15, Info CSI 000003d9 [SR] Beginning Verify and Repair transaction
2021-03-12 10:18:15, Info CSI 000003da [SR] Verify complete
2021-03-12 10:18:16, Info CSI 000003db [SR] Verifying 100 components
2021-03-12 10:18:16, Info CSI 000003dc [SR] Beginning Verify and Repair transaction
2021-03-12 10:18:16, Info CSI 000003dd [SR] Verify complete
2021-03-12 10:18:16, Info CSI 000003de [SR] Verifying 100 components
2021-03-12 10:18:16, Info CSI 000003df [SR] Beginning Verify and Repair transaction
2021-03-12 10:18:17, Info CSI 000003e1 [SR] Verify complete
2021-03-12 10:18:17, Info CSI 000003e2 [SR] Verifying 100 components
2021-03-12 10:18:17, Info CSI 000003e3 [SR] Beginning Verify and Repair transaction
2021-03-12 10:18:18, Info CSI 000003e4 [SR] Verify complete
2021-03-12 10:18:18, Info CSI 000003e5 [SR] Verifying 5 components
2021-03-12 10:18:18, Info CSI 000003e6 [SR] Beginning Verify and Repair transaction
2021-03-12 10:18:18, Info CSI 000003e7 [SR] Verify complete
2021-03-12 10:18:18, Info CSI 000003e8 [SR] Repairing 0 components
2021-03-12 10:18:18, Info CSI 000003e9 [SR] Beginning Verify and Repair transaction
2021-03-12 10:18:18, Info CSI 000003ea [SR] Repair complete
I'm sorry don't know, primary disk partition layout is fine, except that 3rd disk has remnant 128 MB System partition.
Not sure if new OS is using it and I don't know what could happen if you delete it.
Maybe safest thing to do would be to detach disk 3 and see, and possible run RE and startup repair.
Please update the progress with the steps in post #8.
When available please upload V2 results.