Ureader.com  
Microsoft software help and Community
   home   |   control panel login   |   archive   |  
 
Exchange
2000.active.directory
2000.admin
2000.announcements
2000.app.conversion
2000.applications
2000.clients
2000.clustering
2000.connectivity
2000.development
2000.documentation
2000.general
2000.information.store
2000.interop
2000.kms
2000.misc
2000.protocols
2000.realtime.collabo.
2000.setup
2000.transport
2000.win2000
admin
application.conversion
applications
clients
clustering
connectivity
design
development
misc
mobility
setup
tools
  
 
date: Fri, 8 Feb 2008 10:08:00 -0800,    group: microsoft.public.exchange.clustering        back       


CCR failover/back and shutdown   
We have a Exchange 2007 CCR.  How to:

1. failover and failback between nodes?  I think I need to use PS but not 
much about it.  I also heard that SP1 provides a GUI for failover and back 
between nodes.  Is that true?  Is it ony for SCC or also for CCR?

2. If I need to shut down both nodes how to do it? Any sequence or PS 
commands?

Thanks.
date: Fri, 8 Feb 2008 10:08:00 -0800   author:   Chris

Re: CCR failover/back and shutdown   
On Fri, 8 Feb 2008 10:08:00 -0800, Chris
 wrote:

>We have a Exchange 2007 CCR.  How to:
>
>1. failover and failback between nodes?  I think I need to use PS but not 
>much about it.  I also heard that SP1 provides a GUI for failover and back 
>between nodes.  Is that true?  Is it ony for SCC or also for CCR?
Either with the GUI (in SP1) or Powershell with the
Move-ClusteredMailboxServer command
>
>2. If I need to shut down both nodes how to do it? Any sequence or PS 
>commands?

You would shut them down normally as with any server if you are
shutting both down.
However, the whole idea with CCR is that you dont have to when doing
maintenance.

>
>Thanks.
date: Fri, 08 Feb 2008 13:13:00 -0500   author:   Andy David {MVP}

Re: CCR failover/back and shutdown   
Thanks Andy.  It's due to building power maintenance.  To shut down both 
nodes I was told to use some command so it won't failover.  In Exchange 2003 
I usually shut down the passive node first, suspend the active node and shut 
it down.  Just wondering if it's the same thing in CCR with some PS commands.

"Andy David {MVP}" wrote:

> On Fri, 8 Feb 2008 10:08:00 -0800, Chris
>  wrote:
> 
> >We have a Exchange 2007 CCR.  How to:
> >
> >1. failover and failback between nodes?  I think I need to use PS but not 
> >much about it.  I also heard that SP1 provides a GUI for failover and back 
> >between nodes.  Is that true?  Is it ony for SCC or also for CCR?
> Either with the GUI (in SP1) or Powershell with the
> Move-ClusteredMailboxServer command
> >
> >2. If I need to shut down both nodes how to do it? Any sequence or PS 
> >commands?
> 
> You would shut them down normally as with any server if you are
> shutting both down.
> However, the whole idea with CCR is that you dont have to when doing
> maintenance.
> 
> >
> >Thanks.
>
date: Fri, 8 Feb 2008 10:27:02 -0800   author:   Chris

Re: CCR failover/back and shutdown   
On Fri, 8 Feb 2008 10:27:02 -0800, Chris
 wrote:

>Thanks Andy.  It's due to building power maintenance.  To shut down both 
>nodes I was told to use some command so it won't failover.  In Exchange 2003 
>I usually shut down the passive node first, suspend the active node and shut 
>it down.  Just wondering if it's the same thing in CCR with some PS commands.

You could stop the cluster with:
http://technet.microsoft.com/en-us/library/aa997179.aspx
Stop-ClusteredMailboxServer

Be sure to restart it once its back online

Start-ClusteredMailboxServer




>
>"Andy David {MVP}" wrote:
>
>> On Fri, 8 Feb 2008 10:08:00 -0800, Chris
>>  wrote:
>> 
>> >We have a Exchange 2007 CCR.  How to:
>> >
>> >1. failover and failback between nodes?  I think I need to use PS but not 
>> >much about it.  I also heard that SP1 provides a GUI for failover and back 
>> >between nodes.  Is that true?  Is it ony for SCC or also for CCR?
>> Either with the GUI (in SP1) or Powershell with the
>> Move-ClusteredMailboxServer command
>> >
>> >2. If I need to shut down both nodes how to do it? Any sequence or PS 
>> >commands?
>> 
>> You would shut them down normally as with any server if you are
>> shutting both down.
>> However, the whole idea with CCR is that you dont have to when doing
>> maintenance.
>> 
>> >
>> >Thanks.
>>
date: Fri, 08 Feb 2008 13:36:44 -0500   author:   Andy David {MVP}

