IBM WebSphere MQ 创建脚本
我们有一台定义了多个 MQ 集群和侦听器的机器。是否有任何脚本可用于在另一台计算机上创建精确的副本。有可用的命令/工具吗?
我们的平台是Windows。
We have a machine with multiple MQ clusters and listeners defined. Is there any script which can be used to create an exact replica on another machine. Are there any commands/tools available?
Our platform is Windows.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
备份 QMgr 以恢复其他位置需要执行以下操作:
saveqmgr
。请注意,最佳实践是将这些对象恢复到具有不同名称的 QMgr 中。尝试保持 QMgr 名称相同会出现问题,特别是如果您有集群或使用商业证书颁发机构来签署 SSL 证书。
SupportPacs 的索引在这里。有许多工具可以帮助编写脚本和部署,但 MS03 是我个人最喜欢的这项任务。
Backing up a QMgr to restore else where entails the following:
dmpmqcfg
command for this. Prior versions use SupportPac MS03, a.k.asaveqmgr
.Note that the best practice is to restore these objects into a QMgr with a different name. There are issues in trying to keep the QMgr name identical, especially if you have clusters or use a commercial certificate authority to sign SSL certs.
The index of SupportPacs is here. There are many which can help with scripting and deployment but MS03 is my personal favorite for this task.