Hi all, thanks for any help on this.
We are building a 2 node failover cluster with SQL 2014 on Server 2012 r2. The first node is a physical box and the second node is a virtual box. On the physical first node we added a SSD drive and on the second node we added a disk of equivalent size.
I have enabled the buffer pool extension and size with the 'set buffer pool extension ON' tsql command. Once this is enabled I am not able to move the SQL role from the primary node to the secondary node. When I attempt to move the role over it gives me
the generic 1069 and 1205 errors. If I then go and disable the buffer pool extension with the tsql command it moves to the other node just fine.
Is there any specific configuration that I need to make given that this is a failover cluster apart from the basic enable tsql command? I'm unable to find much documentation on enabling BPE on a cluster.
Thanks again for any help
Mike