The request.cfg file is used for automatic installation of probe packages and monitoring configuration but there are no detailed instructions on what is required in this file.
How is the request.cfg file configured and used when doing automatic installation of probe packages?
How do I use request.cfg ?
request.cfg instructions
DX UIM 23.4.*
Guidance / Instructions
To use the request.cfg:
1. create a simple text file called 'request.cfg' and place it in the Nimsoft directory of the robot.
2. The general format is shown below:
<distribution request>
packages = cdm, processes, custom-0815, superpack123
</distribution request>
3. Restart the robot
Notes:
expect_ip_change = yes
How does it work?
Yes,
<distribution request>distsrv = /<domain>/<hub>/<robot>/distsrv
where you replace the following parts of the UIM address of the distsrv probe you want to use with the following:
<domain> = UIM domain name<hub> = hub name<robot> = hub robot name
Note that the DX UIM address specified is case-sensitive. For example, my_uim_domain is not the same as my _UIM_domain.
Yes, the request.cfg can also deploy a superpackage during its operations as well - just specify the superpackage name in the list of packages in the request.cfg file.
Upon startup, the robot/controller looks for request.cfg, a user-created text file that enables automatic deployment of the probes specified in that file to the robot. These requests are facilitated by thhe distsrv, which handles them by default.
To have a robot direct the requests to ADE, use the Raw Configure utility to add the deploy_addr parameter to the robot.cfg for the robot which is going to receive the request.cfg, and specify the UIM NimBUS address of the ADE probe:
deploy_addr=/<domain>/<hub>/<robot>/automated_deployment_engine
This will cause the robot, upon noticing the request.cfg, to try the ADE first; if this fails it will fall back to trying distsrv.
<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.