Problem
AMF error messages are logged on AIX in /var/adm/streams/error.mm-dd
Error Message
AMF ERROR V-292-1-3 Procfs gave argc: 2 but no args were given. Skipping event: (db2langdir,/opt/IBM/db2/DB2VXXXX_Server/xx.xx/native/install/../../../bin/db2)
AMF ERROR V-292-1-3 Procfs gave argc: 3 but no args were given. Skipping event: (db2langdir,/opt/IBM/db2/DB2VXXXX_Server/xx.xx/native/install/../../../bin/db2)
Cause
The message appears because the db2langdir process is receiving arguments that it does not support. This is a cosmetic issue and can safely be ignored.
Solution
Disable AMF logging for this with the following commands.
1. Verify the current AMF error log level for "proff".
/opt/VRTS/bin/amfconfig -p errlevel proff
2. Disable logging for "proff".
/opt/VRTS/bin/amfconfig -S errlevel proff disable
3. Verify that the AMF error log level for "proff" is disabled.
/opt/VRTS/bin/amfconfig -p errlevel proff