HGPlays
October 28, 2022, 11:15am
1
Hey Forum. I have two nodes on a windows server:
node 1: fully vetted 1TB node - 100% full - config with windows GUI
Node 2: fully vetted 12TB node - 20% full- made with docker
I want to move node 1 to a larger harddrive to keep its “vetted” status - but how do i do that?
HGPlays
October 28, 2022, 11:20am
3
Is this guide not for moving from one machine (windows) to another (linux?)
I want to keep it on the same machine but change HDD
Stob
October 28, 2022, 11:25am
4
1 Like
Vadim
October 28, 2022, 11:27am
5
do you want moove old node to new hdd and destroy second node?
if you have 20% full alredy on that it shold be veeted already
HGPlays
October 28, 2022, 11:29am
6
node 2 will not be touched.
node 1 will be moved from disk A (1TB) to disk B (xTB)
Then disk A will be unplugged
makes sense?
HGPlays
October 28, 2022, 11:29am
7
Thanks alot
i will give this a try
1 Like
Vadim
October 28, 2022, 11:43am
8
As iremeber it is bad idea to have 2 node on 1 disk
HGPlays
October 28, 2022, 11:48am
9
i dont. i dont think you under stand what i am trying to do
Have you looked at this?
It has a section where essentialy you are doing a robocopy.
Essentialy:
Run the robocopy command.
Run it AT LEAST 1 more time, to make sure there is a negligible difference.
Turn off the node, run robocopy 1 more time.
Transfer identity, and triple check data was moved.
Uninstall windows GUI storage node.
Reinstall the windows GUI storage node, this time pointing to the new drive which has the data + identity + DB location
Skip the authorisation steps
Node should be working now
Let me know if that works for you
2 Likes
HGPlays
October 30, 2022, 6:03pm
11
Thanks a bunch - in point 3 you mean shut off right?
lyoth
October 30, 2022, 6:17pm
12
Point 3 is power down and copy.
I recommend running robocopy a few time before going to point 3.
On my Linux setup, I would run a rsync a few time until it was under 10 minutes for a run, and then I would power down and run a final sync.
This helps reduce downtime.
1 Like
Alexey
October 31, 2022, 6:19am
14
Yes, it should be turn off. Fixed the typo in @thelastspark ’s post.
2 Likes
Fixed the typo in @thelastspark ’s post.
Hahah thanks for the fix!
1 Like