cancel
Showing results for 
Search instead for 
Did you mean: 

Moving FSA place holders and files not yet archived

BEI
Level 5

Hi all,

I need to move files and placeholders to a new volume on same server. (13TB)

My understanding is that if I use the fsautility -pm -s "\\fileserver\fileshare" -d "\\fileserver\newfileshare" the placeholders will be moved, however what will happen to the files that are yet to be archived? are they also moved or do I need to run another process to do this?

 

Cheers

Changes made: "Disk" to "server"

5 REPLIES 5

dcVAST
Level 5
Partner Accredited

To move files that have not been archived with Enterprise Vault you can use something like Robocopy: https://technet.microsoft.com/en-us/library/cc733145.aspx

You will want to move placeholders first before using a utility to move files so placeholders are not accidentally recalled.

RahulG
Level 6
Employee

The command will just move the placeholder. The files which are not archived would need to be moved manually .

BEI
Level 5

Hi Thanks for the reply.

What would be the best practice then to move the files with intertwined archived placeholders in random spots?

Can I run the command first and then just do a bulk copy? will this work?

is there a process you can recommend?

 

Cheers

RahulG
Level 6
Employee

YOu may refer the following article on moving placeholders.

https://www-secure.symantec.com/connect/blogs/file-system-archiving-enterprise-vault-v9-placeholder-migration

Running the command and doing  bulk copy should work,

 

Ben_Watts
Level 6
Employee Accredited

Have a look at the below:-

http://www.symantec.com/docs/TECH147519

 

The Whitepaper states the best way to migrate File Servers when using EV is to:-

1)  Run FSAUtility -pm to migrate the Placeholders

2) Use a copy operation (Robocopy/Xcopy/Copy and Paste) to move the non-archived files

 

Look for the heading - Using the FSAUtility Placeholder Migration Option - on page 9 of the document attached to the above technote.

The only problem you have is if you run Robocopy, or another copy operation, without excluding Offline files then the copy opeation will do a mass recall of all archived files, hence the suggestion to FSAUtility the placeholders to get them off of the source server and then use a copy operation on the non-archived files.