Saturday, February 21, 2009

Exchange Server 2007

Installation:
System-wide Requirements:
steps to install exchange server 2007 on windows server 2003.
  1. Install Windows server SP2
  2. Install Power Shell
  3. Install Dot Net 2.0 Sp1
  4. Install Hot Fix Pack "NDP20-KB926776-X86"
  5. Raise doamin funtional level from mix mode to Native mode.
  6. Run "C:\Setup.com /PrepareSchema" to prepare schema
  7. Run "C:\Setup.com /PrepareAD" you need to run preps the current domain, adds the Exchange Universal Security Groups and configures the Exchange objects with AD. The command

Optional Command if you have more than one DC

  1. Setup.com /PrepareDomain – Prepares the current domain
  2. Setup.com /PrepareDomain:FQDN of target domain to be prepped
  3. Setup.com /PrepareAllDomains – Prepares all domains in the forest.

Click Setup to continue installation.


Steps to install exchange server 2007 on windows server 2008.

  1. Install IIS/Web Server Role.
  2. Install Power Shell from feature in Server Manager
  3. You must install Ldifde.exe by running 'ServerManagerCmd -i RSAT-ADDS' this command will install all prerequisites like prepareSchema and PrepareAD etc.
  4. Click Setup to continue installation.
  5. Choose typical or Custom Installation option
  6. Here’s the best practice to use when determining role installation order:

    1. Client Access Server: Preps the environment for users to use the new services.
    2. Hub Transport Server: Required for most inter-role and inter-server communication.
    3. Mailbox Server: Holds mailboxes, but in order to access or handle mail, requires that a Client Access Server and Hub Transport Server be in place.
    4. Unified Messaging: Depends on all of the other roles to do its work.

    The Edge Transport Server is not included in this list since it stands alone and cannot coexist with any of the above roles. If you do decide to use an Edge Transport Server, it’s best to install this role after you have a functioning Hub Transport Server since these two systems will be intertwined.



No comments:

Post a Comment

Followers