Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Server > Clustering > Reconfigure storage on 2008 Server (Ent) cluster

Reply
Thread Tools Display Modes

Reconfigure storage on 2008 Server (Ent) cluster

 
 
scottrell
Guest
Posts: n/a

 
      08-04-2009

I have built a pair of Win2008 Ent (x64) servers as a failover cluster. Local
disk as the OS, and an EMC SAN for the shared storage. This is a clean
install, with only the Failover Cluster Feature, and MSDTC added, with the
cluster created but nothing installed. SQL Server is the target application
for the cluster.

Unfortunately, once the SQL group started looking at it, they've found the
disk partitioning requirements are completely wrong and I need to completely
reconfigure the shared storage--even the SAN array needs to be redone.

What is the best/recommended steps to remove the shared storage (including
quorum/witness) without going back to square one. There is no data to keep,
I'd just rather not go through a re-install if I don't need to.

Thanks
-sc
 
Reply With Quote
 
 
 
 
John Toner [MVP]
Guest
Posts: n/a

 
      08-04-2009
Does the witness disk also need to be re-configured? If so, I would just
change the quorum model to Node Majority and then delete all the disk
resources in the cluster. If not, just delete the disk resources from the
cluster.

Once the disks are deleted from cluster, remove them from the host and
re-configure them as needed. When complete, add the disks back and partition
them as needed, and then add them to back into the cluster....you should
also re-run cluster validation just to ensure that the disks still pass the
validation tests.

Regards,
John

Visit my blog: http://msmvps.com/blogs/jtoner

"scottrell" <> wrote in message
news:6C9AAACB-5DDC-4E3A-955D-...
>I have built a pair of Win2008 Ent (x64) servers as a failover cluster.
>Local
> disk as the OS, and an EMC SAN for the shared storage. This is a clean
> install, with only the Failover Cluster Feature, and MSDTC added, with the
> cluster created but nothing installed. SQL Server is the target
> application
> for the cluster.
>
> Unfortunately, once the SQL group started looking at it, they've found the
> disk partitioning requirements are completely wrong and I need to
> completely
> reconfigure the shared storage--even the SAN array needs to be redone.
>
> What is the best/recommended steps to remove the shared storage (including
> quorum/witness) without going back to square one. There is no data to
> keep,
> I'd just rather not go through a re-install if I don't need to.
>
> Thanks
> -sc



 
Reply With Quote
 
scottrell
Guest
Posts: n/a

 
      08-04-2009
The quorum is on the SAN/shared storage and will be removed with the array. I
will look into Node Majority, thanks.

Do I need to do anything with the cluster itself, such as take it offline or
even remove it?

Thanks again
-sc


"John Toner [MVP]" wrote:

> Does the witness disk also need to be re-configured? If so, I would just
> change the quorum model to Node Majority and then delete all the disk
> resources in the cluster. If not, just delete the disk resources from the
> cluster.
>
> Once the disks are deleted from cluster, remove them from the host and
> re-configure them as needed. When complete, add the disks back and partition
> them as needed, and then add them to back into the cluster....you should
> also re-run cluster validation just to ensure that the disks still pass the
> validation tests.
>
> Regards,
> John
>
> Visit my blog: http://msmvps.com/blogs/jtoner
>
> "scottrell" <> wrote in message
> news:6C9AAACB-5DDC-4E3A-955D-...
> >I have built a pair of Win2008 Ent (x64) servers as a failover cluster.
> >Local
> > disk as the OS, and an EMC SAN for the shared storage. This is a clean
> > install, with only the Failover Cluster Feature, and MSDTC added, with the
> > cluster created but nothing installed. SQL Server is the target
> > application
> > for the cluster.
> >
> > Unfortunately, once the SQL group started looking at it, they've found the
> > disk partitioning requirements are completely wrong and I need to
> > completely
> > reconfigure the shared storage--even the SAN array needs to be redone.
> >
> > What is the best/recommended steps to remove the shared storage (including
> > quorum/witness) without going back to square one. There is no data to
> > keep,
> > I'd just rather not go through a re-install if I don't need to.
> >
> > Thanks
> > -sc

>
>
>

 
Reply With Quote
 
Russ Kaufmann
Guest
Posts: n/a

 
      08-04-2009

"scottrell" <> wrote in message
news:8B339BD0-0C2C-448E-AEF9-...
> The quorum is on the SAN/shared storage and will be removed with the
> array. I
> will look into Node Majority, thanks.
>
> Do I need to do anything with the cluster itself, such as take it offline
> or
> even remove it?


If you are using a node majority quorum, then you don't have any disks, and
you don't have any applications or services configured in your cluster, so
there is no need to worry about it.

--
Russ Kaufmann,
MVP, MCSE: Messaging and Security, MCT, MCITP, MCTS and other stuff

ClusterHelp.com, a Microsoft Certified Gold Partner
Web http://www.clusterhelp.com
Blog http://msmvps.com/clusterhelp

 
Reply With Quote
 
Alex_DBA
Guest
Posts: n/a

 
      09-30-2009
I'm in the same situation but my cluster does have SQL Server installed and
its in production. I need to change the disk where the quorum was installed
to a smaller disk like 5gb. Also I have to change the cluster disk for
msdtc. Any ideas as to what is the best way to do this?
Thanks in advance.

"Russ Kaufmann" wrote:

> "scottrell" <> wrote in message
> news:8B339BD0-0C2C-448E-AEF9-...
> > The quorum is on the SAN/shared storage and will be removed with the
> > array. I
> > will look into Node Majority, thanks.
> >
> > Do I need to do anything with the cluster itself, such as take it offline
> > or
> > even remove it?

>
> If you are using a node majority quorum, then you don't have any disks, and
> you don't have any applications or services configured in your cluster, so
> there is no need to worry about it.
>
> --
> Russ Kaufmann,
> MVP, MCSE: Messaging and Security, MCT, MCITP, MCTS and other stuff
>
> ClusterHelp.com, a Microsoft Certified Gold Partner
> Web http://www.clusterhelp.com
> Blog http://msmvps.com/clusterhelp
>

 
Reply With Quote
 
Russ Kaufmann
Guest
Posts: n/a

 
      10-01-2009
"Alex_DBA" <> wrote in message
news:16F08021-9FA6-479B-8BA8-...
> I'm in the same situation but my cluster does have SQL Server installed
> and
> its in production. I need to change the disk where the quorum was
> installed
> to a smaller disk like 5gb. Also I have to change the cluster disk for
> msdtc. Any ideas as to what is the best way to do this?
> Thanks in advance.


For the quorum you can do:
1. a simple move to the new disk using the properties on the cluster
2. a move to MNS and then to a new disk

As to the MSDTC, the easiest method that I have found is to simply delete
the old one and create a new one on the new disk after moving the quorum.

--
Russ Kaufmann,
MVP, MCSE: Messaging and Security, MCT, MCITP, MCTS and other stuff

ClusterHelp.com, a Microsoft Certified Gold Partner
Web http://www.clusterhelp.com
Blog http://msmvps.com/clusterhelp

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Storage Server 2008 - unable to log in -x- Windows Server 1 05-14-2009 03:44 PM
Windows 2008 cluster for SQL server 2005 cluster Roger Clustering 2 05-21-2008 04:46 AM
SQL Server Cluster on SAN storage BlakeC Windows Server 0 05-23-2006 02:30 AM
Recommendations for Storage Win2003 3-Server Cluster owenr_mcse Clustering 1 03-13-2006 05:35 PM
2-node Server Cluster - no External Storage? Rick Lemons Clustering 1 10-20-2004 05:52 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59