简体   繁体   English

在 azure vm 上配置 MSMQ 集群故障转移(windows server 2016)

[英]configure MSMQ cluster failover on an azure vm (windows server 2016)

I want to create a Failover cluster for MSMQ for two vm's in azure.我想为 azure 中的两个虚拟机的 MSMQ 创建故障转移集群。 I created two VM's in azure and have them domain joined.我在 azure 中创建了两个 VM,并将它们加入域。 I can create the failover cluster with both nodes.我可以使用两个节点创建故障转移集群。 However when i try to add a role for MSMQ i need an cluster shared disk.但是,当我尝试为 MSMQ 添加角色时,我需要一个集群共享磁盘。 I tried to create a new managed disk in azure and attach it to the vm's but it still wasn't able to find the disk.我尝试在 azure 中创建一个新的托管磁盘并将其附加到虚拟机,但仍然无法找到该磁盘。 Also tried fileshare-sync, but still not working.也试过文件共享同步,但还是不行。

I found out i need iSCSI disk, there was this article https://docs.microsoft.com/en-us/azure/storsimple/storsimple-virtual-array-deploy3-iscsi-setup .我发现我需要 iSCSI 磁盘,有这篇文章https://docs.microsoft.com/en-us/azure/storsimple/storsimple-virtual-array-deploy3-iscsi-setup But it is end of life next year.但明年就要结束了。

So i am wondering if it is possible to setup a failover cluster for msmq on azure and if so how can i do it?所以我想知道是否可以在 azure 上为 msmq 设置故障转移集群,如果可以,我该怎么做?

Kind regards,亲切的问候,

You should be able to create a Cluster Shared Volume using Storage Spaces Direct across a cluster of Azure VMs.你应该能够跨 Azure VM 群集使用存储空间直通创建群集共享卷。 Here are instructions for a SQL failover cluster. 以下是SQL 故障转移群集的说明。 I assume this should work for MSMQ, but I haven't set up MSMQ in over 10 years and I don't' know if requirements are different.我认为这应该适用于 MSMQ,但我已经 10 多年没有设置 MSMQ,我不知道要求是否不同。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM