You need to update the "Component User Defined Property 1" via Callback in the SNMPcollector probe.
Although the command executes without error messages, the value does not appear in the GUI or doesn't seem to update the value in the H2 snmpcollector DB.
A product defect in the set_component_user_defined_property_1 callback prevents changes from being saved.
To resolve the issue:
1. Download, Import to IM or AC and deploy the updated Probe Version snmpcollector-6.031.zip (upgrade SNMPcollector 5.* or 6.*)
2. Verify if the callback works:
NOTE:
Notes on running the callback:
Execute Callback via Probe Utility To update the "Component User Defined Property 1" via the command line, use the set_component_user_defined_property_1 callback with the following parameters:
Identify Required Keys:
Run the Command:
Use the pu utility with the correct syntax: pu -u <user> -p <password> <probe_address> set_component_user_defined_property_1 <deviceKey> <metricFamilyKey> <componentKey> <value>
Or run the callback via probe utility.
Verify in GUI: After running the callback, refresh the snmpcollector configuration GUI to confirm the property now displays the updated value (e.g., "YES").