Autoconfig fails with the below error on the dbtier
appsutil/bin/adcvm.sh[211]: AIX: 0403-012 A test command parameter is not valid.
Fix:
Backup your adcvm.sh. { appsutil/bin
Modify the file adcvm.sh as follows:
from:
Modify the file adcvm.sh as follows:
from:
if ((test "$pltform" = "Solaris") || (test "$pltform" = "Intel_Solaris"));
to:
if (test "$pltform" = "Solaris") || (test "$pltform" = "Intel_Solaris");
Save, and rerun the script.