Summary
Error
Error occurred while getting instrumentation value: Type is MAP_OS_VERSION. Assd value is 6.1*.(OpC40-2700)"
when tries to deploy configuration on our AIX based servers.
Cause
Fix
In /var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6k64/aix5/AgentPlatform
check if the following mapping exists:
MAP_OS_VERSION "6.1" "6.1*"
If not, then replace
MAP_OS_VERSION "6.1" "6.1"
with
MAP_OS_VERSION "6.1" "6.1*"
After that you need to update the OMU database with the following command:
# /opt/OV/bin/OpC/opcagtdbcfg -p ibm/rs6k64/aix5 -plat_ident
Now, try to re-deploy the instrumentation again. The error message should go away.