We need to see a history - uploaded, downloaded, something happened, download failed.
I want to know - what the something happened is. Is it hardware issue or software issue or wrong actions.
no
No, but it can be helpful in case of issues. If you decide to store logs - then you can install the logrotate if itâs not installed yet and configure it to remove old logs after a while, see
If i decide recreate nod on this hdd, what is the better solution for start?
How i understand first of all need make graceful exit and then create new identify?
And if i start graceful exit on one node this is doesnât affect other nodes?
P.S. I checked all 513 pieces and no one record doesnât include âupload startedâ
Yes, if you want to recreate - itâs better to perform a Graceful Exit, but the new node would start from scratch and it will take at least 9 months to establish the same state.
However, you cannot exit from the satellites disqualified your node.
The graceful exit will not affect other nodes, unless your router is unable to handle the load. In the last case the graceful exit may fail too and your node will be disqualified on that satellite.
Your current node would be paid by remained satellites until graceful exit or disqualification, so it might be better to leave the node running instead.
Actually the over 9,6 gb log file reaches to early may this year, as can be seen from the results;
2021-05-10T08:38:43.173+0300 INFO Configuration loaded {"Location": "C:\\Program Files\\Storj\\Storage Node\\config.yaml"}
2021-05-10T08:38:43.245+0300 INFO Operator email {"Address": "******@*********.com"}
Sadly because of the size of the log file, I tend to delete the log file every 6 months. Should propably try to parse it into smaller, more organized files instead for cases like this.
What would be the best option for Windows for, say, slicing the log file on weekly basis?
Oh, and let me know if there is any other things I could provide you with to solve what this is about.
Thank you, that helps a lot to keep the logs more organized
Have you reinstalled storagenode recently?
Since you mentioned it, around may I needed to reformat my StorJ drive as the NTFS filesystem kept constantly corrupting under the amount of files that StorJ stores on it and I did find one bad sector also in the process. I transferred all the StorJ files (6 Tb back then) to another drive with GoodSync, but did as you recommended on steps 3-5 recommended here. Since I didnât have a single drive big enough for all the data, I needed to divide the databases between 3 smaller HDDâs, which is why GoodSync sped up the process. Sadly I couldnât run the storagenode during the reformat period and was only able to start it once again after way over 24 hours of downtime. Audits were dangerously low around 80%, as was the Online percentage, as I had tried out the most performant way to move the files before and earlier that week re-installed Windows 10 completely, as I bought the Windows 10 Enterprise edition for itâs security features compared to Pro version and official ReFS support.
I reformatted to ReFS as at least couple of fellows here found that it helped the HDD to process the millions of small files better and didnât bog down like NTFS had done for him also.
Other than that I have only updated the storagenode with the .msi executable file, when there was a new update.
Iâm also currently trying to parse more information about the specific dates that the Audits crashed and a day before that - If I succeed, Iâll send them as .log files and put a link here.
Edit: I tried your script but PowerShell wonât let it run on my system. Do you know where to find the latest safe build of Logrotate for windows? Seems like there is a bunch of different locations.