When using the request.cfg for automatic installation of probe packages, is it possible to specify a particular version of a probe or package within the request.cfg file?
DX UIM 23.4.4
Guidance
<distribution request>packages = ad_server:2.05</distribution request>
To deploy the specific version (ad server 2.05) from the archive. NOTE: FROM DX UIM 23.4CU6
Starting DX UIM 23.4.CU6, by using the robot_update delivered in that CU, the request.cfg will fully work with ditsrv for single or multiple version specific packages.
For example using a request.cfg like:
<distribution request>
packages = ad_server:2.05,cdm:8.01,cisco_ucm:2.05
</distribution request>
And just running the enhanced robot_update and without any additional key, it will use distsrv dy default and those specific versions will be deployed.
Workaround without having to force ADE to deploy the probe.
1. Make a copy of the package version you need, for example, cdm 7.21 and name it something like "cdm721"
(Right click and copy package in the archive, then give a specific name.)
2. Now you can use that specific name and request.cfg will use that version:
<distribution request>packages = cdm721</distribution request>
Related KB: Use the request.cfg file for automatic installation of probe packages in DX UIM