I have installed a two node SQL Server 2008 R2 cluster. I used a Named Instance and the SQL Server and SQL Server Agent cluster resources are online on node 1. When I want to move the SQL Server group to node 2, the SQL Server resource fails to start (error 1205 and 1069).
I see in the application log that it is starting up database 'master'. After that I see: Cannot recover the master database. SQL Server is unable to run. Restore master from a full backup etc...
It runs fine on node 1, so what goes wrong?