HENGSHI Common Commands Guide
This document introduces the usage of commonly used commands in the operation and maintenance of HENGSHI SENSE services.
Service Modules List
- all
- engine
- hengshi
- metadb
- engine
- minio
- metaslave
- redis
- flink
- syslog
- monit
Commands List
Start
- Applicable Scope: Standalone, Cluster
- Operation Target: Start (Overall/Individual) Services
- Command:
./hengshi-sense-bin start <module>
Stop
- Applicable Scope: Standalone, Cluster
- Operation Target: Stop (Overall/Individual) Services
- Command:
./hengshi-sense-bin stop <module>
Restart
- Applicable Scope: Standalone, Cluster
- Operation Target: Restart (Overall/Individual) Services
- Command:
./hengshi-sense-bin restart <module>
Status Check
- Applicable Scope: Standalone, Cluster
- Operation Target: Check (Overall/Individual) Service Status, Only Indicates Whether the Service Exists, Not Whether It Is Healthy
- Command:
./hengshi-sense-bin status <module>
Health Status Check
- Applicable Scope: Standalone
- Operation Target: Check (Overall/Individual) Service Health Status, Indicates Whether the Service Can Provide Normal Service
- Command:
./hengshi-sense-bin health <module>