![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi there, i am briefed with the setup of a multi node Cluster Sql system containing 4 nodes with 3 active and 1 passive node using HP DL380s and a HP EVA 3000 SAN with FC switched fabric. Now i am looking for documents and whitepapers helping me doing the job. Unfortunately multi node clusters are not as well documented als 2 node clusters, so still some things are unclear to me such as the order of installing cluster service on the nodes, presenting the vdisks and setting up the instances. If anybody could send me some advice on the principles of multinode SQL Clustering, that would be really helpfull. Thanks in advance. Regards, Steve |
#3
| |||
| |||
|
|
On multi node clusters, always setup the 1st 2, make sure that the clustering works as expected (failovers etc), then carry on adding nodes until you have added all the nodes you need. After adding each node, make sure that everything still works. Once clustering is setup, start adding SQL Server and other cluster aware applications. |
#4
| |||
| |||
|
|
Hi Mike, Thanks for your quick answer. My setup would then be like this (Node4 ist for Failover only): 1.Node 1 up, Node2,3,4 down Present Quorum and Data/Log VDisk to Host1 Set Quorum Drive to Q: and Data/Log to S:/T: Setup Clustering Service on Host1 2. Node1,2,3 down, Node 4 up Present Quorum and Data/Log VDisk to Host4 Set Quorum Drive to Q: and Data/Log to S:/T: Setup Clustering Service on Host4 3. Shutdown Host4 Present VDisks to both Host1 and Host4 Start Host1, then startup Host4 Test the clustering, e.g. move Data and Log Ressource from Node1 to Node4 and back Now comes the point where i am not shure what to, i now have to add Node2 witch should use its own Data/Log VDisk and which should also be able to be taken over by the Failover Node 4. What is the correct order for VDisk presentation and must/mustnt the the other nodes be running, when Node 2 comes up? When must the Quorum Drive be presented to Node2? Is the only restriction in the setup process, that 2 Hosts should never see the same VDisk without having Cluster Service installed? Any comments would be greatly appreciated Regards, Steve On multi node clusters, always setup the 1st 2, make sure that the clustering works as expected (failovers etc), then carry on adding nodes until you have added all the nodes you need. After adding each node, make sure that everything still works. Once clustering is setup, start adding SQL Server and other cluster aware applications. |
#5
| |||
| |||
|
|
Install node 1, with 2-4 down. Leave 1 up, bring 2 up, install clustering leaving 3&4 down. Leave 1-2 up, bring 3 up, leave 4 down, install clustering. Bring 4 up, leaving 1-3 up, install clustering. At this point you have a 4 node cluster, the quorum should be movable to any node. |
#6
| ||||
| ||||
|
|
Hi Rod, thanks for the tip. One more question: Do I have do care about VDisk presentation? |
|
Can I present all VDisks to all hosts? And what about the quorum drive? |
|
At the moment i have presented the Quorum VDisk to all hosts, but when installing the Cluster Service on node2, the Quorm Ressource is not accessible and computer management says 'unknown disk' 'unreadable'. |
|
Thanks in advance Steve Install node 1, with 2-4 down. Leave 1 up, bring 2 up, install clustering leaving 3&4 down. Leave 1-2 up, bring 3 up, leave 4 down, install clustering. Bring 4 up, leaving 1-3 up, install clustering. At this point you have a 4 node cluster, the quorum should be movable to any node. |
#7
| |||
| |||
|
|
Answer inline... Rod "Stefan Diebelshausen" <2Meter (AT) gmx (DOT) net> wrote in message news:uoXTaGJDFHA.1932 (AT) TK2MSFTNGP14 (DOT) phx.gbl... Hi Rod, thanks for the tip. One more question: Do I have do care about VDisk presentation? No. Can I present all VDisks to all hosts? And what about the quorum drive? Yes, absolutely yes, especially the quourum!!! At the moment i have presented the Quorum VDisk to all hosts, but when installing the Cluster Service on node2, the Quorm Ressource is not accessible and computer management says 'unknown disk' 'unreadable'. Microsoft uses the shared nothing model, which means that only one computer at a time will see the drives properly. You are seeing excepted behavior, if the quourum was controlled from Node 1, 3, or 4. Thanks in advance Steve Install node 1, with 2-4 down. Leave 1 up, bring 2 up, install clustering leaving 3&4 down. Leave 1-2 up, bring 3 up, leave 4 down, install clustering. Bring 4 up, leaving 1-3 up, install clustering. At this point you have a 4 node cluster, the quorum should be movable to any node. |
#8
| |||
| |||
|
|
Question for Rod or Steve, I plan to install 2 node clusters (initially) and then add third node to the existing cluster later. I plan to assign the driver letters for SQL Data (E, F, G) and Logs (S, T) Would this work for 3/4 node cluster? My configuration is as follows: Server1 (Node1/Active) Local ------ C:\ (Mirrored) = OS D:\ (Mirrored) = SQL Binary + PAGE FILE SAN ---- Data=E:\ Log=S:\ Quorum=Q:\ Server2 (Node2/Passive) Local ------ C:\ (Mirrored) = OS D:\ (Mirrored) = SQL Binary + PAGE FILE SAN ---- Data=E:\ Log=S:\ Quorum:Q:\ Server3 (To be added later as an ACTIVE Node with Server 2 as PASSIVE/Standby) Data=F:\ Log=T:\ Quorum=Q:\ Does the above configuration sounds ok or there will be issues? Regards, Kamal "Rodney R. Fournier [MVP]" wrote: Answer inline... Rod "Stefan Diebelshausen" <2Meter (AT) gmx (DOT) net> wrote in message news:uoXTaGJDFHA.1932 (AT) TK2MSFTNGP14 (DOT) phx.gbl... Hi Rod, thanks for the tip. One more question: Do I have do care about VDisk presentation? No. Can I present all VDisks to all hosts? And what about the quorum drive? Yes, absolutely yes, especially the quourum!!! At the moment i have presented the Quorum VDisk to all hosts, but when installing the Cluster Service on node2, the Quorm Ressource is not accessible and computer management says 'unknown disk' 'unreadable'. Microsoft uses the shared nothing model, which means that only one computer at a time will see the drives properly. You are seeing excepted behavior, if the quourum was controlled from Node 1, 3, or 4. Thanks in advance Steve Install node 1, with 2-4 down. Leave 1 up, bring 2 up, install clustering leaving 3&4 down. Leave 1-2 up, bring 3 up, leave 4 down, install clustering. Bring 4 up, leaving 1-3 up, install clustering. At this point you have a 4 node cluster, the quorum should be movable to any node. |
#9
| |||
| |||
|
|
Sure, that would work, but what is the G drive for? MSDTC? Cheers, Rod MVP - Windows Server - Clustering http://www.nw-america.com - Clustering http://msmvps.com/clustering - Blog "Kamal Hassan" <KamalHassan (AT) discussions (DOT) microsoft.com> wrote in message news:723FB1C7-53FB-45EE-88DD-CF7A9C55E31A (AT) microsoft (DOT) com... Question for Rod or Steve, I plan to install 2 node clusters (initially) and then add third node to the existing cluster later. I plan to assign the driver letters for SQL Data (E, F, G) and Logs (S, T) Would this work for 3/4 node cluster? My configuration is as follows: Server1 (Node1/Active) Local ------ C:\ (Mirrored) = OS D:\ (Mirrored) = SQL Binary + PAGE FILE SAN ---- Data=E:\ Log=S:\ Quorum=Q:\ Server2 (Node2/Passive) Local ------ C:\ (Mirrored) = OS D:\ (Mirrored) = SQL Binary + PAGE FILE SAN ---- Data=E:\ Log=S:\ Quorum:Q:\ Server3 (To be added later as an ACTIVE Node with Server 2 as PASSIVE/Standby) Data=F:\ Log=T:\ Quorum=Q:\ Does the above configuration sounds ok or there will be issues? Regards, Kamal "Rodney R. Fournier [MVP]" wrote: Answer inline... Rod "Stefan Diebelshausen" <2Meter (AT) gmx (DOT) net> wrote in message news:uoXTaGJDFHA.1932 (AT) TK2MSFTNGP14 (DOT) phx.gbl... Hi Rod, thanks for the tip. One more question: Do I have do care about VDisk presentation? No. Can I present all VDisks to all hosts? And what about the quorum drive? Yes, absolutely yes, especially the quourum!!! At the moment i have presented the Quorum VDisk to all hosts, but when installing the Cluster Service on node2, the Quorm Ressource is not accessible and computer management says 'unknown disk' 'unreadable'. Microsoft uses the shared nothing model, which means that only one computer at a time will see the drives properly. You are seeing excepted behavior, if the quourum was controlled from Node 1, 3, or 4. Thanks in advance Steve Install node 1, with 2-4 down. Leave 1 up, bring 2 up, install clustering leaving 3&4 down. Leave 1-2 up, bring 3 up, leave 4 down, install clustering. Bring 4 up, leaving 1-3 up, install clustering. At this point you have a 4 node cluster, the quorum should be movable to any node. |
#10
| |||
| |||
|
|
Hi Rod, First thanks for the answer/response. Second. the drive G is for data of the third NODE (Active) server to be added later. My concern is how the clustering/failover will work where S1 & S3 have unique drives (Data=E&F) and (Log=S&T) sharing Quorum Q:\ drive. Let's say we add third Active NODE (Server4) with Data on G:\ but Log on T:\ (shared with Server3) .. Do you see any issues with that ? As you seem to know this stuff well, I would really appreciate your feedback/suggestions/comments. Kamal. "Rodney R. Fournier [MVP]" wrote: Sure, that would work, but what is the G drive for? MSDTC? Cheers, Rod MVP - Windows Server - Clustering http://www.nw-america.com - Clustering http://msmvps.com/clustering - Blog "Kamal Hassan" <KamalHassan (AT) discussions (DOT) microsoft.com> wrote in message news:723FB1C7-53FB-45EE-88DD-CF7A9C55E31A (AT) microsoft (DOT) com... Question for Rod or Steve, I plan to install 2 node clusters (initially) and then add third node to the existing cluster later. I plan to assign the driver letters for SQL Data (E, F, G) and Logs (S, T) Would this work for 3/4 node cluster? My configuration is as follows: Server1 (Node1/Active) Local ------ C:\ (Mirrored) = OS D:\ (Mirrored) = SQL Binary + PAGE FILE SAN ---- Data=E:\ Log=S:\ Quorum=Q:\ Server2 (Node2/Passive) Local ------ C:\ (Mirrored) = OS D:\ (Mirrored) = SQL Binary + PAGE FILE SAN ---- Data=E:\ Log=S:\ Quorum:Q:\ Server3 (To be added later as an ACTIVE Node with Server 2 as PASSIVE/Standby) Data=F:\ Log=T:\ Quorum=Q:\ Does the above configuration sounds ok or there will be issues? Regards, Kamal "Rodney R. Fournier [MVP]" wrote: Answer inline... Rod "Stefan Diebelshausen" <2Meter (AT) gmx (DOT) net> wrote in message news:uoXTaGJDFHA.1932 (AT) TK2MSFTNGP14 (DOT) phx.gbl... Hi Rod, thanks for the tip. One more question: Do I have do care about VDisk presentation? No. Can I present all VDisks to all hosts? And what about the quorum drive? Yes, absolutely yes, especially the quourum!!! At the moment i have presented the Quorum VDisk to all hosts, but when installing the Cluster Service on node2, the Quorm Ressource is not accessible and computer management says 'unknown disk' 'unreadable'. Microsoft uses the shared nothing model, which means that only one computer at a time will see the drives properly. You are seeing excepted behavior, if the quourum was controlled from Node 1, 3, or 4. Thanks in advance Steve Install node 1, with 2-4 down. Leave 1 up, bring 2 up, install clustering leaving 3&4 down. Leave 1-2 up, bring 3 up, leave 4 down, install clustering. Bring 4 up, leaving 1-3 up, install clustering. At this point you have a 4 node cluster, the quorum should be movable to any node. |
![]() |
| Thread Tools | |
| Display Modes | |
| |