Link to home
Start Free TrialLog in
Avatar of eli_migdal
eli_migdal

asked on

Exchange 2010 sp1 hosting mode command

Hello ,
Exchange 2010 sp1 is a bitc*** :) , no gui only shell.

i need to find how to enable the LCR ( or GAD as it called on 2010 ) for the database , and in general to see all the commands that are needed to setup the server , espciallly db commands.

my must urgent needs are :
1. LCR - local copy of db to another hdd
2. recieve connector that only receives from specific ip

thanks a lot
Avatar of Bruno PACI
Bruno PACI
Flag of France image

Hi,

First of all, LCR no more exists in Exchange 2010. I mean that you can no more have a "local" copy of a database.
Now, database copies can only exist on another Exchange 2010 mailbox server. So you absolutely need 2 mailbox servers to create a DAG and have DB copies.

Also, as far as I remember you can use GUI to make a DAG, create database copies and configure receive connectors. And the "sherry on the cake" : the Exchange 2010 SP1 GUI shows you what PowerShell command it will use to do the action you want. That is really fantastic because you can make the change you want on the GUI and just before clicking on "OK" you can see the PowerShell command that is needed to make the same thing by script.

Have a good day.
Avatar of eli_migdal
eli_migdal

ASKER

I am using the hosting option so no GUI ... :(
thanks for ansewr regarding the LCR - i will create another version
Also Plase check this article for the limits of using hosting switch
====================================================

http://social.technet.microsoft.com/wiki/contents/articles/exchange-2010-sp1-information-for-hosted-service-providers.aspx

I will also let you know that hosting will be supported by microsoft after exchange 2010 sp2
yes but can we wait from the sp2 that should of came in august ?
Setting up a DAG will require more information from you as the Exchange Design your working to, but in order to create a new receive connector, you use the following.

 
New-ReceiveConnector -Name Test -Usage Custom -Bindings 10.10.1.1:25 -RemoteIPRanges 192.168.0.1-192.168.0.24

Open in new window


http://technet.microsoft.com/en-us/library/bb125139.aspx

Inb order to create a DAG, you would use the new-databseavailabilitygroup command, listed here

http://technet.microsoft.com/en-us/library/dd351107.aspx
ASKER CERTIFIED SOLUTION
Avatar of sumit_arora
sumit_arora
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial