I have a clustering between Server A and Server B. There is a clustered SQL Server installed.
Server A is a primary node(oltp production server) and Server B is a secondary node.
i've set up transactional replication betw serer A and B. Server A is Publisher and Server B is subscriber. B also has a distribution database. I use serve B for all the reporting purposes.
Currently both servers have sp1.
Now i want to apply sp2 to the server B first since i use it for reporting purposes (just to make sure there are no issues and then after some days i want to apply sp2 on server A which is my prodction oltp server)
So when i apply sp2 on server B , my publisher will have SP1 and subscriber (& distributor) will have sp2. Will this cause any issues with replication?
Any help would be appriciated.
Thanks
No, the correct order it to update the distributor first, then the publisher and finally the subscibers. It sounds like you are doing things correctly.
I am a little confused by your clustering topology - I take it you have a multi-instance (active active) topology?|||
Thanks so much for the reply.
Actually i have active passive clustering. Server A is primary and Server B is secondary. If something goes wrong with A, it fails over to B but not a vice-versa. Server A is my production oltp server.
On server B i also installed a named instance (standalone instance not the clustered instance) which i am using for all the reporting purposes.
For replication, I am replicating server A database articles to the named instance on Server B. And this named instance is also acting as its distributor.
So
Server A (Default Instance & Clustered):- Publisher
Server B\Instance Name (standalone instance): Subscriber as well as the distributor
So if I apply SP2 on the named instance of Server B, i will be upgrading distributor as well as Subscriber (both at the same time.) And after some days i am planning to apply SP2 on the cluster which will upgrade my production oltp in the cluster.
I hope this will clear your doubts.
Please let me know if there are any issues with what i am doing as i explained above.
Thanks
|||I am unaware with any issues surrounding this. It should work.|||Thank you so much.
No comments:
Post a Comment