EV Building Block Configurations
Hi
Is there a very good clear document for what the required infrastructure needs are to be able to use Building Blocks for DR. I can find 'bits' of information but not enough to get a clear understanding.
for example, it appears that all the resources need to be shared - which is fine for SQL as I have a separate SQL server and also the vault stores are via cif shares so that should be fine, but do Indexes need to be a shared resource too? My indexes are on fast SAN disk (as indexes on cifs isn't recommneded) presented to each EV server so how does this bit work?
kind regards
KL
Do either of these help:
http://www.symantec.com/business/support/index?page=content&id=HOWTO37984
http://www.symantec.com/business/support/index?page=content&id=TECH38701
And to answert the question ... yes.. everything needs to be on 'shared' disks.. ie non-local
Keir,
We're reasonably large (I think), and use Robocopy to copy indexes to the DR server. We have a 3 to 1 (3 prod, 1 dr) server, and use mountpoints for the indexes. this way we have on the prod servers a folder called:
f:\enterprise Vault\EVSRV001\Indexes\Index-VMP01\index1 (etc)
f:\enterprise vault\EVSRV002\indexes\index-VMP01\index1 (etc)
These are replicated to the DR-server, which then has the appropriate folders. When performing a DR, as the folder structure is unique, there is no issue.
We also have environment where they use SAN-disks, which has san-replication obviously. I think the main thing is that IOPS is ok.