DataStaxエージェントの起動と再起動

インストールのタイプごとのDataStaxエージェントの起動と再起動のコマンド。

手順

  • DataStaxエージェントを起動するには:
    • パッケージ・インストール:
      sudo service datastax-agent start
      注: DataStaxエージェントは自動的に起動します。
    • tarボール・インストール:
      $ install_location/bin/datastax-agent ##Use -f to start in the foreground.
  • DataStaxエージェントを再起動するには:
    • パッケージ・インストール:
      sudo service datastax-agent restart
    • tarボール・インストール:
      1. DataStaxエージェントJavaプロセスID(PID)を確認し、そのPID番号を使用してプロセスを強制終了します。
        ps -ef | grep datastax-agent $ sudo kill <pid>
      2. エージェントを起動します。
        $ install_location/bin/datastax-agent ##Use -f to start in the foreground.