GRID Upgrade from 11.2.0.1 to 11.2.0.3 config.sh doesn't work
I'm trying to upgrade a grid infrastructure stack in one of our clients and after install the new GRID Software in a new ORACLE_HOME we ran the script crs/config/config.sh as part of upgrade process as you can see below:
./config.sh -silent ORACLE_HOSTNAME=db1.rjoqchat.nextel3g.net.br INVENTORY_LOCATION=/u01/app/oraInventory SELECTED_LANGUAGES=en oracle.install.option=UPGRADE ORACLE_BASE=u01/app/oracle ORACLE_HOME=/u02/app/grid/product/11.2.0.3 oracle.install.asm.OSDBA=dba oracle.install.asm.OSOPER=dba oracle.install.asm.OSASM=oinstall oracle.install.crs.config.lusterNodes=db1:db1-vip,db2:db2-vip oracle.install.crs.upgrade.clusterNodes=db1,db2 oracle.install.asm.upgradeASM=true