Your Node was suspended 2022-01-21 00:26:51.646073 +0000 UTC:
This is a reminder that your StorageNode on 12rfG3sWiXXXXXXXXXXXXXXxxxxxxxxxXXXXXXwymB Satellite is suspended
The problem I have had is that they changed my router and the opening of ports was not configured correctly.
Now everything works very well, and in another node that I have everything is Ok, but in this other node this message appears.
If you node is properly set up, all you need to do is keep it online and wait for the node to recover from suspension. Successful audit and get_repair traffic will increase your suspension score. Make sure your node version is up to date (v1.47.3 as of this writing), and check the node logs for successful GET_AUDIT and GET_REPAIR lines. Note that your node will not get any ingress traffic until your suspension score is above 60%.
No, the status should be online. Can you provide the last 30 lines of your storagenode log? To neatly put them in the forum, place the log lines with three backticks ``` above and below the block of log lines.
You can get the logs lines we need by stopping the storagenode service, renaming the log file to something like oldstorj.log and then starting the storagenode service again. This will create a new log file. Don’t delete the old log file yet in case it is needed for troubleshooting.
Interesting. This message suggests that your identity is corrupted somehow. The NodeID (the public key) doesn’t match the private key (identity.key)
However, I now have a question - is that node even worked? Because it cannot be online with unsigned or corrupted identity.
Have you removed the previous identity or did something unusual or have you lost something recently?
If you have a back-up of the identity, and you are 100% sure that it is for this specific node, then you could try using a copy of the backup identity files. However don’t delete your current identity files yet. Save them somewhere else.
Sure this is not a DNS issue?
Your ISP probably reset DDNS settings in the router?
Did your port mapping changed to another address?
Do you have the host with static lease in DHCP?
2022-02-04T16:36:44.733+0100 INFO Configuration loaded {“Location”: “C:\Program Files\Storj\Storage Node\config.yaml”}
2022-02-04T16:36:44.733+0100 INFO Invalid configuration file key {“Key”: “operator.email”}
2022-02-04T16:36:44.733+0100 INFO Invalid configuration file key {“Key”: “contact.external-address”}
2022-02-04T16:36:44.733+0100 INFO Invalid configuration file key {“Key”: “storage.allocated-disk-space”}
2022-02-04T16:36:44.733+0100 INFO Invalid configuration file key {“Key”: “server.private-address”}
2022-02-04T16:36:44.733+0100 INFO Invalid configuration file key {“Key”: “operator.wallet”}
2022-02-04T16:36:44.733+0100 INFO Invalid configuration file key {“Key”: “storage.allocated-bandwidth”}
2022-02-04T16:36:44.733+0100 INFO Invalid configuration file key {“Key”: “server.address”}
2022-02-04T16:36:44.733+0100 INFO Invalid configuration file key {“Key”: “storage.path”}
2022-02-04T16:36:44.733+0100 INFO Invalid configuration file value for key {“Key”: “log.output”}
2022-02-04T16:36:44.733+0100 INFO Invalid configuration file value for key {“Key”: “log.encoding”}
2022-02-04T16:36:44.734+0100 INFO Running on version {“Service”: “storagenode-updater”, “Version”: “v1.47.3”}
2022-02-04T16:36:44.734+0100 INFO Downloading versions. {“Server Address”: “https://version.storj.io”}
2022-02-04T16:36:45.336+0100 INFO Current binary version {“Service”: “storagenode”, “Version”: “v1.47.3”}
2022-02-04T16:36:45.336+0100 INFO Version is up to date {“Service”: “storagenode”}
2022-02-04T16:36:45.409+0100 INFO Current binary version {“Service”: “storagenode-updater”, “Version”: “v1.47.3”}
2022-02-04T16:36:45.409+0100 INFO Version is up to date {“Service”: “storagenode-updater”}
2022-02-04T16:38:38.938+0100 INFO Stop/Shutdown request received.
Hi, I have tried to change ALL the files in the Identity folder for the BackUp I did when I created the node and this from the other two posts is what I got.
That backUp is the correct one for that node, I have checked it several times.
No matter how hard I try, it doesn’t work.
DNS configuration problem, Router, Ports and others is not, since I have another node in the same network and using the same router and it works perfectly.
What else could I do?
I don’t want to format the RAID on this node and start from scratch.
Since you have another node in this network, it’s likely uses the same external port 28967.
So, on this one you must use a different one, 28968 for example. You still can use 28967 as an internal port, if the second node on different PC or if it’s a docker container.
Make sure that the external address for this second node has the second external port, for example ADDRESS.ddns.net:28968
You also need to forward 28968 tcp/udp → 28968 to the address of the PC with storagenode.
In your docker run command it should be configured like -p 28968:28967/tcp -p 28968:28967/udp -e ADDRESS=ADDRESS.ddns.net:28968