I have a DataMiner Agent running the SRM Solution with some functions, resources and services defined.
Since new equipment (a demodulator) was installed, I would like to have it available in SRM as a resource to be used.
How can I use it as a resource?
Marieke Goethals [SLC] [DevOps Catalyst] Selected answer as best 10th July 2023
Here you can find the instructions to create a Resource (looking into “Adding resources to a pool”)
https://help.dataminer.services/dataminer/#t=DataMinerUserGuide%2Fpart_4%2FSRM%2FConfiguring_pools_of_resources.htm&rhsearch=Resources&rhsyns=%20
Be aware that Resource Properties may be used in your SRM setup in order to have it working as expected.
Marieke Goethals [SLC] [DevOps Catalyst] Selected answer as best 10th July 2023
If you are using SRM standard solution you can use script SRM_DiscoverResources for that.
Leander Druwel [SLC] [DevOps Member] Posted new comment 28th August 2020

Good point, as the SRM_DiscoverResources automation script will allow you to
– Discover all potential SRM resources into your complete system
– Export this into an easy csv file, with a tab for each defined function
– Manage all resources into the csv file, i.e. manage capabilities, capacities, add properties, etc…
– Upload the altered csv file to apply all changes to the SRM resources at once.