Re: CCR failover/back and shutdown   
See http://technet.microsoft.com/en-us/library/aa997676(EXCHG.80).aspx for 
documentation on your shutdown question.

Failover/failback are automatic behaviors that are performed by the Cluster 
service.  This is also referred to as an unscheduled outage.  A scheduled 
outage, which is what you want to do, is also referred to as a Move or a 
Handoff.  See 
http://technet.microsoft.com/en-us/library/aa998282(EXCHG.80).aspx for that 
procedure (using SP1 GUI or command line).

Hope this helps.
-- 
Regards,

Scott Schnoll
Microsoft Corporation
This posting is provided "AS IS" with no warranties, and confers no
rights. Please do not send email directly to this alias. This alias is for
newsgroup purposes only.


"Chris"  wrote in message 
news:E27C3BE4-E457-4C16-A27D-267AFBEAE2AC@microsoft.com...
> We have a Exchange 2007 CCR.  How to:
>
> 1. failover and failback between nodes?  I think I need to use PS but not
> much about it.  I also heard that SP1 provides a GUI for failover and back
> between nodes.  Is that true?  Is it ony for SCC or also for CCR?
>
> 2. If I need to shut down both nodes how to do it? Any sequence or PS
> commands?
>
> Thanks.
date: Fri, 8 Feb 2008 10:49:22 -0800   author:   Scott Schnoll [MSFT]

Re: CCR failover/back and shutdown   
Scott,
  Actually in my case I don't need to move because I need to shut down both 
nodes anyway.  Just need to verify the proper way or sequence.  For Example, 
should I shut down the passive node first?  If so, anything special I need to 
do to shut down the active node properly so it won't get any problem to start 
up again, especially for cluster function?

Thanks.

"Scott Schnoll [MSFT]" wrote:

> See http://technet.microsoft.com/en-us/library/aa997676(EXCHG.80).aspx for 
> documentation on your shutdown question.
> 
> Failover/failback are automatic behaviors that are performed by the Cluster 
> service.  This is also referred to as an unscheduled outage.  A scheduled 
> outage, which is what you want to do, is also referred to as a Move or a 
> Handoff.  See 
> http://technet.microsoft.com/en-us/library/aa998282(EXCHG.80).aspx for that 
> procedure (using SP1 GUI or command line).
> 
> Hope this helps.
> -- 
> Regards,
> 
> Scott Schnoll
> Microsoft Corporation
> This posting is provided "AS IS" with no warranties, and confers no
> rights. Please do not send email directly to this alias. This alias is for
> newsgroup purposes only.
> 
> 
> "Chris"  wrote in message 
> news:E27C3BE4-E457-4C16-A27D-267AFBEAE2AC@microsoft.com...
> > We have a Exchange 2007 CCR.  How to:
> >
> > 1. failover and failback between nodes?  I think I need to use PS but not
> > much about it.  I also heard that SP1 provides a GUI for failover and back
> > between nodes.  Is that true?  Is it ony for SCC or also for CCR?
> >
> > 2. If I need to shut down both nodes how to do it? Any sequence or PS
> > commands?
> >
> > Thanks. 
> 
>
date: Fri, 8 Feb 2008 12:04:04 -0800   author:   Chris

