SOLVED

FRX migrate-vhd - How Can I Monitor Progress?

Copper Contributor

To increase the profile size, I'm using frx to create a new profile with the desired max MB size, and migrating the old profile into the new.

 

How can I monitor the progress? I'm currently migrating a 30GB profile. Following file size in File Explorer, the new profile size hasn't moved in a long time. It's very close in size to the original and the command hasn't completed in the Command Prompt.

 

I'm assuming it failed because other migrations were much faster. But how can I see, accurately, if the migration is still happening and monitor progress?

1 Reply
best response confirmed by GMcDowell (Copper Contributor)
Solution
Hello. Frx migrate-vhd command use Robocopy to move data. You can enable robocopy logging following these steps
1) Open regedit
2) Navigate to HKLM\SOFTWARE\FSLogix\Logging
3) Add a REG_SZ key called RobocopyLogPath
4) Add a log path value like c:\temp\robocopy.log

Make sure you have enough OS drive space where you run the frx command since it use the %tmp% folder as a cache.

https://docs.microsoft.com/en-us/fslogix/logging-diagnostics-reference#logging-settings-and-configur...
1 best response

Accepted Solutions
best response confirmed by GMcDowell (Copper Contributor)
Solution
Hello. Frx migrate-vhd command use Robocopy to move data. You can enable robocopy logging following these steps
1) Open regedit
2) Navigate to HKLM\SOFTWARE\FSLogix\Logging
3) Add a REG_SZ key called RobocopyLogPath
4) Add a log path value like c:\temp\robocopy.log

Make sure you have enough OS drive space where you run the frx command since it use the %tmp% folder as a cache.

https://docs.microsoft.com/en-us/fslogix/logging-diagnostics-reference#logging-settings-and-configur...

View solution in original post