We will be installing SQL Server 2008 Active/Active Cluster on Windows
2008. SAN engineer told us that all space will be allocated accross the same
set of drives. I know this is not recommended because of potential IO issues,
but I guess this is something we would have to live with. The question we
would have to answer right now is whether we should create one LUN per Node
(my understanding is that the same LUN can not be shared by two nodes) and
then create logical drives from single LUN or one LUN per logical drive. I
suppose there will be no difference performance wise since LUNs will be
connected to the same set of drives, correct?
Also, SAN engineer told us that RAID level is irrelevant which I have hard
time believing to.
Thank you in advance,
Igor
For example, using a Netapp SAN with an aggregate using 64 physical drives
that has been configured with RAID-DP - you really don't need to worry too
much about having multiple LUN's. However, even in that configuration I
would recommend two LUN's and separate them across two different filer's
where you have one dedicated to data files and the other for log files.
Another example is using an HP EVA - with a disk group defined and built
with at least 80 spindles. You could then present separate LUN's created
from the disk group where you have one as vRAID1, the other as vRAID5 - and
separate the logs from the data.
Not that it is actually necessary on the higher end SAN's - which can most
likely accommodate your activity on a single LUN with no noticeable latency
or throughput issues.
"Igor Marchenko" <IgorMa...@discussions.microsoft.com> wrote in message
news:D6270607-4FC2-4BF1...@microsoft.com...
You must create at least one LUN per instance. These LUNs get presented to
all cluster Nodes. The Cluster service arbitrates ownership so that no data
corruption occurs and only one Node "owns" a LUN at any given time.
Partitioning a LUN gains nothing except additional management complexity.
--
Geoff N. Hiten
Principal SQL Infrastructure Consultant
Microsoft SQL Server MVP
"Igor Marchenko" <IgorMa...@discussions.microsoft.com> wrote in message
news:D6270607-4FC2-4BF1...@microsoft.com...
I was under impressions I will need separate LUNs (mapped to
corresponding drives) for tempdb, log, data files, etc. You are saying one
LUN per instance is OK. In this case, will I create multple logical drives on
top of single LUN? If so, can I define different RAID level (does RAID level
even matter in the world of high end SAN)?
Sorry, I am pretty novice in the SAN world. I am trying to figure out if
single LUN with multple drives (corresponding RAID levels) is the way to go.
Thank you,
Igor
"Geoff N. Hiten" wrote:
> .
>
Again, all the disks get pooled together in a single large RAID set
(according to your engineer). You get LUNS sliced off of this large RAID
set. The RAID set, not the LUNS is the physical storage layer.
--
Geoff N. Hiten
Principal SQL Infrastructure Consultant
Microsoft SQL Server MVP
"Igor Marchenko" <IgorMa...@discussions.microsoft.com> wrote in message
news:46DF762B-FEF8-49CF...@microsoft.com...
I dont like OS partitioning mostly because I prefer the disk architecture to
be independant of OS (since this can introduce other issues).
"Igor Marchenko" <IgorMa...@discussions.microsoft.com> wrote in message
news:46DF762B-FEF8-49CF...@microsoft.com...
"Mark Broadbent" wrote:
> ...in our setup we always go for the same number of luns for each sql (and
> .
>
"Geoff N. Hiten" wrote:
> .
>