cancel
Showing results for 
Search instead for 
Did you mean: 

EV 10 FSA - temp folder on EV server and temp folder on File server

ia01
Level 6
Partner Accredited

Hi guys, 

What is the best practices for EV 10 FSA - temp folder on EV server and temp folder on File server?

We have EV FSA task running 20 concurrent threads, 10GB temp folder disk on EV server but running out space when archive run happens, if we can't increase the disk size for example can we change the task thread to 5 so that it uses less space on temp folder?

 

Also does FSA archive run / placeholder service uses temp folder on file server itself? just been told by the Symantec support to change the temp fodler on file server to another disk as C:\ drive has 4gb free space. Is there any best practice how much temp space we need on File server itself (Not on EV server)?

Many Thanks

1 ACCEPTED SOLUTION

Accepted Solutions

Jeff_Shotton
Level 6
Partner Accredited Certified

For the EV Server you are going to get those temp files created from the converted content. They will be cleaned up, but you might be able to encourage them to go a little faster with the DelFileTypes and DelFilesOlderThanHours reg keys:

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

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

 

For the file server. - Its going to depend on what is happening on the file server, and what options are enabled.

For example, FSAreporting creates information in the installation folder - you might want to move this if on the C: drive:

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

Also, pass through recall needs a cache location on the remote file server. You might be tempted to place that in C:\windows\temp

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

I cant think of anything that specifically uses the temp folder on the file server though. Normal recalls are done in place in the same folder where the placeholder is (bring a big enough file back and you can see the placeholder temp file being written)

Regards,

Jeff

 

 

 

View solution in original post

5 REPLIES 5

Nathan_Clark_2
Level 4
Employee

that seems a lot, the task only seems to create the temp files when converting content, this is an in process task and the file are removed when the item is converted, we have seen a few files the convertors have problems with namley certain excel files creating huge output.

you could run a procmon with the following filters and check the file sizes being written:

Path contains 'temp' & EvFsaArchivingTask.exe & operation = IRP_MJ_WRITE && file access only (drop filtered events)

10:15:03.5346503 EvFsaArchivingTask.exe 3000 IRP_MJ_WRITE C:\Users\vsa\AppData\Local\Temp\EV$CVT$2892$0.xls SUCCESS Offset: 0, Length: 10,324,240, Priority: Normal 2892

He we see 10mb being written whilst converting an Excel doc.

No IMHO we dont use the %temp% on the FS whilst archiving.

Jeff_Shotton
Level 6
Partner Accredited Certified

For the EV Server you are going to get those temp files created from the converted content. They will be cleaned up, but you might be able to encourage them to go a little faster with the DelFileTypes and DelFilesOlderThanHours reg keys:

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

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

 

For the file server. - Its going to depend on what is happening on the file server, and what options are enabled.

For example, FSAreporting creates information in the installation folder - you might want to move this if on the C: drive:

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

Also, pass through recall needs a cache location on the remote file server. You might be tempted to place that in C:\windows\temp

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

I cant think of anything that specifically uses the temp folder on the file server though. Normal recalls are done in place in the same folder where the placeholder is (bring a big enough file back and you can see the placeholder temp file being written)

Regards,

Jeff

 

 

 

Rob_Wilcox1
Level 6
Partner

It is a little old, but take a look at this post of mine:

 

http://thingsilearnedtoday.net/2010/11/26/cleaning-up-temp-files/

Working for cloudficient.com

ia01
Level 6
Partner Accredited

Thanks Rob :)

Rob_Wilcox1
Level 6
Partner

You're welcome.

Working for cloudficient.com