./runInstaller
(画像は省略)
Install Oracle Grid Infrastructure Software Only でインストール
↓この手順、ナレッジサイト引越の際にここに紛れてたが、たしか、バンドルパッチ適用の前提だったような。。。
●opatchのバージョン確認
su - grid
opatch lsinventory -detail -oh /u01/app/grid/product/12.1.0/grid_1
●opatchのバージョンアップが必要だったので、バージョンアップ
su -
cd /data/app/grid/product/12.1.0/grid_1/
mv OPatch OPatch_bk
unzip /media/sf_fornewpc64/for_rac12c/opatch_12.2.0.1.9/p6880880_122010_Linux-x86-64.zip
chown -R grid. OPatch
●GIにパッチ適用
su -
export GI_HOME=/u01/app/grid/product/12.1.0/grid_1
/u01/app/grid/product/12.1.0/grid_1/OPatch/opatchauto apply /tmp/25434003
echo $?