I have a mailbox server with a mailbox database and a public folder database.
I add a second mailbox server and create a mailbox database and a public folder database on it.
For mailbox databases, I'm setting up a DAG for both of them.
For public folders, I want all of the PFs, system ones and public ones, to be replicated on both servers.
What should I do to set up this replication? Do I need to do something at all, or is it automatically enabled? Is there any difference in default behaviour for system folders and actual public folders? And what about new folders, those created after the replication is enabled?
Either EMC or PowerShell would do; EMC would be preferred, if it can be done easily there.
PLEASE, don't suggest using MoveAllReplicas.ps1. I don't wat to move all replicas from one server to the other one; I want all PFs to exist on BOTH servers, for full fault tolerance.
-
To brute-force this, you can do it from the Exchange Management Console.
- Launch the EMC
- Go to Tools
- Launch the Public Folders Management Console
- Select the top-level folders
- For each folder in the right-hand pane,
- Select the folder
- Click Properties
- Go to the Replication tab
- Click the Add button
- Add the database(es) you need
- Click OK
- Go back to 5 and repeat for any sub-folders under the top level folders.
You can get your System folders replicated this way pretty fast. If you have a large public folder hierarchy, a script is a better bet.
Massimo : So, system folders aren't replicated automatically to each PF database? You need to manually replicate *them*, too?Massimo : What about a script that does something like "for each public folder, add a replica on this database"? I'm sure this can be written... and I'm also quite sure someone *has* to have already written it!sysadmin1138 : I think we wrote it, but the guy who wrote it is out sick today so I can't ask him. But yes, that is the idea. FOR EACH $PublicFolder {set-publicfolder $Identity -Replicas $ReplicaList} kind of thing.From sysadmin1138 -
Use PFDAVADMIN or for Exchange 2010, use ExFolders. You can specify the servers to add at the top of the hierarchy and it will propagate the changes down the entire PF structure. You can google both for download locations and instructions. Its really self explanatory. If you have a lot of public folders, this is the easiest/quickest method.
Massimo : Niiiiiiiiice...From Adam
0 comments:
Post a Comment