Deploy to AIX based servers ends with OpC40-2700

  • KM1010763
  • 22-Oct-2010
  • 10-Feb-2011

Summary

Warning comes upon distribution to AIX servers Error occurred while getting instrumentation value: Type is MAP_OS_VERSION

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

Mapping for newer OS version not in the AgentPlatform:

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.