グリッドの再起動

グリッドを再起動するには、データベースの再ロードを試行する前に、まずすべてのインスタンスを再起動する必要があります。

  1. 使用するグリッドの構成に一致するステップに従います。
    • グリッドに単一の管理インスタンス構成がある場合は、管理インスタンスを起動します。

      % ttGridAdmin mgmtActiveStart
      This management instance is now the active
    • グリッドにアクティブ・スタンバイ構成がある場合は、「両方の管理インスタンスを再度稼働させる」の手順に従って、アクティブ・ロールに最適な候補を決定し、アクティブ管理インスタンスとスタンバイ管理インスタンスの両方を再起動します。

  2. すべてのデータ・インスタンスを起動します。
    % ttGridAdmin instanceExec -type data ttDaemonAdmin -start
    Overall return code: 0
    Commands executed on:
      host3.instance1 rc 0
      host4.instance1 rc 0
      host5.instance1 rc 0
      host6.instance1 rc 0
      host7.instance1 rc 0
      host8.instance1 rc 0
    Return code from host3.instance1: 0
    Output from host3.instance1:
    TimesTen Daemon (PID: 19072, port: 6624) startup OK.
    Return code from host4.instance1: 0
    Output from host4.instance1:
    TimesTen Daemon (PID: 19144, port: 6624) startup OK.
    Return code from host5.instance1: 0
    Output from host5.instance1:
    TimesTen Daemon (PID: 19210, port: 6624) startup OK.
    Return code from host6.instance1: 0
    Output from host6.instance1:
    TimesTen Daemon (PID: 19247, port: 6624) startup OK.
    Return code from host7.instance1: 0
    Output from host7.instance1:
    TimesTen Daemon (PID: 19284, port: 6624) startup OK.
    Return code from host8.instance1: 0
    Output from host8.instance1:
    TimesTen Daemon (PID: 19315, port: 6624) startup OK.
  3. 「メモリーへのデータベースの再ロード」で示すように、すべてのデータベースを再ロードします。

ttGridAdmin mgmtActiveStartおよびttGridAdmin mgmtStandbyStartコマンドの詳細は、『Oracle TimesTen In-Memory Databaseリファレンス』管理インスタンスの操作を参照してください。

ttGridAdmin instanceExecコマンドの詳細は、『Oracle TimesTen In-Memory Databaseリファレンス』グリッド・インスタンスでのコマンドまたはスクリプトの実行(instanceExec)を参照してください。