Re: CCR failover/back and shutdown   
Yes, see the first topic I cited 
(http://technet.microsoft.com/en-us/library/aa997676(EXCHG.80).aspx) for 
details on shutting down all the nodes in the cluster.

Hope this helps.
-- 
Regards,

Scott Schnoll
Microsoft Corporation
This posting is provided "AS IS" with no warranties, and confers no
rights. Please do not send email directly to this alias. This alias is for
newsgroup purposes only.



"Chris"  wrote in message 
news:3CBD5882-F42F-4647-80FE-6BEE6872234D@microsoft.com...
> Scott,
>  Actually in my case I don't need to move because I need to shut down both
> nodes anyway.  Just need to verify the proper way or sequence.  For 
> Example,
> should I shut down the passive node first?  If so, anything special I need 
> to
> do to shut down the active node properly so it won't get any problem to 
> start
> up again, especially for cluster function?
>
> Thanks.
>
> "Scott Schnoll [MSFT]" wrote:
>
>> See http://technet.microsoft.com/en-us/library/aa997676(EXCHG.80).aspx 
>> for
>> documentation on your shutdown question.
>>
>> Failover/failback are automatic behaviors that are performed by the 
>> Cluster
>> service.  This is also referred to as an unscheduled outage.  A scheduled
>> outage, which is what you want to do, is also referred to as a Move or a
>> Handoff.  See
>> http://technet.microsoft.com/en-us/library/aa998282(EXCHG.80).aspx for 
>> that
>> procedure (using SP1 GUI or command line).
>>
>> Hope this helps.
>> -- 
>> Regards,
>>
>> Scott Schnoll
>> Microsoft Corporation
>> This posting is provided "AS IS" with no warranties, and confers no
>> rights. Please do not send email directly to this alias. This alias is 
>> for
>> newsgroup purposes only.
>>
>>
>> "Chris"  wrote in message
>> news:E27C3BE4-E457-4C16-A27D-267AFBEAE2AC@microsoft.com...
>> > We have a Exchange 2007 CCR.  How to:
>> >
>> > 1. failover and failback between nodes?  I think I need to use PS but 
>> > not
>> > much about it.  I also heard that SP1 provides a GUI for failover and 
>> > back
>> > between nodes.  Is that true?  Is it ony for SCC or also for CCR?
>> >
>> > 2. If I need to shut down both nodes how to do it? Any sequence or PS
>> > commands?
>> >
>> > Thanks.
>>
>>
date: Fri, 8 Feb 2008 12:12:22 -0800   author:   Scott Schnoll [MSFT]

Re: CCR failover/back and shutdown   
sorry, it was a long article.  Just finished.  One more question.  Since you 
can move cluster using GUI with SP1 can you do Stop-clustermailboxserver from 
the GUI?

"Scott Schnoll [MSFT]" wrote:

> Yes, see the first topic I cited 
> (http://technet.microsoft.com/en-us/library/aa997676(EXCHG.80).aspx) for 
> details on shutting down all the nodes in the cluster.
> 
> Hope this helps.
> -- 
> Regards,
> 
> Scott Schnoll
> Microsoft Corporation
> This posting is provided "AS IS" with no warranties, and confers no
> rights. Please do not send email directly to this alias. This alias is for
> newsgroup purposes only.
> 
> 
> 
> "Chris"  wrote in message 
> news:3CBD5882-F42F-4647-80FE-6BEE6872234D@microsoft.com...
> > Scott,
> >  Actually in my case I don't need to move because I need to shut down both
> > nodes anyway.  Just need to verify the proper way or sequence.  For 
> > Example,
> > should I shut down the passive node first?  If so, anything special I need 
> > to
> > do to shut down the active node properly so it won't get any problem to 
> > start
> > up again, especially for cluster function?
> >
> > Thanks.
> >
> > "Scott Schnoll [MSFT]" wrote:
> >
> >> See http://technet.microsoft.com/en-us/library/aa997676(EXCHG.80).aspx 
> >> for
> >> documentation on your shutdown question.
> >>
> >> Failover/failback are automatic behaviors that are performed by the 
> >> Cluster
> >> service.  This is also referred to as an unscheduled outage.  A scheduled
> >> outage, which is what you want to do, is also referred to as a Move or a
> >> Handoff.  See
> >> http://technet.microsoft.com/en-us/library/aa998282(EXCHG.80).aspx for 
> >> that
> >> procedure (using SP1 GUI or command line).
> >>
> >> Hope this helps.
> >> -- 
> >> Regards,
> >>
> >> Scott Schnoll
> >> Microsoft Corporation
> >> This posting is provided "AS IS" with no warranties, and confers no
> >> rights. Please do not send email directly to this alias. This alias is 
> >> for
> >> newsgroup purposes only.
> >>
> >>
> >> "Chris"  wrote in message
> >> news:E27C3BE4-E457-4C16-A27D-267AFBEAE2AC@microsoft.com...
> >> > We have a Exchange 2007 CCR.  How to:
> >> >
> >> > 1. failover and failback between nodes?  I think I need to use PS but 
> >> > not
> >> > much about it.  I also heard that SP1 provides a GUI for failover and 
> >> > back
> >> > between nodes.  Is that true?  Is it ony for SCC or also for CCR?
> >> >
> >> > 2. If I need to shut down both nodes how to do it? Any sequence or PS
> >> > commands?
> >> >
> >> > Thanks.
> >>
> >> 
> 
>
date: Fri, 8 Feb 2008 12:47:00 -0800   author:   Chris

Re: CCR failover/back and shutdown   
On Fri, 8 Feb 2008 12:47:00 -0800, Chris
 wrote:

>sorry, it was a long article.  Just finished.  One more question.  Since you 
>can move cluster using GUI with SP1 can you do Stop-clustermailboxserver from 
>the GUI?

Yes.


>
>"Scott Schnoll [MSFT]" wrote:
>
>> Yes, see the first topic I cited 
>> (http://technet.microsoft.com/en-us/library/aa997676(EXCHG.80).aspx) for 
>> details on shutting down all the nodes in the cluster.
>> 
>> Hope this helps.
>> -- 
>> Regards,
>> 
>> Scott Schnoll
>> Microsoft Corporation
>> This posting is provided "AS IS" with no warranties, and confers no
>> rights. Please do not send email directly to this alias. This alias is for
>> newsgroup purposes only.
>> 
>> 
>> 
>> "Chris"  wrote in message 
>> news:3CBD5882-F42F-4647-80FE-6BEE6872234D@microsoft.com...
>> > Scott,
>> >  Actually in my case I don't need to move because I need to shut down both
>> > nodes anyway.  Just need to verify the proper way or sequence.  For 
>> > Example,
>> > should I shut down the passive node first?  If so, anything special I need 
>> > to
>> > do to shut down the active node properly so it won't get any problem to 
>> > start
>> > up again, especially for cluster function?
>> >
>> > Thanks.
>> >
>> > "Scott Schnoll [MSFT]" wrote:
>> >
>> >> See http://technet.microsoft.com/en-us/library/aa997676(EXCHG.80).aspx 
>> >> for
>> >> documentation on your shutdown question.
>> >>
>> >> Failover/failback are automatic behaviors that are performed by the 
>> >> Cluster
>> >> service.  This is also referred to as an unscheduled outage.  A scheduled
>> >> outage, which is what you want to do, is also referred to as a Move or a
>> >> Handoff.  See
>> >> http://technet.microsoft.com/en-us/library/aa998282(EXCHG.80).aspx for 
>> >> that
>> >> procedure (using SP1 GUI or command line).
>> >>
>> >> Hope this helps.
>> >> -- 
>> >> Regards,
>> >>
>> >> Scott Schnoll
>> >> Microsoft Corporation
>> >> This posting is provided "AS IS" with no warranties, and confers no
>> >> rights. Please do not send email directly to this alias. This alias is 
>> >> for
>> >> newsgroup purposes only.
>> >>
>> >>
>> >> "Chris"  wrote in message
>> >> news:E27C3BE4-E457-4C16-A27D-267AFBEAE2AC@microsoft.com...
>> >> > We have a Exchange 2007 CCR.  How to:
>> >> >
>> >> > 1. failover and failback between nodes?  I think I need to use PS but 
>> >> > not
>> >> > much about it.  I also heard that SP1 provides a GUI for failover and 
>> >> > back
>> >> > between nodes.  Is that true?  Is it ony for SCC or also for CCR?
>> >> >
>> >> > 2. If I need to shut down both nodes how to do it? Any sequence or PS
>> >> > commands?
>> >> >
>> >> > Thanks.
>> >>
>> >> 
>> 
>>
date: Fri, 08 Feb 2008 15:52:23 -0500   author:   Andy David {MVP}

Re: CCR failover/back and shutdown   
Yes...see 
http://technet.microsoft.com/en-us/library/aa996336(EXCHG.80).aspx.
-- 
Regards,

Scott Schnoll
Microsoft Corporation
This posting is provided "AS IS" with no warranties, and confers no
rights. Please do not send email directly to this alias. This alias is for
newsgroup purposes only.


"Chris"  wrote in message 
news:2E48943A-4270-43FB-9F39-C356F935FBB9@microsoft.com...
> sorry, it was a long article.  Just finished.  One more question.  Since 
> you
> can move cluster using GUI with SP1 can you do Stop-clustermailboxserver 
> from
> the GUI?
>
> "Scott Schnoll [MSFT]" wrote:
>
>> Yes, see the first topic I cited
>> (http://technet.microsoft.com/en-us/library/aa997676(EXCHG.80).aspx) for
>> details on shutting down all the nodes in the cluster.
>>
>> Hope this helps.
>> -- 
>> Regards,
>>
>> Scott Schnoll
>> Microsoft Corporation
>> This posting is provided "AS IS" with no warranties, and confers no
>> rights. Please do not send email directly to this alias. This alias is 
>> for
>> newsgroup purposes only.
>>
>>
>>
>> "Chris"  wrote in message
>> news:3CBD5882-F42F-4647-80FE-6BEE6872234D@microsoft.com...
>> > Scott,
>> >  Actually in my case I don't need to move because I need to shut down 
>> > both
>> > nodes anyway.  Just need to verify the proper way or sequence.  For
>> > Example,
>> > should I shut down the passive node first?  If so, anything special I 
>> > need
>> > to
>> > do to shut down the active node properly so it won't get any problem to
>> > start
>> > up again, especially for cluster function?
>> >
>> > Thanks.
>> >
>> > "Scott Schnoll [MSFT]" wrote:
>> >
>> >> See http://technet.microsoft.com/en-us/library/aa997676(EXCHG.80).aspx
>> >> for
>> >> documentation on your shutdown question.
>> >>
>> >> Failover/failback are automatic behaviors that are performed by the
>> >> Cluster
>> >> service.  This is also referred to as an unscheduled outage.  A 
>> >> scheduled
>> >> outage, which is what you want to do, is also referred to as a Move or 
>> >> a
>> >> Handoff.  See
>> >> http://technet.microsoft.com/en-us/library/aa998282(EXCHG.80).aspx for
>> >> that
>> >> procedure (using SP1 GUI or command line).
>> >>
>> >> Hope this helps.
>> >> -- 
>> >> Regards,
>> >>
>> >> Scott Schnoll
>> >> Microsoft Corporation
>> >> This posting is provided "AS IS" with no warranties, and confers no
>> >> rights. Please do not send email directly to this alias. This alias is
>> >> for
>> >> newsgroup purposes only.
>> >>
>> >>
>> >> "Chris"  wrote in message
>> >> news:E27C3BE4-E457-4C16-A27D-267AFBEAE2AC@microsoft.com...
>> >> > We have a Exchange 2007 CCR.  How to:
>> >> >
>> >> > 1. failover and failback between nodes?  I think I need to use PS 
>> >> > but
>> >> > not
>> >> > much about it.  I also heard that SP1 provides a GUI for failover 
>> >> > and
>> >> > back
>> >> > between nodes.  Is that true?  Is it ony for SCC or also for CCR?
>> >> >
>> >> > 2. If I need to shut down both nodes how to do it? Any sequence or 
>> >> > PS
>> >> > commands?
>> >> >
>> >> > Thanks.
>> >>
>> >>
>>
>>
date: Fri, 8 Feb 2008 17:35:58 -0800   author:   Scott Schnoll [MSFT]

Re: CCR failover/back and shutdown   
Thank you both.  Another question.  How can I identify how the Exchange 
servers configured in an existing environment if there is no clear 
documentation.  For example, some servers are configured as standalone, SCC 
or CCR.  And they could also set with LCR to some standalone server or SCR 
for SCC or CCR.  And details for each configuration setttings.  How to get 
those information?

Thanks again in advance.

"Scott Schnoll [MSFT]" wrote:

> Yes...see 
> http://technet.microsoft.com/en-us/library/aa996336(EXCHG.80).aspx.
> -- 
> Regards,
> 
> Scott Schnoll
> Microsoft Corporation
> This posting is provided "AS IS" with no warranties, and confers no
> rights. Please do not send email directly to this alias. This alias is for
> newsgroup purposes only.
> 
> 
> "Chris"  wrote in message 
> news:2E48943A-4270-43FB-9F39-C356F935FBB9@microsoft.com...
> > sorry, it was a long article.  Just finished.  One more question.  Since 
> > you
> > can move cluster using GUI with SP1 can you do Stop-clustermailboxserver 
> > from
> > the GUI?
> >
> > "Scott Schnoll [MSFT]" wrote:
> >
> >> Yes, see the first topic I cited
> >> (http://technet.microsoft.com/en-us/library/aa997676(EXCHG.80).aspx) for
> >> details on shutting down all the nodes in the cluster.
> >>
> >> Hope this helps.
> >> -- 
> >> Regards,
> >>
> >> Scott Schnoll
> >> Microsoft Corporation
> >> This posting is provided "AS IS" with no warranties, and confers no
> >> rights. Please do not send email directly to this alias. This alias is 
> >> for
> >> newsgroup purposes only.
> >>
> >>
> >>
> >> "Chris"  wrote in message
> >> news:3CBD5882-F42F-4647-80FE-6BEE6872234D@microsoft.com...
> >> > Scott,
> >> >  Actually in my case I don't need to move because I need to shut down 
> >> > both
> >> > nodes anyway.  Just need to verify the proper way or sequence.  For
> >> > Example,
> >> > should I shut down the passive node first?  If so, anything special I 
> >> > need
> >> > to
> >> > do to shut down the active node properly so it won't get any problem to
> >> > start
> >> > up again, especially for cluster function?
> >> >
> >> > Thanks.
> >> >
> >> > "Scott Schnoll [MSFT]" wrote:
> >> >
> >> >> See http://technet.microsoft.com/en-us/library/aa997676(EXCHG.80).aspx
> >> >> for
> >> >> documentation on your shutdown question.
> >> >>
> >> >> Failover/failback are automatic behaviors that are performed by the
> >> >> Cluster
> >> >> service.  This is also referred to as an unscheduled outage.  A 
> >> >> scheduled
> >> >> outage, which is what you want to do, is also referred to as a Move or 
> >> >> a
> >> >> Handoff.  See
> >> >> http://technet.microsoft.com/en-us/library/aa998282(EXCHG.80).aspx for
> >> >> that
> >> >> procedure (using SP1 GUI or command line).
> >> >>
> >> >> Hope this helps.
> >> >> -- 
> >> >> Regards,
> >> >>
> >> >> Scott Schnoll
> >> >> Microsoft Corporation
> >> >> This posting is provided "AS IS" with no warranties, and confers no
> >> >> rights. Please do not send email directly to this alias. This alias is
> >> >> for
> >> >> newsgroup purposes only.
> >> >>
> >> >>
> >> >> "Chris"  wrote in message
> >> >> news:E27C3BE4-E457-4C16-A27D-267AFBEAE2AC@microsoft.com...
> >> >> > We have a Exchange 2007 CCR.  How to:
> >> >> >
> >> >> > 1. failover and failback between nodes?  I think I need to use PS 
> >> >> > but
> >> >> > not
> >> >> > much about it.  I also heard that SP1 provides a GUI for failover 
> >> >> > and
> >> >> > back
> >> >> > between nodes.  Is that true?  Is it ony for SCC or also for CCR?
> >> >> >
> >> >> > 2. If I need to shut down both nodes how to do it? Any sequence or 
> >> >> > PS
> >> >> > commands?
> >> >> >
> >> >> > Thanks.
> >> >>
> >> >>
> >>
> >> 
> 
>
date: Mon, 11 Feb 2008 07:47:03 -0800   author:   Chris

Re: CCR failover/back and shutdown   
You can use ExBPA to collect some config info, including details that will 
tell you which servers are standalones and which are clusters.  You can also 
use Get-MailboxServer and Get-StorageGroup to get info on those objects.  In 
SP1, we also include a script call GetSCRSources that you can use to get 
some SCR info, as well.

Hope this helps.
-- 
Regards,

Scott Schnoll
Microsoft Corporation
This posting is provided "AS IS" with no warranties, and confers no
rights. Please do not send email directly to this alias. This alias is for
newsgroup purposes only.

"Chris"  wrote in message 
news:48E88D84-5895-4DBF-9FC1-95173B682D6E@microsoft.com...
> Thank you both.  Another question.  How can I identify how the Exchange
> servers configured in an existing environment if there is no clear
> documentation.  For example, some servers are configured as standalone, 
> SCC
> or CCR.  And they could also set with LCR to some standalone server or SCR
> for SCC or CCR.  And details for each configuration setttings.  How to get
> those information?
>
> Thanks again in advance.
>
> "Scott Schnoll [MSFT]" wrote:
>
>> Yes...see
>> http://technet.microsoft.com/en-us/library/aa996336(EXCHG.80).aspx.
>> -- 
>> Regards,
>>
>> Scott Schnoll
>> Microsoft Corporation
>> This posting is provided "AS IS" with no warranties, and confers no
>> rights. Please do not send email directly to this alias. This alias is 
>> for
>> newsgroup purposes only.
>>
>>
>> "Chris"  wrote in message
>> news:2E48943A-4270-43FB-9F39-C356F935FBB9@microsoft.com...
>> > sorry, it was a long article.  Just finished.  One more question. 
>> > Since
>> > you
>> > can move cluster using GUI with SP1 can you do 
>> > Stop-clustermailboxserver
>> > from
>> > the GUI?
>> >
>> > "Scott Schnoll [MSFT]" wrote:
>> >
>> >> Yes, see the first topic I cited
>> >> (http://technet.microsoft.com/en-us/library/aa997676(EXCHG.80).aspx) 
>> >> for
>> >> details on shutting down all the nodes in the cluster.
>> >>
>> >> Hope this helps.
>> >> -- 
>> >> Regards,
>> >>
>> >> Scott Schnoll
>> >> Microsoft Corporation
>> >> This posting is provided "AS IS" with no warranties, and confers no
>> >> rights. Please do not send email directly to this alias. This alias is
>> >> for
>> >> newsgroup purposes only.
>> >>
>> >>
>> >>
>> >> "Chris"  wrote in message
>> >> news:3CBD5882-F42F-4647-80FE-6BEE6872234D@microsoft.com...
>> >> > Scott,
>> >> >  Actually in my case I don't need to move because I need to shut 
>> >> > down
>> >> > both
>> >> > nodes anyway.  Just need to verify the proper way or sequence.  For
>> >> > Example,
>> >> > should I shut down the passive node first?  If so, anything special 
>> >> > I
>> >> > need
>> >> > to
>> >> > do to shut down the active node properly so it won't get any problem 
>> >> > to
>> >> > start
>> >> > up again, especially for cluster function?
>> >> >
>> >> > Thanks.
>> >> >
>> >> > "Scott Schnoll [MSFT]" wrote:
>> >> >
>> >> >> See 
>> >> >> http://technet.microsoft.com/en-us/library/aa997676(EXCHG.80).aspx
>> >> >> for
>> >> >> documentation on your shutdown question.
>> >> >>
>> >> >> Failover/failback are automatic behaviors that are performed by the
>> >> >> Cluster
>> >> >> service.  This is also referred to as an unscheduled outage.  A
>> >> >> scheduled
>> >> >> outage, which is what you want to do, is also referred to as a Move 
>> >> >> or
>> >> >> a
>> >> >> Handoff.  See
>> >> >> http://technet.microsoft.com/en-us/library/aa998282(EXCHG.80).aspx 
>> >> >> for
>> >> >> that
>> >> >> procedure (using SP1 GUI or command line).
>> >> >>
>> >> >> Hope this helps.
>> >> >> -- 
>> >> >> Regards,
>> >> >>
>> >> >> Scott Schnoll
>> >> >> Microsoft Corporation
>> >> >> This posting is provided "AS IS" with no warranties, and confers no
>> >> >> rights. Please do not send email directly to this alias. This alias 
>> >> >> is
>> >> >> for
>> >> >> newsgroup purposes only.
>> >> >>
>> >> >>
>> >> >> "Chris"  wrote in message
>> >> >> news:E27C3BE4-E457-4C16-A27D-267AFBEAE2AC@microsoft.com...
>> >> >> > We have a Exchange 2007 CCR.  How to:
>> >> >> >
>> >> >> > 1. failover and failback between nodes?  I think I need to use PS
>> >> >> > but
>> >> >> > not
>> >> >> > much about it.  I also heard that SP1 provides a GUI for failover
>> >> >> > and
>> >> >> > back
>> >> >> > between nodes.  Is that true?  Is it ony for SCC or also for CCR?
>> >> >> >
>> >> >> > 2. If I need to shut down both nodes how to do it? Any sequence 
>> >> >> > or
>> >> >> > PS
>> >> >> > commands?
>> >> >> >
>> >> >> > Thanks.
>> >> >>
>> >> >>
>> >>
>> >>
>>
>>
date: Mon, 11 Feb 2008 09:00:21 -0800   author:   Scott Schnoll [MSFT]

Google
 
Web ureader.com


    COPYRIGHT 2007, YARDI TECHNOLOGY LIMITED, ALL RIGHT RESERVE  |   contact us