https://github.com/ibm-messaging/rdqm-kmod-queries
Sample code showing how to query the RDQM kernel modules JSON document.
https://github.com/ibm-messaging/rdqm-kmod-queries
Last synced: 2 months ago
JSON representation
Sample code showing how to query the RDQM kernel modules JSON document.
- Host: GitHub
- URL: https://github.com/ibm-messaging/rdqm-kmod-queries
- Owner: ibm-messaging
- License: apache-2.0
- Created: 2023-11-14T14:15:37.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-18T08:41:10.000Z (over 1 year ago)
- Last Synced: 2025-01-23T23:53:00.949Z (4 months ago)
- Language: Python
- Size: 14.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# rdqm-kmod-queries
In addition to the [IBM Support Document on RDQM kernel modules](https://www.ibm.com/support/pages/ibm-mq-replicated-data-queue-manager-kernel-modules) there is now a [JSON document](https://ibm.biz/mqRdqmKmodJson) and [associated schema](https://public.dhe.ibm.com/ibmdl/export/pub/software/websphere/messaging/mqadv/ibm-mq-rdqm-kmods.schema.v1-0.json) that provides the most recent information about the validated combinations of:
1. IBM MQ version
2. Red Hat Enterprise Linux (RHEL) Kernel version
3. DRBD kernel module versionYou can find more information on this JSON document, and some other enhancements to the tools and information to help manage the RDQM (DRBD) kernel modules [here](https://community.ibm.com/community/user/integration/blogs/alex-chatt/2023/12/15/rdqm-kernel-module-administration-improvements).
This repository contains sample code showing how to query the JSON document. The initial code is [Python](Python/README.md).
## Contributing
If you are interested in contributing to this repository, please read the [document on contributing](CONTRIBUTING.md).
## Issue Tracking
There is no formal product support for the code in this repository. If you encounter an issue,
or wish to suggest an enhancement, please create an issue in this repository.