 |
|
|
|
| Author |
Message |
Chris
Joined: 05 Aug 2007 Posts: 79
|
Posted: Fri Mar 03, 2006 1:15 pm Post subject: Exchange Cluster SAN Move |
|
|
We currently have 2 exchange servers in an Active/Passive cluster connected
to an EMC SAN. Within the next week we will be migrating to a new SAN
solution. I am wondering if anyone knows the best way to go about doing this
migration. I know there will be issues with disk signatures, but I am not a
cluster guru by any means, so I was just looking to see if anyone has done
this and know a reliable way of getting this done. Thanks!
--
Chris
Archived from group: microsoft>public>exchange2000>clustering |
|
| Back to top |
|
 |
Mark Arnold [MVP]
Joined: 05 Aug 2007 Posts: 1126
|
Posted: Fri Mar 03, 2006 9:47 pm Post subject: Re: Exchange Cluster SAN Move |
|
|
On Fri, 3 Mar 2006 08:15:29 -0800, Chris
wrote:
>We currently have 2 exchange servers in an Active/Passive cluster connected
>to an EMC SAN. Within the next week we will be migrating to a new SAN
>solution. I am wondering if anyone knows the best way to go about doing this
>migration. I know there will be issues with disk signatures, but I am not a
>cluster guru by any means, so I was just looking to see if anyone has done
>this and know a reliable way of getting this done. Thanks!
Bring the new SAN on line and prepare the storage. Add the storage as
a new drive, add it to the relevant storage group and then do a store
move (in the normal plain old way) to the new location. There are
other ways such as dropping the server and flipping the LUNS with your
management software.
Why, in all that is holy, hasn't your SAN vendor given you this
answer. It's such an obvious thing for them to give you the value add
service on? Some vendors just astound me. Sell it and scarper, I hate
that. |
|
| Back to top |
|
 |
Chris
Joined: 05 Aug 2007 Posts: 79
|
Posted: Fri Mar 03, 2006 2:19 pm Post subject: Re: Exchange Cluster SAN Move |
|
|
WOW...thanks for the quick reply Mark! It's funny you ask that
question...that is an issue in and of itself and would take me a week to
answer! LOL! The only problem is that I can't connect to both SAN's at the
same time. What kind of problems will I see with the disk signatures? Any?
--
Chris
"Mark Arnold [MVP]" wrote:
> On Fri, 3 Mar 2006 08:15:29 -0800, Chris
> wrote:
>
> >We currently have 2 exchange servers in an Active/Passive cluster connected
> >to an EMC SAN. Within the next week we will be migrating to a new SAN
> >solution. I am wondering if anyone knows the best way to go about doing this
> >migration. I know there will be issues with disk signatures, but I am not a
> >cluster guru by any means, so I was just looking to see if anyone has done
> >this and know a reliable way of getting this done. Thanks!
>
> Bring the new SAN on line and prepare the storage. Add the storage as
> a new drive, add it to the relevant storage group and then do a store
> move (in the normal plain old way) to the new location. There are
> other ways such as dropping the server and flipping the LUNS with your
> management software.
>
> Why, in all that is holy, hasn't your SAN vendor given you this
> answer. It's such an obvious thing for them to give you the value add
> service on? Some vendors just astound me. Sell it and scarper, I hate
> that.
>
> |
|
| Back to top |
|
 |
Mark Arnold [MVP]
Joined: 05 Aug 2007 Posts: 1126
|
Posted: Fri Mar 03, 2006 10:35 pm Post subject: Re: Exchange Cluster SAN Move |
|
|
On Fri, 3 Mar 2006 09:19:30 -0800, Chris
wrote:
>WOW...thanks for the quick reply Mark! It's funny you ask that
>question...that is an issue in and of itself and would take me a week to
>answer! LOL! The only problem is that I can't connect to both SAN's at the
>same time. What kind of problems will I see with the disk signatures? Any?
Whoa. You can't connect to both SAN's? That's a joke, right? Your
cluster (nothing to do with Exchange) isn't going to be terribly happy
about all that and you're going to have to have some downtime to
backup and restore from one san to the other, then repoint the
configuration at the new one.
I would have a serious word with the folks at the vendor. There has to
be a better way that your vendor can help you out here. The disk
signatures is the most trivial of your issues right now. |
|
| Back to top |
|
 |
