MSDB in a Cluster

  • Hi all

    If I have a clustered environment but leave the system databases on the local disks of each node, then what if I add a job on while on Node A, does that job also appear if failed over to Node B and if so how does it update MSDB on Node B?

    Thanks

  • Ok seems you can't put the system databases on a drive thats not part of the cluster. In that case I have just put them on the SAN disk where the User databases will reside. Can anyone tell me if that is a normal setup?

    Thanks

  • In a clustered environment, all SQL databases and any other resources it needs must be on shared drives (drives visible to both cluster nodes)

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • In SQL Server 2008 the only system database moved to a cluster node local drive (the SQL Binn directory) is the MSSQLSystemResource database. This is to facilitate, as far as I can remember, removal of SP's and CU's.

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • Ok cool thankyou

Viewing 5 posts - 1 through 5 (of 5 total)

You must be logged in to reply to this topic. Login to reply