Showing posts with label Exchange Server 2013. Show all posts
Showing posts with label Exchange Server 2013. Show all posts

Sunday, 24 March 2013

Create a new Mailbox Database and add a Database Copy – Exchange 2013 DAG

In this post i will show you how to create a new Mailbox Database and add a copy of it, keep in mind that you have to have a functioning Database Availability Group (DAG).
For more information about Exchange 2013 DAG check this “Database Availability Groups

- First, log in to Exchange Admin Center by opening your browser then typing “https://YourExchangeFQDN/ecp”
- Click Servers, then Databases.
- Click the + sign to create a new database.
001

-  The new database window opens.
002

- Type the Mailbox database name ”DB003 in my case”, browse where you want to create it and make sure the “Mount this database” checkbox is checked then click save.
002a

 003

- After the database has been created you will see it in the list of databases.
004

- Now you will add a copy of DB003, click More then select “Add database copy”.
005

- Click browse to specify where you want to add a copy of this database.
006

- Select the Exchange server that will hold the copy.
007

- Then click save.
008

- The database will begin seeding.
009

- And will be successfully saved.
010

- As you can see the “Servers with copies” column will show the two exchange servers that hold copies of this database.
011

Done !!

Tuesday, 8 January 2013

How to create a new mailbox database in Exchange 2013


 First, log on to Exchange Admin Center by opening a browser and typing the URL for Exchange Control Panel (https://yourserver-fqdn/ecp)
001
- Click on Servers menu.
002
- Click on Databases. As you can see there is only the Default Database that is created at the installation of Exchange Server.
003
- Click the button to create a new database, then type the database name and click Browse.
004
- Select your exchange server from the list.
005
- The Database file Path and the Log Folder Path are filled automatically, but you can adjust them if you want to store them in another location. And there is a checkbox to Mount the database after creation,in case you want to create a database and mount it later on uncheck that checkbox.
C:\Program Files\Microsoft\Exchange Server\V15\Mailbox\Database-001\Database-001.edb
C:\Program Files\Microsoft\Exchange Server\V15\Mailbox\Database-001
Click Save.
006
- Saving information.
007
- And you are done.
008

Installing Exchange Server 2013 on Windows 2012


Prerequisites:
- Open PowerShell and run the following command to install the windows features.
Import-Module ServerManager
Install-WindowsFeature AS-HTTP-Activation, Desktop-Experience, NET-Framework-45-Features, RPC-over-HTTP-proxy, RSAT-Clustering, RSAT-Clustering-CmdInterface, Web-Mgmt-Console, WAS-Process-Model, Web-Asp-Net45, Web-Basic-Auth, Web-Client-Auth, Web-Digest-Auth, Web-Dir-Browsing, Web-Dyn-Compression, Web-Http-Errors, Web-Http-Logging, Web-Http-Redirect, Web-Http-Tracing, Web-ISAPI-Ext, Web-ISAPI-Filter, Web-Lgcy-Mgmt-Console, Web-Metabase, Web-Mgmt-Console, Web-Mgmt-Service, Web-Net-Ext45, Web-Request-Monitor, Web-Server, Web-Stat-Compression, Web-Static-Content, Web-Windows-Auth, Web-WMI, Windows-Identity-Foundation
001
002
003
- The features are installed, you need to restart your server.
005
- Configuring Windows Features.
006
- Next you have to install:
1- Unified Communications Managed API 4.0 Runtime
2- Microsoft Office 2010 Filter Pack 64 bit
3- Microsoft Office 2010 Filter Pack SP1 64 bit
Unified Communications Managed API 4.0 Runtime:
Download from:
- Start the installer then hit Next.
007
- Accept the License terms and click Install.
008
009
010
011
- Installation is Complete.
012
Next, Microsoft Office 2010 Filter Pack 64 bit. Download it from:
- Start the installer and hit Next.
013
- Accept the license terms and click Next.
014
015
- Click OK to finish the installation.
016
Next, Microsoft Office 2010 Filter Pack SP1 64 bit. Download it from:
- Start the installer, Accept the License Terms and click Continue.
017
018
- Click OK to finish the installation.
019
- Next you have to prepare the Schema, Active Directory and Domain.
- Start by preparing the Schema, open PowerShell and run the following command:
.\setup /PrepareSchema /iAcceptExchangeServerLicenseTerms
020
021
022
- Next, prepare AD, run this command:
.\setup /PrepareAD /OrganizationName:yourOrganization /iAcceptExchangeServerLicenseTerms
023
024
025
- Next, prepare the domain, run the following command:
.\setup /PrepareDomain /iAcceptExchangeServerLicenseTerms
026
027
- Done installing the prerequisites, start the setup file from the installation media.
028
029
030
- In the Introduction page, click Next.
031
- Accept the License Agreement, then click Next.
032
- Select “Use Recommended settings”, then click Next.
033
- Select the server roles that you want to install then click Next.
034
- Specify the path for installation, then click Next.
035
- For Malware Protection Settings, keep it “NO”. (so the protection is enabled)
036
037
038
039
040
041
042
043
044
045
046
047
048
049
050
051
- Setup is Complete.
052
- You can see the Exchange Management Shell, and the Exchange Toolbox, there is no Exchange Management Console in Exchange Server 2013.
053
- To Access the Admin Console, you have to open a browser and type the server fqdn/ecp to open the Exchange Admin Center.
You will be forwarded to Outlook Web App at the first time sign in.
054
- Then the Exchange Admin Center will open.
055
056
Done.