Windows GUI Gracefull exit with multiple nodes on same PC

I have a windows PC with 7 node. Each node run as a service, with service names storagenode, storagenode1, storagenode2, etc.

One of the HDDs is about to die as it started to have more and more bad sectors.
I would like to do a GE for that node (storagenode6).

I entered the below command in Powershell and got the result.

The nodeID is ok, it is for storagenode6, but the stored data values per satellites are for the first node on this PC with storagenode service name.

I’m afraid that if I continue, I will GE the first node instead of the 7th…

How can I initiate GE for the storagenode6 service?

Just delete this node manually. There is no need to bother and wait a whole month.

You need to provide the private address of this node for the command, as described in the Graceful Exit Guide - Storj Docs for multiple nodes owners, e.g.

& "C:\Program Files\Storj\Storage Node\storagenode.exe" exit-satellite --config-dir "C:\Program Files\Storj\Storage Node2\\" --identity-dir "C:\Users\USER\AppData\Roaming\Storj\Identity\storagenode2" --log.output stderr --server.private-address 127.0.0.1:7779

where 127.0.0.1:7779 is a value from the config.yaml file of that node for the parameter server.private-address.