Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
MichaelP
Jedi Yak
2489 Posts |
Posted - 2004-11-12 : 13:57:21
|
| This is sorta a double-post, but I wanted to make sure the my question didn't get buried by another.I'm having issues with MSDTC install on Windows 2003 EE. The docs say that MSDTC needs it's own IP, Disks, etc.How large of a disk does it need? 1GB? 20GB??Can it be shared with another disk array, say the RAID 1 that contains SQL TX Logs?Thanks!Michael<Yoda>Use the Search page you must. Find the answer you will.</Yoda> |
|
|
eyechart
Master Smack Fu Yak Hacker
3575 Posts |
Posted - 2004-11-12 : 14:23:01
|
| 1GB is plentyYou need a separate drive letter for the cluster group. If you carve off a LUN from the underlying RAID in your shared storage that also holds the LUN for your TLOGS, that is fine. You need to make sure that the 1GB drive for MSDTC has it's own drive letter, and that that drive letter is different than the one you use for your TLOGS.This really applies to any drives used in MSCS. You cannot share the same drive letter across multiple cluster groups. -ec |
 |
|
|
|
|
|