Suggestions for vault copy; rehosting; robocopy fails on defaultcachevault
Hi all,
We have a test environment that will become the production server when all done. I am trying to get ready for the production upgrade. I wanted to get a number for how long >robocopy would take to copy the <wt_home_old-server>\vaults\defaultcachevault to <wt_home_new-server>\vaults\defaultcachevault.
It failed with the following error: "ERROR 64 (0x00000040) Scanning Source Directory \\server\d$\ptc\windchill\windchill_8.0\vaults\defaultcachevault\
The specified network name is no longer available."
We do have a problem in that the vaults were never broken up into more manageable size folders. Defaultcachevault is currently a single directory with 1,323,??? files, 75.5G. I think robocopy is failing due to this huge file count, I know Windoze doesn't like it. (We will deal with this after the rehost and upgrade, not before.)
My test of robocopy to transfer the latest Oracle dump and Aphelion export worked fine.
>>Does anyone have any suggestion of changes that could be made to my robocopy syntax that could help or other tools that might work? The server OS is Windoze Server 2003 Rx, Std x64 Edition, SP 2. Gigabit ethernet. Here is my command syntax:
robocopy "\\server\d$\ptc\windchill\windchill_8.0\vaults\defaultcachevault" "d:\ptc\robo-test\vaults\defaultcachevault" /R:2 /W:10 /MIR /NFL /LOG+:d:\ptc\robo-log.log
The only other strategy that I have is to use DFS replication from the production server to a directory outside of my <wt_home> on the target server. Allow this to run for 10 days or so, until DFS reporting says we are complete and up to date on new and changed objects.
When I actually go to start the live upgrade, delete the <wt_home>\vaults\defaultcachevault folder. Use >move to "relocate" my new defaultcachevault directory into position. The move command should execute quickly since the directory populated by DFS replicatoni will be on the same server and drive as the Windchill installation.
Does any one have any thoughts on why this DFS replication/move idea won't work? Any other suggestions for managing the copy of over size directories between servers?
Thank you,
Tom

