dbTalk Databases Forums  

Log Files on a Cluster Resource

microsoft.public.sqlserver.clustering microsoft.public.sqlserver.clustering


Discuss Log Files on a Cluster Resource in the microsoft.public.sqlserver.clustering forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Greg Boyle
 
Posts: n/a

Default Log Files on a Cluster Resource - 01-22-2004 , 11:39 AM






I have the following configuration

2 IBM x335

1 FASTT200 HA

1 Disk Array RAID 10 - 1 Partition (Drive S
1 Disk Array Raid 1 - 2 Partitions (Drives Q: & L

The q: Drive and l: drive being 1 physical cluster
resource, the sql server will NOT let me place the SQL
Logs on the L: Drives because the system does not see it
as a dependency.

Please HELP !!

Reply With Quote
  #2  
Old   
Geoff N. Hiten
 
Posts: n/a

Default Re: Log Files on a Cluster Resource - 01-22-2004 , 12:41 PM






Nothing you can do. Cluster resources are arbitrated at the physical layer.
All logical partitions on a host-managed raid array must move together. Yet
another reason I do not recommend SCSI clusters.

--
Geoff N. Hiten
Microsoft SQL Server MVP
Senior Database Administrator
Careerbuilder.com


"Greg Boyle" <gsboyle (AT) us (DOT) ibm.com> wrote

Quote:
I have the following configuration

2 IBM x335

1 FASTT200 HA

1 Disk Array RAID 10 - 1 Partition (Drive S
1 Disk Array Raid 1 - 2 Partitions (Drives Q: & L

The q: Drive and l: drive being 1 physical cluster
resource, the sql server will NOT let me place the SQL
Logs on the L: Drives because the system does not see it
as a dependency.

Please HELP !!



Reply With Quote
  #3  
Old   
Allan Hirt
 
Posts: n/a

Default Log Files on a Cluster Resource - 01-23-2004 , 07:15 AM



That is behavior as expected. How you carve up your LUNs
at the disk level affects a cluster. A server cluster
only sees what the OS sees, and SQL, what the server
cluster sees.

Although you defined two logical drives, you created them
on one LUN. To the OS, if you look in Computer
Management, you will see that you have two drives on one
LUN.

Now, in a cluster, it recognizes it at the whole LUN
level, so that if you have two drives, it still shows up
as one drive. You have that drive with Q: in your main
cluster group. Drives cannot be shared across groups, as
SQL Server installs in its own group.

You need to create another LUN & drive for the SQL logs
and put it in the SQL group and make it as a dependency of
the SQL Server resource.

Quote:
-----Original Message-----
I have the following configuration

2 IBM x335

1 FASTT200 HA

1 Disk Array RAID 10 - 1 Partition (Drive S
1 Disk Array Raid 1 - 2 Partitions (Drives Q: & L

The q: Drive and l: drive being 1 physical cluster
resource, the sql server will NOT let me place the SQL
Logs on the L: Drives because the system does not see it
as a dependency.

Please HELP !!
.


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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.