cancel
Showing results for 
Search instead for 
Did you mean: 

Symantec archive placeholder (black clock icon)

Mr_Invincible
Level 3

i have hundreds of files on my server which are shared down to users my documnet folder

a lot of thes files and folders have a black clock icon in the left hand corner

 

when i try to copy them i get "cannot read from source disk error"

 

if i copy them individually it works and the clock icon disappears but i have hundreds of files and folders so i cannot do each one individually

 

does any know a way around this, to get them all un archived?

 

Your help is much appreciated

 

1 ACCEPTED SOLUTION

Accepted Solutions

Mr_Invincible
Level 3

I have gotten this working

I needed to put in -f, this will force the command on the folder

D:\Program Files\Enterprise Vault>fsautility -t -f -s \\shares.work.net\u$\users\tester

 

i have ran this on plenty of folders and it works fine

 

thanks for all the help

View solution in original post

17 REPLIES 17

AndrewB
Moderator
Moderator
Partner    VIP    Accredited

have you tried fsautility?

Darren_Locke
Level 6
Employee

Sounds like you have the default recall limits in place of 20 files in 10 seconds (if memory serves me correctly). Look in the registry values documentation and you will see registry keys in the FSA section to be able to increase this number, or to exclude specified users from the limit altogether.

Darren

Mr_Invincible
Level 3

how do install the fsautility ?

TonySterling
Moderator
Moderator
Partner    VIP    Accredited Certified

Are you the end user or Admin?  You will need to be an admin to use it.

Here is a technote that explains how to use FSAUtility

Article URL http://www.symantec.com/docs/HOWTO37828

Mr_Invincible
Level 3

when i run the fsautility command it comes back and tells me that its not a recognised internal or external command

i am running it as admin

Mr_Invincible
Level 3

I have ran the command below

my files are on a different server called server1, i am running this from the EV server, there is another hard drive in the server, the u: drive

 

 

D:\Program Files\Enterprise Vault>fsautility -t -s \\server1\u:\users\doris.o'toole\dot\care plans\2004

Error: Invalid user switch for -t (Restore original files) option.

 

Does any know why i get the error above?
 

TonySterling
Moderator
Moderator
Partner    VIP    Accredited Certified

I think your command would look more like this:

fsautility -t -s \\server1\users\doris.o'toole\dot\care plans\2004

Mr_Invincible
Level 3

thanks for the reply

there is 5 hard drives in the server, so i need to specify what hard drive the files are on

 

i have run the following command

fsautility -t -s \\server1\u:\users\doris.o'toole

i get the following error

D:\Program Files\Enterprise Vault>fsautility -t -s \\server1\U:\users\doris.o'
toole

FSA Data Mover Utility.
Symantec Enterprise Vault.
Copyright (c) 2008. Symantec Corporation.

Restore files
Folder      : \\server1.cuh.net\U:\users\doris.o'toole
Error: Invalid fileServer \\server1.work.net

my domain is work.net

the same error appears if i run the command on the ev server on a file stored on the ev server

 

im slowly getting there but as it is my first time i would appreciate the help.

 

cheers

TonySterling
Moderator
Moderator
Partner    VIP    Accredited Certified

Is server1 the file server or EV Server? 

How did you target the file server for FSA?  What path did you use?  It should be something like this, \\Server1\My_Share unless you are using administrative shares.

Mr_Invincible
Level 3

the fix for the above problem is below

 

 

When attempting to run the FSAUtility to restore files, the error below is generated

Error

 

Error: Invalid FileServer  <unc path specified>

Cause

 

There is a DNS name specific for all file server targets that is stored in SQL.  If this name does not match during the name resolution process, the error will occur.

Solution

 

1. Log into the SQL server hosting the EnterpriseVaultDirectory database. This can be found in the registry on the Enterprise Vault (EV) server under: HKLM\Software\KVS\Enterprise Vault\Directory\DirectoryService

2. Expand Databases | EnterpriseVaultDirectory | Tables | dbo.FileServerEntry

3. Right-click | Open table  (SQL 2005). For SQL 2008, choose Select Top 200 rows

4. Make note of the server name listed in the DnsName column

5. Run the utility again using the server name from the previous step

Mr_Invincible
Level 3

i am running the command from the EV server

server1 is a seperate server

fsautility -t -s \\shares.work.net\users\doris.o'toole

 

FSA Data Mover Utility.
Symantec Enterprise Vault.
Copyright (c) 2008. Symantec Corporation.

Restore files
Folder      : \\shares.work.net\users\doris.o'toole
Error: invalid volume users

AndrewB
Moderator
Moderator
Partner    VIP    Accredited

maybe try u$ instead of u: if \users isnt shared out. try to get to the path from start->run beforehand and then copy it ot your command prompt. i also forsee an issue with the apostrophe in that user's folder. you might want to try quotes around the path.

Mr_Invincible
Level 3

i have tried it with u$, the u: drive is shared out already and so is the users folder

i can access the folder through the run command

i have created a folder in users called tester.

i get the error below

D:\Program Files\Enterprise Vault>fsautility -t -s \\shares.work.net\u$\users\tester

FSA Data Mover Utility.
Symantec Enterprise Vault.
Copyright (c) 2008. Symantec Corporation.

Restore files
Folder      : \\shares.work.net\u$\users\tester
Generating file list for processing...
Total restore job dispatch... 0%
Error: \\shares.work.net\u$\users\tester not found. 

Mr_Invincible
Level 3

I have gotten this working

I needed to put in -f, this will force the command on the folder

D:\Program Files\Enterprise Vault>fsautility -t -f -s \\shares.work.net\u$\users\tester

 

i have ran this on plenty of folders and it works fine

 

thanks for all the help

AndrewB
Moderator
Moderator
Partner    VIP    Accredited

glad you were able to figure it out

Simon_B_
Level 6
Partner Accredited

 

Careful! This command will also overwrite files that were edited after they were archived!

-f                    Optional. Overwrite existing files and placeholders when names match.

 
So of you have File_A which was archived some time ago, then recalled and edited (getting File_A') and then, according to your archiving policy was NOT YET archived again, after running the command above you will have File_A again as it does only filename matching! This could result in a severe data loss!

 

Rob_Brenner
Level 5
Employee

Very good advice Simon B!