IBM WebSphere MQ 创建脚本

发布于 2025-01-06 20:06:31 字数 91 浏览 0 评论 0原文

我们有一台定义了多个 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

未蓝澄海的烟 2025-01-13 20:06:31

备份 QMgr 以恢复其他位置需要执行以下操作:

  • 备份对象定义。 WMQ v7.1 有用于此目的的 dmpmqcfg 命令。早期版本使用 SupportPac MS03,又名 saveqmgr
  • 备份授权。与上一个项目符号相同的选项。
  • 备份 .ini 文件
  • 备份所有出口及其参数文件

请注意,最佳实践是将这些对象恢复到具有不同名称的 QMgr 中。尝试保持 QMgr 名称相同会​​出现问题,特别是如果您有集群或使用商业证书颁发机构来签署 SSL 证书。

SupportPacs 的索引在这里。有许多工具可以帮助编写脚本和部署,但 MS03 是我个人最喜欢的这项任务。

Backing up a QMgr to restore else where entails the following:

  • Back up object definitions. WMQ v7.1 has the dmpmqcfg command for this. Prior versions use SupportPac MS03, a.k.a saveqmgr.
  • Back up authorizations. Same options as previous bullet.
  • Back up the .ini files
  • Back up any exits and their parameter files

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文