Rate This Document
Findability
Accuracy
Completeness
Readability

Running and Verification

Run the commands in the installation directory /home/ClickHouse for verification.

  1. Start ClickHouse on the server.
    1
    ./build/programs/clickhouse server --config-file=/etc/clickhouse-server/config.xml --daemon
    
    • Run the ps-ef command to check whether the clickhouse-server process is started successfully.

    • If the service fails to be started, run the ./build/programs/clickhouse server --config-file=/etc/clickhouse-server/config.xml command.
  2. Start ClickHouse on the client.
    1
    ./build/programs/clickhouse client
    

  3. Stop the service.
    1
    ./build/programs/clickhouse stop