A.5.2 レスポンス・ファイルを使用したインストール後の構成の実行

-executeConfigToolsコマンドを使用してコンフィギュレーション・アシスタントによる構成を実行するには、この手順を実行します。

  1. レスポンス・ファイルを編集し、構成に必要なパスワードを指定します。Oracle_home\install\response\product_timestamp.rspにあるインストール中に作成されたレスポンス・ファイルを使用できます。たとえば、Oracle Grid Infrastructureの場合:
    oracle.install.asm.SYSASMPassword=password
    oracle.install.config.emAdminPassword=password
  2. ディレクトリを、インストール・ソフトウェアが含まれるOracleホームに変更します。たとえば、Oracle Grid Infrastructureの場合:
    cd Grid_home
  3. 次の構文を使用して、構成スクリプトを実行します。

    Oracle Grid Infrastructureの場合:

    gridSetup.bat -executeConfigTools -responsfile Grid_home\install\response\product_timestamp.rsp
    Oracle Databaseの場合:
    setup.exe -executeConfigTools -responseFile Oracle_home\install\response\product_timestamp.rsp

    Oracle Databaseの場合、ディレクトリOracle_home\inventory\response\にあるレスポンス・ファイルを次のように編集および使用することもできます。

    setup.exe -executeConfigTools -responseFile Oracle_home\inventory\response\db_install.rsp

    インストール後の構成ツールは、インストーラをグラフィカル・ユーザー・インタフェース・モードで実行し、インストール後の構成の進行状況を表示します。

    [-silent]オプションを使用して、インストール後の構成をサイレント・モードで実行します。

    たとえば、Oracle Grid Infrastructureの場合:

    gridSetup.bat -executeConfigTools -responseFile Grid_home\install\response\grid_2016-09-09_01-03-36PM.rsp [-silent]

    Oracle Databaseの場合:

    setup.exe -executeConfigTools -responseFile Oracle_home\inventory\response\db_2016-09-09_01-03-36PM.rsp [-silent]