|
I'm looking for a sample a serverclass.conf file, to help me create one for my Exchange 2007 and 2010 Environment. I'm stuck on the Deploying configurations for all server section in the Splunk App for Microsoft Exchange Deploy... |
|
I've only done it for Exchange 2007. It may also not be the best way to do things, but this is the way I did it (note that our CAS and HUB servers are one and the same):
Thanks for the answer.
(27 Aug '11, 18:19)
seanyoung
|
|
To resume, in your serverclass.conf :
|
|
Here is an example of the serverclass.conf with the 3 groups CAS-HUB-STORE # CAS classes [serverClass:Exchange07CAS] whitelist.0=cas01.domain.com whitelist.1=cas02.domain.com whitelist.2=cas03.domain.com [serverClass:Exchange07CAS:apps:fwd_exchange2007_cas] [serverClass:ExchangeWin2K3CAS] whitelist.0=cas01.domain.com [serverClass:ExchangeWin2K3CAS:apps:fwd_win2003_iis] [serverClass:ExchangeWin2K8CAS] whitelist.0=cas02.domain.com whitelist.1=cas03.domain.com [serverClass:ExchangeWin2K8CAS:apps:fwd_win2008r2_iis] # HUB classes [serverClass:Exchange07HUB] whitelist.0=hub01.domain.com whitelist.1=hub02.domain.com [serverClass:Exchange07HUB:apps:fwd_exchange2007_hub] [serverClass:Exchange07HUB:apps:fwd_exchange2007_forefront] # Store classes [serverClass:Exchange07STORE] whitelist.0=store01.domain.com whitelist.1=store02a.domain.com whitelist.2=store02b.domain.com [serverClass:Exchange07STORE:apps:fwd_exchange2007_store] # Reputation classes [serverClass:ExchangeREP] whitelist.0=extweb.domain.com [serverClass:ExchangeREP:apps:fwd_reputation] |
