Check List Fallow MS best practices all the times Exchange 2010 System Requirements http://technet.microsoft.com/en-us/library/aa996719.aspx Installing Exchange 2010 on Windows R2 This section is taken from Henrik Walter Blog, he has excellent article series also showing DAG in much Details, links to his blog is fallows, Henrik has been good mentor to many of us, not only […]
You must Create A Routing Group Connector Between Exchange 2003 and Exchange 2010 Open Exchagne management shell and type as below with changin the server name New-RoutingGroupConnector -Name “Interop RGC” -SourceTransportServers “mail-2010-EXCH.mailleisureplc.com” -TargetTransportServers “mail-2003-EXCH.mailleisureplc.com” -Cost 10 -Bidirectional $true -PublicFolderReferralsEnabled $true On your exchange 2003 box restart “Simple Mail Transport Protocol” Service On your Exchange 2010 […]
After upgrading the exchange server 2010 SP2 servers to SP3. Everything went well after 6hr 30 min SP3 finally installed successfully, however after the new update “Microsoft Exchange System Attendant Service” do not want to start. While trying to start the service it threw an error at every time it failed. Error 14001: the application has […]
When you try to crate new mailbox database you get error below ——————————————————– Microsoft Exchange Error ——————————————————– Failed to mount database ‘MAILDB1’. MAILDB1 Failed Error: Couldn’t mount the database that you specified. Specified database: MAILDB1; Error code: An Active Manager operation failed. Error: The database action failed. Error: Operation failed with message: MapiExceptionNotFound: Unable to […]
During installation of the Mailbox Server a new Exchange Server 2010 Mailbox Database will be automatically created. After installation its best to make sure that this database is moved from the default location to an alternate location for recovery and performance reasons. A new Public Folder database will also be automatically created on the new […]
Here are some points you need to check: 1. Check Manage auditing and security log Properties Administative Tools > Local Security Policy > Local Policies > User Rights Assignment > Manage auditing and security Exchance Servers. 2. Check Exchange Trusted Subsystem 1)Open Active Directory Users and Computers 2)Under domain name (For example contoso.com),navigate to the […]
The local computer is responsible for generating the offline address book http://technet.microsoft.com/en-gb/library/d0faeb2a-79d3-4ded-aa40-20f3b187b414.aspx To move offline address book generation using Exchange Management Console Open the Exchange Management Console. Expand Microsoft Exchange, expand Organization Configuration, and then select Mailbox. In the results pane, click the Offline Address Book tab. On the Offline Address Book tab, select the […]
Check which vSwitch the Service Console is on (and the name of the Service Console) with esxcfg-vswitch -l To remove the vlan id completely, just set it to 0 esxcfg-vswitch vSwitch0 -v 0 -p “Service Console” To set a vlan id on the service console esxcfg-vswitch vSwitch0 -v X -p “Service Console” (enter the vlan number where X is) […]
Windows 7 and Windows Server 2008¶ You must move the data directory outside of your public root. (See advanced install settings) This section describes how to install ownCloud on Windows with IIS. It assumes that you have a vanilla, non-IIS enabled Windows machine – Windows 7 or Server 2008. After enabling IIS, the steps are essentially […]