cluster
Command Function
Remotely collects cluster data and sends back reports.
- If the number of servers whose data is to be collected is too large, bandwidth usage may increase.
- Before running this command, run the server_config command to generate an encrypted configuration file.
- Both the server where the tool is located and the server whose data is to be collected support SSH connections.
Syntax
1 | ./kspect cluster [-h] [-i INPUT] |
Parameter Description
Parameter |
Description |
|---|---|
-h/--help |
Obtains help information. |
-i/--input |
Path to the server configuration file. This parameter is mandatory. |
Example
Collect cluster data based on the server.ini configuration file.
1 | ./kspect cluster -i /home/server-config-xxxxxxx-xxxx.ini |
Parent topic: Commands and Parameters