Russ Kaufmann [MVP]
Joined: 05 Aug 2007 Posts: 69
|
Posted: Fri Mar 03, 2006 4:47 pm Post subject: Re: Exchange Cluster SAN Move |
|
|
"Chris" wrote in message @microsoft.com...
> We currently have 2 exchange servers in an Active/Passive cluster
> connected
> to an EMC SAN. Within the next week we will be migrating to a new SAN
> solution. I am wondering if anyone knows the best way to go about doing
> this
> migration. I know there will be issues with disk signatures, but I am not
> a
> cluster guru by any means, so I was just looking to see if anyone has done
> this and know a reliable way of getting this done. Thanks!
I have done this several times, and others have used this information to do
the same thing with little trouble.
http://msmvps.com/blogs/clusterhelp/archive/2005/08/05/61741.aspx
Whatever you do, make sure you test it in a test environment first.
--
Russ Kaufmann
MVP - Windows Server - Clustering
ClusterHelp.com, a Microsoft Certified Gold Partner
Web http://www.clusterhelp.com
Blog http://msmvps.com/clusterhelp |
|
| Back to top |
|
 |
Chris
Joined: 05 Aug 2007 Posts: 79
|
Posted: Fri Mar 03, 2006 5:56 pm Post subject: Re: Exchange Cluster SAN Move |
|
|
Here's what I was thinking of doing: Not sure if it will work or not...
1.) Move all resources to Node1
2.) Stop Cluster service on Node2 and set the service to disabled
3.) Bring down Node2, install new cards
4.) Power on Node2
5.) In Disk Management on Node2- partition and format the new disks
6.) On Node1, dismount all Exchange stores
7.) Copy all info from the drives on Node1 to the drives on Node2
8.) Stop the cluster service on Node1 and set it to disabled
9.) Bring down Node1 and install new cards
10.) On Node2, use dumpcfg to set the disk signatures so cluster can see the
new disks
11.) Bring node1 back up
12.) Start the cluster service on Node2
13.) Mount the the Information store(s)
14.) Start the cluster service on Node1
15.) Test Failover
--
Chris
"Russ Kaufmann [MVP]" wrote:
> "Chris" wrote in message
> @microsoft.com...
> > We currently have 2 exchange servers in an Active/Passive cluster
> > connected
> > to an EMC SAN. Within the next week we will be migrating to a new SAN
> > solution. I am wondering if anyone knows the best way to go about doing
> > this
> > migration. I know there will be issues with disk signatures, but I am not
> > a
> > cluster guru by any means, so I was just looking to see if anyone has done
> > this and know a reliable way of getting this done. Thanks!
>
> I have done this several times, and others have used this information to do
> the same thing with little trouble.
>
> http://msmvps.com/blogs/clusterhelp/archive/2005/08/05/61741.aspx
>
> Whatever you do, make sure you test it in a test environment first.
>
> --
> Russ Kaufmann
> MVP - Windows Server - Clustering
> ClusterHelp.com, a Microsoft Certified Gold Partner
> Web http://www.clusterhelp.com
> Blog http://msmvps.com/clusterhelp
>
>
>
|
|
| Back to top |
|
 |
|
|
| Related Topics: | Exchange 2000 Post SP3 update rollup on cluster. I have problems with the Exchange Management Service on 1 node of a W2K Cluster. This is the node on which the post sp3 update rollup is installed. Can I uninstall the Exchange 2000 Post SP3 update rollup fix without creating any more trouble? Or can I e.
Auto Accept Agent in cluster environment Hi all, Im about to setup the Auto Accept Agent in a Exchange 2003 cluster with 2 nodes This is the only info about deployment in a clustred environment (from Auto Accept Agent Deployment and Guide). When you install Auto
The Cluster Resource Monitor could not load the DLL "exres.d Hi, I have not been able to start my exchange services. When I opened my cluster administrator application, it complained that " The Cluster Resource Monitor could not load the DLL "exres.dll" for resource type . for the exchange services.
Please help! System Attendant failed to start on cluster. Hi all, I have a problem with Exchange 2000 running on cluster, when I tried to move the Exchange virtual server from node2 to node1, the System Attendant failed to come online. Here is what I have setup: two clusters, each cluster run an
Unable to backup Information Store on cluster node SERVER: Windows 2000 Advanced Server Service Pack 4 (build 2195) Exchange 2000 Enterprise edition SP3 Member server, part of Native mode W2k domain. Part of a 2 node active active cluster (one if file sharing server, the other is exchange) BACKUP SOFTWARE |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|