Oracle Grid Infrastructureの場合:
$ ./gridSetup.sh -executeConfigTools -responseFile Grid_home/install/response/product_timestamp.rsp
Oracle Databaseの場合:
$ ./runInstaller -executeConfigTools -responseFile $ORACLE_HOME/install/response/product_timestamp.rsp
Oracle Databaseの場合、ディレクトリ$ORACLE_HOME/inventory/response/
にあるレスポンス・ファイルを次のように実行することもできます。
$ ./runInstaller -executeConfigTools -responseFile $ORACLE_HOME/inventory/response/db_install.rsp
インストール後の構成ツールは、インストーラをグラフィカル・ユーザー・インタフェース・モードで実行し、インストール後の構成の進行状況を表示します。[-silent]
オプションを使用して、インストール後の構成をサイレント・モードで実行します。
たとえば、Oracle Grid Infrastructureの場合:
$ ./gridSetup.sh -executeConfigTools -responseFile /u01/app/oracle/product/18.0.0/grid
/response/grid_2016-01-09_01-03-36PM.rsp [-silent]
Oracle Databaseの場合:
$ ./runInstaller -executeConfigTools -responseFile /u01/app/oracle/product/18.0.0/dbhome_1/inventory/response/
db_2016-01-09_01-03-36PM.rsp [-silent]