Running and Verification
- Start ClickHouse server.
1clickhouse start
Run the ps -ef | grep clickhouse command to check whether the clickhouse-server process has started successfully.

- Start ClickHouse client.
1clickhouse client
Run exit; to exit the client.
- Stop the service.
1clickhouse stop
Parent topic: Porting Guide (openEuler)