Quantcast
Channel: Sameer Shaik. B.E,M.S,M.B.A,P.M.P,C.S.M
Viewing all articles
Browse latest Browse all 191

appsutil/bin/adcvm.sh[211]: AIX: 0403-012 A test command parameter is not valid.

$
0
0

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:
if ((test "$pltform" = "Solaris") || (test "$pltform" = "Intel_Solaris"));

to:
if (test "$pltform" = "Solaris") || (test "$pltform" = "Intel_Solaris");

Save, and rerun the script.

Viewing all articles
Browse latest Browse all 191

Trending Articles